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