浏览代码

WIP #167 - Fix copyrights in *.ecl

Copyrights should use (c) rather than unicode.

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 14 年之前
父节点
当前提交
181cc29b13
共有 64 个文件被更改,包括 64 次插入95 次删除
  1. 1 2
      ecllibrary/std/Audit.ecl
  2. 1 2
      ecllibrary/std/File.ecl
  3. 1 2
      ecllibrary/std/Str.ecl
  4. 1 2
      ecllibrary/std/Uni.ecl
  5. 1 1
      ecllibrary/std/system/Debug.ecl
  6. 1 1
      ecllibrary/std/system/Email.ecl
  7. 1 1
      ecllibrary/std/system/Job.ecl
  8. 1 1
      ecllibrary/std/system/Log.ecl
  9. 1 1
      ecllibrary/std/system/Thorlib.ecl
  10. 1 1
      ecllibrary/std/system/Util.ecl
  11. 1 1
      ecllibrary/std/system/Workunit.ecl
  12. 1 2
      ecllibrary/teststd/str/TestCleanSpaces.ecl
  13. 1 2
      ecllibrary/teststd/str/TestCompareIgnoreCase.ecl
  14. 1 2
      ecllibrary/teststd/str/TestContains.ecl
  15. 1 2
      ecllibrary/teststd/str/TestCountWords.ecl
  16. 1 2
      ecllibrary/teststd/str/TestEditDistance.ecl
  17. 1 2
      ecllibrary/teststd/str/TestEditDistanceWithinRadius.ecl
  18. 1 2
      ecllibrary/teststd/str/TestEqualIgnoreCase.ecl
  19. 1 2
      ecllibrary/teststd/str/TestExtract.ecl
  20. 1 2
      ecllibrary/teststd/str/TestFilter.ecl
  21. 1 2
      ecllibrary/teststd/str/TestFilterOut.ecl
  22. 1 2
      ecllibrary/teststd/str/TestFind.ecl
  23. 1 2
      ecllibrary/teststd/str/TestFindCount.ecl
  24. 1 2
      ecllibrary/teststd/str/TestFindReplace.ecl
  25. 1 2
      ecllibrary/teststd/str/TestGetNthWord.ecl
  26. 1 2
      ecllibrary/teststd/str/TestReverse.ecl
  27. 1 2
      ecllibrary/teststd/str/TestSplitWords.ecl
  28. 1 2
      ecllibrary/teststd/str/TestSubstituteExcluded.ecl
  29. 1 2
      ecllibrary/teststd/str/TestSubstituteIncluded.ecl
  30. 1 2
      ecllibrary/teststd/str/TestToCapitalCase.ecl
  31. 1 2
      ecllibrary/teststd/str/TestToLowerCase.ecl
  32. 1 2
      ecllibrary/teststd/str/TestToUpperCase.ecl
  33. 1 2
      ecllibrary/teststd/str/TestWildMatch.ecl
  34. 1 2
      ecllibrary/teststd/str/TestWordCount.ecl
  35. 1 2
      ecllibrary/teststd/uni/TestEditDistance.ecl
  36. 1 2
      ecllibrary/teststd/uni/TestEditDistanceWithinRadius.ecl
  37. 1 2
      ecllibrary/teststd/uni/TestGetNthWord.ecl
  38. 1 2
      ecllibrary/teststd/uni/TestWordCount.ecl
  39. 1 1
      initfiles/examples/IMDB/ActorsInMovies.ecl
  40. 1 1
      initfiles/examples/IMDB/CleanActor.ecl
  41. 1 1
      initfiles/examples/IMDB/FileActors.ecl
  42. 1 1
      initfiles/examples/IMDB/KevinBaconNumberSets.ecl
  43. 1 1
      initfiles/examples/IMDB/KeysKevinBacon.ecl
  44. 1 1
      initfiles/examples/IMDB/LayoutActors.ecl
  45. 1 1
      initfiles/examples/IMDB/SearchKevinBaconLinks.ecl
  46. 1 1
      initfiles/examples/TutorialYourName/BWR_BuildPeopleByZip.ecl
  47. 1 1
      initfiles/examples/TutorialYourName/BWR_FetchPeopleByZip.ecl
  48. 1 1
      initfiles/examples/TutorialYourName/BWR_ProcessRawData.ecl
  49. 1 1
      initfiles/examples/TutorialYourName/FetchPeopleByZipService.ecl
  50. 1 1
      initfiles/examples/TutorialYourName/File_OriginalPerson.ecl
  51. 1 1
      initfiles/examples/TutorialYourName/File_TutorialPerson.ecl
  52. 1 1
      initfiles/examples/TutorialYourName/IDX_PeopleByZip.ecl
  53. 1 1
      initfiles/examples/TutorialYourName/Layout_People.ecl
  54. 1 1
      initfiles/examples/_Certification/BuildDataFiles.ecl
  55. 1 1
      initfiles/examples/_Certification/Certify_DR.ecl
  56. 1 1
      initfiles/examples/_Certification/DataFile.ecl
  57. 1 1
      initfiles/examples/_Certification/IndexFile.ecl
  58. 1 1
      initfiles/examples/_Certification/Layout_FullFormat.ecl
  59. 1 1
      initfiles/examples/_Certification/ReadIndexService.ecl
  60. 1 1
      initfiles/examples/_Certification/ReadMeFirst.ecl
  61. 1 1
      initfiles/examples/_Certification/Setup.ecl
  62. 1 1
      initfiles/examples/_Certification/build_index.ecl
  63. 1 1
      initfiles/examples/_Certification/read_index.ecl
  64. 1 1
      initfiles/examples/_Certification/spray_verification.ecl

