diff options
Diffstat (limited to 'src/modules/options')
82 files changed, 216 insertions, 108 deletions
diff --git a/src/modules/options/container.cpp b/src/modules/options/container.cpp index e6d7dc8be..012f7bf25 100644 --- a/src/modules/options/container.cpp +++ b/src/modules/options/container.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : container.cpp // Creation date : Wed Nov 21 17:09:49 2001 GMT 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 "container.h" #include "instances.h" diff --git a/src/modules/options/container.h b/src/modules/options/container.h index 083ce0afd..7e91883c0 100644 --- a/src/modules/options/container.h +++ b/src/modules/options/container.h @@ -1,11 +1,12 @@ #ifndef _CONTAINER_H_ #define _CONTAINER_H_ +//============================================================================= // // File : container.h // Creation date : Wed Nov 21 17:09:50 2001 GMT 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-208 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,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_optionswidget.h" diff --git a/src/modules/options/dialog.cpp b/src/modules/options/dialog.cpp index 00a614fbb..94a8a347b 100644 --- a/src/modules/options/dialog.cpp +++ b/src/modules/options/dialog.cpp @@ -5,7 +5,7 @@ // Based on dlg_options.cpp: Tue Jun 11 2000 02:39:12 by Szymon Stefanek // // This file is part of the KVIrc IRC Client distribution -// Copyright (C) 2000-2006 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/options/dialog.h b/src/modules/options/dialog.h index d333f8de4..c670e1d70 100644 --- a/src/modules/options/dialog.h +++ b/src/modules/options/dialog.h @@ -7,7 +7,7 @@ // Based on dlg_options.h: Tue Jun 11 2000 02:39:12 by Szymon Stefanek // // This file is part of the KVIrc IRC Client distribution -// Copyright (C) 2000-2006 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/options/instances.cpp b/src/modules/options/instances.cpp index ae44a382e..b4cd8435c 100644 --- a/src/modules/options/instances.cpp +++ b/src/modules/options/instances.cpp @@ -1,5 +1,6 @@ +//============================================================================= // // File : instances.cpp // @@ -20,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. // +//============================================================================= // // Instance creation routines for the KVIrc options module diff --git a/src/modules/options/instances.h b/src/modules/options/instances.h index ce2dabc26..e6d5c02a0 100644 --- a/src/modules/options/instances.h +++ b/src/modules/options/instances.h @@ -3,6 +3,7 @@ #ifndef __OPTIONS_INSTANCES_H__ #define __OPTIONS_INSTANCES_H__ +//============================================================================= // // File : instances.h // @@ -23,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. // +//============================================================================= // // Instance creation routines for the KVIrc options module diff --git a/src/modules/options/libkvioptions.cpp b/src/modules/options/libkvioptions.cpp index 17ecce2a4..ec159ce79 100644 --- a/src/modules/options/libkvioptions.cpp +++ b/src/modules/options/libkvioptions.cpp @@ -1,10 +1,10 @@ -//============================================================================================ +//============================================================================= // // File : libkvioptions.cpp // Creation date : Fri Aug 18 2000 15:04:09 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2006 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 @@ -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 "container.h" #include "instances.h" 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 diff --git a/src/modules/options/optw_antispam.cpp b/src/modules/options/optw_antispam.cpp index 6db027d25..329431049 100644 --- a/src/modules/options/optw_antispam.cpp +++ b/src/modules/options/optw_antispam.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_antispam.cpp // Creation date : Tue Oct 16 15:47:02 2001 GMT 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 "optw_antispam.h" diff --git a/src/modules/options/optw_antispam.h b/src/modules/options/optw_antispam.h index 0ad5e3100..806c54ab6 100644 --- a/src/modules/options/optw_antispam.h +++ b/src/modules/options/optw_antispam.h @@ -1,11 +1,12 @@ #ifndef _OPTW_ANTISPAM_H_ #define _OPTW_ANTISPAM_H_ +//============================================================================= // // File : optw_antispam.h // Creation date : Tue Oct 16 15:47:03 2001 GMT 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 @@ -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_optionswidget.h" diff --git a/src/modules/options/optw_avatar.cpp b/src/modules/options/optw_avatar.cpp index fc05f1025..69dbc001b 100644 --- a/src/modules/options/optw_avatar.cpp +++ b/src/modules/options/optw_avatar.cpp @@ -4,7 +4,7 @@ // Creation date : Wed Nov 19 09:25:16 2005 GMT by Grifisx & Noldor // // This file is part of the KVirc irc client distribution -// Copyright (C) 2003-2006 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2005-2008 Alessandro Carbone (elfonol 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/options/optw_avatar.h b/src/modules/options/optw_avatar.h index d026b8bea..45e9aa723 100644 --- a/src/modules/options/optw_avatar.h +++ b/src/modules/options/optw_avatar.h @@ -7,7 +7,7 @@ // Creation date : Wed Nov 19 09:25:16 2005 GMT by Grifisx & Noldor // // This file is part of the KVirc irc client distribution -// Copyright (C) 2003 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2005-2008 Alessandro Carbone (elfonol 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/options/optw_away.cpp b/src/modules/options/optw_away.cpp index 88a44fa55..ed90f8ff5 100644 --- a/src/modules/options/optw_away.cpp +++ b/src/modules/options/optw_away.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_away.cpp // Creation date : Mon Oct 29 15:37:16 2001 GMT 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,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 "optw_away.h" diff --git a/src/modules/options/optw_away.h b/src/modules/options/optw_away.h index 6fdb50cc9..713373e27 100644 --- a/src/modules/options/optw_away.h +++ b/src/modules/options/optw_away.h @@ -1,11 +1,12 @@ #ifndef _OPTW_AWAY_H_ #define _OPTW_AWAY_H_ +//============================================================================= // // File : optw_away.h // Creation date : Mon Oct 29 15:37:18 2001 GMT 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 @@ -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_optionswidget.h" diff --git a/src/modules/options/optw_connection.cpp b/src/modules/options/optw_connection.cpp index 0ef2026c9..aef2bb8a5 100644 --- a/src/modules/options/optw_connection.cpp +++ b/src/modules/options/optw_connection.cpp @@ -5,6 +5,7 @@ // // This file is part of the KVirc irc client distribution // Copyright (C) 2001 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 diff --git a/src/modules/options/optw_connection.h b/src/modules/options/optw_connection.h index b540a8572..5d6548065 100644 --- a/src/modules/options/optw_connection.h +++ b/src/modules/options/optw_connection.h @@ -1,11 +1,12 @@ #ifndef _OPTW_CONNECTION_H_ #define _OPTW_CONNECTION_H_ +//============================================================================= // // File : optw_connection.h // Creation date : Sat Nov 24 04:25:12 2001 GMT by Szymon Stefanek // // 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 @@ -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_optionswidget.h" diff --git a/src/modules/options/optw_ctcp.cpp b/src/modules/options/optw_ctcp.cpp index 6f8860028..b3991a9d6 100644 --- a/src/modules/options/optw_ctcp.cpp +++ b/src/modules/options/optw_ctcp.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_ctcp.cpp // Creation date : Sun Dec 2 20:40:43 2001 GMT 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 "optw_ctcp.h" diff --git a/src/modules/options/optw_ctcp.h b/src/modules/options/optw_ctcp.h index e9d786fc5..d055a7426 100644 --- a/src/modules/options/optw_ctcp.h +++ b/src/modules/options/optw_ctcp.h @@ -1,11 +1,12 @@ #ifndef _OPTW_CTCP_H_ #define _OPTW_CTCP_H_ +//============================================================================= // // File : optw_ctcp.h // Creation date : Sun Dec 2 20:40:43 2001 GMT 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 @@ -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_optionswidget.h" diff --git a/src/modules/options/optw_ctcpfloodprotection.cpp b/src/modules/options/optw_ctcpfloodprotection.cpp index 6007f3472..239dc4b9c 100644 --- a/src/modules/options/optw_ctcpfloodprotection.cpp +++ b/src/modules/options/optw_ctcpfloodprotection.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_ctcpfloodprotection.cpp // Creation date : Sun Jan 21 2001 14:35:06 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 "optw_ctcpfloodprotection.h" diff --git a/src/modules/options/optw_ctcpfloodprotection.h b/src/modules/options/optw_ctcpfloodprotection.h index cd703e519..9e5782cfa 100644 --- a/src/modules/options/optw_ctcpfloodprotection.h +++ b/src/modules/options/optw_ctcpfloodprotection.h @@ -1,12 +1,12 @@ #ifndef _OPTW_CTCPFLOODPROTECTION_H_ #define _OPTW_CTCPFLOODPROTECTION_H_ - +//============================================================================= // // File : optw_ctcpfloodprotection.h // Creation date : Sun Jan 21 2000 14:34: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_optionswidget.h" diff --git a/src/modules/options/optw_dcc.cpp b/src/modules/options/optw_dcc.cpp index f2df11fb3..f7e52a34d 100644 --- a/src/modules/options/optw_dcc.cpp +++ b/src/modules/options/optw_dcc.cpp @@ -4,7 +4,7 @@ // Creation date : Fri Aug 17 22:08:09 2001 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2004 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/options/optw_dcc.h b/src/modules/options/optw_dcc.h index 7897926f9..f49f60ff7 100644 --- a/src/modules/options/optw_dcc.h +++ b/src/modules/options/optw_dcc.h @@ -1,11 +1,12 @@ #ifndef _OPTW_DCC_H_ #define _OPTW_DCC_H_ +//============================================================================= // // File : optw_dcc.h // Creation date : Fri Aug 17 22:08:08 2001 GMT 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 @@ -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_optionswidget.h" diff --git a/src/modules/options/optw_generalopt.cpp b/src/modules/options/optw_generalopt.cpp index 2a1b1d041..980e770de 100644 --- a/src/modules/options/optw_generalopt.cpp +++ b/src/modules/options/optw_generalopt.cpp @@ -4,7 +4,7 @@ // Creation date : Wed Nov 19 09:25:16 2005 GMT by Grifisx & Noldor // // This file is part of the KVirc irc client distribution -// Copyright (C) 2005 Grifisx & Noldor +// Copyright (C) 2005-2008 Alessandro Carbone (elfonol 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/options/optw_generalopt.h b/src/modules/options/optw_generalopt.h index 31fe96a81..4561ea109 100644 --- a/src/modules/options/optw_generalopt.h +++ b/src/modules/options/optw_generalopt.h @@ -1,11 +1,12 @@ #ifndef _OPTW_GENERALOPT_H_ #define _OPTW_GENERALOPT_H_ +//============================================================================= // // File : optw_generalopt.h // Creation date : Wed Nov 19 09:25:16 2005 GMT by Grifisx & Noldor // // This file is part of the KVirc irc client distribution -// Copyright (C) 2005 Grifisx & Noldor +// Copyright (C) 2005-2008 Alessandro Carbone (elfonol 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 @@ -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_optionswidget.h" diff --git a/src/modules/options/optw_highlighting.cpp b/src/modules/options/optw_highlighting.cpp index ba06ad172..c2cfddef4 100644 --- a/src/modules/options/optw_highlighting.cpp +++ b/src/modules/options/optw_highlighting.cpp @@ -1,11 +1,12 @@ #ifndef _OPTW_HIGHLIGHTING_CPP_ #define _OPTW_HIGHLIGHTING_CPP_ +//============================================================================= // // File : optw_highlighting.cpp // Creation date : Sat Nov 3 18:09:35 2001 GMT 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 @@ -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 "optw_highlighting.h" #include "kvi_options.h" diff --git a/src/modules/options/optw_highlighting.h b/src/modules/options/optw_highlighting.h index ddb7991dd..5203517c0 100644 --- a/src/modules/options/optw_highlighting.h +++ b/src/modules/options/optw_highlighting.h @@ -1,11 +1,12 @@ #ifndef _OPTW_HIGHLIGHTING_H_ #define _OPTW_HIGHLIGHTING_H_ +//============================================================================= // // File : optw_highlighting.h // Creation date : Sat Nov 3 18:09:37 2001 GMT 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 @@ -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_optionswidget.h" diff --git a/src/modules/options/optw_identity.cpp b/src/modules/options/optw_identity.cpp index aa0b01d1b..c973958b2 100644 --- a/src/modules/options/optw_identity.cpp +++ b/src/modules/options/optw_identity.cpp @@ -4,7 +4,7 @@ // Creation date : Tue Nov 14 2000 23:06:53 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 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 diff --git a/src/modules/options/optw_identity.h b/src/modules/options/optw_identity.h index 8811e5880..6e7874c8a 100644 --- a/src/modules/options/optw_identity.h +++ b/src/modules/options/optw_identity.h @@ -7,7 +7,7 @@ // Creation date : Tue Nov 14 2000 23:06:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2000-2004 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/options/optw_ignore.cpp b/src/modules/options/optw_ignore.cpp index 23a947f9c..f542ad813 100644 --- a/src/modules/options/optw_ignore.cpp +++ b/src/modules/options/optw_ignore.cpp @@ -1,9 +1,11 @@ +//============================================================================= // // File : optw_ignore.h -// Creation date : Thu Feb 12 15:11:29 2002 GMT by Juanjo Álvarez +// Creation date : Thu Feb 12 15:11:29 2002 GMT by Juanjo Ãlvarez // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002 Juanjo Ãlvarez +// 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 @@ -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 "optw_ignore.h" diff --git a/src/modules/options/optw_ignore.h b/src/modules/options/optw_ignore.h index d921c8bac..175faa85b 100644 --- a/src/modules/options/optw_ignore.h +++ b/src/modules/options/optw_ignore.h @@ -1,11 +1,13 @@ #ifndef _OPTW_IGNORE_H_ #define _OPTW_IGNORE_H_ +//============================================================================= // // File : optw_ignore.h -// Creation date : Thu Feb 12 15:11:30 2002 GMT by Juanjo Álvarez +// Creation date : Thu Feb 12 15:11:30 2002 GMT by Juanjo Ãlvarez // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002 Juanjo Ãlvarez +// 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 @@ -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_optionswidget.h" #include "kvi_selectors.h" diff --git a/src/modules/options/optw_input.cpp b/src/modules/options/optw_input.cpp index 5816a2ec1..246ff2502 100644 --- a/src/modules/options/optw_input.cpp +++ b/src/modules/options/optw_input.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_input.cpp // Creation date : Sat Aug 11 2001 04:25:52 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,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 "optw_input.h" #include "kvi_options.h" diff --git a/src/modules/options/optw_input.h b/src/modules/options/optw_input.h index ef151c45f..0865cbf22 100644 --- a/src/modules/options/optw_input.h +++ b/src/modules/options/optw_input.h @@ -1,13 +1,13 @@ #ifndef _OPTW_INPUT_H_ #define _OPTW_INPUT_H_ -//================================================================================== +//============================================================================= // // File : optw_input.h // Creation date : Sat Aug 11 2001 04:25:01 CEST by Szymon Stefanek // // 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 @@ -23,7 +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_optionswidget.h" diff --git a/src/modules/options/optw_interfacefeatures.cpp b/src/modules/options/optw_interfacefeatures.cpp index 22cfc72ff..ab417c179 100644 --- a/src/modules/options/optw_interfacefeatures.cpp +++ b/src/modules/options/optw_interfacefeatures.cpp @@ -4,7 +4,7 @@ // Creation date : Sat Jun 2 2001 14:52:53 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 diff --git a/src/modules/options/optw_interfacefeatures.h b/src/modules/options/optw_interfacefeatures.h index ecb4146c6..8b0591b98 100644 --- a/src/modules/options/optw_interfacefeatures.h +++ b/src/modules/options/optw_interfacefeatures.h @@ -7,7 +7,7 @@ // Creation date : Sat Jun 2 2001 14:50:01 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 diff --git a/src/modules/options/optw_interfacelookglobal.cpp b/src/modules/options/optw_interfacelookglobal.cpp index 5cc8d4afb..ad0a6be3a 100644 --- a/src/modules/options/optw_interfacelookglobal.cpp +++ b/src/modules/options/optw_interfacelookglobal.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_interfacelookglobal.cpp // Creation date : Sun Jun 3 2001 20:50:13 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 "optw_interfacelookglobal.h" diff --git a/src/modules/options/optw_interfacelookglobal.h b/src/modules/options/optw_interfacelookglobal.h index 7cb8c141b..83b0a1004 100644 --- a/src/modules/options/optw_interfacelookglobal.h +++ b/src/modules/options/optw_interfacelookglobal.h @@ -1,12 +1,12 @@ #ifndef _OPTW_INTERFACELOOKGLOBAL_H_ #define _OPTW_INTERFACELOOKGLOBAL_H_ - +//============================================================================= // // File : optw_interfacelookglobal.h // Creation date : Sun Jun 3 2001 20:49:02 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_settings.h" #include "kvi_optionswidget.h" diff --git a/src/modules/options/optw_irc.cpp b/src/modules/options/optw_irc.cpp index 3521f9815..482ce4878 100644 --- a/src/modules/options/optw_irc.cpp +++ b/src/modules/options/optw_irc.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_irc.cpp // Creation date : Sun Dec 2 18:59:48 2001 GMT 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,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 "optw_irc.h" diff --git a/src/modules/options/optw_irc.h b/src/modules/options/optw_irc.h index f030a37f7..c33c2b81f 100644 --- a/src/modules/options/optw_irc.h +++ b/src/modules/options/optw_irc.h @@ -6,7 +6,7 @@ // Creation date : Sun Dec 2 18:59:49 2001 GMT by Szymon Stefanek // // 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 diff --git a/src/modules/options/optw_ircoutput.cpp b/src/modules/options/optw_ircoutput.cpp index c8fd53d54..2b847e785 100644 --- a/src/modules/options/optw_ircoutput.cpp +++ b/src/modules/options/optw_ircoutput.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_ircoutput.cpp // Creation date : Wed Nov 15 2000 11:45:06 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 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 "optw_ircoutput.h" diff --git a/src/modules/options/optw_ircoutput.h b/src/modules/options/optw_ircoutput.h index c9f9fe76f..addeea680 100644 --- a/src/modules/options/optw_ircoutput.h +++ b/src/modules/options/optw_ircoutput.h @@ -1,12 +1,12 @@ #ifndef _OPTW_IRCOUTPUT_H_ #define _OPTW_IRCOUTPUT_H_ - +//============================================================================= // // File : optw_ircoutput.h // Creation date : Wed Nov 15 2000 11:47:51 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 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 @@ -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_optionswidget.h" diff --git a/src/modules/options/optw_ircview.cpp b/src/modules/options/optw_ircview.cpp index 8bf721825..6042e686e 100644 --- a/src/modules/options/optw_ircview.cpp +++ b/src/modules/options/optw_ircview.cpp @@ -1,9 +1,11 @@ +//============================================================================= // // File : optw_ircview.cpp // Creation date : Sat Aug 11 2001 03:29:52 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) 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 +21,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 "optw_ircview.h" #include "kvi_options.h" diff --git a/src/modules/options/optw_ircview.h b/src/modules/options/optw_ircview.h index fd3745705..ca78172c3 100644 --- a/src/modules/options/optw_ircview.h +++ b/src/modules/options/optw_ircview.h @@ -7,7 +7,8 @@ // Creation date : Sat Aug 11 2001 03:28:19 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2006 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2001 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 diff --git a/src/modules/options/optw_lag.cpp b/src/modules/options/optw_lag.cpp index c2b2cacef..72e579c1d 100644 --- a/src/modules/options/optw_lag.cpp +++ b/src/modules/options/optw_lag.cpp @@ -1,9 +1,11 @@ +//============================================================================= // // File : optw_lag.cpp -// Creation date : Wed Cct 16 10:45:54 CEST 2002 by Juanjo Álvarez (juanjux@yahoo.es) +// Creation date : Wed Cct 16 10:45:54 CEST 2002 by Juanjo Ãlvarez (juanjux@yahoo.es) // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002 Juanjo Ãlvarez +// 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 @@ -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 "optw_lag.h" diff --git a/src/modules/options/optw_lag.h b/src/modules/options/optw_lag.h index 45286f58d..4f33fee6f 100644 --- a/src/modules/options/optw_lag.h +++ b/src/modules/options/optw_lag.h @@ -1,11 +1,13 @@ #ifndef _OPTW_LAG_H_ #define _OPTW_LAG_H_ +//============================================================================= // // File : optw_lag.h -// Creation date : wed oct 16 10:45:14 CEST 2002 by Juanjo �varez +// Creation date : Wed Cct 16 10:45:54 CEST 2002 by Juanjo Álvarez (juanjux@yahoo.es) // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2002 Juanjo Álvarez +// 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 @@ -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_optionswidget.h" diff --git a/src/modules/options/optw_logging.cpp b/src/modules/options/optw_logging.cpp index 6c9ba65a1..3e037809f 100644 --- a/src/modules/options/optw_logging.cpp +++ b/src/modules/options/optw_logging.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_logging.cpp // Creation date : Mon Oct 29 15:37:16 2001 GMT 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,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 "optw_logging.h" diff --git a/src/modules/options/optw_logging.h b/src/modules/options/optw_logging.h index c35a896d1..87be3b011 100644 --- a/src/modules/options/optw_logging.h +++ b/src/modules/options/optw_logging.h @@ -1,11 +1,12 @@ #ifndef _OPTW_LOGGING_H_ #define _OPTW_LOGGING_H_ +//============================================================================= // // File : optw_logging.h // Creation date : Mon Oct 29 15:37:18 2001 GMT 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 @@ -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_optionswidget.h" diff --git a/src/modules/options/optw_mediatypes.cpp b/src/modules/options/optw_mediatypes.cpp index f631624b9..241fa3736 100644 --- a/src/modules/options/optw_mediatypes.cpp +++ b/src/modules/options/optw_mediatypes.cpp @@ -1,3 +1,4 @@ +//============================================================================= // // File : optw_mediatypes.cpp // Creation date : Sat Jan 20 2001 16:14:53 CEST by Szymon Stefanek @@ -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 "optw_mediatypes.h" diff --git a/src/modules/options/optw_mediatypes.h b/src/modules/options/optw_mediatypes.h index b4dafe9f2..6aacba699 100644 --- a/src/modules/options/optw_mediatypes.h +++ b/src/modules/options/optw_mediatypes.h @@ -1,12 +1,12 @@ #ifndef _OPTW_MEDIATYPES_H_ #define _OPTW_MEDIATYPES_H_ - +//============================================================================= // // File : optw_mediatypes.h // Creation date : Sat Jan 20 2001 16:12:10 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_optionswidget.h" #include "kvi_mediatype.h" diff --git a/src/modules/options/optw_messages.cpp b/src/modules/options/optw_messages.cpp index 2904e0312..ec35879f8 100644 --- a/src/modules/options/optw_messages.cpp +++ b/src/modules/options/optw_messages.cpp @@ -4,7 +4,7 @@ // Creation date : Sat Aug 11 2001 18:12:00 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001-2004 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/options/optw_messages.h b/src/modules/options/optw_messages.h index 5885972af..fbe3daeab 100644 --- a/src/modules/options/optw_messages.h +++ b/src/modules/options/optw_messages.h @@ -1,12 +1,12 @@ #ifndef _OPTW_MESSAGES_H_ #define _OPTW_MESSAGES_H_ - +//============================================================================= // // File : optw_messages.h // Creation date : Sat Aug 11 2001 18:11:21 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_optionswidget.h" #include "kvi_msgtype.h" diff --git a/src/modules/options/optw_nickserv.cpp b/src/modules/options/optw_nickserv.cpp index ea1547f71..8e97f8eae 100644 --- a/src/modules/options/optw_nickserv.cpp +++ b/src/modules/options/optw_nickserv.cpp @@ -4,7 +4,7 @@ // Creation date : Fri Aug 10 2001 03:38:10 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 diff --git a/src/modules/options/optw_nickserv.h b/src/modules/options/optw_nickserv.h index 0fa01c0ad..31dc9bc3e 100644 --- a/src/modules/options/optw_nickserv.h +++ b/src/modules/options/optw_nickserv.h @@ -7,7 +7,7 @@ // Creation date : Fri Aug 10 2001 03:37:21 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 diff --git a/src/modules/options/optw_notify.cpp b/src/modules/options/optw_notify.cpp index 26768d669..7c38e2060 100644 --- a/src/modules/options/optw_notify.cpp +++ b/src/modules/options/optw_notify.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_notify.cpp // Creation date : Sun Oct 28 15:11:29 2001 GMT 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 "optw_notify.h" diff --git a/src/modules/options/optw_notify.h b/src/modules/options/optw_notify.h index d19c83da5..cd6883ec2 100644 --- a/src/modules/options/optw_notify.h +++ b/src/modules/options/optw_notify.h @@ -1,11 +1,12 @@ #ifndef _OPTW_NOTIFY_H_ #define _OPTW_NOTIFY_H_ +//============================================================================= // // File : optw_notify.h // Creation date : Sun Oct 28 15:11:30 2001 GMT 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 @@ -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_optionswidget.h" diff --git a/src/modules/options/optw_protection.cpp b/src/modules/options/optw_protection.cpp index 2d9586b41..6c22dff87 100644 --- a/src/modules/options/optw_protection.cpp +++ b/src/modules/options/optw_protection.cpp @@ -4,7 +4,7 @@ // Creation date : Wed Ott 19 16:15:16 2005 GMT by Grifisx & Noldor // // This file is part of the KVirc irc client distribution -// Copyright (C) 2005 Grifisx & Noldor +// Copyright (C) 2005-2008 Alessandro Carbone (elfonol 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/options/optw_protection.h b/src/modules/options/optw_protection.h index 19d0c05f3..c18a5fe0f 100644 --- a/src/modules/options/optw_protection.h +++ b/src/modules/options/optw_protection.h @@ -1,14 +1,13 @@ #ifndef _OPTW_PROTECTION_H_ #define _OPTW_PROTECTION_H_ - //============================================================================= // // File : optw_protection.h +// Creation date : Wed Ott 19 16:15:16 2005 GMT by Grifisx & Noldor // // This file is part of the KVirc irc client distribution -// Creation date : Wed Ott 19 16:15:16 2005 GMT by Grifisx & Noldor +// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com) // -// Copyright (C) 2005 Grifisx & Noldor // 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 diff --git a/src/modules/options/optw_proxy.cpp b/src/modules/options/optw_proxy.cpp index 2d9df06f9..7473fe5b0 100644 --- a/src/modules/options/optw_proxy.cpp +++ b/src/modules/options/optw_proxy.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_proxy.cpp // Creation date : Mon Jun 24 2000 22:02:11 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 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 "optw_proxy.h" diff --git a/src/modules/options/optw_proxy.h b/src/modules/options/optw_proxy.h index 54bc0eeb7..d979b27b5 100644 --- a/src/modules/options/optw_proxy.h +++ b/src/modules/options/optw_proxy.h @@ -1,12 +1,12 @@ #ifndef _OPTW_PROXY_H_ #define _OPTW_PROXY_H_ - +//============================================================================= // // File : optw_proxy.h // Creation date : Mon Jun 24 2000 21:58:25 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 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 @@ -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_optionswidget.h" #include "kvi_tal_treewidget.h" diff --git a/src/modules/options/optw_query.cpp b/src/modules/options/optw_query.cpp index 237b2c750..8a96812c2 100644 --- a/src/modules/options/optw_query.cpp +++ b/src/modules/options/optw_query.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_query.cpp // Creation date : Mon Oct 29 15:37:16 2001 GMT 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 "optw_query.h" diff --git a/src/modules/options/optw_query.h b/src/modules/options/optw_query.h index 23492e95e..de939dbe2 100644 --- a/src/modules/options/optw_query.h +++ b/src/modules/options/optw_query.h @@ -1,11 +1,12 @@ #ifndef _OPTW_QUERY_H_ #define _OPTW_QUERY_H_ +//============================================================================= // // File : optw_query.h // Creation date : Tue Mar 05 22:31:18 2002 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Szymon Stefanek (pragma@kvirc.net) +// Copyright (C) 2002-2008 Szymon Stefanek (pragma@kvirc.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_optionswidget.h" diff --git a/src/modules/options/optw_servers.cpp b/src/modules/options/optw_servers.cpp index d20a9ffac..0ac47863a 100644 --- a/src/modules/options/optw_servers.cpp +++ b/src/modules/options/optw_servers.cpp @@ -4,7 +4,7 @@ // Creation date : Wed Jun 12 2000 03:29:51 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2000-2004 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/options/optw_servers.h b/src/modules/options/optw_servers.h index c079e9b4b..76324d66b 100644 --- a/src/modules/options/optw_servers.h +++ b/src/modules/options/optw_servers.h @@ -7,7 +7,7 @@ // Creation date : Wed Jun 12 2000 03:29:01 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 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 diff --git a/src/modules/options/optw_sound.cpp b/src/modules/options/optw_sound.cpp index 56b71395c..97c3cbb4a 100644 --- a/src/modules/options/optw_sound.cpp +++ b/src/modules/options/optw_sound.cpp @@ -4,7 +4,7 @@ // Creation date : Fri Sep 6 02:18:23 2002 GMT by Szymon Stefanek // // This file is part of the KVsound sound client distribution -// Copyright (C) 2002-2006 Szymon Stefanek (pragma at kvsound dot net) +// Copyright (C) 2002-2008 Szymon Stefanek (pragma at kvsound 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/options/optw_sound.h b/src/modules/options/optw_sound.h index ab093b580..01367b604 100644 --- a/src/modules/options/optw_sound.h +++ b/src/modules/options/optw_sound.h @@ -6,7 +6,7 @@ // Creation date : Fri Sep 6 02:18:21 2002 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002-2006 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/options/optw_textencoding.cpp b/src/modules/options/optw_textencoding.cpp index 641f1928c..17e49cc3a 100644 --- a/src/modules/options/optw_textencoding.cpp +++ b/src/modules/options/optw_textencoding.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_textencoding.cpp // Creation date : Sat Aug 11 2001 03:29:52 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,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 "optw_textencoding.h" #include "kvi_options.h" diff --git a/src/modules/options/optw_textencoding.h b/src/modules/options/optw_textencoding.h index ac89bb30c..fe45f4ad8 100644 --- a/src/modules/options/optw_textencoding.h +++ b/src/modules/options/optw_textencoding.h @@ -1,12 +1,12 @@ #ifndef _OPTW_TEXTENCODING_H_ #define _OPTW_TEXTENCODING_H_ - +//============================================================================= // // File : optw_textencoding.h // Creation date : Sat Mar 02 2002 12:09:19 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 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 @@ -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_optionswidget.h" diff --git a/src/modules/options/optw_texticons.cpp b/src/modules/options/optw_texticons.cpp index 736b8c69d..b5d2f402e 100644 --- a/src/modules/options/optw_texticons.cpp +++ b/src/modules/options/optw_texticons.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_texticons.cpp // Creation date : Fri May 24 2002 00:16:13 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 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 @@ -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 "optw_texticons.h" diff --git a/src/modules/options/optw_texticons.h b/src/modules/options/optw_texticons.h index 8084b38ad..80bb5a05a 100644 --- a/src/modules/options/optw_texticons.h +++ b/src/modules/options/optw_texticons.h @@ -1,12 +1,12 @@ #ifndef _OPTW_TEXTICONS_H_ #define _OPTW_TEXTICONS_H_ - +//============================================================================= // // File : optw_texticons.h // Creation date : Fri May 24 2002 00:14:02 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 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 @@ -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_optionswidget.h" #include "kvi_texticonmanager.h" diff --git a/src/modules/options/optw_tools.cpp b/src/modules/options/optw_tools.cpp index 89274a4ba..ce87e41f3 100644 --- a/src/modules/options/optw_tools.cpp +++ b/src/modules/options/optw_tools.cpp @@ -4,7 +4,7 @@ // Creation date : Wed Ott 19 16:15:16 2005 GMT by Grifisx & Noldor // // This file is part of the KVirc irc client distribution -// Copyright (C) 2005 Grifisx & Noldor +// Copyright (C) 2005-2008 Alessandro Carbone (elfonol 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/options/optw_tools.h b/src/modules/options/optw_tools.h index b3cbb295e..ddb444f57 100644 --- a/src/modules/options/optw_tools.h +++ b/src/modules/options/optw_tools.h @@ -4,11 +4,11 @@ //============================================================================= // // File : optw_tools.h +// Creation date : Wed Ott 19 16:15:16 2005 GMT by Grifisx & Noldor // // This file is part of the KVirc irc client distribution -// Creation date : Wed Ott 19 16:15:16 2005 GMT by Grifisx & Noldor +// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com) // -// Copyright (C) 2005 Grifisx & Noldor // 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 diff --git a/src/modules/options/optw_topiclabel.cpp b/src/modules/options/optw_topiclabel.cpp index b7c6af517..de77e2ae9 100644 --- a/src/modules/options/optw_topiclabel.cpp +++ b/src/modules/options/optw_topiclabel.cpp @@ -1,9 +1,11 @@ +//============================================================================= // // File : optw_topiclabel.cpp // Creation date : Mon Sep 24 02:44:55 CEST 2001 by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2001 Krzysztof Godlewski +// 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 +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 "optw_topiclabel.h" diff --git a/src/modules/options/optw_topiclabel.h b/src/modules/options/optw_topiclabel.h index d524e9ffd..117f3c5ce 100644 --- a/src/modules/options/optw_topiclabel.h +++ b/src/modules/options/optw_topiclabel.h @@ -1,9 +1,13 @@ +#ifndef _OPTW_TOPICLABEL_H +#define _OPTW_TOPICLABEL_H +//============================================================================= // -// File : optw_topiclabel.cpp +// File : optw_topiclabel.h // Creation date : Mon Sep 24 02:44:55 CEST 2001 by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2001 Krzysztof Godlewski +// 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,9 +23,8 @@ // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +//============================================================================= -#ifndef OPTW_TOPICLABEL_H -#define OPTW_TOPICLABEL_H #include "kvi_optionswidget.h" @@ -38,4 +41,4 @@ public: ~KviTopicLabelLookOptionsWidget(); }; -#endif /* !OPTW_TOPICLABEL_H */ +#endif // _OPTW_TOPICLABEL_H diff --git a/src/modules/options/optw_tray.cpp b/src/modules/options/optw_tray.cpp index 4ac9ec687..c9cfe17d3 100644 --- a/src/modules/options/optw_tray.cpp +++ b/src/modules/options/optw_tray.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_tray.cpp // Creation date : Mon 14 Aug 2006 by Alexey Uzhva // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net) +// 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 @@ -19,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 "optw_tray.h" diff --git a/src/modules/options/optw_tray.h b/src/modules/options/optw_tray.h index f3dbd4e29..3dd0cc464 100644 --- a/src/modules/options/optw_tray.h +++ b/src/modules/options/optw_tray.h @@ -1,11 +1,12 @@ #ifndef _OPTW_TRAY_H_ #define _OPTW_TRAY_H_ +//============================================================================= // -// File : optw_tray.h +// File : optw_tray.cpp // Creation date : Mon 14 Aug 2006 by Alexey Uzhva // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net) +// 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 @@ -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_optionswidget.h" diff --git a/src/modules/options/optw_uparser.cpp b/src/modules/options/optw_uparser.cpp index 0749091e3..a761e9f3e 100644 --- a/src/modules/options/optw_uparser.cpp +++ b/src/modules/options/optw_uparser.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_uparser.cpp // Creation date : Sat Oct 27 16:32:26 2001 GMT 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,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 "optw_uparser.h" diff --git a/src/modules/options/optw_uparser.h b/src/modules/options/optw_uparser.h index 036efb964..6f3542df4 100644 --- a/src/modules/options/optw_uparser.h +++ b/src/modules/options/optw_uparser.h @@ -1,11 +1,12 @@ #ifndef _OPTW_UPARSER_H_ #define _OPTW_UPARSER_H_ +//============================================================================= // // File : optw_uparser.h // Creation date : Sat Oct 27 16:32:27 2001 GMT 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 @@ -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_optionswidget.h" diff --git a/src/modules/options/optw_urlhandlers.cpp b/src/modules/options/optw_urlhandlers.cpp index e4a296ffd..bbda201b5 100644 --- a/src/modules/options/optw_urlhandlers.cpp +++ b/src/modules/options/optw_urlhandlers.cpp @@ -1,11 +1,12 @@ #ifndef _OPTW_URLHANDLERS_CPP_ #define _OPTW_URLHANDLERS_CPP_ +//============================================================================= // // File : optw_urlhandlers.cpp // Creation date : Fri Aug 23 02:57:40 2002 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 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 @@ -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 "optw_urlhandlers.h" diff --git a/src/modules/options/optw_urlhandlers.h b/src/modules/options/optw_urlhandlers.h index 30d140e36..b2578e75d 100644 --- a/src/modules/options/optw_urlhandlers.h +++ b/src/modules/options/optw_urlhandlers.h @@ -1,11 +1,12 @@ #ifndef _OPTW_URLHANDLERS_H_ #define _OPTW_URLHANDLERS_H_ +//============================================================================= // // File : optw_urlhandlers.h // Creation date : Fri Aug 23 02:57:41 2002 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2008 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 @@ -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_optionswidget.h" diff --git a/src/modules/options/optw_userlist.cpp b/src/modules/options/optw_userlist.cpp index fb308d3ee..ed4e23691 100644 --- a/src/modules/options/optw_userlist.cpp +++ b/src/modules/options/optw_userlist.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_userlist.cpp // Creation date : Sat Aug 11 2001 03:29:52 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,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 "optw_userlist.h" #include "kvi_options.h" diff --git a/src/modules/options/optw_userlist.h b/src/modules/options/optw_userlist.h index 059292899..cef30883d 100644 --- a/src/modules/options/optw_userlist.h +++ b/src/modules/options/optw_userlist.h @@ -1,12 +1,12 @@ #ifndef _OPTW_USERLIST_H_ #define _OPTW_USERLIST_H_ - +//============================================================================= // // File : optw_userlist.h // Creation date : Sat Mar 02 2002 12:09:19 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002-2006 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 @@ -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_optionswidget.h" diff --git a/src/modules/options/optw_windowlist.cpp b/src/modules/options/optw_windowlist.cpp index 8e46990a6..2b6960493 100644 --- a/src/modules/options/optw_windowlist.cpp +++ b/src/modules/options/optw_windowlist.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : optw_windowlist.cpp // Creation date : Wed Jan 16 04:30:39 2002 GMT 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) 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 @@ -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 "optw_windowlist.h" diff --git a/src/modules/options/optw_windowlist.h b/src/modules/options/optw_windowlist.h index 56b451f17..0689208fd 100644 --- a/src/modules/options/optw_windowlist.h +++ b/src/modules/options/optw_windowlist.h @@ -7,7 +7,7 @@ // Creation date : Wed Jan 16 04:30:41 2002 GMT by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002-2006 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 |
