Browse Source

HPCC-13448 Source Code needs Marca Registrada next to HPCC Systems®

Use (R) in place of ® in Python sources, as it objects to the non-ascii
character.

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 10 years ago
parent
commit
85e303b2c9
55 changed files with 58 additions and 58 deletions
  1. 1 1
      common/thorhelper/IndexMetadata.pm
  2. 1 1
      common/thorhelper/TestSOAP/TestService.pm
  3. 1 1
      common/thorhelper/TestSOAP/soapclient
  4. 1 1
      common/thorhelper/TestSOAP/soapdispatch.cgi
  5. 1 1
      common/thorhelper/TestSOAP/soaplog.cgi
  6. 1 1
      common/thorhelper/readmeta
  7. 1 1
      esp/files/configmgr.html
  8. 1 1
      esp/src/eclwatch/nls/bs/hpcc.js
  9. 2 2
      esp/src/eclwatch/nls/es/hpcc.js
  10. 2 2
      esp/src/eclwatch/nls/hpcc.js
  11. 1 1
      esp/src/eclwatch/nls/hr/hpcc.js
  12. 2 2
      esp/src/eclwatch/nls/hu/hpcc.js
  13. 1 1
      esp/src/eclwatch/nls/pt-br/hpcc.js
  14. 1 1
      testing/ecl/Bundle/Regress.pm
  15. 1 1
      testing/ecl/JoinTest.pm
  16. 1 1
      testing/ecl/Regress/EclPlus.pm
  17. 1 1
      testing/ecl/Regress/EclPublish.pm
  18. 1 1
      testing/ecl/Regress/Engine.pm
  19. 1 1
      testing/ecl/Regress/Execute.pm
  20. 1 1
      testing/ecl/Regress/NormalizeFP.pm
  21. 1 1
      testing/ecl/Regress/Prepare.pm
  22. 1 1
      testing/ecl/Regress/Query.pm
  23. 1 1
      testing/ecl/Regress/Report.pm
  24. 1 1
      testing/ecl/Regress/Report/BC2.pm
  25. 1 1
      testing/ecl/Regress/Report/BC3.pm
  26. 1 1
      testing/ecl/Regress/Report/Basic.pm
  27. 1 1
      testing/ecl/Regress/Report/Default.pm
  28. 1 1
      testing/ecl/Regress/Report/Diff.pm
  29. 1 1
      testing/ecl/Regress/Report/DiffFull.pm
  30. 1 1
      testing/ecl/Regress/Report/HTML.pm
  31. 1 1
      testing/ecl/Regress/Report/Summary.pm
  32. 1 1
      testing/ecl/Regress/Report/xxdiff.pm
  33. 1 1
      testing/ecl/Regress/ReportList.pm
  34. 1 1
      testing/ecl/Regress/Util/DiffHTML.pm
  35. 1 1
      testing/ecl/genjointest.pl
  36. 1 1
      testing/regress/ecl-test
  37. 1 1
      testing/regress/hpcc/__init__.py
  38. 1 1
      testing/regress/hpcc/common/__init__.py
  39. 1 1
      testing/regress/hpcc/common/config.py
  40. 1 1
      testing/regress/hpcc/common/dict.py
  41. 1 1
      testing/regress/hpcc/common/error.py
  42. 1 1
      testing/regress/hpcc/common/logger.py
  43. 1 1
      testing/regress/hpcc/common/report.py
  44. 1 1
      testing/regress/hpcc/common/shell.py
  45. 1 1
      testing/regress/hpcc/regression/__init__.py
  46. 1 1
      testing/regress/hpcc/regression/regress.py
  47. 1 1
      testing/regress/hpcc/regression/suite.py
  48. 1 1
      testing/regress/hpcc/util/__init__.py
  49. 1 1
      testing/regress/hpcc/util/configgen.py
  50. 1 1
      testing/regress/hpcc/util/ecl/__init__.py
  51. 1 1
      testing/regress/hpcc/util/ecl/cc.py
  52. 1 1
      testing/regress/hpcc/util/ecl/command.py
  53. 1 1
      testing/regress/hpcc/util/ecl/file.py
  54. 1 1
      testing/regress/hpcc/util/expandcheck.py
  55. 1 1
      testing/regress/hpcc/util/util.py

+ 1 - 1
common/thorhelper/IndexMetadata.pm

