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:34 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-29 22:20:34 +0200
commit4afc984101977fdff83c8b3ed7c26fcaf1a0030e (patch)
tree58016e3c49b02a7d08effd2258dcf80c8af37350 /src/test_strings.py
parenta414d8e46960130a36b0bde5de3bef8cbd769e13 (diff)
parenta2795b63dd02ecddd8a0109dcc1b64108f68eace (diff)
Merge tag 'upstream/2.3.4'
Upstream version 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