From: stevenknight Date: Wed, 7 Jan 2004 14:50:10 +0000 (+0000) Subject: Update the Copyright years to include 2004. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ac8a95e1553ce1f39eb51953199e5b8b576e02ae;p=scons.git Update the Copyright years to include 2004. git-svn-id: http://scons.tigris.org/svn/scons/trunk@869 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/SConstruct b/SConstruct index 61b9b77a..25992636 100644 --- a/SConstruct +++ b/SConstruct @@ -4,7 +4,7 @@ # See the README file for an overview of how SCons is built and tested. # -copyright_years = '2001, 2002, 2003' +copyright_years = '2001, 2002, 2003, 2004' # # __COPYRIGHT__ diff --git a/src/script/sconsign.py b/src/script/sconsign.py index cc9e58da..1c0a7694 100644 --- a/src/script/sconsign.py +++ b/src/script/sconsign.py @@ -2,7 +2,7 @@ # # SCons - a Software Constructor # -# 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 @@ -24,7 +24,7 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -__revision__ = "__REVISION__" +__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" __version__ = "__VERSION__"