aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-09-18 04:21:03 +0000
committerGravatar Elvio Basello2008-09-18 04:21:03 +0000
commit6a220c8c083c16c1cfa308c662f30c29e4801287 (patch)
tree015088fd417f31db3b339149e5fe67df128e1c4e /src
parentfixed license template for kvirc (diff)
downloadKVIrc-6a220c8c083c16c1cfa308c662f30c29e4801287.tar.gz
KVIrc-6a220c8c083c16c1cfa308c662f30c29e4801287.tar.bz2
KVIrc-6a220c8c083c16c1cfa308c662f30c29e4801287.zip
fixed license template for modules from a to f
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2480 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
-rw-r--r--src/modules/about/aboutdialog.cpp2
-rw-r--r--src/modules/about/aboutdialog.h4
-rw-r--r--src/modules/about/libkviabout.cpp9
-rw-r--r--src/modules/about/libkviabout.h8
-rw-r--r--src/modules/action/libkviaction.cpp6
-rw-r--r--src/modules/actioneditor/actioneditor.cpp2
-rw-r--r--src/modules/actioneditor/actioneditor.h2
-rw-r--r--src/modules/actioneditor/libkviactioneditor.cpp2
-rw-r--r--src/modules/addon/addonfunctions.cpp2
-rw-r--r--src/modules/addon/addonfunctions.h2
-rw-r--r--src/modules/addon/libkviaddon.cpp6
-rw-r--r--src/modules/addon/managementdialog.cpp4
-rw-r--r--src/modules/addon/managementdialog.h4
-rw-r--r--src/modules/addon/packaddondialog.cpp2
-rw-r--r--src/modules/addon/packaddondialog.h2
-rw-r--r--src/modules/aliaseditor/aliaseditor.cpp6
-rw-r--r--src/modules/aliaseditor/aliaseditor.h6
-rw-r--r--src/modules/aliaseditor/libkvialiaseditor.cpp6
-rw-r--r--src/modules/avatar/libkviavatar.cpp2
-rw-r--r--src/modules/avatar/libkviavatar.h2
-rw-r--r--src/modules/chan/libkvichan.cpp5
-rw-r--r--src/modules/channelsjoin/channelsjoinwindow.cpp2
-rw-r--r--src/modules/channelsjoin/channelsjoinwindow.h5
-rw-r--r--src/modules/channelsjoin/libkvichannelsjoin.cpp4
-rw-r--r--src/modules/codetester/codetester.cpp5
-rw-r--r--src/modules/codetester/codetester.h4
-rw-r--r--src/modules/codetester/libkvicodetester.cpp2
-rw-r--r--src/modules/config/libkviconfig.cpp2
-rw-r--r--src/modules/context/libkvicontext.cpp2
-rw-r--r--src/modules/dcc/adpcmcodec.cpp24
-rw-r--r--src/modules/dcc/adpcmcodec.h21
-rw-r--r--src/modules/dcc/broker.cpp4
-rw-r--r--src/modules/dcc/broker.h6
-rw-r--r--src/modules/dcc/canvas.cpp4
-rw-r--r--src/modules/dcc/canvas.h4
-rw-r--r--src/modules/dcc/canvaswidget.cpp4
-rw-r--r--src/modules/dcc/canvaswidget.h4
-rw-r--r--src/modules/dcc/chat.cpp6
-rw-r--r--src/modules/dcc/chat.h2
-rw-r--r--src/modules/dcc/codec.cpp4
-rw-r--r--src/modules/dcc/codec.h4
-rw-r--r--src/modules/dcc/descriptor.cpp4
-rw-r--r--src/modules/dcc/descriptor.h4
-rw-r--r--src/modules/dcc/dialogs.cpp5
-rw-r--r--src/modules/dcc/dialogs.h4
-rw-r--r--src/modules/dcc/gsmcodec.cpp4
-rw-r--r--src/modules/dcc/gsmcodec.h4
-rw-r--r--src/modules/dcc/libkvidcc.cpp2
-rw-r--r--src/modules/dcc/marshal.cpp4
-rw-r--r--src/modules/dcc/marshal.h4
-rw-r--r--src/modules/dcc/requests.cpp2
-rw-r--r--src/modules/dcc/send.cpp2
-rw-r--r--src/modules/dcc/send.h2
-rw-r--r--src/modules/dcc/thread.cpp4
-rw-r--r--src/modules/dcc/thread.h4
-rw-r--r--src/modules/dcc/utils.cpp4
-rw-r--r--src/modules/dcc/utils.h4
-rw-r--r--src/modules/dcc/voice.cpp4
-rw-r--r--src/modules/dcc/voice.h4
-rw-r--r--src/modules/dcc/window.cpp4
-rw-r--r--src/modules/dcc/window.h4
-rw-r--r--src/modules/dialog/libkvidialog.cpp2
-rw-r--r--src/modules/dialog/libkvidialog.h3
-rw-r--r--src/modules/editor/libkvieditor.cpp5
-rw-r--r--src/modules/editor/scripteditor.cpp9
-rw-r--r--src/modules/editor/scripteditor.h4
-rw-r--r--src/modules/eventeditor/eventeditor.cpp5
-rw-r--r--src/modules/eventeditor/eventeditor.h4
-rw-r--r--src/modules/eventeditor/libkvieventeditor.cpp4
-rw-r--r--src/modules/file/libkvifile.cpp2
-rw-r--r--src/modules/filetransferwindow/filetransferwindow.cpp6
-rw-r--r--src/modules/filetransferwindow/filetransferwindow.h6
-rw-r--r--src/modules/filetransferwindow/libkvifiletransferwindow.cpp6
73 files changed, 212 insertions, 114 deletions
diff --git a/src/modules/about/aboutdialog.cpp b/src/modules/about/aboutdialog.cpp
index c5f2830e0..7a1ddba65 100644
--- a/src/modules/about/aboutdialog.cpp
+++ b/src/modules/about/aboutdialog.cpp
@@ -4,7 +4,7 @@
// Creation date : Sun Jun 23 17:59:12 2002 GMT by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net)
// Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/about/aboutdialog.h b/src/modules/about/aboutdialog.h
index 45b983f34..9161c6cd8 100644
--- a/src/modules/about/aboutdialog.h
+++ b/src/modules/about/aboutdialog.h
@@ -1,11 +1,12 @@
#ifndef _ABOUTDIALOG_H_
#define _ABOUTDIALOG_H_
+//=============================================================================
//
// File : aboutdialog.h
// Creation date : Sun Jun 23 17:59:13 2002 GMT by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "kvi_tal_tabdialog.h"
diff --git a/src/modules/about/libkviabout.cpp b/src/modules/about/libkviabout.cpp
index a6bbcd14c..573e8ed7b 100644
--- a/src/modules/about/libkviabout.cpp
+++ b/src/modules/about/libkviabout.cpp
@@ -1,12 +1,13 @@
//=============================================================================
//
-// File : kvi_about.cpp
+// File : libkviabout.cpp
// Creation date : Tue Jul 6 1999 03:54:25 by Szymon Stefanek
-// Last major modification : Tue Dec 05 2000 06:00:00 by Christian Strmmen
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Till Bush (buti at geocities dot com)
-// Copyright (C) 1999-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 1999 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000 Christian Strmmen
+// Copyright (C) 2000 Till Bush (buti at geocities dot 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
diff --git a/src/modules/about/libkviabout.h b/src/modules/about/libkviabout.h
index 3de3764f9..d53cfba84 100644
--- a/src/modules/about/libkviabout.h
+++ b/src/modules/about/libkviabout.h
@@ -1,9 +1,13 @@
#ifndef _KVI_ABOUT_H_
#define _KVI_ABOUT_H_
+//=============================================================================
+//
+// File : libkviabout.h
+// Creation date : Tue Jul 6 1999 03:54:25 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 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 +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 <qdialog.h>
#include <qtimer.h>
diff --git a/src/modules/action/libkviaction.cpp b/src/modules/action/libkviaction.cpp
index cbc53a85c..e3d985baf 100644
--- a/src/modules/action/libkviaction.cpp
+++ b/src/modules/action/libkviaction.cpp
@@ -1,10 +1,10 @@
-///////////////////////////////////////////////////////////////////////////////
+//=============================================================================
//
// File : libkviaction.cpp
// Creation date : Tue 7 Dec 00:05:59 2002 GMT by Szymon Stefanek
//
// This toolbar is part of the KVirc irc client distribution
-// Copyright (C) 2004-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
@@ -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_module.h"
#include "kvi_action.h"
diff --git a/src/modules/actioneditor/actioneditor.cpp b/src/modules/actioneditor/actioneditor.cpp
index 3a14c1096..fe238105b 100644
--- a/src/modules/actioneditor/actioneditor.cpp
+++ b/src/modules/actioneditor/actioneditor.cpp
@@ -4,7 +4,7 @@
// Creation date : Tue 29 Dec 2004 02:45:59 2002 GMT 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 linkss of the GNU General Public License
diff --git a/src/modules/actioneditor/actioneditor.h b/src/modules/actioneditor/actioneditor.h
index 68a4fea03..2084bbd65 100644
--- a/src/modules/actioneditor/actioneditor.h
+++ b/src/modules/actioneditor/actioneditor.h
@@ -6,7 +6,7 @@
// Creation date : Tue Dec 29 2004 02:40:55 CEST 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 linkss of the GNU General Public License
diff --git a/src/modules/actioneditor/libkviactioneditor.cpp b/src/modules/actioneditor/libkviactioneditor.cpp
index fdc5cfed1..d2d171dd3 100644
--- a/src/modules/actioneditor/libkviactioneditor.cpp
+++ b/src/modules/actioneditor/libkviactioneditor.cpp
@@ -4,7 +4,7 @@
// Creation date : Tue 29 Dec 2004 02:45:59 2002 GMT by Szymon Stefanek
//
// This toolbar is part of the KVirc irc client distribution
-// Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2004-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/addon/addonfunctions.cpp b/src/modules/addon/addonfunctions.cpp
index 5fd8f7779..f4d774dc2 100644
--- a/src/modules/addon/addonfunctions.cpp
+++ b/src/modules/addon/addonfunctions.cpp
@@ -1,7 +1,7 @@
//=============================================================================
//
// File : addonfunctions.cpp
-// Created on Fri 02 May 2008 17:36:07 by Elvio Basello
+// Creation date : Fri 02 May 2008 17:36:07 by Elvio Basello
//
// This file is part of the KVIrc IRC Client distribution
// Copyright (C) 2008 Elvio Basello <hellvis69 at netsons dot org>
diff --git a/src/modules/addon/addonfunctions.h b/src/modules/addon/addonfunctions.h
index 3977e8cca..97b2c806b 100644
--- a/src/modules/addon/addonfunctions.h
+++ b/src/modules/addon/addonfunctions.h
@@ -3,7 +3,7 @@
//=============================================================================
//
// File : addonfunctions.h
-// Created on Fri 02 May 2008 17:36:07 by Elvio Basello
+// Creation date : Fri 02 May 2008 17:36:07 by Elvio Basello
//
// This file is part of the KVIrc IRC Client distribution
// Copyright (C) 2008 Elvio Basello <hellvis69 at netsons dot org>
diff --git a/src/modules/addon/libkviaddon.cpp b/src/modules/addon/libkviaddon.cpp
index 909728efe..9b868fe98 100644
--- a/src/modules/addon/libkviaddon.cpp
+++ b/src/modules/addon/libkviaddon.cpp
@@ -1,10 +1,10 @@
-///////////////////////////////////////////////////////////////////////////////
+//=============================================================================
//
// File : libkviaddon.cpp
// Creation date : Tue 31 Mar 01:02:12 2005 GMT by Szymon Stefanek
//
// This toolbar is part of the KVirc irc client distribution
-// Copyright (C) 2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2005-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -20,7 +20,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-///////////////////////////////////////////////////////////////////////////////
+//=============================================================================
#include "managementdialog.h"
#include "addonfunctions.h"
diff --git a/src/modules/addon/managementdialog.cpp b/src/modules/addon/managementdialog.cpp
index d7a8da2b4..f327db256 100644
--- a/src/modules/addon/managementdialog.cpp
+++ b/src/modules/addon/managementdialog.cpp
@@ -1,10 +1,10 @@
//=============================================================================
//
// File : managementdialog.cpp
-// Created on Fri 08 Apr 2005 14:54:56 by Szymon Stefanek
+// Creation date : Fri 08 Apr 2005 14:54:56 by Szymon Stefanek
//
// This file is part of the KVIrc IRC Client distribution
-// Copyright (C) 2005 Szymon Stefanek <pragma at kvirc dot net>
+// Copyright (C) 2005-2008 Szymon Stefanek <pragma at kvirc dot net>
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/addon/managementdialog.h b/src/modules/addon/managementdialog.h
index 4a4aeb701..048d99257 100644
--- a/src/modules/addon/managementdialog.h
+++ b/src/modules/addon/managementdialog.h
@@ -3,10 +3,10 @@
//=============================================================================
//
// File : managementdialog.h
-// Created on Fri 08 Apr 2005 14:54:56 by Szymon Stefanek
+// Creation date : Fri 08 Apr 2005 14:54:56 by Szymon Stefanek
//
// This file is part of the KVIrc IRC Client distribution
-// Copyright (C) 2005 Szymon Stefanek <pragma at kvirc dot net>
+// Copyright (C) 2005-2008 Szymon Stefanek <pragma at kvirc dot net>
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/addon/packaddondialog.cpp b/src/modules/addon/packaddondialog.cpp
index b641563c3..adc450015 100644
--- a/src/modules/addon/packaddondialog.cpp
+++ b/src/modules/addon/packaddondialog.cpp
@@ -1,7 +1,7 @@
//============================================================================
//
// File : packaddondialog.cpp
-// Created on Sat 03 May 2008 01:40:44 by Elvio Basello
+// Creation date : Sat 03 May 2008 01:40:44 by Elvio Basello
//
// This file is part of the KVIrc IRC Client distribution
// Copyright (C) 2008 Elvio Basello <hellvis69 at netsons dot org>
diff --git a/src/modules/addon/packaddondialog.h b/src/modules/addon/packaddondialog.h
index ba7654dfe..44a0fcef9 100644
--- a/src/modules/addon/packaddondialog.h
+++ b/src/modules/addon/packaddondialog.h
@@ -3,7 +3,7 @@
//=============================================================================
//
// File : packaddondialog.h
-// Created on Sat 03 May 2008 01:40:44 by Elvio Basello
+// Creation date : Sat 03 May 2008 01:40:44 by Elvio Basello
//
// This file is part of the KVIrc IRC Client distribution
// Copyright (C) 2008 Elvio Basello <hellvis69 at netsons dot org>
diff --git a/src/modules/aliaseditor/aliaseditor.cpp b/src/modules/aliaseditor/aliaseditor.cpp
index 76a2d6fb0..4653bc642 100644
--- a/src/modules/aliaseditor/aliaseditor.cpp
+++ b/src/modules/aliaseditor/aliaseditor.cpp
@@ -1,10 +1,10 @@
-//=====================================================================================
+//=============================================================================
//
// File : aliaseditor.cpp
// Creation date : Mon Dec 23 2002 14:36:18 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2002-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 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 "aliaseditor.h"
diff --git a/src/modules/aliaseditor/aliaseditor.h b/src/modules/aliaseditor/aliaseditor.h
index 1de3f930a..a8a861c5f 100644
--- a/src/modules/aliaseditor/aliaseditor.h
+++ b/src/modules/aliaseditor/aliaseditor.h
@@ -1,12 +1,12 @@
#ifndef _ALIASEDITOR_H_
#define _ALIASEDITOR_H_
-//=====================================================================================
+//=============================================================================
//
// File : aliaseditor.h
// Creation date : Mon Dec 23 2002 14:35:55 CEST by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2002-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 linkss of the GNU General Public License
@@ -22,7 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-//=====================================================================================
+//=============================================================================
#include "kvi_window.h"
#include "kvi_string.h"
diff --git a/src/modules/aliaseditor/libkvialiaseditor.cpp b/src/modules/aliaseditor/libkvialiaseditor.cpp
index 565d8c7f0..ece2fbd85 100644
--- a/src/modules/aliaseditor/libkvialiaseditor.cpp
+++ b/src/modules/aliaseditor/libkvialiaseditor.cpp
@@ -1,10 +1,10 @@
-//==========================================================================================
+//=============================================================================
//
// File : libkvialiaseditor.cpp
// Creation date : Mon 23 Dec 2002 14:30:59 2002 GMT by Szymon Stefanek
//
// This toolbar is part of the KVirc irc client distribution
-// Copyright (C) 2002-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
@@ -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 "aliaseditor.h"
diff --git a/src/modules/avatar/libkviavatar.cpp b/src/modules/avatar/libkviavatar.cpp
index 6b6057012..dd68ab0b8 100644
--- a/src/modules/avatar/libkviavatar.cpp
+++ b/src/modules/avatar/libkviavatar.cpp
@@ -4,7 +4,7 @@
// Creation date : Thu Nov 12 02:32:59 2004 GMT by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2004-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/avatar/libkviavatar.h b/src/modules/avatar/libkviavatar.h
index eb5c01278..aa6f7c37b 100644
--- a/src/modules/avatar/libkviavatar.h
+++ b/src/modules/avatar/libkviavatar.h
@@ -6,7 +6,7 @@
// Creation date : Thu Nov 12 02:32:59 2004 GMT by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2004-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/chan/libkvichan.cpp b/src/modules/chan/libkvichan.cpp
index 2405de5eb..855b07bc7 100644
--- a/src/modules/chan/libkvichan.cpp
+++ b/src/modules/chan/libkvichan.cpp
@@ -4,8 +4,9 @@
// Creation date : Sun Feb 02 2002 05:27:11 GMT by Szymon Stefanek
//
// This chan is part of the KVirc irc client distribution
-// Copyright (C) 2002-2005 Szymon Stefanek (pragma@kvirc.net)
-// Copyright (C) 2002-2004 Juanjo Alvarez (juanjux@yahoo.es)
+// Copyright (C) 2002 Szymon Stefanek (pragma@kvirc.net)
+// Copyright (C) 2002 Juanjo Alvarez (juanjux@yahoo.es)
+// Copyright (C) 2004-2008 Szymon Stefanek (pragma@kvirc.net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/channelsjoin/channelsjoinwindow.cpp b/src/modules/channelsjoin/channelsjoinwindow.cpp
index 548b94011..188d9db4e 100644
--- a/src/modules/channelsjoin/channelsjoinwindow.cpp
+++ b/src/modules/channelsjoin/channelsjoinwindow.cpp
@@ -4,7 +4,7 @@
// Creation date : Thu Nov 6 2001 12:41:18 by Juanjo �varez
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001-2003 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 linkss of the GNU General Public License
diff --git a/src/modules/channelsjoin/channelsjoinwindow.h b/src/modules/channelsjoin/channelsjoinwindow.h
index faeba523f..df3c7e896 100644
--- a/src/modules/channelsjoin/channelsjoinwindow.h
+++ b/src/modules/channelsjoin/channelsjoinwindow.h
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : channelsjoinwindow.h
// Creation date : Thu Nov 06 2001 12:30:25 CEST by Juan Jos��varez
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,7 +20,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-
+//=============================================================================
#ifndef _CHANNELSJOIN_H_
#define _CHANNELSJOIN_H_
diff --git a/src/modules/channelsjoin/libkvichannelsjoin.cpp b/src/modules/channelsjoin/libkvichannelsjoin.cpp
index dd1847385..13b970aed 100644
--- a/src/modules/channelsjoin/libkvichannelsjoin.cpp
+++ b/src/modules/channelsjoin/libkvichannelsjoin.cpp
@@ -4,8 +4,8 @@
// Creation date : Thu Nov 06 2001 12:30:25 CEST by Juanjo Alvarez
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001-2005 Juanjo Alvarez
-// Copyright (C) 2001-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2001 Juanjo Alvarez
+// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/codetester/codetester.cpp b/src/modules/codetester/codetester.cpp
index aa64c5c98..5d11d7681 100644
--- a/src/modules/codetester/codetester.cpp
+++ b/src/modules/codetester/codetester.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : codetester.cpp
// Creation date : Mon Dec 23 2002 20:28:18 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 linkss of the GNU General Public License
@@ -19,6 +20,8 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
+
#include "codetester.h"
#include "kvi_iconmanager.h"
diff --git a/src/modules/codetester/codetester.h b/src/modules/codetester/codetester.h
index aba97fdb1..941b437c6 100644
--- a/src/modules/codetester/codetester.h
+++ b/src/modules/codetester/codetester.h
@@ -1,11 +1,12 @@
#ifndef _CODETESTER_H_
#define _CODETESTER_H_
+//=============================================================================
//
// File : eventeditor.h
// Creation date : Mon Dec 23 2002 20:24:55 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 linkss of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "kvi_window.h"
#include "kvi_string.h"
diff --git a/src/modules/codetester/libkvicodetester.cpp b/src/modules/codetester/libkvicodetester.cpp
index 48f0aa8f5..d0d6ed73c 100644
--- a/src/modules/codetester/libkvicodetester.cpp
+++ b/src/modules/codetester/libkvicodetester.cpp
@@ -4,7 +4,7 @@
// Creation date : Mon 23 Dec 2002 20:23:59 2002 GMT by Szymon Stefanek
//
// This toolbar is part of the KVirc irc client distribution
-// Copyright (C) 2002-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
diff --git a/src/modules/config/libkviconfig.cpp b/src/modules/config/libkviconfig.cpp
index 9c962baff..e3b5ea5e4 100644
--- a/src/modules/config/libkviconfig.cpp
+++ b/src/modules/config/libkviconfig.cpp
@@ -4,7 +4,7 @@
// Creation date : Thu Jan 31 2002 22:50:12 GMT by Szymon Stefanek
//
// This config is part of the KVirc irc client distribution
-// Copyright (C) 2002-2005 Szymon Stefanek (pragma@kvirc.net)
+// Copyright (C) 2002-2008 Szymon Stefanek (pragma@kvirc.net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/context/libkvicontext.cpp b/src/modules/context/libkvicontext.cpp
index e8c142dd5..3c8ccf05c 100644
--- a/src/modules/context/libkvicontext.cpp
+++ b/src/modules/context/libkvicontext.cpp
@@ -4,7 +4,7 @@
// Creation date : Wed Jan 02 2007 03:04:12 GMT by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2007 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2007-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/dcc/adpcmcodec.cpp b/src/modules/dcc/adpcmcodec.cpp
index 9b32188fc..b310db03b 100644
--- a/src/modules/dcc/adpcmcodec.cpp
+++ b/src/modules/dcc/adpcmcodec.cpp
@@ -1,12 +1,26 @@
+//=============================================================================
//
-// File : adpcmcodec.cpp
-// Creation date : Wed Aug 22 19:12:50 2001 GMT by Szymon Stefanek
+// File : adpcmcodec.h
+// Creation date : Wed Aug 22 19:12:46 2001 GMT by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
+// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net)
//
-// Code derived from adpcm.c : Intel ADPCM coder/decoder
-// Adapted for the KVirc distribution by Szymon Stefanek (pragma at kvirc dot net)
-// Last revision : 20 Sep 1999
+// This program is FREE software. You can redistribute it and/or
+// modify it under the terms of the GNU General Public License
+// as published by the Free Software Foundation; either version 2
+// of the License, or (at your opinion) any later version.
+//
+// This program is distributed in the HOPE that it will be USEFUL,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+// See the GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, write to the Free Software Foundation,
+// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+//
+//=============================================================================
//
// Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands.
// All Rights Reserved
diff --git a/src/modules/dcc/adpcmcodec.h b/src/modules/dcc/adpcmcodec.h
index 142ff4b6d..433c036c6 100644
--- a/src/modules/dcc/adpcmcodec.h
+++ b/src/modules/dcc/adpcmcodec.h
@@ -1,15 +1,28 @@
#ifndef _ADPCMCODEC_H_
#define _ADPCMCODEC_H_
+//=============================================================================
//
// File : adpcmcodec.h
// Creation date : Wed Aug 22 19:12:46 2001 GMT by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Code derived from adpcm.c : Intel ADPCM coder/decoder
-// Adapted for the KVirc distribution by Szymon Stefanek (pragma at kvirc dot net)
-// Last revision : 22 Aug 2001
-// See kvi_adpcm.cpp for the complete copyright notice.
+// 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
+// as published by the Free Software Foundation; either version 2
+// of the License, or (at your opinion) any later version.
+//
+// This program is distributed in the HOPE that it will be USEFUL,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+// See the GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, write to the Free Software Foundation,
+// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+//
+//=============================================================================
//
// adpcm.h - include file for adpcm coder.
//
diff --git a/src/modules/dcc/broker.cpp b/src/modules/dcc/broker.cpp
index cb99e66ab..2dec808e1 100644
--- a/src/modules/dcc/broker.cpp
+++ b/src/modules/dcc/broker.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : broker.cpp
// Creation date : Tue Sep 19 09 2000 10:21:54 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +20,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "broker.h"
#include "dialogs.h"
diff --git a/src/modules/dcc/broker.h b/src/modules/dcc/broker.h
index 77ef8b7c9..ee24b8ace 100644
--- a/src/modules/dcc/broker.h
+++ b/src/modules/dcc/broker.h
@@ -1,12 +1,12 @@
#ifndef _BROKER_H_
#define _BROKER_H_
-//=======================================================================================
+//=============================================================================
//
// File : broker.h
// Creation date : Tue Sep 19 09 2000 10:20:01 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,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 "descriptor.h"
diff --git a/src/modules/dcc/canvas.cpp b/src/modules/dcc/canvas.cpp
index 033ba2ee5..1ca6719f3 100644
--- a/src/modules/dcc/canvas.cpp
+++ b/src/modules/dcc/canvas.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : canvas.cpp
// Creation date : Sun Jul 29 07 2001 20:23:13 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.
//
+//=============================================================================
#define QT_MODULE_CANVAS
diff --git a/src/modules/dcc/canvas.h b/src/modules/dcc/canvas.h
index 887ab48c6..00ab4334a 100644
--- a/src/modules/dcc/canvas.h
+++ b/src/modules/dcc/canvas.h
@@ -1,11 +1,12 @@
#ifndef _CANVAS_H_
#define _CANVAS_H_
+//=============================================================================
//
// File : canvas.h
// Creation date : Sun Jul 29 07 2001 20:17:12 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "broker.h"
diff --git a/src/modules/dcc/canvaswidget.cpp b/src/modules/dcc/canvaswidget.cpp
index e0b4c53f0..38633fbb8 100644
--- a/src/modules/dcc/canvaswidget.cpp
+++ b/src/modules/dcc/canvaswidget.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : canvaswidget.cpp
// Creation date : Mon Jul 30 07 2001 04:50:50 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 "canvaswidget.h"
diff --git a/src/modules/dcc/canvaswidget.h b/src/modules/dcc/canvaswidget.h
index cf1d201f3..f6045c792 100644
--- a/src/modules/dcc/canvaswidget.h
+++ b/src/modules/dcc/canvaswidget.h
@@ -1,11 +1,12 @@
#ifndef _CANVAS_WIDGET_H_
#define _CANVAS_WIDGET_H_
+//=============================================================================
//
// File : canvaswidget.h
// Creation date : Mon Jul 30 07 2001 04:49:49 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "broker.h"
diff --git a/src/modules/dcc/chat.cpp b/src/modules/dcc/chat.cpp
index 643b2e44b..4a6532d98 100644
--- a/src/modules/dcc/chat.cpp
+++ b/src/modules/dcc/chat.cpp
@@ -1,10 +1,10 @@
-//=======================================================================================
+//=============================================================================
//
// File : chat.cpp
// Creation date : Tue Sep 20 09 2000 15:13:13 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
@@ -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 "chat.h"
#include "marshal.h"
diff --git a/src/modules/dcc/chat.h b/src/modules/dcc/chat.h
index 37552da19..6ba2019fa 100644
--- a/src/modules/dcc/chat.h
+++ b/src/modules/dcc/chat.h
@@ -6,7 +6,7 @@
// Creation date : Tue Sep 20 09 2000 15:11:12 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/dcc/codec.cpp b/src/modules/dcc/codec.cpp
index d768b9c93..a171c820e 100644
--- a/src/modules/dcc/codec.cpp
+++ b/src/modules/dcc/codec.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : codec.cpp
// Creation date : Sun Aug 26 04:19:36 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 "codec.h"
diff --git a/src/modules/dcc/codec.h b/src/modules/dcc/codec.h
index 315919161..cfdcadb7e 100644
--- a/src/modules/dcc/codec.h
+++ b/src/modules/dcc/codec.h
@@ -1,11 +1,12 @@
#ifndef _CODEC_H_
#define _CODEC_H_
+//=============================================================================
//
// File : codec.h
// Creation date : Sun Aug 26 04:19:34 2001 GMT by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "kvi_string.h"
#include "kvi_databuffer.h"
diff --git a/src/modules/dcc/descriptor.cpp b/src/modules/dcc/descriptor.cpp
index 1007ecfda..919784f7d 100644
--- a/src/modules/dcc/descriptor.cpp
+++ b/src/modules/dcc/descriptor.cpp
@@ -1,10 +1,10 @@
//=============================================================================
//
-// File : src/modules/dcc/descriptor.cpp
+// File : descriptor.cpp
// Creation date : Tue Jul 23 01:11:54 2002 GMT 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
diff --git a/src/modules/dcc/descriptor.h b/src/modules/dcc/descriptor.h
index fed8004e8..ebb45963c 100644
--- a/src/modules/dcc/descriptor.h
+++ b/src/modules/dcc/descriptor.h
@@ -2,11 +2,11 @@
#define _DESCRIPTOR_H_
//=============================================================================
//
-// File : src/modules/dcc/descriptor.h
+// File : descriptor.h
// Creation date : Tue Jul 23 01:11:52 2002 GMT by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2002-2004 Szymon Stefanek (oragma at kvirc dot net)
+// Copyright (C) 2002-2008 Szymon Stefanek (oragma 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/dcc/dialogs.cpp b/src/modules/dcc/dialogs.cpp
index 56193a65b..e21cce930 100644
--- a/src/modules/dcc/dialogs.cpp
+++ b/src/modules/dcc/dialogs.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : dialogs.cpp
// Creation date : Tue Sep 19 09 2000 15:23:12 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +20,8 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
+
#include "dialogs.h"
#include "kvi_locale.h"
diff --git a/src/modules/dcc/dialogs.h b/src/modules/dcc/dialogs.h
index 991ff5f6c..ef3d0419a 100644
--- a/src/modules/dcc/dialogs.h
+++ b/src/modules/dcc/dialogs.h
@@ -1,11 +1,12 @@
#ifndef _DIALOGS_H_
#define _DIALOGS_H_
+//=============================================================================
//
// File : dialogs.h
// Creation date : Tue Sep 19 09 2000 15:17:22 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -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 "broker.h"
diff --git a/src/modules/dcc/gsmcodec.cpp b/src/modules/dcc/gsmcodec.cpp
index 345fed909..9a68258e6 100644
--- a/src/modules/dcc/gsmcodec.cpp
+++ b/src/modules/dcc/gsmcodec.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : gsmcodec.cpp
// Creation date : Wed Aug 22 19:12:55 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.
//
+//=============================================================================
#define _GSMCODEC_CPP_
diff --git a/src/modules/dcc/gsmcodec.h b/src/modules/dcc/gsmcodec.h
index af777aad5..beb4eadd8 100644
--- a/src/modules/dcc/gsmcodec.h
+++ b/src/modules/dcc/gsmcodec.h
@@ -1,11 +1,12 @@
#ifndef _GSMCODEC_H_
#define _GSMCODEC_H_
+//=============================================================================
//
// File : gsmcodec.h
// Creation date : Wed Aug 22 19:12:54 2001 GMT by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "kvi_settings.h"
diff --git a/src/modules/dcc/libkvidcc.cpp b/src/modules/dcc/libkvidcc.cpp
index 786fe7da7..d45b9deda 100644
--- a/src/modules/dcc/libkvidcc.cpp
+++ b/src/modules/dcc/libkvidcc.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-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/dcc/marshal.cpp b/src/modules/dcc/marshal.cpp
index 693c77434..4219a86a0 100644
--- a/src/modules/dcc/marshal.cpp
+++ b/src/modules/dcc/marshal.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : marshal.cpp
// Creation date : Sun Sep 17 2000 15:59:11 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +20,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "marshal.h"
diff --git a/src/modules/dcc/marshal.h b/src/modules/dcc/marshal.h
index 946a531e8..e09d1f9ad 100644
--- a/src/modules/dcc/marshal.h
+++ b/src/modules/dcc/marshal.h
@@ -1,11 +1,12 @@
#ifndef _MARSHAL_H_
#define _MARSHAL_H_
+//=============================================================================
//
// File marshal.h
// Creation date : Sun Sep 17 2000 10:44:20 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "kvi_string.h"
#include "kvi_sockettype.h"
diff --git a/src/modules/dcc/requests.cpp b/src/modules/dcc/requests.cpp
index 830c8884d..bf0245237 100644
--- a/src/modules/dcc/requests.cpp
+++ b/src/modules/dcc/requests.cpp
@@ -4,7 +4,7 @@
// Creation date : Tue Jul 23 02:44:38 2002 GMT 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
diff --git a/src/modules/dcc/send.cpp b/src/modules/dcc/send.cpp
index c8c3ce1e7..d6c42abb2 100644
--- a/src/modules/dcc/send.cpp
+++ b/src/modules/dcc/send.cpp
@@ -4,7 +4,7 @@
// Creation date : Tue Sep 20 09 2000 15:14:14 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2000-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/dcc/send.h b/src/modules/dcc/send.h
index a6dd294c0..6dd40ee10 100644
--- a/src/modules/dcc/send.h
+++ b/src/modules/dcc/send.h
@@ -6,7 +6,7 @@
// Creation date : Tue Sep 24 09 2000 15:06:12 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2000-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/dcc/thread.cpp b/src/modules/dcc/thread.cpp
index 1d583c14d..378c6b282 100644
--- a/src/modules/dcc/thread.cpp
+++ b/src/modules/dcc/thread.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : thread.cpp
// Creation date : Tue Sep 20 09 2000 18:29:51 CEST Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,6 +20,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#define _KVI_DEBUG_CHECK_RANGE_
diff --git a/src/modules/dcc/thread.h b/src/modules/dcc/thread.h
index f7e8132a3..528eac538 100644
--- a/src/modules/dcc/thread.h
+++ b/src/modules/dcc/thread.h
@@ -1,11 +1,12 @@
#ifndef _THREAD_H_
#define _THREAD_H_
+//=============================================================================
//
// File : thread.h
// Creation date : Tue Sep 20 09 2000 18:28:44 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "kvi_settings.h"
#include "kvi_thread.h"
diff --git a/src/modules/dcc/utils.cpp b/src/modules/dcc/utils.cpp
index 6fe529834..888b6d668 100644
--- a/src/modules/dcc/utils.cpp
+++ b/src/modules/dcc/utils.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : utils.cpp
// Creation date : Tue Jul 23 02:54:44 2002 GMT 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.
//
+//=============================================================================
#define _UTILS_CPP_
diff --git a/src/modules/dcc/utils.h b/src/modules/dcc/utils.h
index e98fe9187..b81fa159c 100644
--- a/src/modules/dcc/utils.h
+++ b/src/modules/dcc/utils.h
@@ -1,11 +1,12 @@
#ifndef _UTILS_H_
#define _UTILS_H_
+//=============================================================================
//
// File : utils.h
// Creation date : Tue Jul 23 02:54:45 2002 GMT 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 "kvi_settings.h"
#include "kvi_string.h"
diff --git a/src/modules/dcc/voice.cpp b/src/modules/dcc/voice.cpp
index 27f872c56..d438e43e8 100644
--- a/src/modules/dcc/voice.cpp
+++ b/src/modules/dcc/voice.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : voice.cpp
// Creation date : Thu Aug 23 04:08:09 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 "voice.h"
#include "marshal.h"
diff --git a/src/modules/dcc/voice.h b/src/modules/dcc/voice.h
index 944551dd5..551812bf0 100644
--- a/src/modules/dcc/voice.h
+++ b/src/modules/dcc/voice.h
@@ -1,11 +1,12 @@
#ifndef _VOICE_H_
#define _VOICE_H_
+//=============================================================================
//
// File : voice.h
// Creation date : Thu Aug 23 04:08:10 2001 GMT by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "codec.h"
#include "descriptor.h"
diff --git a/src/modules/dcc/window.cpp b/src/modules/dcc/window.cpp
index fa64b2ad2..18d772e59 100644
--- a/src/modules/dcc/window.cpp
+++ b/src/modules/dcc/window.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : window.cpp
// Creation date : Fri Jul 26 02:04:40 2002 GMT 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 "window.h"
diff --git a/src/modules/dcc/window.h b/src/modules/dcc/window.h
index 16308e327..020831e0b 100644
--- a/src/modules/dcc/window.h
+++ b/src/modules/dcc/window.h
@@ -1,11 +1,12 @@
#ifndef _WINDOW_H_
#define _WINDOW_H_
+//=============================================================================
//
// File : window.h
// Creation date : Fri Jul 26 02:04:39 2002 GMT 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 "descriptor.h"
#include "marshal.h"
diff --git a/src/modules/dialog/libkvidialog.cpp b/src/modules/dialog/libkvidialog.cpp
index 683f7677f..cef203e66 100644
--- a/src/modules/dialog/libkvidialog.cpp
+++ b/src/modules/dialog/libkvidialog.cpp
@@ -4,7 +4,7 @@
// Creation date : Sat Sep 15 2001 01:13:25 by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/dialog/libkvidialog.h b/src/modules/dialog/libkvidialog.h
index db737e05c..420d8f30c 100644
--- a/src/modules/dialog/libkvidialog.h
+++ b/src/modules/dialog/libkvidialog.h
@@ -4,8 +4,9 @@
//
// File : libkvidialog.cpp
// Creation date : Sat Sep 15 2001 01:13:25 by Szymon Stefanek
+//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/editor/libkvieditor.cpp b/src/modules/editor/libkvieditor.cpp
index 955dc75c7..fff84461e 100644
--- a/src/modules/editor/libkvieditor.cpp
+++ b/src/modules/editor/libkvieditor.cpp
@@ -1,8 +1,10 @@
+//=============================================================================
//
// File : libkvieditor.cpp
// Creation date : Mon Sep 11 2000 12:19:00 by Szymon Stefanek
//
-// Copyright (C) 1999-2000 Szymon Stefanek (pragma at kvirc dot net)
+// This file is part of the KVirc irc client distribution
+// Copyright (C) 2000-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -18,6 +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 "scripteditor.h"
diff --git a/src/modules/editor/scripteditor.cpp b/src/modules/editor/scripteditor.cpp
index d7947daee..c1065448c 100644
--- a/src/modules/editor/scripteditor.cpp
+++ b/src/modules/editor/scripteditor.cpp
@@ -1,11 +1,12 @@
//=============================================================================
-//
+//
// File : scripteditor.cpp
-// Created on Sun Mar 28 1999 16:11:48 CEST by Szymon Stefanek
-// Code improvements by Carbone Alessandro & Tonino Imbesi
+// Creation date : Sun Mar 28 1999 16:11:48 CEST by Szymon Stefanek
//
// This file is part of the KVIrc IRC client distribution
-// Copyright (C) 1999-2004 Szymon Stefanek <pragma at kvirc dot net>
+// Copyright (C) 1999 Szymon Stefanek <pragma at kvirc dot net>
+// Copyright (C) 2005 Tonino Imbesi
+// Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/editor/scripteditor.h b/src/modules/editor/scripteditor.h
index 7a99bb296..39c1decac 100644
--- a/src/modules/editor/scripteditor.h
+++ b/src/modules/editor/scripteditor.h
@@ -4,10 +4,10 @@
//=============================================================================
//
// File : scripteditor.h
-// Created on Sun Mar 28 1999 16:11:48 CEST by Szymon Stefanek
+// Creation date : Sun Mar 28 1999 16:11:48 CEST by Szymon Stefanek
//
// This file is part of the KVIrc IRC client distribution
-// Copyright (C) 1999-2004 Szymon Stefanek <pragma at kvirc dot net>
+// Copyright (C) 1999-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/eventeditor/eventeditor.cpp b/src/modules/eventeditor/eventeditor.cpp
index aac97b28f..833fd7433 100644
--- a/src/modules/eventeditor/eventeditor.cpp
+++ b/src/modules/eventeditor/eventeditor.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : eventeditor.cpp
// Creation date : Mon Dec 23 2002 20:28:18 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 linkss of the GNU General Public License
@@ -19,6 +20,8 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
+
#include "eventeditor.h"
#include "kvi_iconmanager.h"
diff --git a/src/modules/eventeditor/eventeditor.h b/src/modules/eventeditor/eventeditor.h
index 5e7e3c6ee..ff23b0d10 100644
--- a/src/modules/eventeditor/eventeditor.h
+++ b/src/modules/eventeditor/eventeditor.h
@@ -1,11 +1,12 @@
#ifndef _EVENTEDITOR_H_
#define _EVENTEDITOR_H_
+//=============================================================================
//
// File : eventeditor.h
// Creation date : Mon Dec 23 2002 20:24:55 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 linkss of the GNU General Public License
@@ -21,6 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+//=============================================================================
#include "kvi_window.h"
#include "kvi_string.h"
diff --git a/src/modules/eventeditor/libkvieventeditor.cpp b/src/modules/eventeditor/libkvieventeditor.cpp
index 44ef8e068..b0b9d2ba6 100644
--- a/src/modules/eventeditor/libkvieventeditor.cpp
+++ b/src/modules/eventeditor/libkvieventeditor.cpp
@@ -1,9 +1,10 @@
+//=============================================================================
//
// File : libkvieventeditor.cpp
// Creation date : Mon 23 Dec 2002 20:23:59 2002 GMT by Szymon Stefanek
//
// This toolbar 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 "eventeditor.h"
diff --git a/src/modules/file/libkvifile.cpp b/src/modules/file/libkvifile.cpp
index 3c6253c62..2b5320bd4 100644
--- a/src/modules/file/libkvifile.cpp
+++ b/src/modules/file/libkvifile.cpp
@@ -4,7 +4,7 @@
// Creation date : Fri Nov 9 03:27:59 2001 GMT by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 2001-2005 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2001-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/filetransferwindow/filetransferwindow.cpp b/src/modules/filetransferwindow/filetransferwindow.cpp
index ad3320809..0f9932f97 100644
--- a/src/modules/filetransferwindow/filetransferwindow.cpp
+++ b/src/modules/filetransferwindow/filetransferwindow.cpp
@@ -1,10 +1,10 @@
-//==================================================================================
+//=============================================================================
//
// File : filetransferwindow.cpp
// Creation date : Mon Apr 21 2003 23:14:12 CEST by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2001 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2003-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the linkss of the GNU General Public License
@@ -20,7 +20,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-//==================================================================================
+//=============================================================================
#include "filetransferwindow.h"
diff --git a/src/modules/filetransferwindow/filetransferwindow.h b/src/modules/filetransferwindow/filetransferwindow.h
index a3a3b381f..3066cf926 100644
--- a/src/modules/filetransferwindow/filetransferwindow.h
+++ b/src/modules/filetransferwindow/filetransferwindow.h
@@ -1,12 +1,12 @@
#ifndef _FILETRANSFERWINDOW_H_
#define _FILETRANSFERWINDOW_H_
-//==================================================================================
+//=============================================================================
//
// File : filetransferwindow.h
// Creation date : Mon Apr 21 2003 23:14:12 CEST by Szymon Stefanek
//
// This file is part of the KVirc irc client distribution
-// Copyright (C) 1999-2001 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2003-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the linkss of the GNU General Public License
@@ -22,7 +22,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-//==================================================================================
+//=============================================================================
#include "kvi_window.h"
#include "kvi_string.h"
diff --git a/src/modules/filetransferwindow/libkvifiletransferwindow.cpp b/src/modules/filetransferwindow/libkvifiletransferwindow.cpp
index 898a7462b..6794a0bba 100644
--- a/src/modules/filetransferwindow/libkvifiletransferwindow.cpp
+++ b/src/modules/filetransferwindow/libkvifiletransferwindow.cpp
@@ -1,9 +1,9 @@
-//==================================================================================
+//=============================================================================
//
// File : libkvifiletransferwindow.cpp
// Creation date : Mon Apr 21 2003 23:14:12 CEST by Szymon Stefanek
//
-// Copyright (C) 2003 Szymon Stefanek (pragma at kvirc dot net)
+// Copyright (C) 2003-2008 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
@@ -19,7 +19,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-//==================================================================================
+//=============================================================================
#include "filetransferwindow.h"