diff --git a/skel/scripts/build.c++.app/TopHeader.h b/skel/scripts/build.c++.app/TopHeader.h index f6410ad..281f7ab 100644 --- a/skel/scripts/build.c++.app/TopHeader.h +++ b/skel/scripts/build.c++.app/TopHeader.h @@ -1,7 +1,8 @@ /* @P@/src/@NAME@/TopHeader.h * - * (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file - * COPYING for more information / terms of license. + * (c)2006, @AUTHOR@, <@EMAIL@>. + * Released under the GNU GPLv2. See file COPYING or + * http://www.gnu.org/copyleft/gpl.html for details. */ // standard includes, or includes needed for type declarations diff --git a/skel/scripts/build.c++.app/TopSource.cpp b/skel/scripts/build.c++.app/TopSource.cpp index 3a2652e..9d055a4 100644 --- a/skel/scripts/build.c++.app/TopSource.cpp +++ b/skel/scripts/build.c++.app/TopSource.cpp @@ -1,7 +1,8 @@ /* @P@/src/@NAME@/TopSource.cpp * - * (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file - * COPYING for more information / terms of license. + * (c)2006, @AUTHOR@, <@EMAIL@>. + * Released under the GNU GPLv2. See file COPYING or + * http://www.gnu.org/copyleft/gpl.html for details. */ // Below are all the includes used throughout the application. diff --git a/skel/scripts/build.c++.lib/BottomHeader.h b/skel/scripts/build.c++.lib/BottomHeader.h index bb10780..28e508a 100644 --- a/skel/scripts/build.c++.lib/BottomHeader.h +++ b/skel/scripts/build.c++.lib/BottomHeader.h @@ -1,7 +1,8 @@ /* @P@/src/@NAME@/BottomHeader.h * - * (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file - * COPYING for more information / terms of license. + * (c)2006, @AUTHOR@, <@EMAIL@>. + * Released under the GNU GPLv2. See file COPYING or + * http://www.gnu.org/copyleft/gpl.html for details. */ #endif diff --git a/skel/scripts/build.c++.lib/TopHeader.h b/skel/scripts/build.c++.lib/TopHeader.h index 0ee1656..5da4ccc 100644 --- a/skel/scripts/build.c++.lib/TopHeader.h +++ b/skel/scripts/build.c++.lib/TopHeader.h @@ -1,7 +1,8 @@ /* @P@/src/@NAME@/TopHeader.h * - * (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file - * COPYING for more information / terms of license. + * (c)2006, @AUTHOR@, <@EMAIL@>. + * Released under the GNU GPLv2. See file COPYING or + * http://www.gnu.org/copyleft/gpl.html for details. */ #ifndef HEADER_@CNAME@ diff --git a/skel/scripts/build.c++.lib/TopSource.cpp b/skel/scripts/build.c++.lib/TopSource.cpp index 7a87e51..234da73 100644 --- a/skel/scripts/build.c++.lib/TopSource.cpp +++ b/skel/scripts/build.c++.lib/TopSource.cpp @@ -1,7 +1,8 @@ /* @P@/src/@NAME@/TopSource.cpp * - * (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file - * COPYING for more information / terms of license. + * (c)2006, @AUTHOR@, <@EMAIL@>. + * Released under the GNU GPLv2. See file COPYING or + * http://www.gnu.org/copyleft/gpl.html for details. */ #include "@HEADER_NAME@" diff --git a/skel/scripts/build.c++.lib/pkgconf.in b/skel/scripts/build.c++.lib/pkgconf.in index e4c4ce2..2e9c46d 100644 --- a/skel/scripts/build.c++.lib/pkgconf.in +++ b/skel/scripts/build.c++.lib/pkgconf.in @@ -3,8 +3,9 @@ # Metadata file for pkg-config # ( http://www.freedesktop.org/software/pkgconfig/ ) # -# (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file -# COPYING for details. +# (c)2006, @AUTHOR@, <@EMAIL@>. +# Released under the GNU GPLv2. See file COPYING or +# http://www.gnu.org/copyleft/gpl.html for details. # # Name, description diff --git a/skel/scripts/build.c++.lib/soversion b/skel/scripts/build.c++.lib/soversion index a429ec1..faa4d94 100644 --- a/skel/scripts/build.c++.lib/soversion +++ b/skel/scripts/build.c++.lib/soversion @@ -1,5 +1,9 @@ # @P@/src/@NAME@/soversion # +# (c)2006, @AUTHOR@, <@EMAIL@>. +# Released under the GNU GPLv2. See file COPYING or +# http://www.gnu.org/copyleft/gpl.html for details. +# diff --git a/skel/scripts/build.c++.tests/template b/skel/scripts/build.c++.tests/template index 10c781d..2e8f5ee 100644 --- a/skel/scripts/build.c++.tests/template +++ b/skel/scripts/build.c++.tests/template @@ -1,7 +1,8 @@ /* @P@/src/@NAME@/???.cpp * - * (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file - * COPYING for more information / terms of license. + * (c)2006, @AUTHOR@, <@EMAIL@>. + * Released under the GNU GPLv2. See file COPYING or + * http://www.gnu.org/copyleft/gpl.html for details. */ @TODO@ includes diff --git a/skel/scripts/build.c.app/TopHeader.h b/skel/scripts/build.c.app/TopHeader.h index de38373..4f989d5 100644 --- a/skel/scripts/build.c.app/TopHeader.h +++ b/skel/scripts/build.c.app/TopHeader.h @@ -1,7 +1,8 @@ /* @P@/src/capp/TopHeader.h * - * (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file - * COPYING for more information / terms of license. + * (c)2006, @AUTHOR@, <@EMAIL@>. + * Released under the GNU GPLv2. See file COPYING or + * http://www.gnu.org/copyleft/gpl.html for details. */ // standard includes, or includes needed for type declarations diff --git a/skel/scripts/build.c.app/TopSource.c b/skel/scripts/build.c.app/TopSource.c index bbdd989..3e61cae 100644 --- a/skel/scripts/build.c.app/TopSource.c +++ b/skel/scripts/build.c.app/TopSource.c @@ -1,7 +1,8 @@ /* @P@/src/capp/TopSource.c * - * (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file - * COPYING for more information / terms of license. + * (c)2006, @AUTHOR@, <@EMAIL@>. + * Released under the GNU GPLv2. See file COPYING or + * http://www.gnu.org/copyleft/gpl.html for details. */ // Below are all the includes used throughout the application. diff --git a/skel/scripts/build.c.lib/BottomHeader.h b/skel/scripts/build.c.lib/BottomHeader.h index 7873917..f5a7be0 100644 --- a/skel/scripts/build.c.lib/BottomHeader.h +++ b/skel/scripts/build.c.lib/BottomHeader.h @@ -1,7 +1,8 @@ /* @P@/src/clib/BottomHeader.h * - * (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file - * COPYING for more information / terms of license. + * (c)2006, @AUTHOR@, <@EMAIL@>. + * Released under the GNU GPLv2. See file COPYING or + * http://www.gnu.org/copyleft/gpl.html for details. */ #endif diff --git a/skel/scripts/build.c.lib/TopHeader.h b/skel/scripts/build.c.lib/TopHeader.h index 62a5ff6..1d12a6f 100644 --- a/skel/scripts/build.c.lib/TopHeader.h +++ b/skel/scripts/build.c.lib/TopHeader.h @@ -1,7 +1,8 @@ /* @P@/src/@NAME@/TopHeader.h * - * (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file - * COPYING for more information / terms of license. + * (c)2006, @AUTHOR@, <@EMAIL@>. + * Released under the GNU GPLv2. See file COPYING or + * http://www.gnu.org/copyleft/gpl.html for details. */ #ifndef HEADER_@CNAME@ diff --git a/skel/scripts/build.c.lib/TopSource.c b/skel/scripts/build.c.lib/TopSource.c index 22ca931..8bed521 100644 --- a/skel/scripts/build.c.lib/TopSource.c +++ b/skel/scripts/build.c.lib/TopSource.c @@ -1,7 +1,8 @@ /* @P@/src/@NAME@@NAME@/TopSource.c * - * (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file - * COPYING for more information / terms of license. + * (c)2006, @AUTHOR@, <@EMAIL@>. + * Released under the GNU GPLv2. See file COPYING or + * http://www.gnu.org/copyleft/gpl.html for details. */ #include "@HEADER_NAME@" diff --git a/skel/scripts/build.c.lib/pkgconf.in b/skel/scripts/build.c.lib/pkgconf.in index 81bec77..b450b9f 100644 --- a/skel/scripts/build.c.lib/pkgconf.in +++ b/skel/scripts/build.c.lib/pkgconf.in @@ -3,8 +3,9 @@ # Metadata file for pkg-config # ( http://www.freedesktop.org/software/pkgconfig/ ) # -# (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file -# COPYING for details. +# (c)2006, @AUTHOR@, <@EMAIL@>. +# Released under the GNU GPLv2. See file COPYING or +# http://www.gnu.org/copyleft/gpl.html for details. # # Name, description diff --git a/skel/scripts/build.c.lib/soversion b/skel/scripts/build.c.lib/soversion index a429ec1..faa4d94 100644 --- a/skel/scripts/build.c.lib/soversion +++ b/skel/scripts/build.c.lib/soversion @@ -1,5 +1,9 @@ # @P@/src/@NAME@/soversion # +# (c)2006, @AUTHOR@, <@EMAIL@>. +# Released under the GNU GPLv2. See file COPYING or +# http://www.gnu.org/copyleft/gpl.html for details. +# diff --git a/skel/scripts/build.c.tests/template b/skel/scripts/build.c.tests/template index 016563c..aa03aff 100644 --- a/skel/scripts/build.c.tests/template +++ b/skel/scripts/build.c.tests/template @@ -1,7 +1,8 @@ /* @P@/src/@NAME@/???.c * - * (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file - * COPYING for more information / terms of license. + * (c)2006, @AUTHOR@, <@EMAIL@>. + * Released under the GNU GPLv2. See file COPYING or + * http://www.gnu.org/copyleft/gpl.html for details. */ @TODO@ includes diff --git a/skel/scripts/build.doxygen.docs/Doxyfile.in b/skel/scripts/build.doxygen.docs/Doxyfile.in index a2c2c0c..cbf6337 100644 --- a/skel/scripts/build.doxygen.docs/Doxyfile.in +++ b/skel/scripts/build.doxygen.docs/Doxyfile.in @@ -1,7 +1,8 @@ # @P@/src/@NAME@/Doxyfile.in # -# (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file -# COPYING for more information / terms of license. +# (c)2006, @AUTHOR@, <@EMAIL@>. +# Released under the GNU GPLv2. See file COPYING or +# http://www.gnu.org/copyleft/gpl.html for details. # PROJECT_NAME = @P@ diff --git a/skel/scripts/build.doxygen.docs/MainPage.dox b/skel/scripts/build.doxygen.docs/MainPage.dox index 1549a1a..44336a5 100644 --- a/skel/scripts/build.doxygen.docs/MainPage.dox +++ b/skel/scripts/build.doxygen.docs/MainPage.dox @@ -1,7 +1,8 @@ /* @P@/src/@NAME@/MainPage.dox * - * (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file - * COPYING for more information / terms of license. + * (c)2006, @AUTHOR@, <@EMAIL@>. + * Released under the GNU GPLv2. See file COPYING or + * http://www.gnu.org/copyleft/gpl.html for details. */ /*! \mainpage diff --git a/skel/scripts/build.sdcc.firmware/TopHeader.h b/skel/scripts/build.sdcc.firmware/TopHeader.h index de38373..4f989d5 100644 --- a/skel/scripts/build.sdcc.firmware/TopHeader.h +++ b/skel/scripts/build.sdcc.firmware/TopHeader.h @@ -1,7 +1,8 @@ /* @P@/src/capp/TopHeader.h * - * (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file - * COPYING for more information / terms of license. + * (c)2006, @AUTHOR@, <@EMAIL@>. + * Released under the GNU GPLv2. See file COPYING or + * http://www.gnu.org/copyleft/gpl.html for details. */ // standard includes, or includes needed for type declarations diff --git a/skel/scripts/build.sdcc.firmware/TopSource.c b/skel/scripts/build.sdcc.firmware/TopSource.c index bbdd989..3e61cae 100644 --- a/skel/scripts/build.sdcc.firmware/TopSource.c +++ b/skel/scripts/build.sdcc.firmware/TopSource.c @@ -1,7 +1,8 @@ /* @P@/src/capp/TopSource.c * - * (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file - * COPYING for more information / terms of license. + * (c)2006, @AUTHOR@, <@EMAIL@>. + * Released under the GNU GPLv2. See file COPYING or + * http://www.gnu.org/copyleft/gpl.html for details. */ // Below are all the includes used throughout the application.