Update copyright messages.
This commit is contained in:
parent
2eb3f126e3
commit
35bc2766a6
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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@
|
||||||
|
|
|
@ -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@"
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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@
|
||||||
|
|
|
@ -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@"
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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@
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue