diff options
| author | 2008-09-18 16:35:49 +0000 | |
|---|---|---|
| committer | 2008-09-18 16:35:49 +0000 | |
| commit | 2fbdf924a11aabc84f38c63cc32807c4e4236558 (patch) | |
| tree | 73ee7ab8f8ab1ccf71b42247de4daac3a311414c /src | |
| parent | fixed license template for modules from n to r (diff) | |
| download | KVIrc-2fbdf924a11aabc84f38c63cc32807c4e4236558.tar.gz KVIrc-2fbdf924a11aabc84f38c63cc32807c4e4236558.tar.bz2 KVIrc-2fbdf924a11aabc84f38c63cc32807c4e4236558.zip | |
fixed license template for modules from n to the end;
please, when you create a new file or edit an old one, don't
simply copy/paste the license from an other file, but adjust
the infos in it (author, datetime, license owner)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2485 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
71 files changed, 223 insertions, 129 deletions
diff --git a/src/modules/serverdb/libkviserverdb.cpp b/src/modules/serverdb/libkviserverdb.cpp index 61f7e939c..dce03d682 100644 --- a/src/modules/serverdb/libkviserverdb.cpp +++ b/src/modules/serverdb/libkviserverdb.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : libkviserverdb.cpp // Creation date : Tue Jul 1 01:48:49 2008 GMT by Elvio Basello // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -19,6 +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 "kvi_module.h" #include "kvi_app.h" diff --git a/src/modules/setup/setupwizard.h b/src/modules/setup/setupwizard.h index c1ec8bf32..0360954fd 100644 --- a/src/modules/setup/setupwizard.h +++ b/src/modules/setup/setupwizard.h @@ -6,7 +6,7 @@ // Creation date : Sat Oct 6 02:06:51 2001 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2007 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 diff --git a/src/modules/sharedfile/libkvisharedfile.cpp b/src/modules/sharedfile/libkvisharedfile.cpp index 3e58a24d3..7365d3c75 100644 --- a/src/modules/sharedfile/libkvisharedfile.cpp +++ b/src/modules/sharedfile/libkvisharedfile.cpp @@ -4,7 +4,7 @@ // Creation date : Wed Sep 27 2000 20:59:02 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2000-2005 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000-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/sharedfileswindow/libkvisharedfileswindow.cpp b/src/modules/sharedfileswindow/libkvisharedfileswindow.cpp index 2f5604a39..0f5fc44cb 100644 --- a/src/modules/sharedfileswindow/libkvisharedfileswindow.cpp +++ b/src/modules/sharedfileswindow/libkvisharedfileswindow.cpp @@ -1,9 +1,9 @@ -//================================================================================== +//============================================================================= // // File : libkvisharedfileswindow.cpp // Creation date : Mon Apr 21 2003 23:14:12 CEST by Szymon Stefanek // -// Copyright (C) 2003 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2003-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 @@ -19,7 +19,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 "sharedfileswindow.h" diff --git a/src/modules/sharedfileswindow/sharedfileswindow.cpp b/src/modules/sharedfileswindow/sharedfileswindow.cpp index d61fff3c5..fbb3e178b 100644 --- a/src/modules/sharedfileswindow/sharedfileswindow.cpp +++ b/src/modules/sharedfileswindow/sharedfileswindow.cpp @@ -1,10 +1,10 @@ -//================================================================================== +//============================================================================= // // File : sharedfileswindow.cpp // Creation date : Mon Apr 21 2003 23:14:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2003-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the linkss 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 "sharedfileswindow.h" diff --git a/src/modules/sharedfileswindow/sharedfileswindow.h b/src/modules/sharedfileswindow/sharedfileswindow.h index 946f7c1c7..e436436ec 100644 --- a/src/modules/sharedfileswindow/sharedfileswindow.h +++ b/src/modules/sharedfileswindow/sharedfileswindow.h @@ -1,12 +1,12 @@ #ifndef _SHAREDFILESWINDOW_H_ #define _SHAREDFILESWINDOW_H_ -//================================================================================== +//============================================================================= // // File : sharedfileswindow.h // Creation date : Mon Apr 21 2003 23:14:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2003 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2003-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the linkss of the GNU General Public License @@ -22,7 +22,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 "kvi_window.h" #include "kvi_string.h" diff --git a/src/modules/snd/libkvisnd.cpp b/src/modules/snd/libkvisnd.cpp index a315329d9..0bd6d8e13 100644 --- a/src/modules/snd/libkvisnd.cpp +++ b/src/modules/snd/libkvisnd.cpp @@ -1,11 +1,11 @@ //============================================================================= // // File : libkvisnd.cpp -// Creation date : Thu Dec 27 2002 17:13:12 GMT by Juanjo �varez +// Creation date : Thu Dec 27 2002 17:13:12 GMT by Juanjo Alvarez // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Juanjo �varez (juanjux at yahoo dot es) -// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002 Juanjo Alvarez (juanjux at yahoo dot es) +// Copyright (C) 2002-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/snd/libkvisnd.h b/src/modules/snd/libkvisnd.h index dc18a2304..0ebf26fc4 100644 --- a/src/modules/snd/libkvisnd.h +++ b/src/modules/snd/libkvisnd.h @@ -1,12 +1,13 @@ #ifndef _LIBKVISND_H_ #define _LIBKVISND_H_ - +//============================================================================= // // File : libkvisnd.h -// Creation date : Apr 21 2002 12:30:25 CEST by Juan Jos��varez +// Creation date : Thu Dec 27 2002 17:13:12 GMT by Juanjo Alvarez // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002 Juanjo Alvarez (juanjux at yahoo dot es) +// Copyright (C) 2002-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 @@ -22,6 +23,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 "kvi_settings.h" #include "kvi_pointerlist.h" diff --git a/src/modules/socketspy/libkvisocketspy.cpp b/src/modules/socketspy/libkvisocketspy.cpp index d2d9b0d16..c85faea1b 100644 --- a/src/modules/socketspy/libkvisocketspy.cpp +++ b/src/modules/socketspy/libkvisocketspy.cpp @@ -1,8 +1,9 @@ +//============================================================================= // // File : libkvisocketspy.cpp // Creation date : Sun Nov 26 2000 13:05:00 CEST by Szymon Stefanek // -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000-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 @@ -18,6 +19,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 "socketspywindow.h" diff --git a/src/modules/socketspy/socketspywindow.cpp b/src/modules/socketspy/socketspywindow.cpp index 0f6a263f8..60cf4dee3 100644 --- a/src/modules/socketspy/socketspywindow.cpp +++ b/src/modules/socketspy/socketspywindow.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : socketspywindow.cpp // Creation date : Thu Aug 31 2000 15:02:22 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the socketspys of the GNU General Public License @@ -19,6 +20,8 @@ // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +//============================================================================= + #include "socketspywindow.h" #include "kvi_iconmanager.h" diff --git a/src/modules/socketspy/socketspywindow.h b/src/modules/socketspy/socketspywindow.h index a0c571133..483ace2ce 100644 --- a/src/modules/socketspy/socketspywindow.h +++ b/src/modules/socketspy/socketspywindow.h @@ -1,11 +1,12 @@ #ifndef _SOCKETSPYWINDOW_H_ #define _SOCKETSPYWINDOW_H_ +//============================================================================= // // File : socketspywindow.h // Creation date : Sun Nov 26 2000 13:13:00 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the socketspys of the GNU General Public License @@ -21,6 +22,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 "kvi_window.h" #include "kvi_string.h" diff --git a/src/modules/spaste/controller.cpp b/src/modules/spaste/controller.cpp index ae0871004..97a55fef6 100644 --- a/src/modules/spaste/controller.cpp +++ b/src/modules/spaste/controller.cpp @@ -1,9 +1,11 @@ -// File : controller.cpp -// Creation date : Thu Apr 30 2002 17:13:12 GMT by Juanjo �lvarez +//============================================================================= +// +// File : controller.h +// Creation date : Thu Apr 30 2002 17:13:12 GMT by Juanjo lvarez // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Juanjo �lvarez (juanjux@yahoo.es) -// Copyright (C) 2002 Szymon Stefanek (kvirc@tin.it) +// Copyright (C) 2002 Juanjo lvarez (juanjux@yahoo.es) +// Copyright (C) 2002-2008 Szymon Stefanek (kvirc@tin.it) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -18,6 +20,8 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// +//============================================================================= #include "controller.h" diff --git a/src/modules/spaste/controller.h b/src/modules/spaste/controller.h index 22172e24a..253f29a39 100644 --- a/src/modules/spaste/controller.h +++ b/src/modules/spaste/controller.h @@ -1,11 +1,13 @@ #ifndef _SPASTE_CONTROLLER_H_ #define _SPASTE_CONTROLLER_H_ +//============================================================================= +// // File : controller.h -// Creation date : Thu Apr 30 2002 17:13:12 GMT by Juanjo lvarez +// Creation date : Thu Apr 30 2002 17:13:12 GMT by Juanjo Álvarez // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Juanjo lvarez (juanjux@yahoo.es) -// Copyright (C) 2002 Szymon Stefanek (kvirc@tin.it) +// Copyright (C) 2002 Juanjo Álvarez (juanjux@yahoo.es) +// Copyright (C) 2002-2008 Szymon Stefanek (kvirc@tin.it) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -20,7 +22,8 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - +// +//============================================================================= #include "kvi_window.h" diff --git a/src/modules/spaste/libkvispaste.cpp b/src/modules/spaste/libkvispaste.cpp index d6281399d..b41ad9fd4 100644 --- a/src/modules/spaste/libkvispaste.cpp +++ b/src/modules/spaste/libkvispaste.cpp @@ -1,9 +1,11 @@ +//============================================================================= +// // File : libkvispaste.cpp -// Creation date : Thu Dec 27 2002 17:13:12 GMT by Juanjo �varez +// Creation date : Thu Dec 27 2002 17:13:12 GMT by Juanjo lvarez // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Juanjo �varez (juanjux@yahoo.es) -// Copyright (C) 2002 Szymon Stefanek (kvirc@tin.it) +// Copyright (C) 2002 Juanjo lvarez (juanjux@yahoo.es) +// Copyright (C) 2002-2008 Szymon Stefanek (kvirc@tin.it) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -19,7 +21,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 "libkvispaste.h" #include "controller.h" diff --git a/src/modules/spaste/libkvispaste.h b/src/modules/spaste/libkvispaste.h index 90d5a9a17..cbd96f0be 100644 --- a/src/modules/spaste/libkvispaste.h +++ b/src/modules/spaste/libkvispaste.h @@ -1,11 +1,13 @@ #ifndef _KVISPASTE_H_ #define _KVISPASTE_H_ +//============================================================================= +// // File : libkvispaste.h -// Creation date : Thu Dec 27 2002 17:13:12 GMT by Juanjo �varez +// Creation date : Thu Dec 27 2002 17:13:12 GMT by Juanjo lvarez // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Juanjo �varez (juanjux@yahoo.es) -// Copyright (C) 2002 Szymon Stefanek (kvirc@tin.it) +// Copyright (C) 2002 Juanjo lvarez (juanjux@yahoo.es) +// Copyright (C) 2002-2008 Szymon Stefanek (kvirc@tin.it) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -21,6 +23,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 "kvi_window.h" diff --git a/src/modules/str/libkvistr.cpp b/src/modules/str/libkvistr.cpp index 1519ea108..e0db6290b 100644 --- a/src/modules/str/libkvistr.cpp +++ b/src/modules/str/libkvistr.cpp @@ -4,7 +4,7 @@ // Creation date : Thu Dec 27 2001 17:13:12 GMT by Szymon Stefanek // // This str is part of the KVirc irc client distribution -// Copyright (C) 2001-2005 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 diff --git a/src/modules/system/libkvisystem.cpp b/src/modules/system/libkvisystem.cpp index 4e4c734a4..cb389dcb5 100644 --- a/src/modules/system/libkvisystem.cpp +++ b/src/modules/system/libkvisystem.cpp @@ -4,7 +4,7 @@ // Creation date : Fri Nov 16 03:50:12 2001 GMT by Szymon Stefanek // // This system is part of the KVirc irc client distribution -// Copyright (C) 2001-2005 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 diff --git a/src/modules/system/plugin.cpp b/src/modules/system/plugin.cpp index 0d1e39d5b..c92a83802 100644 --- a/src/modules/system/plugin.cpp +++ b/src/modules/system/plugin.cpp @@ -4,7 +4,7 @@ // Creation date : Wed Apr 11 04 2007 00:54:00 GMT+1 by TheXception // // This file is part of the KVirc irc client distribution -// Copyright (C) 2007 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2007-2008 TheXception // // 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/system/plugin.h b/src/modules/system/plugin.h index 3b51cbcaa..f392abbd7 100644 --- a/src/modules/system/plugin.h +++ b/src/modules/system/plugin.h @@ -6,7 +6,7 @@ // Creation date : Wed Apr 11 04 2007 00:54:00 GMT+1 by TheXception // // This file is part of the KVirc irc client distribution -// Copyright (C) 2007 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2007-2008 TheXception // // 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/term/libkviterm.cpp b/src/modules/term/libkviterm.cpp index 6ddba21d4..346f57f61 100644 --- a/src/modules/term/libkviterm.cpp +++ b/src/modules/term/libkviterm.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : libkviterm.cpp // Creation date : Wed Aug 30 2000 15:29:02 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000-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 @@ -19,6 +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 "kvi_settings.h" #include "kvi_module.h" diff --git a/src/modules/term/termwidget.cpp b/src/modules/term/termwidget.cpp index 8356f5cef..3f948aadb 100644 --- a/src/modules/term/termwidget.cpp +++ b/src/modules/term/termwidget.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : termwidget.cpp // Creation date : Thu Aug 10 2000 17:42:12 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2000-2005 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000-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 @@ -19,6 +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 "termwidget.h" #include "termwindow.h" diff --git a/src/modules/term/termwidget.h b/src/modules/term/termwidget.h index 933b2bc2e..89c74a7e0 100644 --- a/src/modules/term/termwidget.h +++ b/src/modules/term/termwidget.h @@ -1,11 +1,12 @@ #ifndef _HELPWIDGET_H_ #define _HELPWIDGET_H_ +//============================================================================= // // File : termwidget.h // Creation date : Wed Aug 30 2000 15:34:20 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000-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 @@ -21,6 +22,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 "kvi_settings.h" diff --git a/src/modules/term/termwindow.cpp b/src/modules/term/termwindow.cpp index f1af07634..9ae21552e 100644 --- a/src/modules/term/termwindow.cpp +++ b/src/modules/term/termwindow.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : termwindow.cpp // Creation date : Thu Aug 31 2000 15:02:22 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000-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 @@ -19,6 +20,8 @@ // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +//============================================================================= + #include "termwindow.h" #include "termwidget.h" diff --git a/src/modules/term/termwindow.h b/src/modules/term/termwindow.h index 90bea80c6..f269dfc45 100644 --- a/src/modules/term/termwindow.h +++ b/src/modules/term/termwindow.h @@ -1,11 +1,12 @@ #ifndef _TERMWINDOW_H_ #define _TERMWINDOW_H_ +//============================================================================= // // File : termwindow.h // Creation date : Thu Aug 31 2000 15:00:00 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000-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 @@ -21,6 +22,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 "kvi_settings.h" diff --git a/src/modules/texticons/libkvitexticons.cpp b/src/modules/texticons/libkvitexticons.cpp index 84c5120ce..3bf54b995 100644 --- a/src/modules/texticons/libkvitexticons.cpp +++ b/src/modules/texticons/libkvitexticons.cpp @@ -4,7 +4,7 @@ // Creation date : Wed May 10 14:00:12 2006 GMT by Alexey Uzhva // // This math is part of the KVirc irc client distribution -// Copyright (C) 2006 Alexey Uzhva (wizard at opendoor dot ru) +// Copyright (C) 2006-2008 Alexey Uzhva (wizard at opendoor dot ru) // // 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/theme/libkvitheme.cpp b/src/modules/theme/libkvitheme.cpp index be1d73039..570ed8b00 100644 --- a/src/modules/theme/libkvitheme.cpp +++ b/src/modules/theme/libkvitheme.cpp @@ -1,10 +1,10 @@ -/////////////////////////////////////////////////////////////////////////////// +//============================================================================= // // File : libkvitheme.cpp -// Created on Sat 30 Dec 2006 14:54:56 by Szymon Stefanek +// Creation date : Sat 30 Dec 2006 14:54:56 by Szymon Stefanek // // This toolbar is part of the KVirc irc client distribution -// Copyright (C) 2006 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2006-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 "themefunctions.h" diff --git a/src/modules/theme/managementdialog.cpp b/src/modules/theme/managementdialog.cpp index 0abe8fbf2..8616cabbb 100644 --- a/src/modules/theme/managementdialog.cpp +++ b/src/modules/theme/managementdialog.cpp @@ -1,10 +1,10 @@ //============================================================================= // // File : managementdialog.cpp -// Created on Sat 30 Dec 2006 14:54:56 by Szymon Stefanek +// Creation date : Sat 30 Dec 2006 14:54:56 by Szymon Stefanek // // This file is part of the KVIrc IRC Client distribution -// Copyright (C) 2006 Szymon Stefanek <pragma at kvirc dot net> +// Copyright (C) 2006-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/theme/managementdialog.h b/src/modules/theme/managementdialog.h index 3873b369a..674a66cd2 100644 --- a/src/modules/theme/managementdialog.h +++ b/src/modules/theme/managementdialog.h @@ -3,10 +3,10 @@ //============================================================================= // // File : managementdialog.h -// Created on Sat 30 Dec 2006 14:54:56 by Szymon Stefanek +// Creation date : Sat 30 Dec 2006 14:54:56 by Szymon Stefanek // // This file is part of the KVIrc IRC Client distribution -// Copyright (C) 2006 Szymon Stefanek <pragma at kvirc dot net> +// Copyright (C) 2006-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/theme/packthemedialog.cpp b/src/modules/theme/packthemedialog.cpp index dd917c0b1..05162c7d4 100644 --- a/src/modules/theme/packthemedialog.cpp +++ b/src/modules/theme/packthemedialog.cpp @@ -1,10 +1,10 @@ //============================================================================= // // File : packthemedialog.cpp -// Created on Wed 03 Jan 2007 01:11:44 by Szymon Stefanek +// Creation date : Wed 03 Jan 2007 01:11:44 by Szymon Stefanek // // This file is part of the KVIrc IRC Client distribution -// Copyright (C) 2007 Szymon Stefanek <pragma at kvirc dot net> +// Copyright (C) 2007-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/theme/packthemedialog.h b/src/modules/theme/packthemedialog.h index bedaae8ec..5e998692d 100644 --- a/src/modules/theme/packthemedialog.h +++ b/src/modules/theme/packthemedialog.h @@ -3,10 +3,10 @@ //============================================================================= // // File : packthemedialog.h -// Created on Wed 03 Jan 2007 01:11:44 by Szymon Stefanek +// Creation date : Wed 03 Jan 2007 01:11:44 by Szymon Stefanek // // This file is part of the KVIrc IRC Client distribution -// Copyright (C) 2007 Szymon Stefanek <pragma at kvirc dot net> +// Copyright (C) 2007-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/theme/savethemedialog.cpp b/src/modules/theme/savethemedialog.cpp index d290b1a40..262d0d64c 100644 --- a/src/modules/theme/savethemedialog.cpp +++ b/src/modules/theme/savethemedialog.cpp @@ -1,10 +1,10 @@ //============================================================================= // // File : savethemedialog.cpp -// Created on Wed 03 Jan 2007 03:01:34 by Szymon Stefanek +// Creation date : Wed 03 Jan 2007 03:01:34 by Szymon Stefanek // // This file is part of the KVIrc IRC Client distribution -// Copyright (C) 2007 Szymon Stefanek <pragma at kvirc dot net> +// Copyright (C) 2007-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/theme/savethemedialog.h b/src/modules/theme/savethemedialog.h index 5760eb440..9a4434603 100644 --- a/src/modules/theme/savethemedialog.h +++ b/src/modules/theme/savethemedialog.h @@ -3,10 +3,10 @@ //============================================================================= // // File : savethemedialog.h -// Created on Wed 03 Jan 2007 03:01:34 by Szymon Stefanek +// Creation date : Wed 03 Jan 2007 03:01:34 by Szymon Stefanek // // This file is part of the KVIrc IRC Client distribution -// Copyright (C) 2007 Szymon Stefanek <pragma at kvirc dot net> +// Copyright (C) 2007-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/theme/themefunctions.cpp b/src/modules/theme/themefunctions.cpp index a82985f62..ec8f45901 100644 --- a/src/modules/theme/themefunctions.cpp +++ b/src/modules/theme/themefunctions.cpp @@ -1,10 +1,10 @@ //============================================================================= // // File : themefunctions.cpp -// Created on Wed 03 Jan 2007 03:14:07 by Szymon Stefanek +// Creation date : Wed 03 Jan 2007 03:14:07 by Szymon Stefanek // // This file is part of the KVIrc IRC Client distribution -// Copyright (C) 2007 Szymon Stefanek <pragma at kvirc dot net> +// Copyright (C) 2007-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/theme/themefunctions.h b/src/modules/theme/themefunctions.h index d09e12be7..82d381aaf 100644 --- a/src/modules/theme/themefunctions.h +++ b/src/modules/theme/themefunctions.h @@ -3,10 +3,10 @@ //============================================================================= // // File : themefunctions.h -// Created on Wed 03 Jan 2007 03:14:07 by Szymon Stefanek +// Creation date : Wed 03 Jan 2007 03:14:07 by Szymon Stefanek // // This file is part of the KVIrc IRC Client distribution -// Copyright (C) 2007 Szymon Stefanek <pragma at kvirc dot net> +// Copyright (C) 2007-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/tip/libkvitip.cpp b/src/modules/tip/libkvitip.cpp index b718c93b0..d23bf0774 100644 --- a/src/modules/tip/libkvitip.cpp +++ b/src/modules/tip/libkvitip.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : libkvitip.cpp // Creation date : Thu May 10 2001 13:50:11 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 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 @@ -19,6 +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 "libkvitip.h" diff --git a/src/modules/tip/libkvitip.h b/src/modules/tip/libkvitip.h index 79f9b7f0a..8e5f734f7 100644 --- a/src/modules/tip/libkvitip.h +++ b/src/modules/tip/libkvitip.h @@ -1,12 +1,12 @@ #ifndef _LIBKVITIP_H_ #define _LIBKVITIP_H_ - +//============================================================================= // // File : kvi_tip.cpp // Creation date : Thu May 10 2001 13:49:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 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 @@ -22,6 +22,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 "kvi_string.h" #include "kvi_config.h" diff --git a/src/modules/tmphighlight/libkvitmphighlight.cpp b/src/modules/tmphighlight/libkvitmphighlight.cpp index 9f4e2e1ee..0b8bb5816 100644 --- a/src/modules/tmphighlight/libkvitmphighlight.cpp +++ b/src/modules/tmphighlight/libkvitmphighlight.cpp @@ -1,9 +1,11 @@ +//============================================================================= +// // File : libkvitmphighlight.cpp -// Creation date : Oct 10 01:06:09 CEST 2002 by Juanjo �varez +// Creation date : Oct 10 01:06:09 CEST 2002 by Juanjo Alvarez // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Juanjo �varez (juanjux@yahoo.es) -// Copyright (C) 2002 Szymon Stefanek (kvirc@tin.it) +// Copyright (C) 2002 Juanjo Alvarez (juanjux@yahoo.es) +// Copyright (C) 2002-2008 Szymon Stefanek (kvirc@tin.it) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -19,6 +21,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 "kvi_module.h" diff --git a/src/modules/toolbar/libkvitoolbar.cpp b/src/modules/toolbar/libkvitoolbar.cpp index 61dbe0948..3243e8b16 100644 --- a/src/modules/toolbar/libkvitoolbar.cpp +++ b/src/modules/toolbar/libkvitoolbar.cpp @@ -4,7 +4,7 @@ // Creation date : Wed 6 Nov 22:51:59 2002 GMT by Szymon Stefanek // // This toolbar is part of the KVirc irc client distribution -// Copyright (C) 2002-2004 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002-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/toolbareditor/libkvitoolbareditor.cpp b/src/modules/toolbareditor/libkvitoolbareditor.cpp index 6cff8c06c..7eeae47dc 100644 --- a/src/modules/toolbareditor/libkvitoolbareditor.cpp +++ b/src/modules/toolbareditor/libkvitoolbareditor.cpp @@ -4,7 +4,7 @@ // Creation date : Sun 10 Nov 2002 23:25:59 2002 GMT by Szymon Stefanek // // This toolbar is part of the KVirc irc client distribution -// Copyright (C) 2002-2004 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002-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/toolbareditor/toolbareditor.cpp b/src/modules/toolbareditor/toolbareditor.cpp index dcf7e4e23..bf39042e2 100644 --- a/src/modules/toolbareditor/toolbareditor.cpp +++ b/src/modules/toolbareditor/toolbareditor.cpp @@ -1,9 +1,10 @@ -//=============================================================================// +//============================================================================= +// // File : toolbareditor.cpp -// Created on Wed 01 Dec 2004 14:42:20 by Szymon Stefanek +// Creation date : Wed 01 Dec 2004 14:42:20 by Szymon Stefanek // // This file is part of the KVIrc IRC client distribution -// Copyright (C) 2004 Szymon Stefanek <pragma at kvirc dot net> +// Copyright (C) 2004-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/toolbareditor/toolbareditor.h b/src/modules/toolbareditor/toolbareditor.h index 9f1479359..06ad94397 100644 --- a/src/modules/toolbareditor/toolbareditor.h +++ b/src/modules/toolbareditor/toolbareditor.h @@ -3,10 +3,10 @@ //============================================================================= // // File : toolbareditor.h -// Created on Wed 01 Dec 2004 14:42:20 by Szymon Stefanek +// Creation date : Wed 01 Dec 2004 14:42:20 by Szymon Stefanek // // This file is part of the KVIrc IRC client distribution -// Copyright (C) 2004 Szymon Stefanek <pragma at kvirc dot net> +// Copyright (C) 2004-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/torrent/libkvitorrent.cpp b/src/modules/torrent/libkvitorrent.cpp index ce55147ac..33eb3ae00 100644 --- a/src/modules/torrent/libkvitorrent.cpp +++ b/src/modules/torrent/libkvitorrent.cpp @@ -4,7 +4,7 @@ // Creation date : Fri Jan 1 15:42:25 2007 GMT by Alexander Stillich // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2005 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2001-2008 Alexander Stillich (torque at pltn dot org) // // 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/torrent/tc_interface.cpp b/src/modules/torrent/tc_interface.cpp index 2379d3037..ea0366bea 100644 --- a/src/modules/torrent/tc_interface.cpp +++ b/src/modules/torrent/tc_interface.cpp @@ -1,12 +1,11 @@ //============================================================================= // -// Common interface for BitTorrent clients. +// Common interface for BitTorrent clients. // // File : tc_interface.cpp // Creation date : Fri Jan 1 15:42:25 2007 GMT by Alexander Stillich // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2005 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2007 Alexander Stillich (torque at pltn dot org) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/torrent/tc_interface.h b/src/modules/torrent/tc_interface.h index 272ff07cf..cad5d8dbc 100644 --- a/src/modules/torrent/tc_interface.h +++ b/src/modules/torrent/tc_interface.h @@ -3,14 +3,13 @@ //============================================================================= // -// Common interface for BitTorrent clients. +// Common interface for BitTorrent clients. // // File : tc_interface.h // Creation date : Fri Jan 1 15:42:25 2007 GMT by Alexander Stillich // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2005 Szymon Stefanek (pragma at kvirc dot net) -// Copyright (C) 2007 Alexander Stillich (torque at pltn dot org) +// Copyright (C) 2007-2008 Alexander Stillich (torque at pltn dot org) // // 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/torrent/tc_ktorrentdcopinterface.cpp b/src/modules/torrent/tc_ktorrentdcopinterface.cpp index fc3be38e6..d19c71184 100644 --- a/src/modules/torrent/tc_ktorrentdcopinterface.cpp +++ b/src/modules/torrent/tc_ktorrentdcopinterface.cpp @@ -1,13 +1,12 @@ //============================================================================= // -// Common interface for BitTorrent clients. +// Common interface for BitTorrent clients. // // File : tc_ktorrentdcopinterface.cpp // Creation date : Fri Jan 1 15:42:25 2007 GMT by Alexander Stillich // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2005 Szymon Stefanek (pragma at kvirc dot net) -// Copyright (C) 2007 Alexander Stillich (torque at pltn dot org) +// Copyright (C) 2007-2008 Alexander Stillich (torque at pltn dot org) // // 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/torrent/tc_ktorrentdcopinterface.h b/src/modules/torrent/tc_ktorrentdcopinterface.h index 7b348f092..9bc39e1b3 100644 --- a/src/modules/torrent/tc_ktorrentdcopinterface.h +++ b/src/modules/torrent/tc_ktorrentdcopinterface.h @@ -3,14 +3,13 @@ //============================================================================= // -// DCOP interface for KTorrent client. +// DCOP interface for KTorrent client. // // File : tc_ktorrentdcopinterface.h // Creation date : Fri Jan 1 15:42:25 2007 GMT by Alexander Stillich // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2005 Szymon Stefanek (pragma at kvirc dot net) -// Copyright (C) 2007 Alexander Stillich (torque at pltn dot org) +// Copyright (C) 2007-2008 Alexander Stillich (torque at pltn dot org) // // 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/torrent/tc_statusbarapplet.cpp b/src/modules/torrent/tc_statusbarapplet.cpp index 9f67139c2..500c101b0 100644 --- a/src/modules/torrent/tc_statusbarapplet.cpp +++ b/src/modules/torrent/tc_statusbarapplet.cpp @@ -1,13 +1,12 @@ //============================================================================= // -// DCOP interface for KTorrent client. +// DCOP interface for KTorrent client. // // File : tc_statusbarapplet.cpp // Creation date : Fri Jan 1 15:42:25 2007 GMT by Alexander Stillich // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2005 Szymon Stefanek (pragma at kvirc dot net) -// Copyright (C) 2007 Alexander Stillich (torque at pltn dot org) +// Copyright (C) 2007-2008 Alexander Stillich (torque at pltn dot org) // // 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/torrent/tc_statusbarapplet.h b/src/modules/torrent/tc_statusbarapplet.h index 960f79fc9..92e737a88 100644 --- a/src/modules/torrent/tc_statusbarapplet.h +++ b/src/modules/torrent/tc_statusbarapplet.h @@ -2,14 +2,13 @@ #define _TC_STATUSBARAPPLET_H_ //============================================================================= // -// DCOP interface for KTorrent client. +// DCOP interface for KTorrent client. // // File : tc_statusbarapplet.h // Creation date : Fri Jan 1 15:42:25 2007 GMT by Alexander Stillich // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2005 Szymon Stefanek (pragma at kvirc dot net) -// Copyright (C) 2007 Alexander Stillich (torque at pltn dot org) +// Copyright (C) 2007-2008 Alexander Stillich (torque at pltn dot org) // // 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/trayicon/libkvitrayicon.cpp b/src/modules/trayicon/libkvitrayicon.cpp index 01ee29b42..44ecce764 100644 --- a/src/modules/trayicon/libkvitrayicon.cpp +++ b/src/modules/trayicon/libkvitrayicon.cpp @@ -1,9 +1,12 @@ +//============================================================================= // -// File : libKviTrayIcon.cpp -// Creation date : Tue Jan 02 20001 14:34:12 CEST by Szymon Stefanek +// File : libkvitrayicon.cpp +// Creation date : Tue Jan 02 2001 14:34:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2000-2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2007 Alexey Uzhva (wizard at opendoor dot ru) +// Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -19,6 +22,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 "libkvitrayicon.h" @@ -667,8 +671,10 @@ static bool trayicon_module_can_unload(KviModule *) KVIRC_MODULE( "KVIrc Tray Icon Implementation", "4.0.0", - "Szymon Stefanek <pragma at kvirc dot net> and Alexey Uzhva <alexey at kvirc dot ru>", - "exports the /trayicon.* interface\n", + "Copyright (C) 2001 Szymon Stefanek <pragma at kvirc dot net>" \ + "Copyright (C) 2007 Alexey Uzhva <alexey at kvirc dot ru>" \ + "Copyright (C) 2008 Elvio Basello <hellvis69 at netsons dot org>", + "Exports the /trayicon.* interface\n", trayicon_module_init , trayicon_module_can_unload, 0, diff --git a/src/modules/trayicon/libkvitrayicon.h b/src/modules/trayicon/libkvitrayicon.h index 445f2f803..b75eb632c 100644 --- a/src/modules/trayicon/libkvitrayicon.h +++ b/src/modules/trayicon/libkvitrayicon.h @@ -1,9 +1,14 @@ #ifndef _KVI_TRAYICON_H_ #define _KVI_TRAYICON_H_ +//============================================================================= +// +// File : libkvitrayicon.h +// Creation date : Tue Jan 02 2001 14:34:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Creation date : Tue 02 Jan 2001 14:28:25 by Szymon Stefanek -// Copyright (C) 2000-2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2007 Alexey Uzhva (wizard at opendoor dot ru) +// Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -19,6 +24,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 "kvi_settings.h" #include "kvi_frame.h" diff --git a/src/modules/upnp/igdcontrolpoint.cpp b/src/modules/upnp/igdcontrolpoint.cpp index 5c0bb4d42..529287d35 100644 --- a/src/modules/upnp/igdcontrolpoint.cpp +++ b/src/modules/upnp/igdcontrolpoint.cpp @@ -1,9 +1,10 @@ //============================================================================= // +// File : igdcontrolpoint.cpp // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // 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/upnp/igdcontrolpoint.h b/src/modules/upnp/igdcontrolpoint.h index 3d3d9dff8..54913d398 100644 --- a/src/modules/upnp/igdcontrolpoint.h +++ b/src/modules/upnp/igdcontrolpoint.h @@ -1,9 +1,10 @@ //============================================================================= // +// File : igdcontrolpoint.h // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // 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/upnp/libkviupnp.cpp b/src/modules/upnp/libkviupnp.cpp index 74bcedfbb..3c3974b54 100644 --- a/src/modules/upnp/libkviupnp.cpp +++ b/src/modules/upnp/libkviupnp.cpp @@ -4,7 +4,7 @@ // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // // This math is part of the KVirc irc client distribution -// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // 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/upnp/manager.cpp b/src/modules/upnp/manager.cpp index 0e8ede840..cb8610b4e 100644 --- a/src/modules/upnp/manager.cpp +++ b/src/modules/upnp/manager.cpp @@ -1,9 +1,10 @@ //============================================================================= // +// File : manager.cpp // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // 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/upnp/manager.h b/src/modules/upnp/manager.h index 975162824..6d152126e 100644 --- a/src/modules/upnp/manager.h +++ b/src/modules/upnp/manager.h @@ -1,9 +1,10 @@ //============================================================================= // +// File : manager.h // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // 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/upnp/rootservice.cpp b/src/modules/upnp/rootservice.cpp index b04662b42..87c684015 100644 --- a/src/modules/upnp/rootservice.cpp +++ b/src/modules/upnp/rootservice.cpp @@ -1,9 +1,10 @@ //============================================================================= // +// File : rootservice.cpp // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // 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/upnp/rootservice.h b/src/modules/upnp/rootservice.h index 7ff4120b8..28a1200c3 100644 --- a/src/modules/upnp/rootservice.h +++ b/src/modules/upnp/rootservice.h @@ -1,9 +1,10 @@ //============================================================================= // +// File : rootservice.h // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // 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/upnp/service.cpp b/src/modules/upnp/service.cpp index 0d201d06f..9246514af 100644 --- a/src/modules/upnp/service.cpp +++ b/src/modules/upnp/service.cpp @@ -1,9 +1,10 @@ //============================================================================= // +// File : service.cpp // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // 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/upnp/service.h b/src/modules/upnp/service.h index ed8a3ea08..e1b3ca7e6 100644 --- a/src/modules/upnp/service.h +++ b/src/modules/upnp/service.h @@ -1,9 +1,10 @@ //============================================================================= // +// File : service.h // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // 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/upnp/ssdpconnection.cpp b/src/modules/upnp/ssdpconnection.cpp index 79f63323f..a36dca317 100644 --- a/src/modules/upnp/ssdpconnection.cpp +++ b/src/modules/upnp/ssdpconnection.cpp @@ -1,9 +1,10 @@ //============================================================================= // +// File : ssdpconnection.cpp // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // 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/upnp/ssdpconnection.h b/src/modules/upnp/ssdpconnection.h index 446b0a8ce..c6a568161 100644 --- a/src/modules/upnp/ssdpconnection.h +++ b/src/modules/upnp/ssdpconnection.h @@ -1,9 +1,10 @@ //============================================================================= // +// File : ssdpconnection.h // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // 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/upnp/wanconnectionservice.cpp b/src/modules/upnp/wanconnectionservice.cpp index 7641f97f0..4cb408f37 100644 --- a/src/modules/upnp/wanconnectionservice.cpp +++ b/src/modules/upnp/wanconnectionservice.cpp @@ -1,9 +1,10 @@ //============================================================================= // -// Creation date : Fri Aug 08 18:00:00 2000 2008 GMT by Fabio Bas +// File : wanconnectionservice.cpp +// Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // 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/upnp/wanconnectionservice.h b/src/modules/upnp/wanconnectionservice.h index 1e0855c2e..255a10077 100644 --- a/src/modules/upnp/wanconnectionservice.h +++ b/src/modules/upnp/wanconnectionservice.h @@ -1,9 +1,10 @@ //============================================================================= // +// File : wanconnectionservice.h // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // 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/upnp/xmlfunctions.cpp b/src/modules/upnp/xmlfunctions.cpp index 2a3f151e9..d50c735d8 100644 --- a/src/modules/upnp/xmlfunctions.cpp +++ b/src/modules/upnp/xmlfunctions.cpp @@ -1,9 +1,10 @@ //============================================================================= // +// File : xmlfunctions.cpp // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // 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/upnp/xmlfunctions.h b/src/modules/upnp/xmlfunctions.h index 13eea29eb..aefc5ded5 100644 --- a/src/modules/upnp/xmlfunctions.h +++ b/src/modules/upnp/xmlfunctions.h @@ -1,9 +1,10 @@ //============================================================================= // +// File : xmlfunctions.h // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // 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/url/icons.h b/src/modules/url/icons.h index 20cc78235..79dbed89d 100644 --- a/src/modules/url/icons.h +++ b/src/modules/url/icons.h @@ -1,3 +1,27 @@ +//============================================================================= +// +// File : icons.h +// Creation date : 1999 Andrea Parella +// +// This file is part of the KVIrc irc client distribution +// Copyright (C) 1999-2008 Andrea Parrella (yap@kvirc.net) +// +// This program is FREE software. You can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; either version 2 +// of the License, or (at your opinion) any later version. +// +// This program is distributed in the HOPE that it will be USEFUL, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +// See the GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, write to the Free Software Foundation, +// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// +//============================================================================= + const char * url_icon_xpm[] = { "16 16 104 2", " c None", diff --git a/src/modules/url/libkviurl.cpp b/src/modules/url/libkviurl.cpp index e34bc879a..87ac2cd42 100644 --- a/src/modules/url/libkviurl.cpp +++ b/src/modules/url/libkviurl.cpp @@ -1,6 +1,10 @@ +//============================================================================= +// +// File : libkviurl.cpp +// Creation date : 1999 Andrea Parella // // This file is part of the KVIrc irc client distribution -// Copyright (C) 1999-2002 Andrea Parrella (yap@kvirc.net) +// Copyright (C) 1999-2008 Andrea Parrella (yap@kvirc.net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -16,6 +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 "libkviurl.h" #include "icons.h" diff --git a/src/modules/url/libkviurl.h b/src/modules/url/libkviurl.h index 376eea9cf..7a076c947 100644 --- a/src/modules/url/libkviurl.h +++ b/src/modules/url/libkviurl.h @@ -1,9 +1,12 @@ #ifndef _H_URLDLG #define _H_URLDLG - +//============================================================================= +// +// File : libkviurl.h +// Creation date : 1999 Andrea Parella // // This file is part of the KVIrc irc client distribution -// Copyright (C) 1999-2000 Andrea Parrella (anandrea@iname.com) +// Copyright (C) 1999-2008 Andrea Parrella (yap@kvirc.net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -19,6 +22,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 "kvi_locale.h" #include "kvi_config.h" diff --git a/src/modules/window/libkviwindow.cpp b/src/modules/window/libkviwindow.cpp index 999177fc8..0bff73314 100644 --- a/src/modules/window/libkviwindow.cpp +++ b/src/modules/window/libkviwindow.cpp @@ -1,10 +1,10 @@ -//================================================================================= +//============================================================================= // -// File : kvi_window.cpp +// File : libkviwindow.cpp // Creation date : Sat Sep 01 2001 17:13:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2005 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 @@ -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 "userwindow.h" diff --git a/src/modules/window/userwindow.cpp b/src/modules/window/userwindow.cpp index 5860e4665..9b2dcdb98 100644 --- a/src/modules/window/userwindow.cpp +++ b/src/modules/window/userwindow.cpp @@ -4,7 +4,7 @@ // Created on Mon 30 Aug 2004 15:00:52 by Szymon Stefanek // // This file is part of the KVIrc IRC client distribution -// Copyright (C) 2004 Szymon Stefanek <pragma at kvirc dot net> +// Copyright (C) 2004-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/window/userwindow.h b/src/modules/window/userwindow.h index 42140c6fe..16e1f40ba 100644 --- a/src/modules/window/userwindow.h +++ b/src/modules/window/userwindow.h @@ -6,7 +6,7 @@ // Created on Mon 30 Aug 2004 15:00:52 by Szymon Stefanek // // This file is part of the KVIrc IRC client distribution -// Copyright (C) 2004 Szymon Stefanek <pragma at kvirc dot net> +// Copyright (C) 2004-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 |
