summaryrefslogtreecommitdiff
path: root/test/option-v.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-01-20 04:29:54 +0000
committerSteven Knight <knight@baldmt.com>2003-01-20 04:29:54 +0000
commita5f3e5e1a386486767bca62126835486e7f722fe (patch)
tree8abf785d488f53bae677844653d9ff9ce3bf1686 /test/option-v.py
parente7311129d841fe777bfe2d83c46033f34dac4709 (diff)
downloadscons-a5f3e5e1a386486767bca62126835486e7f722fe.tar.gz
Put the Copyright years in by script, not by hand.
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 049fa173..e3cd91bb 100644
--- a/test/option-v.py
+++ b/test/option-v.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2001, 2002, 2003 Steven Knight
+# __COPYRIGHT__
#
# 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, 2003 Steven Knight
+Copyright \(c\) 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, 2003 Steven Knight
+Copyright \(c\) 2001, 2002, 2003 Steven Knight
"""
test.run(arguments = '-v')