summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/user/gettext.in2
-rw-r--r--doc/user/gettext.xml2
-rw-r--r--src/engine/SCons/Tool/GettextCommon.py2
-rw-r--r--src/engine/SCons/Tool/gettext.py2
-rw-r--r--src/engine/SCons/Tool/gettext.xml2
-rw-r--r--src/engine/SCons/Tool/msgfmt.py2
-rw-r--r--src/engine/SCons/Tool/msgfmt.xml2
-rw-r--r--src/engine/SCons/Tool/msginit.py2
-rw-r--r--src/engine/SCons/Tool/msginit.xml2
-rw-r--r--src/engine/SCons/Tool/msgmerge.py2
-rw-r--r--src/engine/SCons/Tool/msgmerge.xml2
-rw-r--r--src/engine/SCons/Tool/xgettext.py2
-rw-r--r--src/engine/SCons/Tool/xgettext.xml2
-rw-r--r--test/GETTEXT/Translate_doc_user_examples1.py2
-rw-r--r--test/GETTEXT/Translate_doc_user_examples2.py2
-rw-r--r--test/GETTEXT/Translate_doc_user_examples3.py2
-rw-r--r--test/GETTEXT/doc_user_examples1.py2
-rw-r--r--test/MSGFMT/MOFile_doc_user_examples1.py2
-rw-r--r--test/MSGFMT/MOFile_doc_user_examples2.py2
-rw-r--r--test/MSGFMT/MOFile_doc_user_examples3.py2
-rw-r--r--test/MSGFMT/MOFile_doc_user_examples4.py2
-rw-r--r--test/MSGINIT/POinit_doc_user_examples1.py2
-rw-r--r--test/MSGINIT/POinit_doc_user_examples2.py2
-rw-r--r--test/MSGINIT/POinit_doc_user_examples3.py2
-rw-r--r--test/MSGINIT/POinit_doc_user_examples4.py2
-rw-r--r--test/MSGINIT/POinit_doc_user_examples5.py2
-rw-r--r--test/MSGINIT/POinit_doc_user_examples6.py2
-rw-r--r--test/MSGMERGE/POUpdate_doc_user_examples1.py2
-rw-r--r--test/MSGMERGE/POUpdate_doc_user_examples2.py2
-rw-r--r--test/MSGMERGE/POUpdate_doc_user_examples3.py2
-rw-r--r--test/MSGMERGE/POUpdate_doc_user_examples4.py2
-rw-r--r--test/MSGMERGE/POUpdate_doc_user_examples5.py2
-rw-r--r--test/MSGMERGE/POUpdate_doc_user_examples6.py2
-rw-r--r--test/MSGMERGE/POUpdate_doc_user_examples8.py2
-rw-r--r--test/XGETTEXT/POTUpdate_doc_user_examples1.py2
-rw-r--r--test/XGETTEXT/POTUpdate_doc_user_examples2.py2
-rw-r--r--test/XGETTEXT/POTUpdate_doc_user_examples3.py2
-rw-r--r--test/XGETTEXT/POTUpdate_doc_user_examples4.py2
-rw-r--r--test/XGETTEXT/POTUpdate_doc_user_examples5.py2
39 files changed, 39 insertions, 39 deletions
diff --git a/doc/user/gettext.in b/doc/user/gettext.in
index 63c1d20..22545d3 100644
--- a/doc/user/gettext.in
+++ b/doc/user/gettext.in
@@ -1,6 +1,6 @@
<!--
- __TOOL_COPYRIGHT__
+ __COPYRIGHT__
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/doc/user/gettext.xml b/doc/user/gettext.xml
index 9b1b631..9fc0076 100644
--- a/doc/user/gettext.xml
+++ b/doc/user/gettext.xml
@@ -1,6 +1,6 @@
<!--
- __TOOL_COPYRIGHT__
+ __COPYRIGHT__
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/src/engine/SCons/Tool/GettextCommon.py b/src/engine/SCons/Tool/GettextCommon.py
index 66ab57c..af506d7 100644
--- a/src/engine/SCons/Tool/GettextCommon.py
+++ b/src/engine/SCons/Tool/GettextCommon.py
@@ -3,7 +3,7 @@
Used by several tools of `gettext` toolset.
"""
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/src/engine/SCons/Tool/gettext.py b/src/engine/SCons/Tool/gettext.py
index 8dfdecf..42fafd7 100644
--- a/src/engine/SCons/Tool/gettext.py
+++ b/src/engine/SCons/Tool/gettext.py
@@ -2,7 +2,7 @@
"""
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/src/engine/SCons/Tool/gettext.xml b/src/engine/SCons/Tool/gettext.xml
index 2c6f1ae..7537882 100644
--- a/src/engine/SCons/Tool/gettext.xml
+++ b/src/engine/SCons/Tool/gettext.xml
@@ -1,5 +1,5 @@
<!--
-__TOOL_COPYRIGHT__
+__COPYRIGHT__
This file is processed by the bin/SConsDoc.py module.
See its __doc__ string for a discussion of the format.
diff --git a/src/engine/SCons/Tool/msgfmt.py b/src/engine/SCons/Tool/msgfmt.py
index f5cdb8f..cdbc4ed 100644
--- a/src/engine/SCons/Tool/msgfmt.py
+++ b/src/engine/SCons/Tool/msgfmt.py
@@ -1,6 +1,6 @@
""" msgfmt tool """
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/src/engine/SCons/Tool/msgfmt.xml b/src/engine/SCons/Tool/msgfmt.xml
index 93e6e02..d72cc47 100644
--- a/src/engine/SCons/Tool/msgfmt.xml
+++ b/src/engine/SCons/Tool/msgfmt.xml
@@ -1,5 +1,5 @@
<!--
-__TOOL_COPYRIGHT__
+__COPYRIGHT__
This file is processed by the bin/SConsDoc.py module.
See its __doc__ string for a discussion of the format.
diff --git a/src/engine/SCons/Tool/msginit.py b/src/engine/SCons/Tool/msginit.py
index 164215b..28bcde1 100644
--- a/src/engine/SCons/Tool/msginit.py
+++ b/src/engine/SCons/Tool/msginit.py
@@ -3,7 +3,7 @@
Tool specific initialization of msginit tool.
"""
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/src/engine/SCons/Tool/msginit.xml b/src/engine/SCons/Tool/msginit.xml
index 527a168..1827d35 100644
--- a/src/engine/SCons/Tool/msginit.xml
+++ b/src/engine/SCons/Tool/msginit.xml
@@ -1,5 +1,5 @@
<!--
-__TOOL_COPYRIGHT__
+__COPYRIGHT__
This file is processed by the bin/SConsDoc.py module.
See its __doc__ string for a discussion of the format.
diff --git a/src/engine/SCons/Tool/msgmerge.py b/src/engine/SCons/Tool/msgmerge.py
index 19db36c..49ab651 100644
--- a/src/engine/SCons/Tool/msgmerge.py
+++ b/src/engine/SCons/Tool/msgmerge.py
@@ -3,7 +3,7 @@
Tool specific initialization for `msgmerge` tool.
"""
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/src/engine/SCons/Tool/msgmerge.xml b/src/engine/SCons/Tool/msgmerge.xml
index 1c567a1..c2018b1 100644
--- a/src/engine/SCons/Tool/msgmerge.xml
+++ b/src/engine/SCons/Tool/msgmerge.xml
@@ -1,5 +1,5 @@
<!--
-__TOOL_COPYRIGHT__
+__COPYRIGHT__
This file is processed by the bin/SConsDoc.py module.
See its __doc__ string for a discussion of the format.
diff --git a/src/engine/SCons/Tool/xgettext.py b/src/engine/SCons/Tool/xgettext.py
index 0495174..860e51b 100644
--- a/src/engine/SCons/Tool/xgettext.py
+++ b/src/engine/SCons/Tool/xgettext.py
@@ -3,7 +3,7 @@
Tool specific initialization of `xgettext` tool.
"""
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/src/engine/SCons/Tool/xgettext.xml b/src/engine/SCons/Tool/xgettext.xml
index 0a919d6..31f5819 100644
--- a/src/engine/SCons/Tool/xgettext.xml
+++ b/src/engine/SCons/Tool/xgettext.xml
@@ -1,5 +1,5 @@
<!--
-__TOOL_COPYRIGHT__
+__COPYRIGHT__
This file is processed by the bin/SConsDoc.py module.
See its __doc__ string for a discussion of the format.
diff --git a/test/GETTEXT/Translate_doc_user_examples1.py b/test/GETTEXT/Translate_doc_user_examples1.py
index 96a6c2c..f3c20be 100644
--- a/test/GETTEXT/Translate_doc_user_examples1.py
+++ b/test/GETTEXT/Translate_doc_user_examples1.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/GETTEXT/Translate_doc_user_examples2.py b/test/GETTEXT/Translate_doc_user_examples2.py
index 7fffb86..674c975 100644
--- a/test/GETTEXT/Translate_doc_user_examples2.py
+++ b/test/GETTEXT/Translate_doc_user_examples2.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/GETTEXT/Translate_doc_user_examples3.py b/test/GETTEXT/Translate_doc_user_examples3.py
index d099523..456d328 100644
--- a/test/GETTEXT/Translate_doc_user_examples3.py
+++ b/test/GETTEXT/Translate_doc_user_examples3.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/GETTEXT/doc_user_examples1.py b/test/GETTEXT/doc_user_examples1.py
index bf210a1..56d56e6 100644
--- a/test/GETTEXT/doc_user_examples1.py
+++ b/test/GETTEXT/doc_user_examples1.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/MSGFMT/MOFile_doc_user_examples1.py b/test/MSGFMT/MOFile_doc_user_examples1.py
index d1b7982..6df8edf 100644
--- a/test/MSGFMT/MOFile_doc_user_examples1.py
+++ b/test/MSGFMT/MOFile_doc_user_examples1.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/MSGFMT/MOFile_doc_user_examples2.py b/test/MSGFMT/MOFile_doc_user_examples2.py
index ab37369..72ad3a6 100644
--- a/test/MSGFMT/MOFile_doc_user_examples2.py
+++ b/test/MSGFMT/MOFile_doc_user_examples2.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/MSGFMT/MOFile_doc_user_examples3.py b/test/MSGFMT/MOFile_doc_user_examples3.py
index 3eae629..8624b4a 100644
--- a/test/MSGFMT/MOFile_doc_user_examples3.py
+++ b/test/MSGFMT/MOFile_doc_user_examples3.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/MSGFMT/MOFile_doc_user_examples4.py b/test/MSGFMT/MOFile_doc_user_examples4.py
index 6be4707..e6d521d 100644
--- a/test/MSGFMT/MOFile_doc_user_examples4.py
+++ b/test/MSGFMT/MOFile_doc_user_examples4.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/MSGINIT/POinit_doc_user_examples1.py b/test/MSGINIT/POinit_doc_user_examples1.py
index b69e58f..2dde34c 100644
--- a/test/MSGINIT/POinit_doc_user_examples1.py
+++ b/test/MSGINIT/POinit_doc_user_examples1.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/MSGINIT/POinit_doc_user_examples2.py b/test/MSGINIT/POinit_doc_user_examples2.py
index 5832d67..23233f7 100644
--- a/test/MSGINIT/POinit_doc_user_examples2.py
+++ b/test/MSGINIT/POinit_doc_user_examples2.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/MSGINIT/POinit_doc_user_examples3.py b/test/MSGINIT/POinit_doc_user_examples3.py
index 3f971c9..e0a27d1 100644
--- a/test/MSGINIT/POinit_doc_user_examples3.py
+++ b/test/MSGINIT/POinit_doc_user_examples3.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/MSGINIT/POinit_doc_user_examples4.py b/test/MSGINIT/POinit_doc_user_examples4.py
index 903a2ac..cdd1733 100644
--- a/test/MSGINIT/POinit_doc_user_examples4.py
+++ b/test/MSGINIT/POinit_doc_user_examples4.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/MSGINIT/POinit_doc_user_examples5.py b/test/MSGINIT/POinit_doc_user_examples5.py
index bd38950..20dee41 100644
--- a/test/MSGINIT/POinit_doc_user_examples5.py
+++ b/test/MSGINIT/POinit_doc_user_examples5.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/MSGINIT/POinit_doc_user_examples6.py b/test/MSGINIT/POinit_doc_user_examples6.py
index 9e5f189..7c829c0 100644
--- a/test/MSGINIT/POinit_doc_user_examples6.py
+++ b/test/MSGINIT/POinit_doc_user_examples6.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/MSGMERGE/POUpdate_doc_user_examples1.py b/test/MSGMERGE/POUpdate_doc_user_examples1.py
index dd7b41a..6a22698 100644
--- a/test/MSGMERGE/POUpdate_doc_user_examples1.py
+++ b/test/MSGMERGE/POUpdate_doc_user_examples1.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/MSGMERGE/POUpdate_doc_user_examples2.py b/test/MSGMERGE/POUpdate_doc_user_examples2.py
index a9f7dda..da721c4 100644
--- a/test/MSGMERGE/POUpdate_doc_user_examples2.py
+++ b/test/MSGMERGE/POUpdate_doc_user_examples2.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/MSGMERGE/POUpdate_doc_user_examples3.py b/test/MSGMERGE/POUpdate_doc_user_examples3.py
index 782b4cd..9a927ea 100644
--- a/test/MSGMERGE/POUpdate_doc_user_examples3.py
+++ b/test/MSGMERGE/POUpdate_doc_user_examples3.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/MSGMERGE/POUpdate_doc_user_examples4.py b/test/MSGMERGE/POUpdate_doc_user_examples4.py
index 71587ac..82dedc9 100644
--- a/test/MSGMERGE/POUpdate_doc_user_examples4.py
+++ b/test/MSGMERGE/POUpdate_doc_user_examples4.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/MSGMERGE/POUpdate_doc_user_examples5.py b/test/MSGMERGE/POUpdate_doc_user_examples5.py
index d92fa4d..d292c4f 100644
--- a/test/MSGMERGE/POUpdate_doc_user_examples5.py
+++ b/test/MSGMERGE/POUpdate_doc_user_examples5.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/MSGMERGE/POUpdate_doc_user_examples6.py b/test/MSGMERGE/POUpdate_doc_user_examples6.py
index 6360db5..de34a82 100644
--- a/test/MSGMERGE/POUpdate_doc_user_examples6.py
+++ b/test/MSGMERGE/POUpdate_doc_user_examples6.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/MSGMERGE/POUpdate_doc_user_examples8.py b/test/MSGMERGE/POUpdate_doc_user_examples8.py
index 78e478d..9e08225 100644
--- a/test/MSGMERGE/POUpdate_doc_user_examples8.py
+++ b/test/MSGMERGE/POUpdate_doc_user_examples8.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/XGETTEXT/POTUpdate_doc_user_examples1.py b/test/XGETTEXT/POTUpdate_doc_user_examples1.py
index f3e76a8..4eb3fd9 100644
--- a/test/XGETTEXT/POTUpdate_doc_user_examples1.py
+++ b/test/XGETTEXT/POTUpdate_doc_user_examples1.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/XGETTEXT/POTUpdate_doc_user_examples2.py b/test/XGETTEXT/POTUpdate_doc_user_examples2.py
index 72345a6..9999a68 100644
--- a/test/XGETTEXT/POTUpdate_doc_user_examples2.py
+++ b/test/XGETTEXT/POTUpdate_doc_user_examples2.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/XGETTEXT/POTUpdate_doc_user_examples3.py b/test/XGETTEXT/POTUpdate_doc_user_examples3.py
index 2c4cf06..869a0ad 100644
--- a/test/XGETTEXT/POTUpdate_doc_user_examples3.py
+++ b/test/XGETTEXT/POTUpdate_doc_user_examples3.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/XGETTEXT/POTUpdate_doc_user_examples4.py b/test/XGETTEXT/POTUpdate_doc_user_examples4.py
index 9743c0c..70cbe29 100644
--- a/test/XGETTEXT/POTUpdate_doc_user_examples4.py
+++ b/test/XGETTEXT/POTUpdate_doc_user_examples4.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
diff --git a/test/XGETTEXT/POTUpdate_doc_user_examples5.py b/test/XGETTEXT/POTUpdate_doc_user_examples5.py
index 21aa27a..39a2555 100644
--- a/test/XGETTEXT/POTUpdate_doc_user_examples5.py
+++ b/test/XGETTEXT/POTUpdate_doc_user_examples5.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
-# __TOOL_COPYRIGHT__
+# __COPYRIGHT__
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the