26 changed files with
40 additions and
61 deletions
|
|
|
|
@ -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.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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>
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -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.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|