Parameterise author and copyright year.

This commit is contained in:
Laurence Withers 2006-07-24 22:04:40 +01:00
commit 4667dab403
26 changed files with 40 additions and 61 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
# @P@/make.sh
#
# (c)2006, Laurence Withers. Released under the GNU GPL. See file
# (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
# COPYING for more information / terms of license.
#

View file

@ -1,7 +1,7 @@
<?xml version = '1.0'?>
<kdevelop>
<general>
<author>Laurence Withers</author>
<author>@AUTHOR@</author>
<email></email>
<version>$VERSION$</version>
<projectmanagement>KDevCustomProject</projectmanagement>

View file

@ -1,7 +1,7 @@
#!/bin/bash
# @P@/test.sh
#
# (c)2006, Laurence Withers. Released under the GNU GPL. See file
# (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
# COPYING for more information / terms of license.
#

View file

@ -1,6 +1,6 @@
/* @P@/src/@NAME@/TopHeader.h
*
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
* COPYING for more information / terms of license.
*/

View file

@ -1,6 +1,6 @@
/* @P@/src/@NAME@/TopSource.cpp
*
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
* COPYING for more information / terms of license.
*/

View file

@ -1,6 +1,6 @@
/* @P@/src/@NAME@/BottomHeader.h
*
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
* COPYING for more information / terms of license.
*/

View file

@ -1,6 +1,6 @@
/* @P@/src/@NAME@/TopHeader.h
*
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
* COPYING for more information / terms of license.
*/

View file

@ -1,6 +1,6 @@
/* @P@/src/@NAME@/TopSource.cpp
*
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
* COPYING for more information / terms of license.
*/

View file

@ -3,7 +3,7 @@
# Metadata file for pkg-config
# ( http://www.freedesktop.org/software/pkgconfig/ )
#
# (c)2006, Laurence Withers. Released under the GNU GPL. See file
# (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
# COPYING for details.
#

View file

@ -1,6 +1,6 @@
/* @P@/src/@NAME@/???.cpp
*
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
* COPYING for more information / terms of license.
*/

View file

@ -1,6 +1,6 @@
/* @P@/src/capp/TopHeader.h
*
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
* COPYING for more information / terms of license.
*/

View file

@ -1,6 +1,6 @@
/* @P@/src/capp/TopSource.c
*
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
* COPYING for more information / terms of license.
*/

View file

@ -1,6 +1,6 @@
/* @P@/src/clib/BottomHeader.h
*
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
* COPYING for more information / terms of license.
*/

View file

@ -1,6 +1,6 @@
/* @P@/src/clib/TopHeader.h
*
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
* COPYING for more information / terms of license.
*/

View file

@ -1,6 +1,6 @@
/* @P@/src/clib/TopSource.c
*
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
* COPYING for more information / terms of license.
*/

View file

@ -3,7 +3,7 @@
# Metadata file for pkg-config
# ( http://www.freedesktop.org/software/pkgconfig/ )
#
# (c)2006, Laurence Withers. Released under the GNU GPL. See file
# (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
# COPYING for details.
#

View file

@ -1,6 +1,6 @@
/* @P@/src/@NAME@/???.c
*
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
* COPYING for more information / terms of license.
*/

View file

@ -1,6 +1,6 @@
# @P@/src/@NAME@/Doxyfile.in
#
# (c)2006, Laurence Withers. Released under the GNU GPL. See file
# (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
# COPYING for more information / terms of license.
#

View file

@ -1,6 +1,6 @@
/* @P@/src/@NAME@/MainPage.dox
*
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
* COPYING for more information / terms of license.
*/

View file

@ -1,6 +1,6 @@
/* @P@/src/capp/TopHeader.h
*
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
* COPYING for more information / terms of license.
*/

View file

@ -1,6 +1,6 @@
/* @P@/src/capp/TopSource.c
*
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
* (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
* COPYING for more information / terms of license.
*/

View file

@ -1,7 +1,7 @@
#!/bin/bash
# @P@/scripts/functions.sh
#
# (c)2006, Laurence Withers. Released under the GNU GPL. See file
# (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
# COPYING for more information / terms of license.
#

View file

@ -1,7 +1,7 @@
#!/bin/bash
# @P@/scripts/module-create.sh
#
# (c)2006, Laurence Withers. Released under the GNU GPL. See file
# (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
# COPYING for more information / terms of license.
#

View file

@ -1,7 +1,7 @@
#!/bin/bash
# @P@/scripts/module-rename.sh
#
# (c)2006, Laurence Withers. Released under the GNU GPL. See file
# (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
# COPYING for more information / terms of license.
#

View file

@ -1,7 +1,7 @@
#!/bin/bash
# @P@/scripts/release.sh
#
# (c)2006, Laurence Withers. Released under the GNU GPL. See file
# (c)@YEAR@, @AUTHOR@. Released under the GNU GPL. See file
# COPYING for more information / terms of license.
#