@@ -1,6 +1,6 @@
 /*##############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
common/thorhelper/TestSOAP/TestService.pm

@@ -1,6 +1,6 @@
 ################################################################################
 #
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.

+ 1 - 1
common/thorhelper/TestSOAP/soapclient

@@ -2,7 +2,7 @@
 
 ################################################################################
 #
-#   HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#   HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.

+ 1 - 1
common/thorhelper/TestSOAP/soapdispatch.cgi

@@ -1,7 +1,7 @@
 #! /usr/bin/perl
 ################################################################################
 #
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.

+ 1 - 1
common/thorhelper/TestSOAP/soaplog.cgi

@@ -1,7 +1,7 @@
 #! /usr/bin/perl
 
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.

+ 1 - 1
common/thorhelper/readmeta

@@ -2,7 +2,7 @@
 
 ################################################################################
 #
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    Licensed under the Apache License, Version 2.0 (the "License");
 #    you may not use this file except in compliance with the License.

+ 1 - 1
esp/files/configmgr.html

@@ -20,7 +20,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-<title>HPCC Systems Configuration Manager</title>
+<title>HPCC Systems® Configuration Manager</title>
 <link rel="shortcut icon" href="/esp/files/img/favicon.ico" type="image/x-icon" />
 <style type="text/css">
 /*margin and padding on body element

+ 1 - 1
esp/src/eclwatch/nls/bs/hpcc.js

@@ -196,7 +196,7 @@
     Hex: "Baza16",
     High: "Visok",
     History: "Istorija",
-    HPCCSystems: "HPCC Systems",
+    HPCCSystems: "HPCC Systems®",
     ID: "Identifikator",
     Inactive: "Neaktivan",
     Index: "Indeks",

+ 2 - 2
esp/src/eclwatch/nls/es/hpcc.js

@@ -3,7 +3,7 @@ define(
     Abort: "Aborte",
     About: "Acerca",
     AboutGraphControl: "Acerca del controlador gráfico",
-    AboutHPCCSystemsGraphControl: "Acerca del controlador gráfico de HPCC Systems",
+    AboutHPCCSystemsGraphControl: "Acerca del controlador gráfico de HPCC Systems®",
     Action: "Acción",
     Activate: "Activar",
     Activated: "Activado",
@@ -196,7 +196,7 @@ define(
     Hex: "exadecimal",
     High: "Alto",
     History: "Historia",
-    HPCCSystems: "HPCC Systems",
+    HPCCSystems: "HPCC Systems®",
     ID: "ID",
     Inactive: "Inactivo",
     Index: "Indice",

+ 2 - 2
esp/src/eclwatch/nls/hpcc.js

@@ -3,7 +3,7 @@ define({root:
     Abort: "Abort",
     About: "About",
     AboutGraphControl: "About Graph Control",
-    AboutHPCCSystemsGraphControl: "About HPCC Systems Graph Control",
+    AboutHPCCSystemsGraphControl: "About HPCC Systems® Graph Control",
     Action: "Action",
     Activate: "Activate",
     Activated: "Activated",
@@ -195,7 +195,7 @@ define({root:
     Hex: "Hex",
     High: "High",
     History: "History",
-    HPCCSystems: "HPCC Systems",
+    HPCCSystems: "HPCC Systems®",
     ID: "ID",
     Inactive: "Inactive",
     Index: "Index",

+ 1 - 1
esp/src/eclwatch/nls/hr/hpcc.js

@@ -196,7 +196,7 @@
     Hex: "Baza16",
     High: "Visok",
     History: "Istorija",
-    HPCCSystems: "HPCC Systems",
+    HPCCSystems: "HPCC Systems®",
     ID: "Identifikator",
     Inactive: "Neaktivan",
     Index: "Indeks",

+ 2 - 2
esp/src/eclwatch/nls/hu/hpcc.js

@@ -3,7 +3,7 @@ define(
     Abort: "Megszakít",
     About: "Névjegy",
     AboutGraphControl: "'Graph Control' információk",
-    AboutHPCCSystemsGraphControl: "'HPCC Systems Graph Control' információk",
+    AboutHPCCSystemsGraphControl: "'HPCC Systems® Graph Control' információk",
     Action: "Művelet",
     Activate: "Aktivál",
     Activated: "Aktivizált",
@@ -196,7 +196,7 @@ define(
     Hex: "Hexa nézet",
     High: "Magas",
     History: "Történet",
-    HPCCSystems: "HPCC Systems",
+    HPCCSystems: "HPCC Systems®",
     ID: "Azonosító",
     Inactive: "Inaktív",
     Index: "Index",

+ 1 - 1
esp/src/eclwatch/nls/pt-br/hpcc.js

@@ -3,7 +3,7 @@
     Abort: "Abortar",
     About: "Sobre Plataforma HPCC",
     AboutGraphControl: "Sobre Controle de Gráphico",
-    AboutHPCCSystemsGraphControl: "Sobre Controle de Gráphico do HPCC Systems",
+    AboutHPCCSystemsGraphControl: "Sobre Controle de Gráphico do HPCC Systems®",
     Action: "Ação",
     Activate: "Ativar",
     Activated: "Ativa",

+ 1 - 1
testing/ecl/Bundle/Regress.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/JoinTest.pm

@@ -1,6 +1,6 @@
 /*##############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     This program is free software: you can redistribute it and/or modify
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/EclPlus.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/EclPublish.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/Engine.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/Execute.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/NormalizeFP.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/Prepare.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/Query.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/Report.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/Report/BC2.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/Report/BC3.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/Report/Basic.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/Report/Default.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/Report/Diff.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/Report/DiffFull.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/Report/HTML.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/Report/Summary.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/Report/xxdiff.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/ReportList.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/Regress/Util/DiffHTML.pm

@@ -1,5 +1,5 @@
 ################################################################################
-#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 #
 #    This program is free software: you can redistribute it and/or modify
 #    you may not use this file except in compliance with the License.

+ 1 - 1
testing/ecl/genjointest.pl

@@ -1,6 +1,6 @@
 /*##############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/ecl-test

@@ -3,7 +3,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012-2014 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012-2014 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/__init__.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/common/__init__.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/common/config.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/common/dict.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/common/error.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/common/logger.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/common/report.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/common/shell.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/regression/__init__.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/regression/regress.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/regression/suite.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/util/__init__.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/util/configgen.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/util/ecl/__init__.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/util/ecl/cc.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/util/ecl/command.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/util/ecl/file.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/util/expandcheck.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.

+ 1 - 1
testing/regress/hpcc/util/util.py

@@ -1,7 +1,7 @@
 '''
 /*#############################################################################
 
-    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
+    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems(R).
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.