[interchange/STABLE_5_6-branch] Update Copyright Date
David Christensen <[email protected]>
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 443ff0abf051ed65a5828ad2cbddf59ae4901666 Author: David Christensen <[email protected]> Date: Wed Mar 24 22:31:49 2010 -0500 Update Copyright Date Makefile.PL | 2 +- README | 2 +- code/Filter/sha1.filter | 2 +- code/SystemTag/search.coretag | 2 +- code/UserTag/css.tag | 2 +- code/UserTag/usps_query.tag | 2 +- configure | 2 +- dist/standard/variables/COPYRIGHT | 2 +- lib/Vend/Dispatch.pm | 2 +- lib/Vend/File.pm | 2 +- lib/Vend/Util.pm | 2 +- scripts/interchange.PL | 6 +++--- 12 files changed, 14 insertions(+), 14 deletions(-) --- diff --git a/Makefile.PL b/Makefile.PL index 45cbdad..d08f414 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -154,7 +154,7 @@ sub copyright_prompt { Interchange V$VERSION - Copyright (C) 2002-2009 Interchange Development Group. + Copyright (C) 2002-2010 Interchange Development Group. Copyright (C) 1996-2002 Red Hat, Inc. Interchange is free under the terms of the GNU General Public License. diff --git a/README b/README index 306d49a..7bebab2 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ Interchange 5.6.2 -Copyright (C) 2002-2009 Interchange Development Group +Copyright (C) 2002-2010 Interchange Development Group Copyright (C) 1996-2002 Red Hat, Inc. Originally based on Vend 0.2 and 0.3, copyright 1995-96 by Andrew M. Wilcox. diff --git a/code/Filter/sha1.filter b/code/Filter/sha1.filter index 640f0f4..99ea057 100644 --- a/code/Filter/sha1.filter +++ b/code/Filter/sha1.filter @@ -1,4 +1,4 @@ -# Copyright 2007-2009 Interchange Development Group and others +# Copyright 2007-2010 Interchange Development Group and others # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/code/SystemTag/search.coretag b/code/SystemTag/search.coretag index 0b0413b..1107371 100644 --- a/code/SystemTag/search.coretag +++ b/code/SystemTag/search.coretag @@ -1,4 +1,4 @@ -# Copyright 2002-2009 Interchange Development Group and others +# Copyright 2002-2010 Interchange Development Group and others # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/code/UserTag/css.tag b/code/UserTag/css.tag index f6cf1da..b6883c6 100644 --- a/code/UserTag/css.tag +++ b/code/UserTag/css.tag @@ -1,4 +1,4 @@ -# Copyright 2003-2009 Interchange Development Group and others +# Copyright 2003-2010 Interchange Development Group and others # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/code/UserTag/usps_query.tag b/code/UserTag/usps_query.tag index a9a249f..585d926 100644 --- a/code/UserTag/usps_query.tag +++ b/code/UserTag/usps_query.tag @@ -1,4 +1,4 @@ -# Copyright 2002-2009 Interchange Development Group and others +# Copyright 2002-2010 Interchange Development Group and others # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/configure b/configure index acdccfd..1c64b28 100755 --- a/configure +++ b/configure @@ -4,7 +4,7 @@ cat <<EOF Interchange - Copyright 2002-2009 Interchange Development Group (http://www.icdevgroup.org/) + Copyright 2002-2010 Interchange Development Group (http://www.icdevgroup.org/) Copyright 1996-2002 Red Hat, Inc. Interchange was originally based on Vend 0.2 and 0.3 diff --git a/dist/standard/variables/COPYRIGHT b/dist/standard/variables/COPYRIGHT index d290ad1..3055385 100644 --- a/dist/standard/variables/COPYRIGHT +++ b/dist/standard/variables/COPYRIGHT @@ -2,6 +2,6 @@ [if variable MV_DEMO_MODE] <p>[page admin/index][L]Admin[/L]</a></p> [/if] - <p style="font-size: 10px; color: #000000">Portions copyright 2002-2009 Interchange Development Group, freely redistributable under GPL</p> + <p style="font-size: 10px; color: #000000">Portions copyright 2002-2010 Interchange Development Group, freely redistributable under GPL</p> </div> diff --git a/lib/Vend/Dispatch.pm b/lib/Vend/Dispatch.pm index f268cbd..84e3b98 100644 --- a/lib/Vend/Dispatch.pm +++ b/lib/Vend/Dispatch.pm @@ -1,6 +1,6 @@ # Vend::Dispatch - Handle Interchange page requests # -# Copyright (C) 2002-2009 Interchange Development Group +# Copyright (C) 2002-2010 Interchange Development Group # Copyright (C) 2002 Mike Heins <[email protected]> # # This program was originally based on Vend 0.2 and 0.3 diff --git a/lib/Vend/File.pm b/lib/Vend/File.pm index bcd42da..caf7af7 100644 --- a/lib/Vend/File.pm +++ b/lib/Vend/File.pm @@ -1,6 +1,6 @@ # Vend::File - Interchange file functions # -# Copyright (C) 2002-2009 Interchange Development Group +# Copyright (C) 2002-2010 Interchange Development Group # Copyright (C) 1996-2002 Red Hat, Inc. # # This program was originally based on Vend 0.2 and 0.3 diff --git a/lib/Vend/Util.pm b/lib/Vend/Util.pm index 54e303d..246c18d 100644 --- a/lib/Vend/Util.pm +++ b/lib/Vend/Util.pm @@ -1,6 +1,6 @@ # Vend::Util - Interchange utility functions # -# Copyright (C) 2002-2009 Interchange Development Group +# Copyright (C) 2002-2010 Interchange Development Group # Copyright (C) 1996-2002 Red Hat, Inc. # # This program was originally based on Vend 0.2 and 0.3 diff --git a/scripts/interchange.PL b/scripts/interchange.PL index 2dea0ea..c0d23c6 100644 --- a/scripts/interchange.PL +++ b/scripts/interchange.PL @@ -3,7 +3,7 @@ # # Interchange version 5.6.2 # -# Copyright (C) 2002-2009 Interchange Development Group +# Copyright (C) 2002-2010 Interchange Development Group # Copyright (C) 1996-2002 Red Hat, Inc. # http://www.icdevgroup.org/ # @@ -351,7 +351,7 @@ sub dontwarn { } sub version { - print "Interchange version $VERSION copyright 2002-2009 Interchange Development Group and others.\n"; + print "Interchange version $VERSION copyright 2002-2010 Interchange Development Group and others.\n"; } =head1 NAME @@ -1002,7 +1002,7 @@ GNU General Public License. =head1 COPYRIGHT - Copyright (C) 2002-2009 Interchange Development Group + Copyright (C) 2002-2010 Interchange Development Group Copyright (C) 1995-2002 Red Hat, Inc. All rights reserved except those granted in the license.