diff options
author | Steven Knight <knight@baldmt.com> | 2002-01-29 15:15:05 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-01-29 15:15:05 (GMT) |
commit | 2479d0f7efbfceb6a43eec7411a35ba13f58fc90 (patch) | |
tree | 183638bcca2f7e5ead9b760ab8900e2d8f23c5c9 /test/option-v.py | |
parent | 8d639e2c4ee5623f803344a09db1eb074946349a (diff) | |
download | SCons-2479d0f7efbfceb6a43eec7411a35ba13f58fc90.zip SCons-2479d0f7efbfceb6a43eec7411a35ba13f58fc90.tar.gz SCons-2479d0f7efbfceb6a43eec7411a35ba13f58fc90.tar.bz2 |
Update Copyright lines for the new year.
Diffstat (limited to 'test/option-v.py')
-rw-r--r-- | test/option-v.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/option-v.py b/test/option-v.py index 43c8834..594a0de 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) |