diff options
| author | 2008-09-18 04:21:03 +0000 | |
|---|---|---|
| committer | 2008-09-18 04:21:03 +0000 | |
| commit | 6a220c8c083c16c1cfa308c662f30c29e4801287 (patch) | |
| tree | 015088fd417f31db3b339149e5fe67df128e1c4e /src/modules/addon | |
| parent | fixed license template for kvirc (diff) | |
| download | KVIrc-6a220c8c083c16c1cfa308c662f30c29e4801287.tar.gz KVIrc-6a220c8c083c16c1cfa308c662f30c29e4801287.tar.bz2 KVIrc-6a220c8c083c16c1cfa308c662f30c29e4801287.zip | |
fixed license template for modules from a to f
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2480 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/addon')
| -rw-r--r-- | src/modules/addon/addonfunctions.cpp | 2 | ||||
| -rw-r--r-- | src/modules/addon/addonfunctions.h | 2 | ||||
| -rw-r--r-- | src/modules/addon/libkviaddon.cpp | 6 | ||||
| -rw-r--r-- | src/modules/addon/managementdialog.cpp | 4 | ||||
| -rw-r--r-- | src/modules/addon/managementdialog.h | 4 | ||||
| -rw-r--r-- | src/modules/addon/packaddondialog.cpp | 2 | ||||
| -rw-r--r-- | src/modules/addon/packaddondialog.h | 2 |
7 files changed, 11 insertions, 11 deletions
diff --git a/src/modules/addon/addonfunctions.cpp b/src/modules/addon/addonfunctions.cpp index 5fd8f7779..f4d774dc2 100644 --- a/src/modules/addon/addonfunctions.cpp +++ b/src/modules/addon/addonfunctions.cpp @@ -1,7 +1,7 @@ //============================================================================= // // File : addonfunctions.cpp -// Created on Fri 02 May 2008 17:36:07 by Elvio Basello +// Creation date : Fri 02 May 2008 17:36:07 by Elvio Basello // // This file is part of the KVIrc IRC Client distribution // Copyright (C) 2008 Elvio Basello <hellvis69 at netsons dot org> diff --git a/src/modules/addon/addonfunctions.h b/src/modules/addon/addonfunctions.h index 3977e8cca..97b2c806b 100644 --- a/src/modules/addon/addonfunctions.h +++ b/src/modules/addon/addonfunctions.h @@ -3,7 +3,7 @@ //============================================================================= // // File : addonfunctions.h -// Created on Fri 02 May 2008 17:36:07 by Elvio Basello +// Creation date : Fri 02 May 2008 17:36:07 by Elvio Basello // // This file is part of the KVIrc IRC Client distribution // Copyright (C) 2008 Elvio Basello <hellvis69 at netsons dot org> diff --git a/src/modules/addon/libkviaddon.cpp b/src/modules/addon/libkviaddon.cpp index 909728efe..9b868fe98 100644 --- a/src/modules/addon/libkviaddon.cpp +++ b/src/modules/addon/libkviaddon.cpp @@ -1,10 +1,10 @@ -/////////////////////////////////////////////////////////////////////////////// +//============================================================================= // // File : libkviaddon.cpp // Creation date : Tue 31 Mar 01:02:12 2005 GMT by Szymon Stefanek // // This toolbar is part of the KVirc irc client distribution -// Copyright (C) 2005 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2005-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 @@ -20,7 +20,7 @@ // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // -/////////////////////////////////////////////////////////////////////////////// +//============================================================================= #include "managementdialog.h" #include "addonfunctions.h" diff --git a/src/modules/addon/managementdialog.cpp b/src/modules/addon/managementdialog.cpp index d7a8da2b4..f327db256 100644 --- a/src/modules/addon/managementdialog.cpp +++ b/src/modules/addon/managementdialog.cpp @@ -1,10 +1,10 @@ //============================================================================= // // File : managementdialog.cpp -// Created on Fri 08 Apr 2005 14:54:56 by Szymon Stefanek +// Creation date : Fri 08 Apr 2005 14:54:56 by Szymon Stefanek // // This file is part of the KVIrc IRC Client distribution -// Copyright (C) 2005 Szymon Stefanek <pragma at kvirc dot net> +// Copyright (C) 2005-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 diff --git a/src/modules/addon/managementdialog.h b/src/modules/addon/managementdialog.h index 4a4aeb701..048d99257 100644 --- a/src/modules/addon/managementdialog.h +++ b/src/modules/addon/managementdialog.h @@ -3,10 +3,10 @@ //============================================================================= // // File : managementdialog.h -// Created on Fri 08 Apr 2005 14:54:56 by Szymon Stefanek +// Creation date : Fri 08 Apr 2005 14:54:56 by Szymon Stefanek // // This file is part of the KVIrc IRC Client distribution -// Copyright (C) 2005 Szymon Stefanek <pragma at kvirc dot net> +// Copyright (C) 2005-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 diff --git a/src/modules/addon/packaddondialog.cpp b/src/modules/addon/packaddondialog.cpp index b641563c3..adc450015 100644 --- a/src/modules/addon/packaddondialog.cpp +++ b/src/modules/addon/packaddondialog.cpp @@ -1,7 +1,7 @@ //============================================================================ // // File : packaddondialog.cpp -// Created on Sat 03 May 2008 01:40:44 by Elvio Basello +// Creation date : Sat 03 May 2008 01:40:44 by Elvio Basello // // This file is part of the KVIrc IRC Client distribution // Copyright (C) 2008 Elvio Basello <hellvis69 at netsons dot org> diff --git a/src/modules/addon/packaddondialog.h b/src/modules/addon/packaddondialog.h index ba7654dfe..44a0fcef9 100644 --- a/src/modules/addon/packaddondialog.h +++ b/src/modules/addon/packaddondialog.h @@ -3,7 +3,7 @@ //============================================================================= // // File : packaddondialog.h -// Created on Sat 03 May 2008 01:40:44 by Elvio Basello +// Creation date : Sat 03 May 2008 01:40:44 by Elvio Basello // // This file is part of the KVIrc IRC Client distribution // Copyright (C) 2008 Elvio Basello <hellvis69 at netsons dot org> |
