diff options
| author | 2008-08-05 18:16:05 +0000 | |
|---|---|---|
| committer | 2008-08-05 18:16:05 +0000 | |
| commit | 5d37e4bc6cb1a66d779b7ee7b0cb379aa1cd0bbb (patch) | |
| tree | e91f269d66f7df436469d199d9a1b00d94f8e202 /src/modules/options/mkcreateinstanceproc.sh | |
| parent | msvc fix (diff) | |
| download | KVIrc-5d37e4bc6cb1a66d779b7ee7b0cb379aa1cd0bbb.tar.gz KVIrc-5d37e4bc6cb1a66d779b7ee7b0cb379aa1cd0bbb.tar.bz2 KVIrc-5d37e4bc6cb1a66d779b7ee7b0cb379aa1cd0bbb.zip | |
initial implementation for #76 (wip)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2194 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options/mkcreateinstanceproc.sh')
| -rwxr-xr-x | src/modules/options/mkcreateinstanceproc.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/options/mkcreateinstanceproc.sh b/src/modules/options/mkcreateinstanceproc.sh index ddab383c5..4a1c828c3 100755 --- a/src/modules/options/mkcreateinstanceproc.sh +++ b/src/modules/options/mkcreateinstanceproc.sh @@ -5,7 +5,7 @@ # Generator for instances.h and instances.cpp # # This file is part of the KVirc irc client distribution -# Copyright (C) 2001-2006 Szymon Stefanek (pragma at kvirc dot net) +# Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net) # ##################################################################################################### @@ -22,7 +22,7 @@ cat >> instances.h <<EOF // File : instances.h // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2006 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -113,7 +113,7 @@ cat >> instances.cpp <<EOF // File : instances.cpp // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 Szymon Stefanek (stefanek@tin.it) +// Copyright (C) 2001-2008 Szymon Stefanek (stefanek@tin.it) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License |
