Update copyright messages.

This commit is contained in:
Laurence Withers 2006-07-25 18:57:00 +01:00
parent 2eb3f126e3
commit 35bc2766a6
20 changed files with 62 additions and 36 deletions

View File

@ -1,7 +1,8 @@
/* @P@/src/@NAME@/TopHeader.h /* @P@/src/@NAME@/TopHeader.h
* *
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file * (c)2006, @AUTHOR@, <@EMAIL@>.
* COPYING for more information / terms of license. * 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 // standard includes, or includes needed for type declarations

View File

@ -1,7 +1,8 @@
/* @P@/src/@NAME@/TopSource.cpp /* @P@/src/@NAME@/TopSource.cpp
* *
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file * (c)2006, @AUTHOR@, <@EMAIL@>.
* COPYING for more information / terms of license. * 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. // Below are all the includes used throughout the application.

View File

@ -1,7 +1,8 @@
/* @P@/src/@NAME@/BottomHeader.h /* @P@/src/@NAME@/BottomHeader.h
* *
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file * (c)2006, @AUTHOR@, <@EMAIL@>.
* COPYING for more information / terms of license. * Released under the GNU GPLv2. See file COPYING or
* http://www.gnu.org/copyleft/gpl.html for details.
*/ */
#endif #endif

View File

@ -1,7 +1,8 @@
/* @P@/src/@NAME@/TopHeader.h /* @P@/src/@NAME@/TopHeader.h
* *
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file * (c)2006, @AUTHOR@, <@EMAIL@>.
* COPYING for more information / terms of license. * Released under the GNU GPLv2. See file COPYING or
* http://www.gnu.org/copyleft/gpl.html for details.
*/ */
#ifndef HEADER_@CNAME@ #ifndef HEADER_@CNAME@

View File

@ -1,7 +1,8 @@
/* @P@/src/@NAME@/TopSource.cpp /* @P@/src/@NAME@/TopSource.cpp
* *
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file * (c)2006, @AUTHOR@, <@EMAIL@>.
* COPYING for more information / terms of license. * Released under the GNU GPLv2. See file COPYING or
* http://www.gnu.org/copyleft/gpl.html for details.
*/ */
#include "@HEADER_NAME@" #include "@HEADER_NAME@"

View File

@ -3,8 +3,9 @@
# Metadata file for pkg-config # Metadata file for pkg-config
# ( http://www.freedesktop.org/software/pkgconfig/ ) # ( http://www.freedesktop.org/software/pkgconfig/ )
# #
# (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file # (c)2006, @AUTHOR@, <@EMAIL@>.
# COPYING for details. # Released under the GNU GPLv2. See file COPYING or
# http://www.gnu.org/copyleft/gpl.html for details.
# #
# Name, description # Name, description

View File

@ -1,5 +1,9 @@
# @P@/src/@NAME@/soversion # @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.
#

View File

@ -1,7 +1,8 @@
/* @P@/src/@NAME@/???.cpp /* @P@/src/@NAME@/???.cpp
* *
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file * (c)2006, @AUTHOR@, <@EMAIL@>.
* COPYING for more information / terms of license. * Released under the GNU GPLv2. See file COPYING or
* http://www.gnu.org/copyleft/gpl.html for details.
*/ */
@TODO@ includes @TODO@ includes

View File

@ -1,7 +1,8 @@
/* @P@/src/capp/TopHeader.h /* @P@/src/capp/TopHeader.h
* *
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file * (c)2006, @AUTHOR@, <@EMAIL@>.
* COPYING for more information / terms of license. * 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 // standard includes, or includes needed for type declarations

View File

@ -1,7 +1,8 @@
/* @P@/src/capp/TopSource.c /* @P@/src/capp/TopSource.c
* *
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file * (c)2006, @AUTHOR@, <@EMAIL@>.
* COPYING for more information / terms of license. * 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. // Below are all the includes used throughout the application.

View File

@ -1,7 +1,8 @@
/* @P@/src/clib/BottomHeader.h /* @P@/src/clib/BottomHeader.h
* *
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file * (c)2006, @AUTHOR@, <@EMAIL@>.
* COPYING for more information / terms of license. * Released under the GNU GPLv2. See file COPYING or
* http://www.gnu.org/copyleft/gpl.html for details.
*/ */
#endif #endif

