summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-01-29 15:15:05 (GMT)
committerSteven Knight <knight@baldmt.com>2002-01-29 15:15:05 (GMT)
commit2479d0f7efbfceb6a43eec7411a35ba13f58fc90 (patch)
tree183638bcca2f7e5ead9b760ab8900e2d8f23c5c9 /etc
parent8d639e2c4ee5623f803344a09db1eb074946349a (diff)
downloadSCons-2479d0f7efbfceb6a43eec7411a35ba13f58fc90.zip
SCons-2479d0f7efbfceb6a43eec7411a35ba13f58fc90.tar.gz
SCons-2479d0f7efbfceb6a43eec7411a35ba13f58fc90.tar.bz2
Update Copyright lines for the new year.
Diffstat (limited to 'etc')
-rw-r--r--etc/SConscript2
-rw-r--r--etc/TestSCons.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/SConscript b/etc/SConscript
index a613bda..bd1dfcd 100644
--- a/etc/SConscript
+++ b/etc/SConscript
@@ -7,7 +7,7 @@
#
#
-# 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
diff --git a/etc/TestSCons.py b/etc/TestSCons.py
index 959e568..815466a 100644
--- a/etc/TestSCons.py
+++ b/etc/TestSCons.py
@@ -11,7 +11,7 @@ methods and attributes, as well as any overridden or additional methods
or attributes defined in this subclass.
"""
-# Copyright 2001 Steven Knight
+# Copyright 2001, 2002 Steven Knight
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"