diff options
| author | 2008-09-18 15:55:21 +0000 | |
|---|---|---|
| committer | 2008-09-18 15:55:21 +0000 | |
| commit | 8c7fa3315eff8ba18c1c33bb6e88ee951b31e4e0 (patch) | |
| tree | 6d0aa6a2a5fc149deb0100506a3a12c383346cb0 /src/modules/options/mkcreateinstanceproc.sh | |
| parent | fixed license template for modules from h to m (diff) | |
| download | KVIrc-8c7fa3315eff8ba18c1c33bb6e88ee951b31e4e0.tar.gz KVIrc-8c7fa3315eff8ba18c1c33bb6e88ee951b31e4e0.tar.bz2 KVIrc-8c7fa3315eff8ba18c1c33bb6e88ee951b31e4e0.zip | |
fixed license template for modules from n to r
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2484 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options/mkcreateinstanceproc.sh')
| -rwxr-xr-x | src/modules/options/mkcreateinstanceproc.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/options/mkcreateinstanceproc.sh b/src/modules/options/mkcreateinstanceproc.sh index dc6a7bcac..e47e6ac10 100755 --- a/src/modules/options/mkcreateinstanceproc.sh +++ b/src/modules/options/mkcreateinstanceproc.sh @@ -18,6 +18,7 @@ cat >> instances.h <<EOF #ifndef __OPTIONS_INSTANCES_H__ #define __OPTIONS_INSTANCES_H__ +//============================================================================= // // File : instances.h // @@ -38,6 +39,7 @@ cat >> instances.h <<EOF // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +//============================================================================= // // Instance creation routines for the KVIrc options module @@ -109,6 +111,7 @@ echo "" > $TARGET ################################################################################# cat >> instances.cpp <<EOF +//============================================================================= // // File : instances.cpp // @@ -129,6 +132,7 @@ cat >> instances.cpp <<EOF // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +//============================================================================= // // Instance creation routines for the KVIrc options module |
