summaryrefslogtreecommitdiff
path: root/src/test_strings.py
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-29 22:20:31 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-29 22:20:31 +0200
commita2795b63dd02ecddd8a0109dcc1b64108f68eace (patch)
treed9c7a1aaa57fadb61028833c9de204f47bfddd0b /src/test_strings.py
parent16bc58049adac72cb1f398d9f89e42757bb4a22f (diff)
Imported Upstream version 2.3.4upstream/2.3.4
Diffstat (limited to 'src/test_strings.py')
-rw-r--r--src/test_strings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test_strings.py b/src/test_strings.py
index aa14421..c3d35e2 100644
--- a/src/test_strings.py
+++ b/src/test_strings.py
@@ -22,7 +22,7 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
-__revision__ = "src/test_strings.py 2014/08/24 12:12:31 garyo"
+__revision__ = "src/test_strings.py 2014/09/27 12:51:43 garyo"
"""
Verify that we have proper strings like Copyright notices on all the
@@ -107,7 +107,7 @@ class Checker(object):
class CheckUnexpandedStrings(Checker):
expressions = [
re.compile('Copyright (c) 2001 - 2014 The SCons Foundation'),
- re.compile('src/test_strings.py 2014/08/24 12:12:31 garyo'),
+ re.compile('src/test_strings.py 2014/09/27 12:51:43 garyo'),
]
def must_be_built(self):
return None