From df04c03d64316a86173bdc5277a6ace670b50e26 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Wed, 7 Jan 2004 14:50:10 +0000 Subject: Update the Copyright years to include 2004. --- SConstruct | 2 +- src/script/sconsign.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SConstruct b/SConstruct index 61b9b77..2599263 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 cc9e58d..1c0a769 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__" -- cgit v0.12