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 +++--- 14 files changed, 41 insertions(+), 38 deletions(-) (limited to 'src/modules/notifier') 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 -- cgit v1.3.1-10-gc9f91