summaryrefslogtreecommitdiff
path: root/test/option-v.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-01-29 15:15:05 +0000
committerSteven Knight <knight@baldmt.com>2002-01-29 15:15:05 +0000
commit2479d0f7efbfceb6a43eec7411a35ba13f58fc90 (patch)
tree183638bcca2f7e5ead9b760ab8900e2d8f23c5c9 /test/option-v.py
parent8d639e2c4ee5623f803344a09db1eb074946349a (diff)
downloadscons-2479d0f7efbfceb6a43eec7411a35ba13f58fc90.tar.gz
Update Copyright lines for the new year.
Diffstat (limited to 'test/option-v.py')
-rw-r--r--test/option-v.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/option-v.py b/test/option-v.py
index 43c88340..594a0def 100644
--- a/test/option-v.py
+++ b/test/option-v.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2001 Steven Knight
+# Copyright (c) 2001, 2002 Steven Knight
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@@ -36,7 +36,7 @@ test.write('SConstruct', "")
expect = r"""SCons by Steven Knight et al.:
\tscript version \S+
\tbuild engine version \S+
-Copyright 2001 Steven Knight
+Copyright 2001, 2002 Steven Knight
"""
test.run(arguments = '-v', stdout = expect)