From 13efab326fd65ea4a92250c2bb624f2458fff773 Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Sat, 3 Jan 2009 22:55:04 +0000 Subject: [PATCH] Update copyright dates --- create.sh | 2 +- install-symlinks.sh | 2 +- scripts/build.app.c++-qt/000_TopSource.cpp | 2 +- scripts/build.app.c++/000_TopSource.cpp | 2 +- scripts/build.app.c/000_TopSource.c | 2 +- scripts/build.docs.doxygen/Doxyfile.in | 2 +- scripts/build.docs.doxygen/MainPage.dox | 2 +- scripts/build.firmware.gpasm/000_TopSource.asm | 2 +- scripts/build.firmware.gpasm/BottomSource.asm | 2 +- scripts/build.firmware.sdcc/000_TopSource.c | 2 +- scripts/build.lib.c++/000_TopHeader.h | 2 +- scripts/build.lib.c++/000_TopSource.cpp | 2 +- scripts/build.lib.c++/999_BottomHeader.h | 2 +- scripts/build.lib.c++/soversion | 2 +- scripts/build.lib.c/000_TopHeader.h | 2 +- scripts/build.lib.c/000_TopSource.c | 2 +- scripts/build.lib.c/999_BottomHeader.h | 2 +- scripts/build.lib.c/soversion | 2 +- scripts/build.make.none/Makefile | 2 +- scripts/build.module.c/000_TopSource.c | 2 +- scripts/build.tests.c++/template | 2 +- scripts/build.tests.c/template | 2 +- scripts/config-printflags.sh | 2 +- scripts/module-create.sh | 2 +- scripts/release.sh | 2 +- scripts/version.sh | 2 +- skel/README | 2 +- skel/config | 2 +- skel/make.sh | 2 +- skel/run-test.sh | 2 +- skel/scripts/functions.sh | 2 +- skel/scripts/paths | 2 +- skel/version | 2 +- update.sh | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/create.sh b/create.sh index 27c2f2b..a2da766 100755 --- a/create.sh +++ b/create.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# (c)2006, Laurence Withers. Released under the GNU GPL. See file +# (c)2009, Laurence Withers. Released under the GNU GPL. See file # COPYING for details. # diff --git a/install-symlinks.sh b/install-symlinks.sh index c7ac997..aea147c 100755 --- a/install-symlinks.sh +++ b/install-symlinks.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# (c)2006, Laurence Withers. Released under the GNU GPL. See file +# (c)2009, Laurence Withers. Released under the GNU GPL. See file # COPYING for details. # diff --git a/scripts/build.app.c++-qt/000_TopSource.cpp b/scripts/build.app.c++-qt/000_TopSource.cpp index 0e77749..28f3252 100644 --- a/scripts/build.app.c++-qt/000_TopSource.cpp +++ b/scripts/build.app.c++-qt/000_TopSource.cpp @@ -1,6 +1,6 @@ /* @P@/src/@NAME@/000_TopSource.cpp * - * (c)2007, @AUTHOR@, <@EMAIL@>. + * (c)2009, @AUTHOR@, <@EMAIL@>. * Released under the GNU GPLv3. See file COPYING or * http://www.gnu.org/copyleft/gpl.html for details. */ diff --git a/scripts/build.app.c++/000_TopSource.cpp b/scripts/build.app.c++/000_TopSource.cpp index 2025519..341813f 100644 --- a/scripts/build.app.c++/000_TopSource.cpp +++ b/scripts/build.app.c++/000_TopSource.cpp @@ -1,6 +1,6 @@ /* @P@/src/@NAME@/TopSource.cpp * - * (c)2007, @AUTHOR@, <@EMAIL@>. + * (c)2009, @AUTHOR@, <@EMAIL@>. * Released under the GNU GPLv3. See file COPYING or * http://www.gnu.org/copyleft/gpl.html for details. */ diff --git a/scripts/build.app.c/000_TopSource.c b/scripts/build.app.c/000_TopSource.c index 2b8ff2d..c5ecaed 100644 --- a/scripts/build.app.c/000_TopSource.c +++ b/scripts/build.app.c/000_TopSource.c @@ -1,6 +1,6 @@ /* @P@/src/@NAME@/000_TopSource.c * - * (c)2007, @AUTHOR@, <@EMAIL@>. + * (c)2009, @AUTHOR@, <@EMAIL@>. * Released under the GNU GPLv3. See file COPYING or * http://www.gnu.org/copyleft/gpl.html for details. */ diff --git a/scripts/build.docs.doxygen/Doxyfile.in b/scripts/build.docs.doxygen/Doxyfile.in index ed087d5..96ac862 100644 --- a/scripts/build.docs.doxygen/Doxyfile.in +++ b/scripts/build.docs.doxygen/Doxyfile.in @@ -1,6 +1,6 @@ # @P@/src/@NAME@/Doxyfile.in # -# (c)2007, @AUTHOR@, <@EMAIL@>. +# (c)2009, @AUTHOR@, <@EMAIL@>. # Released under the GNU GPLv3. See file COPYING or # http://www.gnu.org/copyleft/gpl.html for details. # diff --git a/scripts/build.docs.doxygen/MainPage.dox b/scripts/build.docs.doxygen/MainPage.dox index cd7b8e4..1700e32 100644 --- a/scripts/build.docs.doxygen/MainPage.dox +++ b/scripts/build.docs.doxygen/MainPage.dox @@ -1,6 +1,6 @@ /* @P@/src/@NAME@/MainPage.dox * - * (c)2007, @AUTHOR@, <@EMAIL@>. + * (c)2009, @AUTHOR@, <@EMAIL@>. * Released under the GNU GPLv3. See file COPYING or * http://www.gnu.org/copyleft/gpl.html for details. */ diff --git a/scripts/build.firmware.gpasm/000_TopSource.asm b/scripts/build.firmware.gpasm/000_TopSource.asm index 4432e76..d06648b 100644 --- a/scripts/build.firmware.gpasm/000_TopSource.asm +++ b/scripts/build.firmware.gpasm/000_TopSource.asm @@ -1,6 +1,6 @@ ; @P@/src/@NAME@/TopSource.asm ; -; (c)2007, @AUTHOR@, <@EMAIL@>. +; (c)2009, @AUTHOR@, <@EMAIL@>. ; Released under the GNU GPLv3. See file COPYING or ; http://www.gnu.org/copyleft/gpl.html for details. ; diff --git a/scripts/build.firmware.gpasm/BottomSource.asm b/scripts/build.firmware.gpasm/BottomSource.asm index 836c678..d3d61b4 100644 --- a/scripts/build.firmware.gpasm/BottomSource.asm +++ b/scripts/build.firmware.gpasm/BottomSource.asm @@ -1,6 +1,6 @@ ; @P@/src/@NAME@/BottomSource.asm ; -; (c)2007, @AUTHOR@, <@EMAIL@>. +; (c)2009, @AUTHOR@, <@EMAIL@>. ; Released under the GNU GPLv3. See file COPYING or ; http://www.gnu.org/copyleft/gpl.html for details. ; diff --git a/scripts/build.firmware.sdcc/000_TopSource.c b/scripts/build.firmware.sdcc/000_TopSource.c index 2b8ff2d..c5ecaed 100644 --- a/scripts/build.firmware.sdcc/000_TopSource.c +++ b/scripts/build.firmware.sdcc/000_TopSource.c @@ -1,6 +1,6 @@ /* @P@/src/@NAME@/000_TopSource.c * - * (c)2007, @AUTHOR@, <@EMAIL@>. + * (c)2009, @AUTHOR@, <@EMAIL@>. * Released under the GNU GPLv3. See file COPYING or * http://www.gnu.org/copyleft/gpl.html for details. */ diff --git a/scripts/build.lib.c++/000_TopHeader.h b/scripts/build.lib.c++/000_TopHeader.h index e8f905f..0f16a05 100644 --- a/scripts/build.lib.c++/000_TopHeader.h +++ b/scripts/build.lib.c++/000_TopHeader.h @@ -1,6 +1,6 @@ /* @P@/src/@NAME@/000_TopHeader.h * - * (c)2007, @AUTHOR@, <@EMAIL@>. + * (c)2009, @AUTHOR@, <@EMAIL@>. * Released under the GNU GPLv3. See file COPYING or * http://www.gnu.org/copyleft/gpl.html for details. */ diff --git a/scripts/build.lib.c++/000_TopSource.cpp b/scripts/build.lib.c++/000_TopSource.cpp index 275e3b9..e77252c 100644 --- a/scripts/build.lib.c++/000_TopSource.cpp +++ b/scripts/build.lib.c++/000_TopSource.cpp @@ -1,6 +1,6 @@ /* @P@/src/@NAME@/TopSource.cpp * - * (c)2007, @AUTHOR@, <@EMAIL@>. + * (c)2009, @AUTHOR@, <@EMAIL@>. * Released under the GNU GPLv3. See file COPYING or * http://www.gnu.org/copyleft/gpl.html for details. */ diff --git a/scripts/build.lib.c++/999_BottomHeader.h b/scripts/build.lib.c++/999_BottomHeader.h index 05cd017..de1b536 100644 --- a/scripts/build.lib.c++/999_BottomHeader.h +++ b/scripts/build.lib.c++/999_BottomHeader.h @@ -1,6 +1,6 @@ /* @P@/src/@NAME@/999_BottomHeader.h * - * (c)2007, @AUTHOR@, <@EMAIL@>. + * (c)2009, @AUTHOR@, <@EMAIL@>. * Released under the GNU GPLv3. See file COPYING or * http://www.gnu.org/copyleft/gpl.html for details. */ diff --git a/scripts/build.lib.c++/soversion b/scripts/build.lib.c++/soversion index f56dfbc..2d65f82 100644 --- a/scripts/build.lib.c++/soversion +++ b/scripts/build.lib.c++/soversion @@ -1,6 +1,6 @@ # @P@/src/@NAME@/soversion # -# (c)2007, @AUTHOR@, <@EMAIL@>. +# (c)2009, @AUTHOR@, <@EMAIL@>. # Released under the GNU GPLv3. See file COPYING or # http://www.gnu.org/copyleft/gpl.html for details. # diff --git a/scripts/build.lib.c/000_TopHeader.h b/scripts/build.lib.c/000_TopHeader.h index 7c34bc6..bcf87f2 100644 --- a/scripts/build.lib.c/000_TopHeader.h +++ b/scripts/build.lib.c/000_TopHeader.h @@ -1,6 +1,6 @@ /* @P@/src/@NAME@/000_TopHeader.h * - * (c)2007, @AUTHOR@, <@EMAIL@>. + * (c)2009, @AUTHOR@, <@EMAIL@>. * Released under the GNU GPLv3. See file COPYING or * http://www.gnu.org/copyleft/gpl.html for details. */ diff --git a/scripts/build.lib.c/000_TopSource.c b/scripts/build.lib.c/000_TopSource.c index ad160ed..60c9b5f 100644 --- a/scripts/build.lib.c/000_TopSource.c +++ b/scripts/build.lib.c/000_TopSource.c @@ -1,6 +1,6 @@ /* @P@/src/@NAME@/000_TopSource.c * - * (c)2007, @AUTHOR@, <@EMAIL@>. + * (c)2009, @AUTHOR@, <@EMAIL@>. * Released under the GNU GPLv3. See file COPYING or * http://www.gnu.org/copyleft/gpl.html for details. */ diff --git a/scripts/build.lib.c/999_BottomHeader.h b/scripts/build.lib.c/999_BottomHeader.h index 67601e5..70fa9c6 100644 --- a/scripts/build.lib.c/999_BottomHeader.h +++ b/scripts/build.lib.c/999_BottomHeader.h @@ -1,6 +1,6 @@ /* @P@/src/@NAME@/999_BottomHeader.h * - * (c)2007, @AUTHOR@, <@EMAIL@>. + * (c)2009, @AUTHOR@, <@EMAIL@>. * Released under the GNU GPLv3. See file COPYING or * http://www.gnu.org/copyleft/gpl.html for details. */ diff --git a/scripts/build.lib.c/soversion b/scripts/build.lib.c/soversion index f56dfbc..2d65f82 100644 --- a/scripts/build.lib.c/soversion +++ b/scripts/build.lib.c/soversion @@ -1,6 +1,6 @@ # @P@/src/@NAME@/soversion # -# (c)2007, @AUTHOR@, <@EMAIL@>. +# (c)2009, @AUTHOR@, <@EMAIL@>. # Released under the GNU GPLv3. See file COPYING or # http://www.gnu.org/copyleft/gpl.html for details. # diff --git a/scripts/build.make.none/Makefile b/scripts/build.make.none/Makefile index fe16bad..1c74fca 100644 --- a/scripts/build.make.none/Makefile +++ b/scripts/build.make.none/Makefile @@ -1,6 +1,6 @@ # @P@/src/@NAME@/Makefile # -# (c)2007, @AUTHOR@, <@EMAIL@>. +# (c)2009, @AUTHOR@, <@EMAIL@>. # Released under the GNU GPLv3. See file COPYING or # http://www.gnu.org/copyleft/gpl.html for details. # diff --git a/scripts/build.module.c/000_TopSource.c b/scripts/build.module.c/000_TopSource.c index bd5bf1d..072ff61 100644 --- a/scripts/build.module.c/000_TopSource.c +++ b/scripts/build.module.c/000_TopSource.c @@ -1,6 +1,6 @@ /* @P@/src/@NAME@/000_TopSource.c * - * (c)2007, @AUTHOR@, <@EMAIL@>. + * (c)2009, @AUTHOR@, <@EMAIL@>. * Released under the GNU GPLv3. See file COPYING or * http://www.gnu.org/copyleft/gpl.html for details. */ diff --git a/scripts/build.tests.c++/template b/scripts/build.tests.c++/template index 94756f3..692f5f1 100644 --- a/scripts/build.tests.c++/template +++ b/scripts/build.tests.c++/template @@ -1,6 +1,6 @@ /* @P@/src/@NAME@/???.cpp * - * (c)2007, @AUTHOR@, <@EMAIL@>. + * (c)2009, @AUTHOR@, <@EMAIL@>. * Released under the GNU GPLv3. See file COPYING or * http://www.gnu.org/copyleft/gpl.html for details. */ diff --git a/scripts/build.tests.c/template b/scripts/build.tests.c/template index c152453..b65876e 100644 --- a/scripts/build.tests.c/template +++ b/scripts/build.tests.c/template @@ -1,6 +1,6 @@ /* @P@/src/@NAME@/???.c * - * (c)2007, @AUTHOR@, <@EMAIL@>. + * (c)2009, @AUTHOR@, <@EMAIL@>. * Released under the GNU GPLv3. See file COPYING or * http://www.gnu.org/copyleft/gpl.html for details. */ diff --git a/scripts/config-printflags.sh b/scripts/config-printflags.sh index d478fca..7919706 100755 --- a/scripts/config-printflags.sh +++ b/scripts/config-printflags.sh @@ -1,7 +1,7 @@ #!/bin/sh # lw-build-system/scripts/config-printflags.sh # -# (c)2007, Laurence Withers . +# (c)2009, Laurence Withers . # Released under the GNU GPLv3. See file COPYING or # http://www.gnu.org/copyleft/gpl.html for details. # diff --git a/scripts/module-create.sh b/scripts/module-create.sh index fa50279..d94a63d 100755 --- a/scripts/module-create.sh +++ b/scripts/module-create.sh @@ -1,7 +1,7 @@ #!/bin/sh # lw-build-system/scripts/module-create.sh # -# (c)2006, Laurence Withers, . +# (c)2009, Laurence Withers, . # Released under the GNU GPLv3. See file COPYING or # http://www.gnu.org/copyleft/gpl.html for details. # diff --git a/scripts/release.sh b/scripts/release.sh index 9f685a3..c57f30e 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -1,7 +1,7 @@ #!/bin/sh # lw-build-system/scripts/release.sh # -# (c)2006, Laurence Withers, . +# (c)2009, Laurence Withers, . # Released under the GNU GPLv3. See file COPYING or # http://www.gnu.org/copyleft/gpl.html for details. # diff --git a/scripts/version.sh b/scripts/version.sh index 38378f9..afdaa41 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,7 +1,7 @@ #!/bin/sh # lw-build-system/scripts/version.sh # -# (c)2007, Laurence Withers . +# (c)2009, Laurence Withers . # Released under the GNU GPLv3. See file COPYING or # http://www.gnu.org/copyleft/gpl.html for details. # diff --git a/skel/README b/skel/README index efd2fd8..a7dc0ff 100644 --- a/skel/README +++ b/skel/README @@ -1,6 +1,6 @@ @P@ ======================================================================== -(c)2007, @AUTHOR@, <@EMAIL@>. +(c)2009, @AUTHOR@, <@EMAIL@>. Released under the GNU GPLv3. See file COPYING or http://www.gnu.org/copyleft/gpl.html for details. diff --git a/skel/config b/skel/config index ac68688..eff1eb5 100644 --- a/skel/config +++ b/skel/config @@ -2,7 +2,7 @@ # kate: @KATE_MODELINE@ # vim: syntax=sh:@VIM_MODELINE@ # -# (c)2007, @AUTHOR@, <@EMAIL@>. +# (c)2009, @AUTHOR@, <@EMAIL@>. # Released under the GNU GPLv3. See file COPYING or # http://www.gnu.org/copyleft/gpl.html for details. # diff --git a/skel/make.sh b/skel/make.sh index 6115899..96c5e9f 100755 --- a/skel/make.sh +++ b/skel/make.sh @@ -1,7 +1,7 @@ #!/bin/sh # @P@/make.sh # -# (c)2006-2007, @AUTHOR@, <@EMAIL@>. +# (c)2009, @AUTHOR@, <@EMAIL@>. # Released under the GNU GPLv3. See file COPYING or # http://www.gnu.org/copyleft/gpl.html for details. # diff --git a/skel/run-test.sh b/skel/run-test.sh index 48cc6bf..c25d7cc 100755 --- a/skel/run-test.sh +++ b/skel/run-test.sh @@ -1,7 +1,7 @@ #!/bin/sh # @P@/test.sh # -# (c)2007, @AUTHOR@, <@EMAIL@>. +# (c)2009, @AUTHOR@, <@EMAIL@>. # Released under the GNU GPLv3. See file COPYING or # http://www.gnu.org/copyleft/gpl.html for details. # diff --git a/skel/scripts/functions.sh b/skel/scripts/functions.sh index 04b6263..94dc7c3 100644 --- a/skel/scripts/functions.sh +++ b/skel/scripts/functions.sh @@ -1,6 +1,6 @@ # @P@/scripts/functions.sh # -# (c)2007, @AUTHOR@, <@EMAIL@>. +# (c)2009, @AUTHOR@, <@EMAIL@>. # Released under the GNU GPLv3. See file COPYING or # http://www.gnu.org/copyleft/gpl.html for details. # diff --git a/skel/scripts/paths b/skel/scripts/paths index 4c0d24e..0d88ab6 100644 --- a/skel/scripts/paths +++ b/skel/scripts/paths @@ -1,6 +1,6 @@ # @P@/scripts/paths # -# (c)2007, @AUTHOR@, <@EMAIL@>. +# (c)2009, @AUTHOR@, <@EMAIL@>. # Released under the GNU GPLv3. See file COPYING or # http://www.gnu.org/copyleft/gpl.html for details. # diff --git a/skel/version b/skel/version index 6eb3a67..34cd74c 100644 --- a/skel/version +++ b/skel/version @@ -1,6 +1,6 @@ # @P@/version # -# (c)2007, @AUTHOR@, <@EMAIL@>. +# (c)2009, @AUTHOR@, <@EMAIL@>. # Released under the GNU GPLv3. See file COPYING or # http://www.gnu.org/copyleft/gpl.html for details. # diff --git a/update.sh b/update.sh index 53589e4..175bdbd 100755 --- a/update.sh +++ b/update.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# (c)2006, Laurence Withers. Released under the GNU GPL. See file +# (c)2009, Laurence Withers. Released under the GNU GPL. See file # COPYING for details. #