summaryrefslogtreecommitdiff
path: root/test/option-v.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-01-16 21:15:29 +0000
committerSteven Knight <knight@baldmt.com>2003-01-16 21:15:29 +0000
commitb71b4b87ff6224de450018ba1a3192103f68160d (patch)
treed4181f429bb63f31f67a50b553703cc1b03d7495 /test/option-v.py
parent34ba2778e9f8505a9ed378012525b9ad24e9a366 (diff)
downloadscons-b71b4b87ff6224de450018ba1a3192103f68160d.tar.gz
Update Copyright years.
Diffstat (limited to 'test/option-v.py')
-rw-r--r--test/option-v.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/option-v.py b/test/option-v.py
index 0461e689..049fa173 100644
--- a/test/option-v.py
+++ b/test/option-v.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2001, 2002 Steven Knight
+# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@@ -37,13 +37,13 @@ test.write('SConstruct', "")
# depending on whether it's invoked through scons.py or scons.bat.
expect1 = r"""SCons by Steven Knight et al.:
\tengine: v\S+, [^,]*, by \S+ on \S+
-Copyright 2001, 2002 Steven Knight
+Copyright 2001, 2002, 2003 Steven Knight
"""
expect2 = r"""SCons by Steven Knight et al.:
\tscript: v\S+, [^,]*, by \S+ on \S+
\tengine: v\S+, [^,]*, by \S+ on \S+
-Copyright 2001, 2002 Steven Knight
+Copyright 2001, 2002, 2003 Steven Knight
"""
test.run(arguments = '-v')