+ 1 - 2
ecllibrary/std/Audit.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 

+ 1 - 2
ecllibrary/std/File.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 EXPORT File := MODULE

+ 1 - 2
ecllibrary/std/Str.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 EXPORT Str := MODULE

+ 1 - 2
ecllibrary/std/Uni.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT lib_unicodelib;

+ 1 - 1
ecllibrary/std/system/Debug.ecl

@@ -1,5 +1,5 @@
 /*##############################################################################
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 /* Some internal functions implemented in the run time support library which can be useful */

+ 1 - 1
ecllibrary/std/system/Email.ecl

@@ -1,5 +1,5 @@
 /*##############################################################################
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 RETURN MODULE

+ 1 - 1
ecllibrary/std/system/Job.ecl

@@ -1,5 +1,5 @@
 /*##############################################################################
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 RETURN MODULE

+ 1 - 1
ecllibrary/std/system/Log.ecl

@@ -1,5 +1,5 @@
 /*##############################################################################
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 import lib_logging;

+ 1 - 1
ecllibrary/std/system/Thorlib.ecl

@@ -1,5 +1,5 @@
 /*##############################################################################
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 /*

+ 1 - 1
ecllibrary/std/system/Util.ecl

@@ -1,5 +1,5 @@
 /*##############################################################################
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 /**

+ 1 - 1
ecllibrary/std/system/Workunit.ecl

@@ -1,5 +1,5 @@
 /*##############################################################################
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 import lib_workunitservices;

+ 1 - 2
ecllibrary/teststd/str/TestCleanSpaces.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestCompareIgnoreCase.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str as Str;

+ 1 - 2
ecllibrary/teststd/str/TestContains.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestCountWords.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestEditDistance.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestEditDistanceWithinRadius.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestEqualIgnoreCase.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str as Str;

+ 1 - 2
ecllibrary/teststd/str/TestExtract.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestFilter.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestFilterOut.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestFind.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestFindCount.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestFindReplace.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestGetNthWord.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestReverse.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestSplitWords.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestSubstituteExcluded.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestSubstituteIncluded.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestToCapitalCase.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestToLowerCase.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestToUpperCase.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestWildMatch.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/str/TestWordCount.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Str;

+ 1 - 2
ecllibrary/teststd/uni/TestEditDistance.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Uni;

+ 1 - 2
ecllibrary/teststd/uni/TestEditDistanceWithinRadius.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Uni;

+ 1 - 2
ecllibrary/teststd/uni/TestGetNthWord.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Uni;

+ 1 - 2
ecllibrary/teststd/uni/TestWordCount.ecl

@@ -1,6 +1,5 @@
 /*##############################################################################
-
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
 IMPORT Std.Uni;

+ 1 - 1
initfiles/examples/IMDB/ActorsInMovies.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ******************************************************************************* */
 
 /**

+ 1 - 1
initfiles/examples/IMDB/CleanActor.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ***************************************************************************** */
 
 // Clean up the actor name in the records

