From 8c7fa3315eff8ba18c1c33bb6e88ee951b31e4e0 Mon Sep 17 00:00:00 2001 From: Elvio Basello Date: Thu, 18 Sep 2008 15:55:21 +0000 Subject: fixed license template for modules from n to r git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2484 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/notifier/libkvinotifier.cpp | 8 ++-- src/modules/notifier/notifiermessage.cpp | 4 +- src/modules/notifier/notifiermessage.h | 4 +- src/modules/notifier/notifiersettings.h | 6 +-- src/modules/notifier/notifierwindow.cpp | 6 +-- src/modules/notifier/notifierwindow.h | 7 +-- src/modules/notifier/notifierwindowbody.cpp | 6 +-- src/modules/notifier/notifierwindowbody.h | 6 +-- src/modules/notifier/notifierwindowborder.cpp | 6 +-- src/modules/notifier/notifierwindowborder.h | 6 +-- src/modules/notifier/notifierwindowprogressbar.cpp | 4 +- src/modules/notifier/notifierwindowprogressbar.h | 4 +- src/modules/notifier/notifierwindowtabs.cpp | 6 +-- src/modules/notifier/notifierwindowtabs.h | 6 +-- src/modules/objects/class_button.cpp | 5 +- src/modules/objects/class_button.h | 5 +- src/modules/objects/class_buttongroup.cpp | 4 +- src/modules/objects/class_buttongroup.h | 10 ++-- src/modules/objects/class_checkbox.cpp | 9 ++-- src/modules/objects/class_checkbox.h | 9 ++-- src/modules/objects/class_combobox.cpp | 9 ++-- src/modules/objects/class_combobox.h | 9 ++-- src/modules/objects/class_dialog.cpp | 4 +- src/modules/objects/class_dialog.h | 4 +- src/modules/objects/class_dockwindow.cpp | 4 +- src/modules/objects/class_dockwindow.h | 4 +- src/modules/objects/class_file.cpp | 7 ++- src/modules/objects/class_file.h | 10 ++-- src/modules/objects/class_ftp.cpp | 4 +- src/modules/objects/class_ftp.h | 4 +- src/modules/objects/class_groupbox.cpp | 4 +- src/modules/objects/class_groupbox.h | 12 +++-- src/modules/objects/class_hbox.cpp | 5 +- src/modules/objects/class_hbox.h | 4 +- src/modules/objects/class_http.cpp | 4 +- src/modules/objects/class_http.h | 4 +- src/modules/objects/class_label.cpp | 9 ++-- src/modules/objects/class_label.h | 8 ++-- src/modules/objects/class_layout.cpp | 5 +- src/modules/objects/class_layout.h | 4 +- src/modules/objects/class_lcd.cpp | 5 +- src/modules/objects/class_lcd.h | 10 ++-- src/modules/objects/class_lineedit.cpp | 10 ++-- src/modules/objects/class_lineedit.h | 9 ++-- src/modules/objects/class_list.cpp | 2 +- src/modules/objects/class_list.h | 6 +-- src/modules/objects/class_listbox.cpp | 9 ++-- src/modules/objects/class_listbox.h | 11 +++-- src/modules/objects/class_listview.cpp | 54 ++++++++++------------ src/modules/objects/class_listview.h | 11 ++--- src/modules/objects/class_listviewitem.cpp | 13 ++++-- src/modules/objects/class_listviewitem.h | 17 ++++--- src/modules/objects/class_mainwindow.cpp | 10 ++-- src/modules/objects/class_mainwindow.h | 10 ++-- src/modules/objects/class_menubar.cpp | 5 +- src/modules/objects/class_menubar.h | 8 ++-- src/modules/objects/class_multilineedit.cpp | 13 +++--- src/modules/objects/class_multilineedit.h | 12 ++--- src/modules/objects/class_painter.cpp | 13 ++++-- src/modules/objects/class_painter.h | 18 +++++--- src/modules/objects/class_pixmap.cpp | 14 +++--- src/modules/objects/class_pixmap.h | 13 ++++-- src/modules/objects/class_popupmenu.cpp | 12 +++-- src/modules/objects/class_popupmenu.h | 16 ++++--- src/modules/objects/class_process.cpp | 13 ++++-- src/modules/objects/class_process.h | 15 +++--- src/modules/objects/class_progressbar.cpp | 8 ++-- src/modules/objects/class_progressbar.h | 11 +++-- src/modules/objects/class_radiobutton.cpp | 9 ++-- src/modules/objects/class_radiobutton.h | 13 ++++-- src/modules/objects/class_slider.cpp | 13 ++++-- src/modules/objects/class_slider.h | 16 ++++--- src/modules/objects/class_socket.cpp | 4 +- src/modules/objects/class_socket.h | 11 +++-- src/modules/objects/class_spinbox.cpp | 10 ++-- src/modules/objects/class_spinbox.h | 12 +++-- src/modules/objects/class_tabwidget.cpp | 11 +++-- src/modules/objects/class_tabwidget.h | 15 +++--- src/modules/objects/class_tbrowser.cpp | 8 ++-- src/modules/objects/class_tbrowser.h | 8 ++-- src/modules/objects/class_toolbar.cpp | 10 ++-- src/modules/objects/class_toolbar.h | 12 +++-- src/modules/objects/class_toolbutton.cpp | 8 ++-- src/modules/objects/class_toolbutton.h | 15 +++--- src/modules/objects/class_vbox.cpp | 9 ++-- src/modules/objects/class_vbox.h | 8 +++- src/modules/objects/class_widget.cpp | 3 +- src/modules/objects/class_widget.h | 8 +++- src/modules/objects/class_window.cpp | 5 +- src/modules/objects/class_window.h | 8 ++-- src/modules/objects/class_wizard.cpp | 8 ++-- src/modules/objects/class_wizard.h | 11 +++-- src/modules/objects/class_workspace.cpp | 13 +++--- src/modules/objects/class_workspace.h | 12 +++-- src/modules/objects/class_wrapper.cpp | 8 ++-- src/modules/objects/class_wrapper.h | 13 +++--- src/modules/objects/class_xmlreader.cpp | 2 +- src/modules/objects/class_xmlreader.h | 2 +- src/modules/objects/libkviobjects.cpp | 2 +- src/modules/objects/object_macros.h | 6 +-- src/modules/options/container.cpp | 4 +- src/modules/options/container.h | 5 +- src/modules/options/dialog.cpp | 2 +- src/modules/options/dialog.h | 2 +- src/modules/options/instances.cpp | 2 + src/modules/options/instances.h | 2 + src/modules/options/libkvioptions.cpp | 6 +-- src/modules/options/mkcreateinstanceproc.sh | 4 ++ src/modules/options/optw_antispam.cpp | 4 +- src/modules/options/optw_antispam.h | 4 +- src/modules/options/optw_avatar.cpp | 2 +- src/modules/options/optw_avatar.h | 2 +- src/modules/options/optw_away.cpp | 5 +- src/modules/options/optw_away.h | 4 +- src/modules/options/optw_connection.cpp | 1 + src/modules/options/optw_connection.h | 4 +- src/modules/options/optw_ctcp.cpp | 4 +- src/modules/options/optw_ctcp.h | 4 +- src/modules/options/optw_ctcpfloodprotection.cpp | 4 +- src/modules/options/optw_ctcpfloodprotection.h | 5 +- src/modules/options/optw_dcc.cpp | 2 +- src/modules/options/optw_dcc.h | 4 +- src/modules/options/optw_generalopt.cpp | 2 +- src/modules/options/optw_generalopt.h | 4 +- src/modules/options/optw_highlighting.cpp | 4 +- src/modules/options/optw_highlighting.h | 4 +- src/modules/options/optw_identity.cpp | 2 +- src/modules/options/optw_identity.h | 2 +- src/modules/options/optw_ignore.cpp | 7 ++- src/modules/options/optw_ignore.h | 7 ++- src/modules/options/optw_input.cpp | 5 +- src/modules/options/optw_input.h | 6 +-- src/modules/options/optw_interfacefeatures.cpp | 2 +- src/modules/options/optw_interfacefeatures.h | 2 +- src/modules/options/optw_interfacelookglobal.cpp | 4 +- src/modules/options/optw_interfacelookglobal.h | 5 +- src/modules/options/optw_irc.cpp | 5 +- src/modules/options/optw_irc.h | 2 +- src/modules/options/optw_ircoutput.cpp | 4 +- src/modules/options/optw_ircoutput.h | 5 +- src/modules/options/optw_ircview.cpp | 4 ++ src/modules/options/optw_ircview.h | 3 +- src/modules/options/optw_lag.cpp | 8 ++-- src/modules/options/optw_lag.h | 7 ++- src/modules/options/optw_logging.cpp | 5 +- src/modules/options/optw_logging.h | 4 +- src/modules/options/optw_mediatypes.cpp | 2 + src/modules/options/optw_mediatypes.h | 5 +- src/modules/options/optw_messages.cpp | 2 +- src/modules/options/optw_messages.h | 5 +- src/modules/options/optw_nickserv.cpp | 2 +- src/modules/options/optw_nickserv.h | 2 +- src/modules/options/optw_notify.cpp | 4 +- src/modules/options/optw_notify.h | 4 +- src/modules/options/optw_protection.cpp | 2 +- src/modules/options/optw_protection.h | 5 +- src/modules/options/optw_proxy.cpp | 4 +- src/modules/options/optw_proxy.h | 5 +- src/modules/options/optw_query.cpp | 4 +- src/modules/options/optw_query.h | 4 +- src/modules/options/optw_servers.cpp | 2 +- src/modules/options/optw_servers.h | 2 +- src/modules/options/optw_sound.cpp | 2 +- src/modules/options/optw_sound.h | 2 +- src/modules/options/optw_textencoding.cpp | 5 +- src/modules/options/optw_textencoding.h | 5 +- src/modules/options/optw_texticons.cpp | 4 +- src/modules/options/optw_texticons.h | 5 +- src/modules/options/optw_tools.cpp | 2 +- src/modules/options/optw_tools.h | 4 +- src/modules/options/optw_topiclabel.cpp | 5 +- src/modules/options/optw_topiclabel.h | 13 ++++-- src/modules/options/optw_tray.cpp | 5 +- src/modules/options/optw_tray.h | 6 ++- src/modules/options/optw_uparser.cpp | 5 +- src/modules/options/optw_uparser.h | 4 +- src/modules/options/optw_urlhandlers.cpp | 4 +- src/modules/options/optw_urlhandlers.h | 4 +- src/modules/options/optw_userlist.cpp | 5 +- src/modules/options/optw_userlist.h | 5 +- src/modules/options/optw_windowlist.cpp | 4 +- src/modules/options/optw_windowlist.h | 2 +- src/modules/perl/libkviperl.cpp | 2 +- src/modules/perlcore/libkviperlcore.cpp | 2 +- src/modules/perlcore/perlcoreinterface.h | 2 +- src/modules/popupeditor/libkvipopupeditor.cpp | 4 +- src/modules/popupeditor/popupeditor.cpp | 2 +- src/modules/popupeditor/popupeditor.h | 4 +- src/modules/proxydb/libkviproxydb.cpp | 4 +- src/modules/raweditor/libkviraweditor.cpp | 4 +- src/modules/raweditor/raweditor.cpp | 6 ++- src/modules/raweditor/raweditor.h | 5 +- src/modules/regchan/libkviregchan.cpp | 7 +-- src/modules/reguser/dialog.cpp | 3 +- src/modules/reguser/dialog.h | 2 +- src/modules/reguser/edituser.cpp | 2 +- src/modules/reguser/edituser.h | 2 +- src/modules/reguser/libkvireguser.cpp | 2 +- src/modules/reguser/wizard.cpp | 4 +- src/modules/reguser/wizard.h | 4 +- src/modules/rijndael/ablowfish.cpp | 4 +- src/modules/rijndael/ablowfish.h | 2 +- src/modules/rijndael/libkvirijndael.cpp | 5 +- src/modules/rijndael/libkvirijndael.h | 7 ++- src/modules/rijndael/rijndael.cpp | 4 +- src/modules/rijndael/rijndael.h | 5 +- 206 files changed, 795 insertions(+), 497 deletions(-) (limited to 'src/modules') diff --git a/src/modules/notifier/libkvinotifier.cpp b/src/modules/notifier/libkvinotifier.cpp index 9e7bbb5e2..5a64a63d4 100644 --- a/src/modules/notifier/libkvinotifier.cpp +++ b/src/modules/notifier/libkvinotifier.cpp @@ -1,9 +1,11 @@ -//================================================================================== +//============================================================================= // // File : libkvinotifier.cpp // Creation date : Tue Jul 7 2004 20:21:12 CEST by Szymon Stefanek // -// Copyright (C) 2005 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > +// This file is part of the KVirc irc client distribution +// Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2005-2008 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)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 "notifierwindow.h" #include "notifiermessage.h" diff --git a/src/modules/notifier/notifiermessage.cpp b/src/modules/notifier/notifiermessage.cpp index 2726e3bfb..333ee5805 100644 --- a/src/modules/notifier/notifiermessage.cpp +++ b/src/modules/notifier/notifiermessage.cpp @@ -1,10 +1,10 @@ //============================================================================= // // File : notifiermessage.cpp -// Created on mar 02 nov 2004 02:41:18 by Iacopo +// Creation date : Mar 02 Nov 2004 02:41:18 by Iacopo // // This file is part of the KVirc irc client distribution -// Copyright (C) 2004 Iacopo +// Copyright (C) 2004-2008 Iacopo // // 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/notifier/notifiermessage.h b/src/modules/notifier/notifiermessage.h index 225e813cf..3efc43201 100644 --- a/src/modules/notifier/notifiermessage.h +++ b/src/modules/notifier/notifiermessage.h @@ -3,11 +3,11 @@ //============================================================================= // // File : notifiermessage.h -// Created on mar 02 nov 2004 02:41:18 by -// Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > +// Creation date : Mar 02 Nov 2004 02:41:18 by Iacopo Palazzi // // This file is part of the KVIrc distribution // Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2004-2008 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > // // 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/notifier/notifiersettings.h b/src/modules/notifier/notifiersettings.h index 50ff2aa5d..37389bf0f 100644 --- a/src/modules/notifier/notifiersettings.h +++ b/src/modules/notifier/notifiersettings.h @@ -2,11 +2,11 @@ #define _NOTIFIER_SETTINGS_H_ //============================================================================= // -// File : kvinotifierwindowcaption.h -// Created on gio 30 dic 2004 21:21:33 by Iacopo Palazzi +// File : notifiersettings.h +// Creation date : Thu 30 Dev 2004 21:21:33 by Iacopo Palazzi // // This file is part of the Notifier - KVIrc Distribution distribution -// Copyright (C) 2004 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > +// Copyright (C) 2004-2008 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > // // 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/notifier/notifierwindow.cpp b/src/modules/notifier/notifierwindow.cpp index c981134d5..781f2f054 100644 --- a/src/modules/notifier/notifierwindow.cpp +++ b/src/modules/notifier/notifierwindow.cpp @@ -1,10 +1,10 @@ -//================================================================================== +//============================================================================= // // File : notifierwindow.cpp // Creation date : Tue Jul 6 2004 20:25:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2004 Iacopo Palazzi < iakko(at)siena.linux.it > +// Copyright (C) 2004-2008 Iacopo Palazzi < iakko(at)siena.linux.it > // // 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 "kvi_settings.h" #include "notifiermessage.h" diff --git a/src/modules/notifier/notifierwindow.h b/src/modules/notifier/notifierwindow.h index 4ea175f2e..be712b9e0 100644 --- a/src/modules/notifier/notifierwindow.h +++ b/src/modules/notifier/notifierwindow.h @@ -1,12 +1,13 @@ #ifndef _NOTIFIERWINDOW_H_ #define _NOTIFIERWINDOW_H_ -//================================================================================== +//============================================================================= // // File : notifierwindow.h // Creation date : Tue Jul 6 2004 20:25:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2005 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > +// Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2005-2008 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > // // This program is FREE software. You can redistribute it and/or // modify it under the linkss of the GNU General Public License @@ -22,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 "notifiersettings.h" diff --git a/src/modules/notifier/notifierwindowbody.cpp b/src/modules/notifier/notifierwindowbody.cpp index d6353fdfc..dc17f1263 100644 --- a/src/modules/notifier/notifierwindowbody.cpp +++ b/src/modules/notifier/notifierwindowbody.cpp @@ -1,10 +1,10 @@ //============================================================================= // -// File : kvinotifierwindowbody.cpp -// Created on dom 02 gen 2005 17:53:29 by Iacopo Palazzi +// File : notifierwindowbody.cpp +// Creation date : Sun 02 Jan 2005 17:53:29 by Iacopo Palazzi // // This file is part of the KVIrc distribution -// Copyright (C) 2005 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > +// Copyright (C) 2005-2008 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > // // 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/notifier/notifierwindowbody.h b/src/modules/notifier/notifierwindowbody.h index 083e17fc8..93e8b16b3 100644 --- a/src/modules/notifier/notifierwindowbody.h +++ b/src/modules/notifier/notifierwindowbody.h @@ -2,11 +2,11 @@ #define _KVINOTIFIERWINDOWBODY_H_ //============================================================================= // -// File : kvinotifierwindowbody.h -// Created on dom 02 gen 2005 17:53:29 by Iacopo Palazzi +// File : notifierwindowbody.h +// Creation date : Sun 02 Jan 2005 17:53:29 by Iacopo Palazzi // // This file is part of the KVIrc distribution -// Copyright (C) 2005 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > +// Copyright (C) 2005-2008 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > // // 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/notifier/notifierwindowborder.cpp b/src/modules/notifier/notifierwindowborder.cpp index 85dce649c..e9315b47d 100644 --- a/src/modules/notifier/notifierwindowborder.cpp +++ b/src/modules/notifier/notifierwindowborder.cpp @@ -1,10 +1,10 @@ //============================================================================= // -// File : kvinotifierwindowborder.cpp -// Created on lun 03 gen 2005 02:27:22 by Iacopo Palazzi +// File : notifierwindowborder.cpp +// Creation date : Mon 03 Jan 2005 02:27:22 by Iacopo Palazzi // // This file is part of the KVIrc distribution -// Copyright (C) 2005 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > +// Copyright (C) 2005-2008 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > // // 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/notifier/notifierwindowborder.h b/src/modules/notifier/notifierwindowborder.h index 2653f3f06..61fce8c0d 100644 --- a/src/modules/notifier/notifierwindowborder.h +++ b/src/modules/notifier/notifierwindowborder.h @@ -2,11 +2,11 @@ #define _KVINOTIFIERWINDOWBORDER_H_ //============================================================================= // -// File : kvinotifierwindowborder.h -// Created on lun 03 gen 2005 02:27:22 by Iacopo Palazzi +// File : notifierwindowborder.h +// Creation date : Mon 03 Jan 2005 02:27:22 by Iacopo Palazzi // // This file is part of the KVIrc distribution -// Copyright (C) 2005 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > +// Copyright (C) 2005-2008 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > // // 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/notifier/notifierwindowprogressbar.cpp b/src/modules/notifier/notifierwindowprogressbar.cpp index a01406563..8b916a530 100644 --- a/src/modules/notifier/notifierwindowprogressbar.cpp +++ b/src/modules/notifier/notifierwindowprogressbar.cpp @@ -1,10 +1,10 @@ //============================================================================= // // File : notifierwindowprogressbar.cpp -// Created on Tue 17 Apr 2007 10:24:01 by Iacopo Palazzi +// Creation date : Tue 17 Apr 2007 10:24:01 by Iacopo Palazzi // // This file is part of the KVIrc distribution -// Copyright (C) 2007 Iacopo Palazzi < iakko(at)siena.linux.it > +// Copyright (C) 2007-2008 Iacopo Palazzi < iakko(at)siena.linux.it > // // 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/notifier/notifierwindowprogressbar.h b/src/modules/notifier/notifierwindowprogressbar.h index 55444184a..9d74aa08e 100644 --- a/src/modules/notifier/notifierwindowprogressbar.h +++ b/src/modules/notifier/notifierwindowprogressbar.h @@ -3,10 +3,10 @@ //============================================================================= // // File : notifierwindowprogressbar.h -// Created on Tue 17 Apr 2007 10:24:01 by Iacopo Palazzi +// Creation date : Tue 17 Apr 2007 10:24:01 by Iacopo Palazzi // // This file is part of the KVIrc distribution -// Copyright (C) 2007 Iacopo Palazzi < iakko(at)siena.linux.it > +// Copyright (C) 2007-2008 Iacopo Palazzi < iakko(at)siena.linux.it > // // 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/notifier/notifierwindowtabs.cpp b/src/modules/notifier/notifierwindowtabs.cpp index bdf6ae318..1069f565c 100644 --- a/src/modules/notifier/notifierwindowtabs.cpp +++ b/src/modules/notifier/notifierwindowtabs.cpp @@ -1,10 +1,10 @@ //============================================================================= // -// File : kvinotifierwindowtabs.cpp -// Created on dom 02 gen 2005 15:30:50 by Iacopo Palazzi +// File : notifierwindowtabs.cpp +// Creation date : Sun 02 Jan 2005 15:30:50 by Iacopo Palazzi // // This file is part of the KVIrc irc client distribution -// Copyright (C) 2005 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > +// Copyright (C) 2005-2008 Iacopo Palazzi < iakko(at)siena(dot)linux(dot)it > // // 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/notifier/notifierwindowtabs.h b/src/modules/notifier/notifierwindowtabs.h index 38064c9a6..bcd86b268 100644 --- a/src/modules/notifier/notifierwindowtabs.h +++ b/src/modules/notifier/notifierwindowtabs.h @@ -2,11 +2,11 @@ #define _KVINOTIFIERWINDOWTABS_H_ //============================================================================= // -// File : kvinotifierwindowtabs.h -// Created on dom 02 gen 2005 15:30:50 by Iacopo Palazzi +// File : notifierwindowtabs.h +// Creation date : Sun 02 Jan 2005 15:30:50 by Iacopo Palazzi // // This file is part of the KVIrc distribution -// Copyright (C) 2005 Iacopo Palazzi < iakko(at)siena.linux.it > +// Copyright (C) 2005-2008 Iacopo Palazzi < iakko(at)siena.linux.it > // // 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/objects/class_button.cpp b/src/modules/objects/class_button.cpp index 630a0538d..57b8158c2 100644 --- a/src/modules/objects/class_button.cpp +++ b/src/modules/objects/class_button.cpp @@ -1,9 +1,11 @@ +//============================================================================= // // File : class_button.cpp // Creation date : Wed 13 Sep 2000 02:42:05 CEST by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000 Krzysztof Godlewski +// 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 +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_debug.h" #include "kvi_error.h" diff --git a/src/modules/objects/class_button.h b/src/modules/objects/class_button.h index ae1c5e68b..e30ecb98d 100644 --- a/src/modules/objects/class_button.h +++ b/src/modules/objects/class_button.h @@ -1,11 +1,13 @@ #ifndef _CLASS_BUTTON_H_ #define _CLASS_BUTTON_H_ +//============================================================================= // // File : class_button.h // Creation date : Wed 13 Sep 2000 02:42:05 CEST by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000 Krzysztof Godlewski +// 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 +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. // +//============================================================================= diff --git a/src/modules/objects/class_buttongroup.cpp b/src/modules/objects/class_buttongroup.cpp index 64021f65e..268382964 100644 --- a/src/modules/objects/class_buttongroup.cpp +++ b/src/modules/objects/class_buttongroup.cpp @@ -1,10 +1,11 @@ +//============================================================================= // // File : class_buttongroup.cpp // Creation date : Fri Jan 28 14:21:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2005 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 @@ -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. // +//============================================================================= #include "class_buttongroup.h" diff --git a/src/modules/objects/class_buttongroup.h b/src/modules/objects/class_buttongroup.h index 9322965a9..d8c3a1a17 100644 --- a/src/modules/objects/class_buttongroup.h +++ b/src/modules/objects/class_buttongroup.h @@ -1,12 +1,13 @@ #ifndef _CLASS_BUTTONGROUP_H_ #define _CLASS_BUTTONGROUP_H_ +//============================================================================= // -// File : class_buttongroup.h -// Creation date : Jan 23 CEST 2007 -// by Alessandro Carbone(Noldor) +// File : class_buttongroup.cpp +// Creation date : Fri Jan 28 14:21:48 CEST 2005 +// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2005 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 @@ -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. // +//============================================================================= diff --git a/src/modules/objects/class_checkbox.cpp b/src/modules/objects/class_checkbox.cpp index cc6ae94fc..5f687d3cd 100644 --- a/src/modules/objects/class_checkbox.cpp +++ b/src/modules/objects/class_checkbox.cpp @@ -1,9 +1,11 @@ -//vim: ts=8 +//============================================================================= +// // File : class_checkbox.cpp -// Creation date : Wed Sep 20 23:01:47 CEST 2000 by Krzysztof Godlewski +// Creation date : Wed 13 Sep 2000 02:42:05 CEST by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000 Krzysztof Godlewski +// 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 +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_error.h" diff --git a/src/modules/objects/class_checkbox.h b/src/modules/objects/class_checkbox.h index d6deca095..74e0fd4fd 100644 --- a/src/modules/objects/class_checkbox.h +++ b/src/modules/objects/class_checkbox.h @@ -1,12 +1,14 @@ #ifndef _CLASS_CHECKBOX_H_ #define _CLASS_CHECKBOX_H_ -//vim: ts=8 +//============================================================================= +// // File : class_checkbox.h -// Creation date : Wed Sep 20 23:02:11 CEST 2000 by Krzysztof Godlewski +// Creation date : Wed 13 Sep 2000 02:42:05 CEST by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000 Krzysztof Godlewski +// 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 +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. // +//============================================================================= diff --git a/src/modules/objects/class_combobox.cpp b/src/modules/objects/class_combobox.cpp index bed30afd9..ace3bec27 100644 --- a/src/modules/objects/class_combobox.cpp +++ b/src/modules/objects/class_combobox.cpp @@ -1,9 +1,11 @@ -//vim: ts=8 +//============================================================================= +// // File : class_combobox.cpp -// Creation date : Thu Mar 22 20:57:45 CET 2001 by Krzysztof Godlewski +// Creation date : Wed 13 Sep 2000 02:42:05 CEST by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000 Krzysztof Godlewski +// 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 +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_error.h" diff --git a/src/modules/objects/class_combobox.h b/src/modules/objects/class_combobox.h index 085a418ea..7f1f440b4 100644 --- a/src/modules/objects/class_combobox.h +++ b/src/modules/objects/class_combobox.h @@ -1,12 +1,14 @@ #ifndef _CLASS_COMBOBOX_H_ #define _CLASS_COMBOBOX_H_ -//vim: ts=8 +//============================================================================= +// // File : class_combobox.h -// Creation date : Thu Mar 22 20:57:28 CET 2001 by Krzysztof Godlewski +// Creation date : Wed 13 Sep 2000 02:42:05 CEST by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000 Krzysztof Godlewski +// 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 +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 diff --git a/src/modules/objects/class_dialog.cpp b/src/modules/objects/class_dialog.cpp index 882aa030e..e34eb6ccb 100644 --- a/src/modules/objects/class_dialog.cpp +++ b/src/modules/objects/class_dialog.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : class_dialog.cpp // Creation date : Sun Apr 10 22:51:48 CEST 2002 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2005 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 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 "class_dialog.h" #include "kvi_error.h" diff --git a/src/modules/objects/class_dialog.h b/src/modules/objects/class_dialog.h index f74e85b3a..fe345c167 100644 --- a/src/modules/objects/class_dialog.h +++ b/src/modules/objects/class_dialog.h @@ -1,11 +1,12 @@ #ifndef _CLASS_DIALOG_H_ #define _CLASS_DIALOG_H_ +//============================================================================= // // File : class_dialog.h // Creation date : Sun Apr 10 22:51:48 CEST 2002 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2005 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 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 "class_widget.h" #include "object_macros.h" diff --git a/src/modules/objects/class_dockwindow.cpp b/src/modules/objects/class_dockwindow.cpp index 1a9ff344c..f3f375be8 100644 --- a/src/modules/objects/class_dockwindow.cpp +++ b/src/modules/objects/class_dockwindow.cpp @@ -1,10 +1,10 @@ //============================================================================= // // File : class_dockwindow.cpp -// Created on Thu 29 Dec 2005 23:45:11 by Szymon Stefanek +// Creation date : Thu 29 Dec 2005 23:45:11 by Szymon Stefanek // // This file is part of the KVIrc IRC Client distribution -// Copyright (C) 2005 Szymon Stefanek +// Copyright (C) 2005-2008 Szymon Stefanek // // 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/objects/class_dockwindow.h b/src/modules/objects/class_dockwindow.h index 310106096..f288190cb 100644 --- a/src/modules/objects/class_dockwindow.h +++ b/src/modules/objects/class_dockwindow.h @@ -3,10 +3,10 @@ //============================================================================= // // File : class_dockwindow.h -// Created on Thu 29 Dec 2005 23:45:11 by Szymon Stefanek +// Creation date : Thu 29 Dec 2005 23:45:11 by Szymon Stefanek // // This file is part of the KVIrc IRC Client distribution -// Copyright (C) 2005 Szymon Stefanek +// Copyright (C) 2005-2008 Szymon Stefanek // // 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/objects/class_file.cpp b/src/modules/objects/class_file.cpp index 726019b55..81dc6951f 100644 --- a/src/modules/objects/class_file.cpp +++ b/src/modules/objects/class_file.cpp @@ -1,9 +1,11 @@ -//vim: ts=8 +//============================================================================= +// // File : class_file.cpp // Creation date : Thu Sep 21 04:42:16 CEST 2000 by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000 Krzysztof Godlewski +// 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 +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. // +//============================================================================= //#warning "Add QFILEINFO to this stuff ?" diff --git a/src/modules/objects/class_file.h b/src/modules/objects/class_file.h index 0c7677c3f..09d1702a0 100644 --- a/src/modules/objects/class_file.h +++ b/src/modules/objects/class_file.h @@ -1,11 +1,13 @@ #ifndef _CLASS_FILE_H_ #define _CLASS_FILE_H_ -//vim: ts=8 +//============================================================================= +// // File : class_file.h -// Creation date : Thu Sep 21 04:43:01 CEST 2000 by Krzysztof Godlewski +// Creation date : Thu Sep 21 04:43:01 CEST 2000 by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000 Krzysztof Godlewski +// 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,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_string.h" diff --git a/src/modules/objects/class_ftp.cpp b/src/modules/objects/class_ftp.cpp index 82716c3a2..90760e0ae 100644 --- a/src/modules/objects/class_ftp.cpp +++ b/src/modules/objects/class_ftp.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : class_ftp.cpp // Creation date : Mon Sep 1 08:13:45 2008 GMT by Carbone Alesssandro // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 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 @@ -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_debug.h" #include "kvi_error.h" diff --git a/src/modules/objects/class_ftp.h b/src/modules/objects/class_ftp.h index 8a9c80bf0..e508e36c8 100644 --- a/src/modules/objects/class_ftp.h +++ b/src/modules/objects/class_ftp.h @@ -1,11 +1,12 @@ #ifndef _CLASS_FTP_H_ #define _CLASS_FTP_H_ +//============================================================================= // // File : class_ftp.h // Creation date : Mon Sep 1 08:13:45 2008 GMT by Carbone Alesssandro // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 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. // +//============================================================================= diff --git a/src/modules/objects/class_groupbox.cpp b/src/modules/objects/class_groupbox.cpp index cb310437a..6271ef533 100644 --- a/src/modules/objects/class_groupbox.cpp +++ b/src/modules/objects/class_groupbox.cpp @@ -1,10 +1,11 @@ +//============================================================================= // // File : class_groupbox.cpp // Creation date : Fri Jan 28 14:21:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -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. // +//============================================================================= #include #include "class_groupbox.h" diff --git a/src/modules/objects/class_groupbox.h b/src/modules/objects/class_groupbox.h index 6dda5b3de..ed1d6d23f 100644 --- a/src/modules/objects/class_groupbox.h +++ b/src/modules/objects/class_groupbox.h @@ -1,12 +1,13 @@ -#ifndef _CLASS_GROUPBOX_H_ -#define _CLASS_GROUPBOX_H_ +#ifndef _CLASS_GROUPBOX_H_ +#define _CLASS_GROUPBOX_H_ +//============================================================================= // -// File : class_groupbox.h +// File : class_groupbox.cpp // Creation date : Fri Jan 28 14:21:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -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. // +//============================================================================= @@ -57,5 +59,5 @@ protected: bool functionSetChecked(KviKvsObjectFunctionCall *c); }; -#endif //!_CLASS_GROUPBOX_H_ +#endif //!_CLASS_GROUPBOX_H_ diff --git a/src/modules/objects/class_hbox.cpp b/src/modules/objects/class_hbox.cpp index 451358dec..0bfc52e51 100644 --- a/src/modules/objects/class_hbox.cpp +++ b/src/modules/objects/class_hbox.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : class_hbox.cpp // Creation date : Wed Mar 01 2005 23:00:01 by Alessandro Carbone & Tonino Imbesi // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002-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 @@ -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. // +//============================================================================= + #define _KVI_DEBUG_CHECK_RANGE_ #include "kvi_debug.h" #include "kvi_locale.h" diff --git a/src/modules/objects/class_hbox.h b/src/modules/objects/class_hbox.h index 35fbcb371..5cf06ac37 100644 --- a/src/modules/objects/class_hbox.h +++ b/src/modules/objects/class_hbox.h @@ -1,11 +1,12 @@ #ifndef _CLASS_HBOX_H_ #define _CLASS_HBOX_H_ +//============================================================================= // // File : class_hbox.h // Creation date : Wed Mar 01 2005 23:00:01 by Alessandro Carbone & Tonino Imbesi // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002-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 @@ -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 "object_macros.h" #include "class_widget.h" diff --git a/src/modules/objects/class_http.cpp b/src/modules/objects/class_http.cpp index 6bbd8f1b1..a62b339b8 100644 --- a/src/modules/objects/class_http.cpp +++ b/src/modules/objects/class_http.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : class_http.cpp // Creation date : Fry Sep 5 18:13:45 2008 GMT by Carbone Alesssandro // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 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 @@ -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_debug.h" #include "kvi_error.h" diff --git a/src/modules/objects/class_http.h b/src/modules/objects/class_http.h index e20c7c067..7f97f6000 100644 --- a/src/modules/objects/class_http.h +++ b/src/modules/objects/class_http.h @@ -1,11 +1,12 @@ #ifndef _CLASS_HTTP_H_ #define _CLASS_HTTP_H_ +//============================================================================= // // File : class_http.h // Creation date : Fry Sep 5 18:13:45 2008 GMT by Carbone Alesssandro // // This file is part of the KVirc irc client distribution -// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 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. // +//============================================================================= diff --git a/src/modules/objects/class_label.cpp b/src/modules/objects/class_label.cpp index 4cedf7234..800ac6acf 100644 --- a/src/modules/objects/class_label.cpp +++ b/src/modules/objects/class_label.cpp @@ -1,10 +1,11 @@ -//vim: ts=8 +//============================================================================= +// // File : class_label.cpp // Creation date : Mon Sep 18 14:21:48 CEST 2000 by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Krzysztof Godlewski -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000 Krzysztof Godlewski +// 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 +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_error.h" #include "kvi_debug.h" diff --git a/src/modules/objects/class_label.h b/src/modules/objects/class_label.h index a195c9d0a..5920bf803 100644 --- a/src/modules/objects/class_label.h +++ b/src/modules/objects/class_label.h @@ -1,11 +1,13 @@ #ifndef _CLASS_LABEL_H_ #define _CLASS_LABEL_H_ -//vim: ts=8 +//============================================================================= +// // File : class_label.h // Creation date : Mon Sep 18 14:21:48 CEST 2000 by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000 Krzysztof Godlewski +// 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,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 "class_widget.h" diff --git a/src/modules/objects/class_layout.cpp b/src/modules/objects/class_layout.cpp index 59c53e9ed..6e9942948 100644 --- a/src/modules/objects/class_layout.cpp +++ b/src/modules/objects/class_layout.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : class_layout.cpp // Creation date : Fri Now 22 2002 00:50:01 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,8 @@ // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +//============================================================================= + #define _KVI_DEBUG_CHECK_RANGE_ #include "kvi_debug.h" #include "kvi_locale.h" diff --git a/src/modules/objects/class_layout.h b/src/modules/objects/class_layout.h index 3c0a2428b..7b25938f0 100644 --- a/src/modules/objects/class_layout.h +++ b/src/modules/objects/class_layout.h @@ -1,11 +1,12 @@ #ifndef _CLASS_LAYOUT_H_ #define _CLASS_LAYOUT_H_ +//============================================================================= // // File : class_layout.h // Creation date : Fri Now 22 2002 00:50:01 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 @@ -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 "object_macros.h" diff --git a/src/modules/objects/class_lcd.cpp b/src/modules/objects/class_lcd.cpp index c840b8132..88231beb3 100644 --- a/src/modules/objects/class_lcd.cpp +++ b/src/modules/objects/class_lcd.cpp @@ -1,10 +1,11 @@ +//============================================================================= // // File : class_lcd.cpp // Creation date : Mon Gen 27 14:30:48 CEST 2005 by Tonino Imbesi(Grifisx) // and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2005 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 @@ -20,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 "class_lcd.h" #include "kvi_error.h" diff --git a/src/modules/objects/class_lcd.h b/src/modules/objects/class_lcd.h index eb0384dbe..387f42116 100644 --- a/src/modules/objects/class_lcd.h +++ b/src/modules/objects/class_lcd.h @@ -1,12 +1,13 @@ -#ifndef _CLASS_LCD_H_ -#define _CLASS_LCD_H_ - +#ifndef _CLASS_LCD_H_ +#define _CLASS_LCD_H_ +//============================================================================= +// // File : class_lcd.h // Creation date : Mon Gen 27 14:30:48 CEST 2005 by Tonino Imbesi(Grifisx) // and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2005 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 @@ -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. // +//============================================================================= diff --git a/src/modules/objects/class_lineedit.cpp b/src/modules/objects/class_lineedit.cpp index 7776acd42..22aeef20a 100644 --- a/src/modules/objects/class_lineedit.cpp +++ b/src/modules/objects/class_lineedit.cpp @@ -1,9 +1,11 @@ -//vim: ts=8 +//============================================================================= +// // File : class_lineedit.cpp // Creation date : Wed 20 Sep 2000 04:34:40 CEST by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000 Krzysztof Godlewski +// 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,13 +21,13 @@ // 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_error.h" #include "kvi_debug.h" #include "kvi_locale.h" #include "class_lineedit.h" - #include +#include #include static const char * mode_tbl[] = { "Normal", diff --git a/src/modules/objects/class_lineedit.h b/src/modules/objects/class_lineedit.h index 36313cdeb..695f26f1b 100644 --- a/src/modules/objects/class_lineedit.h +++ b/src/modules/objects/class_lineedit.h @@ -1,11 +1,13 @@ #ifndef _CLASS_LINEEDIT_H_ #define _CLASS_LINEEDIT_H_ -//vim: ts=8 +//============================================================================= +// // File : class_lineedit.h -// Creation date : Wed 20 Sep 2000 04:34:22 CEST by Krzysztof Godlewski +// Creation date : Wed 20 Sep 2000 04:34:40 CEST by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000 Krzysztof Godlewski +// 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 +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. // +//============================================================================= diff --git a/src/modules/objects/class_list.cpp b/src/modules/objects/class_list.cpp index 182009aa9..3b2a0608c 100644 --- a/src/modules/objects/class_list.cpp +++ b/src/modules/objects/class_list.cpp @@ -4,7 +4,7 @@ // Creation date : Wed Sep 09 2000 21:07:55 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 diff --git a/src/modules/objects/class_list.h b/src/modules/objects/class_list.h index 20d5d1359..3e7377b89 100644 --- a/src/modules/objects/class_list.h +++ b/src/modules/objects/class_list.h @@ -1,12 +1,12 @@ #ifndef _CLASS_LIST_H_ #define _CLASS_LIST_H_ -//========================================================================================= +//============================================================================= // // File : class_list.h // Creation date : Wed Sep 09 2000 21:07:01 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 @@ -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_settings.h" #include "kvi_string.h" diff --git a/src/modules/objects/class_listbox.cpp b/src/modules/objects/class_listbox.cpp index 1ba12fcda..97e978617 100644 --- a/src/modules/objects/class_listbox.cpp +++ b/src/modules/objects/class_listbox.cpp @@ -1,9 +1,10 @@ -//vim: ts=8 +//============================================================================= +// // File : class_listbox.cpp // Creation date : Sat Oct 2 03:40:28 CET 2004 by Szymon Stefanek // -// This file is part of the KVirc irc client distribution -// Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net) +// This file is part of the KVirc irc client distribution +// 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 @@ -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 "kvi_error.h" #include "kvi_locale.h" diff --git a/src/modules/objects/class_listbox.h b/src/modules/objects/class_listbox.h index 5edb657c7..6302d4ee4 100644 --- a/src/modules/objects/class_listbox.h +++ b/src/modules/objects/class_listbox.h @@ -1,12 +1,12 @@ -#ifndef _CLASS_LISTBOX_H_ -#define _CLASS_LISTBOX_H_ - -//vim: ts=8 +#ifndef _CLASS_LISTBOX_H_ +#define _CLASS_LISTBOX_H_ +//============================================================================= +// // File : class_listbox.h // Creation date : Sat Oct 2 03:40:28 CET 2004 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 @@ -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 "class_widget.h" diff --git a/src/modules/objects/class_listview.cpp b/src/modules/objects/class_listview.cpp index f03090d63..2936b9ac7 100644 --- a/src/modules/objects/class_listview.cpp +++ b/src/modules/objects/class_listview.cpp @@ -1,12 +1,11 @@ -//================================================================================= +//============================================================================= // -// File : class_treewidget.cpp +// File : class_listview.cpp // Creation date : Fri Jan 28 14:21:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2006 Szymon Stefanek (pragma at kvirc dot net) -// Copyright (C) 2005-2006 Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) +// Copyright (C) 2005-2008 Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -22,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 "class_listview.h" @@ -272,6 +271,7 @@ bool KviKvsObject_treewidget::function_setHeaderLabels(KviKvsObjectFunctionCall } return true; } + bool KviKvsObject_treewidget::function_setColumnText(KviKvsObjectFunctionCall *c) { if (!widget()) return true; @@ -285,6 +285,7 @@ bool KviKvsObject_treewidget::function_setColumnText(KviKvsObjectFunctionCall *c header->setText(iCol,szLabel); return true; } + bool KviKvsObject_treewidget::function_addColumn(KviKvsObjectFunctionCall *c) { if (!widget()) return true; @@ -312,7 +313,7 @@ bool KviKvsObject_treewidget::function_setAcceptDrops(KviKvsObjectFunctionCall * KVSO_PARAMETERS_END(c) if (widget()) ((KviTalTreeWidget *)object())->setAcceptDrops(bEnable); - return true; + return true; } */ bool KviKvsObject_treewidget::function_clear(KviKvsObjectFunctionCall *c) @@ -374,8 +375,9 @@ bool KviKvsObject_treewidget::function_setColumnCount(KviKvsObjectFunctionCall * KVSO_PARAMETER("column",KVS_PT_UNSIGNEDINTEGER,0,uCol) KVSO_PARAMETERS_END(c) if (widget())((KviTalTreeWidget *)widget())->setColumnCount(uCol); - return true; + return true; } + bool KviKvsObject_treewidget::function_setSelectionMode(KviKvsObjectFunctionCall *c) { QString szMode; @@ -392,7 +394,7 @@ bool KviKvsObject_treewidget::function_setSelectionMode(KviKvsObjectFunctionCall else if(KviQString::equalCI(szMode,"Single")) ((KviTalTreeWidget *)widget())->setSelectionMode(KviTalTreeWidget::SingleSelection); else c->warning(__tr2qs("Invalid selection mode '%Q'"),&szMode); - return true; + return true; } bool KviKvsObject_treewidget::function_setSorting(KviKvsObjectFunctionCall *c) @@ -406,13 +408,12 @@ bool KviKvsObject_treewidget::function_setSorting(KviKvsObjectFunctionCall *c) if (!widget())return true; if (iCol<0) ((KviTalTreeWidget *)widget())->setSortingEnabled(false); - else + else if(!bEnables) ((KviTalTreeWidget *)widget())->sortItems(iCol,Qt::DescendingOrder); else ((KviTalTreeWidget *)widget())->sortItems(iCol,Qt::AscendingOrder); - return true; + return true; } - bool KviKvsObject_treewidget::function_setRootIsDecorated(KviKvsObjectFunctionCall *c) { bool bEnabled; @@ -420,7 +421,7 @@ bool KviKvsObject_treewidget::function_setRootIsDecorated(KviKvsObjectFunctionCa KVSO_PARAMETER("bEnabled",KVS_PT_BOOL,0,bEnabled) KVSO_PARAMETERS_END(c) if (widget()) ((KviTalTreeWidget *)widget())->setRootIsDecorated(bEnabled); - return true; + return true; } bool KviKvsObject_treewidget::function_setAllColumnsShowFocus(KviKvsObjectFunctionCall *c) @@ -438,11 +439,13 @@ bool KviKvsObject_treewidget::function_hideListViewHeader(KviKvsObjectFunctionCa ((KviTalTreeWidget *)widget())->header()->hide(); return true; } + bool KviKvsObject_treewidget::function_showListViewHeader(KviKvsObjectFunctionCall *c) { ((KviTalTreeWidget *)widget())->header()->show(); return true; } + bool KviKvsObject_treewidget::function_listViewHeaderIsVisible(KviKvsObjectFunctionCall *c) { c->returnValue()->setBoolean(((KviTalTreeWidget *)widget())->header()->isVisible()); @@ -471,7 +474,6 @@ bool KviKvsObject_treewidget::function_selectionChangedEvent(KviKvsObjectFunctio void KviKvsObject_treewidget::slotSelectionChanged() { - if (((KviTalTreeWidget *)widget())->selectionMode()==KviTalTreeWidget::SingleSelection) { KviTalTreeWidgetItem *it=(KviTalTreeWidgetItem *) ((KviTalTreeWidget *)widget())->currentItem(); @@ -482,8 +484,8 @@ void KviKvsObject_treewidget::slotSelectionChanged() KviKvsVariantList params(new KviKvsVariant((kvs_hobject_t)0)); callFunction(this,"selectionChangedEvent",0,¶ms); } - } + bool KviKvsObject_treewidget::function_currentChangedEvent(KviKvsObjectFunctionCall *c) { emitSignal("currentChanged",c,c->params()); @@ -496,7 +498,6 @@ void KviKvsObject_treewidget::slotCurrentChanged(KviTalTreeWidgetItem * i,KviTal callFunction(this,"currentChangedEvent",0,¶ms); } - bool KviKvsObject_treewidget::function_itemActivatedEvent(KviKvsObjectFunctionCall *c) { //FIXME: compatibility @@ -529,7 +530,6 @@ void KviKvsObject_treewidget::slotOnItemEntered(KviTalTreeWidgetItem * i,int col callFunction(this,"onItemEvent",0,¶ms); } - bool KviKvsObject_treewidget::function_itemExpandedEvent(KviKvsObjectFunctionCall *c) { emitSignal("itemExpanded",c,c->params()); @@ -602,26 +602,24 @@ KviKvsMdmListView::KviKvsMdmListView(QWidget * par,const char * name,KviKvsObjec setDropIndicatorShown(true); setDragDropMode(QAbstractItemView::DragDrop); viewport()->setAcceptDrops(true); - } + KviKvsMdmListView::~KviKvsMdmListView() { } - -void KviKvsMdmListView::dragEnterEvent( QDragEnterEvent *e ) +void KviKvsMdmListView::dragEnterEvent( QDragEnterEvent * e ) { debug("Drag enter event"); - if(!e->mimeData()->hasUrls()) - { - debug("Ignore drag"); - e->ignore(); - return; - } - + if(!e->mimeData()->hasUrls()) + { + debug("Ignore drag"); + e->ignore(); + return; + } } -void KviKvsMdmListView::dropEvent(QDropEvent *e) +void KviKvsMdmListView::dropEvent(QDropEvent * e) { debug("Drop event"); QList list; @@ -645,10 +643,8 @@ void KviKvsMdmListView::dropEvent(QDropEvent *e) } } } - } #ifndef COMPILE_USE_STANDALONE_MOC_SOURCES #include "m_class_listview.moc" #endif //!COMPILE_USE_STANDALONE_MOC_SOURCES - diff --git a/src/modules/objects/class_listview.h b/src/modules/objects/class_listview.h index d7fa09d5c..90e6a71d9 100644 --- a/src/modules/objects/class_listview.h +++ b/src/modules/objects/class_listview.h @@ -1,14 +1,13 @@ #ifndef _CLASS_LISTVIEW_H_ -#define _CLASS_LISTVIEW_H_ -//================================================================================= +#define _CLASS_LISTVIEW_H_ +//============================================================================= // -// File : class_treewidget.h +// File : class_listview.h // Creation date : Fri Jan 28 14:21:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2006 Szymon Stefanek (pragma at kvirc dot net) -// Copyright (C) 2005-2006 Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) +// Copyright (C) 2005-2008 Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -24,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_tal_treewidget.h" #include "class_widget.h" diff --git a/src/modules/objects/class_listviewitem.cpp b/src/modules/objects/class_listviewitem.cpp index 62adaf37c..627892f4c 100644 --- a/src/modules/objects/class_listviewitem.cpp +++ b/src/modules/objects/class_listviewitem.cpp @@ -1,10 +1,11 @@ -//mdm: -// File : class_ListViewItem.h -// Creation date : Thu Feb 1 14:39:48 CEST 2005 -// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) +//============================================================================= +// +// File : class_listviewitem.cpp +// Creation date : Fri Jan 28 14:21:48 CEST 2005 +// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2005-2008 Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // 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 @@ // 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 "class_listviewitem.h" #include "class_pixmap.h" diff --git a/src/modules/objects/class_listviewitem.h b/src/modules/objects/class_listviewitem.h index f2c6b299a..e7e14fb13 100644 --- a/src/modules/objects/class_listviewitem.h +++ b/src/modules/objects/class_listviewitem.h @@ -1,12 +1,13 @@ -#ifndef _CLASS_LISTVIEWITEM_H_ -#define _CLASS_LISTVIEWITEM_H_ -//mdm: -// File : class_ListViewItem.h -// Creation date : Thu Feb 1 14:39:48 CEST 2005 -// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) +#ifndef _CLASS_LISTVIEWITEM_H_ +#define _CLASS_LISTVIEWITEM_H_ +//============================================================================= +// +// File : class_listviewitem.h +// Creation date : Fri Jan 28 14:21:48 CEST 2005 +// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2005-2008 Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // 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,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_tal_treewidget.h" #include "class_widget.h" diff --git a/src/modules/objects/class_mainwindow.cpp b/src/modules/objects/class_mainwindow.cpp index ec6f2564e..03854530b 100644 --- a/src/modules/objects/class_mainwindow.cpp +++ b/src/modules/objects/class_mainwindow.cpp @@ -1,10 +1,11 @@ -//mdm: +//============================================================================= +// // File : class_mainwindow.cpp -// Creation date : Mon Feb 28 14:21:48 CEST 2005 +// Creation date : Mon Feb 28 14:21:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) -// +// // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -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. // +//============================================================================= #include "kvi_tal_mainwindow.h" #include "class_mainwindow.h" diff --git a/src/modules/objects/class_mainwindow.h b/src/modules/objects/class_mainwindow.h index 259e1a24e..0775cc9e6 100644 --- a/src/modules/objects/class_mainwindow.h +++ b/src/modules/objects/class_mainwindow.h @@ -1,12 +1,13 @@ -#ifndef _CLASS_MAINWINDOW_H_ -#define _CLASS_MAINWINDOW_H_ +#ifndef _CLASS_MAINWINDOW_H_ +#define _CLASS_MAINWINDOW_H_ +//============================================================================= // // File : class_mainwindow.h -// Creation date : Fri Jan 28 14:21:48 CEST 2005 +// Creation date : Mon Feb 28 14:21:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -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 "class_widget.h" diff --git a/src/modules/objects/class_menubar.cpp b/src/modules/objects/class_menubar.cpp index 21b9602bf..5f3c9cac3 100644 --- a/src/modules/objects/class_menubar.cpp +++ b/src/modules/objects/class_menubar.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : class_menubar.cpp // Creation date : Tue Now 26 13:16:59 CEST 2002 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,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 "class_menubar.h" diff --git a/src/modules/objects/class_menubar.h b/src/modules/objects/class_menubar.h index ee6556805..572820bf0 100644 --- a/src/modules/objects/class_menubar.h +++ b/src/modules/objects/class_menubar.h @@ -1,11 +1,12 @@ -#ifndef _CLASS_MENUBAR_H_ -#define _CLASS_MENUBAR_H_ +#ifndef _CLASS_MENUBAR_H_ +#define _CLASS_MENUBAR_H_ +//============================================================================= // // File : class_menubar.h // Creation date : Tue Now 26 13:15:48 CEST 2002 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 @@ -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 #include "class_widget.h" diff --git a/src/modules/objects/class_multilineedit.cpp b/src/modules/objects/class_multilineedit.cpp index 120a70ca6..c6ca43950 100644 --- a/src/modules/objects/class_multilineedit.cpp +++ b/src/modules/objects/class_multilineedit.cpp @@ -1,12 +1,11 @@ -//vim: ts=8 -// File : class_multilineedit.cpp -// Creation date : Mon Feb 19 00:45:34 CET by Krzysztof Godlewski +//============================================================================= // -// Modification date: Thu 15 Feb 2005 22:00 :00 -// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) +// File : class_multilineedit.cpp +// Creation date : Mon Feb 19 2000 00:45:34 CET by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000 Krzysztof Godlewski +// 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 @@ -22,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 "kvi_error.h" #include "kvi_debug.h" diff --git a/src/modules/objects/class_multilineedit.h b/src/modules/objects/class_multilineedit.h index 8dea88933..a128553c4 100644 --- a/src/modules/objects/class_multilineedit.h +++ b/src/modules/objects/class_multilineedit.h @@ -1,14 +1,13 @@ #ifndef _CLASS_MULTILINEEDIT_H_ #define _CLASS_MULTILINEEDIT_H_ -//vim: ts=8 -// File : class_multilineedit.cpp -// Creation date : Mon Feb 19 00:45:34 CET by Krzysztof Godlewski +//============================================================================= // -// Modification date: Thu 15 Feb 2005 22:00 :00 -// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) +// File : class_multilineedit.cpp +// Creation date : Mon Feb 19 2000 00:45:34 CET by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000 Krzysztof Godlewski +// 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 @@ -24,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 "class_widget.h" diff --git a/src/modules/objects/class_painter.cpp b/src/modules/objects/class_painter.cpp index b3b1b196d..67c64a427 100644 --- a/src/modules/objects/class_painter.cpp +++ b/src/modules/objects/class_painter.cpp @@ -1,10 +1,12 @@ -//mdm: -// Painter : class_painter.cpp -// Creation date : Fri Mar 18 14:30:48 CEST 2005 -// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) +//============================================================================= +// +// File : class_painter.cpp +// Creation date : Fri Mar 18 14:30:48 CEST 2005 +// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // Lucia Papini (^ashura^) English Translation. +// // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 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 @@ -20,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 "class_painter.h" #include "class_pixmap.h" diff --git a/src/modules/objects/class_painter.h b/src/modules/objects/class_painter.h index 5a4049f81..8436e0b5f 100644 --- a/src/modules/objects/class_painter.h +++ b/src/modules/objects/class_painter.h @@ -1,11 +1,13 @@ -#ifndef _CLASS_PAINTER_H_ -#define _CLASS_PAINTER_H_ -//mdm: -// Painter : class_painter.h -// Creation date : Fri Mar 18 14:30:48 CEST 2005 -// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) +#ifndef _CLASS_PAINTER_H_ +#define _CLASS_PAINTER_H_ +//============================================================================= +// +// File : class_painter.h +// Creation date : Fri Mar 18 14:30:48 CEST 2005 +// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) +// // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 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 @@ -21,6 +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. // +//============================================================================= + #include #include diff --git a/src/modules/objects/class_pixmap.cpp b/src/modules/objects/class_pixmap.cpp index f207e4532..9d70c492b 100644 --- a/src/modules/objects/class_pixmap.cpp +++ b/src/modules/objects/class_pixmap.cpp @@ -1,10 +1,11 @@ -//mdm: -// Painter : class_pixmap.h -// Creation date : Fri Mar 18 14:30:48 CEST 2005 -// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) -// Lucia Papini (^ashura^) English Translation. +//============================================================================= +// +// File : class_pixmap.cpp +// Creation date : Fri Mar 18 14:30:48 CEST 2005 +// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) +// // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 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 @@ -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. // +//============================================================================= #include "class_pixmap.h" #include "kvi_debug.h" diff --git a/src/modules/objects/class_pixmap.h b/src/modules/objects/class_pixmap.h index f79c29f86..2ecd33f15 100644 --- a/src/modules/objects/class_pixmap.h +++ b/src/modules/objects/class_pixmap.h @@ -1,11 +1,13 @@ #ifndef _CLASS_PIXMAP_H_ #define _CLASS_PIXMAP_H_ -//vim: ts=8 -// Pixmap : class_pixmap.h -// Creation date : Thu Sep 21 04:43:01 CEST 2000 by Krzysztof Godlewski +//============================================================================= // -// This pixmap is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// File : class_pixmap.h +// Creation date : Fri Mar 18 14:30:48 CEST 2005 +// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) +// +// This file is part of the KVirc irc client distribution +// 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 +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. // +//============================================================================= diff --git a/src/modules/objects/class_popupmenu.cpp b/src/modules/objects/class_popupmenu.cpp index 4d1d5247a..cf9c9d18d 100644 --- a/src/modules/objects/class_popupmenu.cpp +++ b/src/modules/objects/class_popupmenu.cpp @@ -1,10 +1,11 @@ -//mdm : +//============================================================================= +// // File : class_popupmenu.cpp -// Creation date : Mon Feb 01 21:30:48 CEST 2005 -// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) -// Lucia Papini (^ashura^) English Translation. +// Creation date : Fri Mar 18 21:30:48 CEST 2005 +// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) +// // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 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 @@ -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. // +//============================================================================= #include "class_popupmenu.h" diff --git a/src/modules/objects/class_popupmenu.h b/src/modules/objects/class_popupmenu.h index f47601986..2f6d02519 100644 --- a/src/modules/objects/class_popupmenu.h +++ b/src/modules/objects/class_popupmenu.h @@ -1,12 +1,13 @@ -#ifndef _CLASS_POPUPMENU_H_ -#define _CLASS_POPUPMENU_H_ -//mdm: -// File : class_popupMenu.h -// Creation date : Mon Gen 27 14:30:48 CEST 2005 -// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) +#ifndef _CLASS_POPUPMENU_H_ +#define _CLASS_POPUPMENU_H_ +//============================================================================= +// +// File : class_popupmenu.h +// Creation date : Fri Mar 18 21:30:48 CEST 2005 +// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 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 @@ -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 "class_widget.h" diff --git a/src/modules/objects/class_process.cpp b/src/modules/objects/class_process.cpp index b9716f422..049a0867e 100644 --- a/src/modules/objects/class_process.cpp +++ b/src/modules/objects/class_process.cpp @@ -1,10 +1,11 @@ -//mdm: -// File : class_process.h -// Creation date : Thu Feb 1 14:39:48 CEST 2005 -// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) +//============================================================================= +// +// File : class_process.cpp +// Creation date : Fri Mar 18 21:30:48 CEST 2005 +// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 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 @@ -19,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 "class_process.h" #include "kvi_error.h" diff --git a/src/modules/objects/class_process.h b/src/modules/objects/class_process.h index 06f427e7e..f9133a943 100644 --- a/src/modules/objects/class_process.h +++ b/src/modules/objects/class_process.h @@ -1,12 +1,13 @@ -#ifndef _CLASS_PROCESS_H_ -#define _CLASS_PROCESS_H_ -//mdm: +#ifndef _CLASS_PROCESS_H_ +#define _CLASS_PROCESS_H_ +//============================================================================= +// // File : class_process.h -// Creation date : Thu Feb 1 14:39:48 CEST 2005 -// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) +// Creation date : Fri Mar 18 21:30:48 CEST 2005 +// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 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 @@ -21,6 +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 diff --git a/src/modules/objects/class_progressbar.cpp b/src/modules/objects/class_progressbar.cpp index 4e8c514bb..f4624d788 100644 --- a/src/modules/objects/class_progressbar.cpp +++ b/src/modules/objects/class_progressbar.cpp @@ -1,10 +1,11 @@ +//============================================================================= // // File : class_progressbar.cpp -// Creation date : Fri Jan 28 14:21:48 CEST 2005 +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) -// +// // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -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. // +//============================================================================= #include "class_progressbar.h" #include "kvi_error.h" diff --git a/src/modules/objects/class_progressbar.h b/src/modules/objects/class_progressbar.h index 6bd96f540..deb06527f 100644 --- a/src/modules/objects/class_progressbar.h +++ b/src/modules/objects/class_progressbar.h @@ -1,13 +1,13 @@ -#ifndef _CLASS_PROGRESSBAR_H_ - -#define _CLASS_PROGRESSBAR_H_ +#ifndef _CLASS_PROGRESSBAR_H_ +#define _CLASS_PROGRESSBAR_H_ +//============================================================================= // // File : class_progressbar.h -// Creation date : Fri Jan 28 14:21:48 CEST 2005 +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -23,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 "class_widget.h" diff --git a/src/modules/objects/class_radiobutton.cpp b/src/modules/objects/class_radiobutton.cpp index a64e63681..0acc49806 100644 --- a/src/modules/objects/class_radiobutton.cpp +++ b/src/modules/objects/class_radiobutton.cpp @@ -1,10 +1,11 @@ +//============================================================================= // // File : class_radiobutton.cpp -// Creation date : Thu Feb 08 14:21:48 CEST 2005 +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) -// +// // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -20,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 "class_radiobutton.h" #include "kvi_error.h" #include "kvi_debug.h" diff --git a/src/modules/objects/class_radiobutton.h b/src/modules/objects/class_radiobutton.h index aed8a9b06..aec0eb692 100644 --- a/src/modules/objects/class_radiobutton.h +++ b/src/modules/objects/class_radiobutton.h @@ -1,12 +1,13 @@ -#ifndef _CLASS_RADIOBUTTON_H_ -#define _CLASS_RADIOBUTTON_H_ -//mdm: +#ifndef _CLASS_RADIOBUTTON_H_ +#define _CLASS_RADIOBUTTON_H_ +//============================================================================= +// // File : class_radiobutton.h -// Creation date :Thu Feb 08 14:21:48 CEST 2005 +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -22,6 +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. // +//============================================================================= + #include "class_widget.h" #include "object_macros.h" diff --git a/src/modules/objects/class_slider.cpp b/src/modules/objects/class_slider.cpp index d7f966732..4bf3722fc 100644 --- a/src/modules/objects/class_slider.cpp +++ b/src/modules/objects/class_slider.cpp @@ -1,10 +1,11 @@ -//mdm : -// File : class_Slider.cpp -// Creation date : Mon Gen 27 21:30:48 CEST 2005 -// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) +//============================================================================= +// +// File : class_slider.cpp +// Creation date : Fri Mar 18 14:30:48 CEST 2005 +// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 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 @@ -20,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 "class_slider.h" #include "kvi_error.h" #include "kvi_debug.h" diff --git a/src/modules/objects/class_slider.h b/src/modules/objects/class_slider.h index 0a1cc289e..acc3fe3f9 100644 --- a/src/modules/objects/class_slider.h +++ b/src/modules/objects/class_slider.h @@ -1,12 +1,13 @@ -#ifndef _CLASS_SLIDER_H_ -#define _CLASS_SLIDER_H_ -//mdm: -// File : class_Slider.h -// Creation date : Mon Gen 27 14:30:48 CEST 2005 -// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) +#ifndef _CLASS_SLIDER_H_ +#define _CLASS_SLIDER_H_ +//============================================================================= +// +// File : class_slider.h +// Creation date : Fri Mar 18 14:30:48 CEST 2005 +// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 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 @@ -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 "class_widget.h" #include "object_macros.h" diff --git a/src/modules/objects/class_socket.cpp b/src/modules/objects/class_socket.cpp index eb489665d..333e17d72 100644 --- a/src/modules/objects/class_socket.cpp +++ b/src/modules/objects/class_socket.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : class_socket.cpp // Creation date : Sun Nov 11 03:13:45 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 "kvi_settings.h" #include "kvi_qstring.h" diff --git a/src/modules/objects/class_socket.h b/src/modules/objects/class_socket.h index 6a18bf51c..792e8a1a9 100644 --- a/src/modules/objects/class_socket.h +++ b/src/modules/objects/class_socket.h @@ -1,5 +1,6 @@ #ifndef _CLASS_SOCKET_H_ #define _CLASS_SOCKET_H_ +//============================================================================= // // File : class_socket.h // Creation date : Sun Nov 11 03:13:46 2001 GMT by Szymon Stefanek @@ -21,13 +22,13 @@ // 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_socket.h" - - +//============================================================================= +#include "kvi_socket.h" #include "kvi_pointerlist.h" -#include -#include + +#include +#include #define KVI_SCRIPT_SOCKET_STATUS_DISCONNECTED 0 #define KVI_SCRIPT_SOCKET_STATUS_DNS 1 diff --git a/src/modules/objects/class_spinbox.cpp b/src/modules/objects/class_spinbox.cpp index 8aa46542d..86c49e2e9 100644 --- a/src/modules/objects/class_spinbox.cpp +++ b/src/modules/objects/class_spinbox.cpp @@ -1,10 +1,11 @@ +//============================================================================= // -// File : class_progressbar.cpp -// Creation date : Fri Jan 30 14:21:48 CEST 2005 +// File : class_spinbox.cpp +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) -// +// // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -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. // +//============================================================================= #include "class_spinbox.h" #include "kvi_error.h" diff --git a/src/modules/objects/class_spinbox.h b/src/modules/objects/class_spinbox.h index e37ec847e..8f20a3496 100644 --- a/src/modules/objects/class_spinbox.h +++ b/src/modules/objects/class_spinbox.h @@ -1,12 +1,13 @@ -#ifndef _CLASS_SPINBOX_H_ -#define _CLASS_SPINBOX_H_ +#ifndef _CLASS_SPINBOX_H_ +#define _CLASS_SPINBOX_H_ +//============================================================================= // -// File : class_progressbar.h -// Creation date : Fri Jan 30 14:21:48 CEST 2005 +// File : class_spinbox.h +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -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. // +//============================================================================= diff --git a/src/modules/objects/class_tabwidget.cpp b/src/modules/objects/class_tabwidget.cpp index f526c59ed..446d4f8f5 100644 --- a/src/modules/objects/class_tabwidget.cpp +++ b/src/modules/objects/class_tabwidget.cpp @@ -1,10 +1,11 @@ -//mdm: +//============================================================================= +// // File : class_tabwidget.cpp -// Creation date : Fri Feb 11 10:21:48 CEST 2005 +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) -// +// // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -20,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 "class_tabwidget.h" #include "kvi_error.h" #include "kvi_debug.h" diff --git a/src/modules/objects/class_tabwidget.h b/src/modules/objects/class_tabwidget.h index 111fffa11..95ff95e3e 100644 --- a/src/modules/objects/class_tabwidget.h +++ b/src/modules/objects/class_tabwidget.h @@ -1,12 +1,13 @@ -#ifndef _CLASS_TABWIDGET_H_ -#define _CLASS_TABWIDGET_H_ -//mdm: -// File : class_tabwidget.h -// Creation date : Fri Feb 11 10:21:48 CEST 2005 +#ifndef _CLASS_TABWIDGET_H_ +#define _CLASS_TABWIDGET_H_ +//============================================================================= +// +// File : class_tabwidget.cpp +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -22,6 +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. // +//============================================================================= + #include "class_widget.h" #include "object_macros.h" diff --git a/src/modules/objects/class_tbrowser.cpp b/src/modules/objects/class_tbrowser.cpp index 17db7d4a0..bb5dca94d 100644 --- a/src/modules/objects/class_tbrowser.cpp +++ b/src/modules/objects/class_tbrowser.cpp @@ -1,10 +1,11 @@ -//mdm: +//============================================================================= +// // File : class_tbrowser.cpp -// Creation date : Fri Jan 28 14:21:48 CEST 2005 +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -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. // +//============================================================================= #include "class_tbrowser.h" diff --git a/src/modules/objects/class_tbrowser.h b/src/modules/objects/class_tbrowser.h index 32160ede1..5d19c321c 100644 --- a/src/modules/objects/class_tbrowser.h +++ b/src/modules/objects/class_tbrowser.h @@ -1,12 +1,13 @@ #ifndef _CLASS_TBROWSER_H_ #define _CLASS_TBROWSER_H_ -//mdm: +//============================================================================= +// // File : class_tbrowser.h -// Creation date : Fri Feb 28 14:21:48 CEST 2005 +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -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 "class_widget.h" #include "class_multilineedit.h" diff --git a/src/modules/objects/class_toolbar.cpp b/src/modules/objects/class_toolbar.cpp index 9600ab1e8..d98ab4bb1 100644 --- a/src/modules/objects/class_toolbar.cpp +++ b/src/modules/objects/class_toolbar.cpp @@ -1,10 +1,11 @@ -//mdm: +//============================================================================= +// // File : class_toolbar.cpp -// Creation date : Tue Feb 22 22:12:55 CEST 2005 +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) -// +// // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -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. // +//============================================================================= #include "class_toolbar.h" #include "kvi_error.h" diff --git a/src/modules/objects/class_toolbar.h b/src/modules/objects/class_toolbar.h index e71311ff5..c76bdd38a 100644 --- a/src/modules/objects/class_toolbar.h +++ b/src/modules/objects/class_toolbar.h @@ -1,12 +1,13 @@ -#ifndef _CLASS_TOOLBAR_H_ -#define _CLASS_TOOLBAR_H_ -//mdm: +#ifndef _CLASS_TOOLBAR_H_ +#define _CLASS_TOOLBAR_H_ +//============================================================================= +// // File : class_toolbar.h -// Creation date : Tue Feb 22 22:12:48 CEST 2005 +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -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 "class_widget.h" #include "object_macros.h" diff --git a/src/modules/objects/class_toolbutton.cpp b/src/modules/objects/class_toolbutton.cpp index 36548cb99..69c18112b 100644 --- a/src/modules/objects/class_toolbutton.cpp +++ b/src/modules/objects/class_toolbutton.cpp @@ -1,10 +1,11 @@ -//mdm: +//============================================================================= +// // File : class_toolbutton.cpp -// Creation date : Wed Feb 23 16:39:48 CEST 2005 +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -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. // +//============================================================================= #include "class_toolbutton.h" #include "kvi_error.h" diff --git a/src/modules/objects/class_toolbutton.h b/src/modules/objects/class_toolbutton.h index a257c32e5..968c575a2 100644 --- a/src/modules/objects/class_toolbutton.h +++ b/src/modules/objects/class_toolbutton.h @@ -1,13 +1,13 @@ -#ifndef _CLASS_TOOLBUTTON_H_ -#define _CLASS_TOOLBUTTON_H_ - -//mdm: -// File : class_toolbutton.h -// Creation date : Wed Feb 23 16:39:48 CEST 2005 +#ifndef _CLASS_TOOLBUTTON_H_ +#define _CLASS_TOOLBUTTON_H_ +//============================================================================= +// +// File : class_toolbutton.cpp +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -23,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. // +//============================================================================= diff --git a/src/modules/objects/class_vbox.cpp b/src/modules/objects/class_vbox.cpp index c0b4f28a7..0b7961a9b 100644 --- a/src/modules/objects/class_vbox.cpp +++ b/src/modules/objects/class_vbox.cpp @@ -1,9 +1,11 @@ +//============================================================================= // // File : class_vbox.cpp -// Creation date : Wed Mar 01 2005 23:00:01 by Alessandro Carbone & Tonino Imbesi +// Creation date : Fri Mar 18 14:30:48 CEST 2005 +// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002-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 @@ -19,9 +21,10 @@ // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +//============================================================================= + #define _KVI_DEBUG_CHECK_RANGE_ #include "kvi_debug.h" - #include "kvi_locale.h" #include "class_vbox.h" diff --git a/src/modules/objects/class_vbox.h b/src/modules/objects/class_vbox.h index 07382a9d8..5d1a5042a 100644 --- a/src/modules/objects/class_vbox.h +++ b/src/modules/objects/class_vbox.h @@ -1,11 +1,13 @@ #ifndef _CLASS_VBOX_H_ #define _CLASS_VBOX_H_ +//============================================================================= // // File : class_vbox.h -// Creation date : Wed Mar 01 2005 23:00:01 by Alessandro Carbone & Tonino Imbesi +// Creation date : Fri Mar 18 14:30:48 CEST 2005 +// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 2002-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 @@ -21,6 +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. // +//============================================================================= + #include "kvi_string.h" #include "class_widget.h" #include "object_macros.h" diff --git a/src/modules/objects/class_widget.cpp b/src/modules/objects/class_widget.cpp index 84c61d022..89bff4f72 100644 --- a/src/modules/objects/class_widget.cpp +++ b/src/modules/objects/class_widget.cpp @@ -4,7 +4,8 @@ // Creation date : Mon Sep 11 16:35:32 CET 2000 by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000 Krzysztof Godlewski +// 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/objects/class_widget.h b/src/modules/objects/class_widget.h index acc8156fc..27c842695 100644 --- a/src/modules/objects/class_widget.h +++ b/src/modules/objects/class_widget.h @@ -1,10 +1,13 @@ #ifndef _CLASS_WIDGET_H_ #define _CLASS_WIDGET_H_ +//============================================================================= +// // File : class_widget.h -// Creation date : Mon 11 Sep 16:34:36 CET 2000 by Krzysztof Godlewski +// Creation date : Mon Sep 11 16:35:32 CET 2000 by Krzysztof Godlewski // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2000 Krzysztof Godlewski +// 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,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_string.h" #include "kvi_tal_tooltip.h" diff --git a/src/modules/objects/class_window.cpp b/src/modules/objects/class_window.cpp index 7037d9c9e..b33bdd952 100644 --- a/src/modules/objects/class_window.cpp +++ b/src/modules/objects/class_window.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : class_window.cpp // Creation date : Tue Now 26 21:39:59 CEST 2002 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,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 "class_window.h" diff --git a/src/modules/objects/class_window.h b/src/modules/objects/class_window.h index ba7d053b1..fd02643cb 100644 --- a/src/modules/objects/class_window.h +++ b/src/modules/objects/class_window.h @@ -1,11 +1,12 @@ -#ifndef _CLASS_WINDOW_H_ -#define _CLASS_WINDOW_H_ +#ifndef _CLASS_WINDOW_H_ +#define _CLASS_WINDOW_H_ +//============================================================================= // // File : class_window.h // Creation date : Tue Nov 26 21:37:48 CEST 2002 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 @@ -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 "class_widget.h" #include "kvi_window.h" diff --git a/src/modules/objects/class_wizard.cpp b/src/modules/objects/class_wizard.cpp index 2b34b34b5..89ad4bd27 100644 --- a/src/modules/objects/class_wizard.cpp +++ b/src/modules/objects/class_wizard.cpp @@ -1,10 +1,11 @@ -//mdm: +//============================================================================= +// // File : class_wizard.cpp -// Creation date : Mon Apr 10 19:21:48 CEST 2005 +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -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. // +//============================================================================= #include diff --git a/src/modules/objects/class_wizard.h b/src/modules/objects/class_wizard.h index 3ee8eadd1..9723a0c7f 100644 --- a/src/modules/objects/class_wizard.h +++ b/src/modules/objects/class_wizard.h @@ -1,12 +1,13 @@ -#ifndef _CLASS_WIZARD_H_ -#define _CLASS_WIZARD_H_ +#ifndef _CLASS_WIZARD_H_ +#define _CLASS_WIZARD_H_ +//============================================================================= // // File : class_wizard.h -// Creation date : Fri Jan 28 14:21:48 CEST 2005 +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -22,6 +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. // +//============================================================================= + #include #include "class_widget.h" #include "object_macros.h" diff --git a/src/modules/objects/class_workspace.cpp b/src/modules/objects/class_workspace.cpp index c32b684ce..3011563ca 100644 --- a/src/modules/objects/class_workspace.cpp +++ b/src/modules/objects/class_workspace.cpp @@ -1,11 +1,11 @@ -//mdm: +//============================================================================= +// // File : class_workspace.cpp -// Creation date : Sat Feb 12 23:01:48 CEST 2005 -// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor). -// Thanks to Lucia Papini (^ashura^) for English help. +// Creation date : Fri Mar 18 14:30:48 CEST 2005 +// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -21,8 +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 "class_workspace.h" diff --git a/src/modules/objects/class_workspace.h b/src/modules/objects/class_workspace.h index 618879f06..687e32d0a 100644 --- a/src/modules/objects/class_workspace.h +++ b/src/modules/objects/class_workspace.h @@ -1,12 +1,13 @@ -#ifndef _CLASS_WORKSPACE_H_ -#define _CLASS_WORKSPACE_H_ -//mdm: +#ifndef _CLASS_WORKSPACE_H_ +#define _CLASS_WORKSPACE_H_ +//============================================================================= +// // File : class_workspace.h -// Creation date : Sat Feb 12 23:05:58 CEST 2005 +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -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 "class_widget.h" diff --git a/src/modules/objects/class_wrapper.cpp b/src/modules/objects/class_wrapper.cpp index 6306b6f7c..d936f4a78 100644 --- a/src/modules/objects/class_wrapper.cpp +++ b/src/modules/objects/class_wrapper.cpp @@ -1,10 +1,11 @@ -//mdm: +//============================================================================= +// // File : class_wrapper.cpp -// Creation date : Fri Jan 28 14:21:48 CEST 2005 +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -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. // +//============================================================================= #include "class_wrapper.h" #include "kvi_error.h" diff --git a/src/modules/objects/class_wrapper.h b/src/modules/objects/class_wrapper.h index b5b38eb41..73d6bbbae 100644 --- a/src/modules/objects/class_wrapper.h +++ b/src/modules/objects/class_wrapper.h @@ -1,12 +1,13 @@ -#ifndef _CLASS_WRAPPER_H_ -#define _CLASS_WRAPPER_H_ +#ifndef _CLASS_WRAPPER_H_ +#define _CLASS_WRAPPER_H_ +//============================================================================= // // File : class_wrapper.h -// Creation date : Fri Jan 28 14:21:48 CEST 2005 +// Creation date : Fri Mar 18 14:30:48 CEST 2005 // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2005 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 @@ -22,9 +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 "class_widget.h" #include "qlistview.h" diff --git a/src/modules/objects/class_xmlreader.cpp b/src/modules/objects/class_xmlreader.cpp index df0beae5d..d3f8cf8fe 100644 --- a/src/modules/objects/class_xmlreader.cpp +++ b/src/modules/objects/class_xmlreader.cpp @@ -4,7 +4,7 @@ // Created on Tue 27 Dec 2005 00:14:09 by Szymon Stefanek // // This file is part of the KVIrc IRC Client distribution -// Copyright (C) 2005 Szymon Stefanek +// Copyright (C) 2005-2008 Szymon Stefanek // // 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/objects/class_xmlreader.h b/src/modules/objects/class_xmlreader.h index 72eb9d944..0249fbf39 100644 --- a/src/modules/objects/class_xmlreader.h +++ b/src/modules/objects/class_xmlreader.h @@ -6,7 +6,7 @@ // Created on Tue 27 Dec 2005 00:14:09 by Szymon Stefanek // // This file is part of the KVIrc IRC Client distribution -// Copyright (C) 2005 Szymon Stefanek +// Copyright (C) 2005-2008 Szymon Stefanek // // 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/objects/libkviobjects.cpp b/src/modules/objects/libkviobjects.cpp index b6c278a39..275f1a06a 100644 --- a/src/modules/objects/libkviobjects.cpp +++ b/src/modules/objects/libkviobjects.cpp @@ -4,7 +4,7 @@ // Creation date : Wed Sep 09 2000 20:59:01 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/objects/object_macros.h b/src/modules/objects/object_macros.h index 64fd956c2..23af8c578 100644 --- a/src/modules/objects/object_macros.h +++ b/src/modules/objects/object_macros.h @@ -1,12 +1,12 @@ #ifndef _OBJECT_MACROS_H_ #define _OBJECT_MACROS_H_ -//========================================================================================= +//============================================================================= // // File : object_macros.h // Creation date : Sat Jun 18 2005 15:32:01 by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2005 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2005-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -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_kvs_kernel.h" #include "kvi_kvs_object.h" 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 +// Copyright (C) 2000-2008 Szymon Stefanek // // 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 +// Copyright (C) 2000-2008 Szymon Stefanek // // 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 <> instances.h < $TARGET ################################################################################# cat >> instances.cpp <> instances.cpp < #include diff --git a/src/modules/regchan/libkviregchan.cpp b/src/modules/regchan/libkviregchan.cpp index e39406f4a..a9cae2e8e 100644 --- a/src/modules/regchan/libkviregchan.cpp +++ b/src/modules/regchan/libkviregchan.cpp @@ -1,10 +1,10 @@ -//====================================================================================== +//============================================================================= // // File : libkviregchan.cpp // Creation date : Sat Jun 29 02:55:18 2002 GMT by Szymon Stefanek // // This file 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 @@ -20,7 +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. // -//====================================================================================== +//============================================================================= + // incomplete #include "kvi_module.h" #include "kvi_regchan.h" diff --git a/src/modules/reguser/dialog.cpp b/src/modules/reguser/dialog.cpp index 208893233..f2ef95f43 100644 --- a/src/modules/reguser/dialog.cpp +++ b/src/modules/reguser/dialog.cpp @@ -4,7 +4,7 @@ // Creation date : Tue Dec 26 2000 12:24: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 @@ -21,6 +21,7 @@ // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // //============================================================================= + #define _WANT_OPTION_FLAGS_ #include "edituser.h" diff --git a/src/modules/reguser/dialog.h b/src/modules/reguser/dialog.h index da530405d..a85dbef86 100644 --- a/src/modules/reguser/dialog.h +++ b/src/modules/reguser/dialog.h @@ -6,7 +6,7 @@ // Creation date : Sun Dec 24 2000 15:16:17 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/reguser/edituser.cpp b/src/modules/reguser/edituser.cpp index e70ba0cb2..f55621019 100644 --- a/src/modules/reguser/edituser.cpp +++ b/src/modules/reguser/edituser.cpp @@ -4,7 +4,7 @@ // Creation date : Tue Dec 26 2000 12:24: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/reguser/edituser.h b/src/modules/reguser/edituser.h index 06354db47..26452cf3d 100644 --- a/src/modules/reguser/edituser.h +++ b/src/modules/reguser/edituser.h @@ -6,7 +6,7 @@ // Creation date : Sun Dec 24 2000 15:16:17 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/reguser/libkvireguser.cpp b/src/modules/reguser/libkvireguser.cpp index 190fa9901..2ff0a14fd 100644 --- a/src/modules/reguser/libkvireguser.cpp +++ b/src/modules/reguser/libkvireguser.cpp @@ -4,7 +4,7 @@ // Creation date : Fri Dec 01 2000 14:53:10 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/reguser/wizard.cpp b/src/modules/reguser/wizard.cpp index 49fd9bd72..eeaee88fb 100644 --- a/src/modules/reguser/wizard.cpp +++ b/src/modules/reguser/wizard.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : wizard.cpp // Creation date : Fri Jun 26 2002 21:21:21 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 "wizard.h" diff --git a/src/modules/reguser/wizard.h b/src/modules/reguser/wizard.h index 359a84c2a..34f156b75 100644 --- a/src/modules/reguser/wizard.h +++ b/src/modules/reguser/wizard.h @@ -1,11 +1,12 @@ #ifndef _WIZARD_H_ #define _WIZARD_H_ +//============================================================================= // // File : wizard.h // Creation date : Fri Jun 26 2002 21:21:21 CEST 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_string.h" #include "kvi_tal_wizard.h" diff --git a/src/modules/rijndael/ablowfish.cpp b/src/modules/rijndael/ablowfish.cpp index c49a49f2f..e37df60c8 100644 --- a/src/modules/rijndael/ablowfish.cpp +++ b/src/modules/rijndael/ablowfish.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : ablowfish.cpp // Creation date : Wed Jan 13 2005 02:04:10 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2005 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2005-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -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 "ablowfish.h" #include "kvi_memmove.h" diff --git a/src/modules/rijndael/ablowfish.h b/src/modules/rijndael/ablowfish.h index 5dc3ed133..ef2acf681 100644 --- a/src/modules/rijndael/ablowfish.h +++ b/src/modules/rijndael/ablowfish.h @@ -6,7 +6,7 @@ // Creation date : Wed Jan 13 2005 02:04:10 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 2005 Szymon Stefanek (pragma at kvirc dot net) +// Copyright (C) 2005-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modules/rijndael/libkvirijndael.cpp b/src/modules/rijndael/libkvirijndael.cpp index 32383b3dc..2367b2231 100644 --- a/src/modules/rijndael/libkvirijndael.cpp +++ b/src/modules/rijndael/libkvirijndael.cpp @@ -1,9 +1,11 @@ +//============================================================================= // // File : libkvirijndael.cpp // Creation date : Sat Now 4 2000 15:33:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Till Bush (buti@geocities.com) +// Copyright (C) 2000 Till Bush (buti@geocities.com) +// 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 +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 "libkvirijndael.h" #include "rijndael.h" diff --git a/src/modules/rijndael/libkvirijndael.h b/src/modules/rijndael/libkvirijndael.h index c3fd880a8..d3c351714 100644 --- a/src/modules/rijndael/libkvirijndael.h +++ b/src/modules/rijndael/libkvirijndael.h @@ -1,11 +1,13 @@ #ifndef _LIBKVIRIJNDAEL_H_ #define _LIBKVIRIJNDAEL_H_ +//============================================================================= // // File : libkvirijndael.h -// Creation date : Sat Now 4 2000 15:41:41 CEST by Szymon Stefanek +// Creation date : Sat Now 4 2000 15:33:12 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2000 Till Bush (buti@geocities.com) +// Copyright (C) 2000 Till Bush (buti@geocities.com) +// 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 +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" diff --git a/src/modules/rijndael/rijndael.cpp b/src/modules/rijndael/rijndael.cpp index 41f67f3f2..f008c0495 100644 --- a/src/modules/rijndael/rijndael.cpp +++ b/src/modules/rijndael/rijndael.cpp @@ -1,9 +1,10 @@ +//============================================================================= // // File : rijndael.cpp // Creation date : Sun Nov 5 2000 03:22:10 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2008 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. // +//============================================================================= // // Another implementation of the Rijndael cipher. diff --git a/src/modules/rijndael/rijndael.h b/src/modules/rijndael/rijndael.h index 63394d31f..5ac2457e3 100644 --- a/src/modules/rijndael/rijndael.h +++ b/src/modules/rijndael/rijndael.h @@ -1,12 +1,12 @@ #ifndef _RIJNDAEL_H_ #define _RIJNDAEL_H_ - +//============================================================================= // // File : rijndael.h // Creation date : Sun Nov 5 2000 15:42:14 CEST by Szymon Stefanek // // This file is part of the KVirc irc client distribution -// Copyright (C) 1999-2008 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. // +//============================================================================= // // Another implementation of the Rijndael cipher. -- cgit v1.3.1-10-gc9f91