View File

@ -1,7 +1,8 @@
/* @P@/src/@NAME@/TopHeader.h /* @P@/src/@NAME@/TopHeader.h
* *
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file * (c)2006, @AUTHOR@, <@EMAIL@>.
* COPYING for more information / terms of license. * Released under the GNU GPLv2. See file COPYING or
* http://www.gnu.org/copyleft/gpl.html for details.
*/ */
#ifndef HEADER_@CNAME@ #ifndef HEADER_@CNAME@

View File

@ -1,7 +1,8 @@
/* @P@/src/@NAME@@NAME@/TopSource.c /* @P@/src/@NAME@@NAME@/TopSource.c
* *
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file * (c)2006, @AUTHOR@, <@EMAIL@>.
* COPYING for more information / terms of license. * Released under the GNU GPLv2. See file COPYING or
* http://www.gnu.org/copyleft/gpl.html for details.
*/ */
#include "@HEADER_NAME@" #include "@HEADER_NAME@"

View File

@ -3,8 +3,9 @@
# Metadata file for pkg-config # Metadata file for pkg-config
# ( http://www.freedesktop.org/software/pkgconfig/ ) # ( http://www.freedesktop.org/software/pkgconfig/ )
# #
# (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file # (c)2006, @AUTHOR@, <@EMAIL@>.
# COPYING for details. # Released under the GNU GPLv2. See file COPYING or
# http://www.gnu.org/copyleft/gpl.html for details.
# #
# Name, description # Name, description

View File

@ -1,5 +1,9 @@
# @P@/src/@NAME@/soversion # @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.
#

View File

@ -1,7 +1,8 @@
/* @P@/src/@NAME@/???.c /* @P@/src/@NAME@/???.c
* *
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file * (c)2006, @AUTHOR@, <@EMAIL@>.
* COPYING for more information / terms of license. * Released under the GNU GPLv2. See file COPYING or
* http://www.gnu.org/copyleft/gpl.html for details.
*/ */
@TODO@ includes @TODO@ includes

View File

@ -1,7 +1,8 @@
# @P@/src/@NAME@/Doxyfile.in # @P@/src/@NAME@/Doxyfile.in
# #
# (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file # (c)2006, @AUTHOR@, <@EMAIL@>.
# COPYING for more information / terms of license. # Released under the GNU GPLv2. See file COPYING or
# http://www.gnu.org/copyleft/gpl.html for details.
# #
PROJECT_NAME = @P@ PROJECT_NAME = @P@

View File

@ -1,7 +1,8 @@
/* @P@/src/@NAME@/MainPage.dox /* @P@/src/@NAME@/MainPage.dox
* *
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file * (c)2006, @AUTHOR@, <@EMAIL@>.
* COPYING for more information / terms of license. * Released under the GNU GPLv2. See file COPYING or
* http://www.gnu.org/copyleft/gpl.html for details.
*/ */
/*! \mainpage /*! \mainpage

View File

@ -1,7 +1,8 @@
/* @P@/src/capp/TopHeader.h /* @P@/src/capp/TopHeader.h
* *
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file * (c)2006, @AUTHOR@, <@EMAIL@>.
* COPYING for more information / terms of license. * 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 // standard includes, or includes needed for type declarations

View File

@ -1,7 +1,8 @@
/* @P@/src/capp/TopSource.c /* @P@/src/capp/TopSource.c
* *
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file * (c)2006, @AUTHOR@, <@EMAIL@>.
* COPYING for more information / terms of license. * 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. // Below are all the includes used throughout the application.