+ 1 - 1
initfiles/examples/IMDB/FileActors.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ******************************************************************************* */
     
 // Process and transform the raw sprayed files for actor and actresses into formats 

+ 1 - 1
initfiles/examples/IMDB/KevinBaconNumberSets.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ******************************************************************************* */
 
 // Produce a series of sets for Actors and Movies that are : distance-0

+ 1 - 1
initfiles/examples/IMDB/KeysKevinBacon.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ******************************************************************************* */
 
 // Produce 2 index files for faster access to the KevinBaconNumberSets defined earlier.

+ 1 - 1
initfiles/examples/IMDB/LayoutActors.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ******************************************************************************* */
 
 // This specifies the record layout of the IMDB actors file

+ 1 - 1
initfiles/examples/IMDB/SearchKevinBaconLinks.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
 ******************************************************************************* */
 
 // Purpose: To find the number of hops between Kevin Bacon and a given actor

+ 1 - 1
initfiles/examples/TutorialYourName/BWR_BuildPeopleByZip.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 IMPORT $ AS Tutorial;

+ 1 - 1
initfiles/examples/TutorialYourName/BWR_FetchPeopleByZip.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 IMPORT $ AS Tutorial;

+ 1 - 1
initfiles/examples/TutorialYourName/BWR_ProcessRawData.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 

+ 1 - 1
initfiles/examples/TutorialYourName/FetchPeopleByZipService.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 IMPORT $ AS Tutorial;

+ 1 - 1
initfiles/examples/TutorialYourName/File_OriginalPerson.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 IMPORT $ AS Tutorial;

+ 1 - 1
initfiles/examples/TutorialYourName/File_TutorialPerson.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 IMPORT $ AS Tutorial;

+ 1 - 1
initfiles/examples/TutorialYourName/IDX_PeopleByZip.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 IMPORT $ AS Tutorial;

+ 1 - 1
initfiles/examples/TutorialYourName/Layout_People.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 EXPORT Layout_People  := RECORD

+ 1 - 1
initfiles/examples/_Certification/BuildDataFiles.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 IMPORT Std;

+ 1 - 1
initfiles/examples/_Certification/Certify_DR.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 IMPORT $ AS Certification;

+ 1 - 1
initfiles/examples/_Certification/DataFile.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 IMPORT $ AS Certification;

+ 1 - 1
initfiles/examples/_Certification/IndexFile.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 IMPORT $ AS Certification;

+ 1 - 1
initfiles/examples/_Certification/Layout_FullFormat.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 EXPORT Layout_FullFormat := RECORD

+ 1 - 1
initfiles/examples/_Certification/ReadIndexService.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 IMPORT $ AS Certification;

+ 1 - 1
initfiles/examples/_Certification/ReadMeFirst.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 ReadMeText := DATASET([

+ 1 - 1
initfiles/examples/_Certification/Setup.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 EXPORT Setup := MODULE

+ 1 - 1
initfiles/examples/_Certification/build_index.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 IMPORT $ AS Certification;

+ 1 - 1
initfiles/examples/_Certification/read_index.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 IMPORT Std;

+ 1 - 1
initfiles/examples/_Certification/spray_verification.ecl

@@ -1,5 +1,5 @@
 /* ******************************************************************************
-## Copyright © 2011 HPCC Systems.  All rights reserved.
+## Copyright (c) 2011 HPCC Systems.  All rights reserved.
  ******************************************************************************/
 
 IMPORT $ AS Certification;