diff options
| author | 2015-10-28 09:29:04 +0000 | |
|---|---|---|
| committer | 2015-10-28 09:30:35 +0000 | |
| commit | 2f8e7f483ad14b55d7e71be19e87de1f52de4930 (patch) | |
| tree | 507f957576c24bc1c6b4eda64706f9ef118a8b4a /src | |
| parent | umode: Don't mix return value data types (diff) | |
| download | KVIrc-2f8e7f483ad14b55d7e71be19e87de1f52de4930.tar.gz KVIrc-2f8e7f483ad14b55d7e71be19e87de1f52de4930.tar.bz2 KVIrc-2f8e7f483ad14b55d7e71be19e87de1f52de4930.zip | |
Copyright Headers: Cosmetic typos irc -> IRC
Diffstat (limited to 'src')
713 files changed, 714 insertions, 714 deletions
diff --git a/src/kvilib/config/kvi_confignames.h b/src/kvilib/config/kvi_confignames.h index 6fb3fb42a..e9e3692a9 100644 --- a/src/kvilib/config/kvi_confignames.h +++ b/src/kvilib/config/kvi_confignames.h @@ -6,7 +6,7 @@ // File : kvi_confignames.h // Creation date : Wed Oct 18 2000 14:16:22 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/config/kvi_debug.h b/src/kvilib/config/kvi_debug.h index ad536f277..64bafbd87 100644 --- a/src/kvilib/config/kvi_debug.h +++ b/src/kvilib/config/kvi_debug.h @@ -6,7 +6,7 @@ // File : kvi_debug.h // Creation date : Fri Mar 19 1999 03:10:39 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/config/kvi_defaults.h b/src/kvilib/config/kvi_defaults.h index 9cfa01337..dc6b98f39 100644 --- a/src/kvilib/config/kvi_defaults.h +++ b/src/kvilib/config/kvi_defaults.h @@ -6,7 +6,7 @@ // File : kvi_defaults.h // Creation date : Wed Jun 21 2000 13:23:13 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/config/kvi_fileextensions.h b/src/kvilib/config/kvi_fileextensions.h index a2b4dccb8..9a2cdfd2a 100644 --- a/src/kvilib/config/kvi_fileextensions.h +++ b/src/kvilib/config/kvi_fileextensions.h @@ -5,7 +5,7 @@ // File : kvi_fileextensions.h // Creation date : Tue Dec 26 2006 05:09:22 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2006 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // diff --git a/src/kvilib/config/kvi_settings.h b/src/kvilib/config/kvi_settings.h index ee54bf8c8..4b5e93222 100644 --- a/src/kvilib/config/kvi_settings.h +++ b/src/kvilib/config/kvi_settings.h @@ -6,7 +6,7 @@ // File : kvi_settings.h // Creation date : Fri Mar 19 1999 05:21:13 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/config/kvi_shortcuts.h b/src/kvilib/config/kvi_shortcuts.h index ce41d83dd..5efc3b6a2 100644 --- a/src/kvilib/config/kvi_shortcuts.h +++ b/src/kvilib/config/kvi_shortcuts.h @@ -8,7 +8,7 @@ // File : kvi_shortcuts.h // Creation date : Fri Dec 11 2009 16:24:46 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Elvio Basello (hell at hellvis69 dot netsons dot org) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/config/kvi_sourcesdate.h b/src/kvilib/config/kvi_sourcesdate.h index 8aecfec0e..f34d97387 100644 --- a/src/kvilib/config/kvi_sourcesdate.h +++ b/src/kvilib/config/kvi_sourcesdate.h @@ -5,7 +5,7 @@ // File : kvi_sourcesdate.h // Creation date : Sun Mar 5 2006 23:22:22 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2006-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/core/KviCString.cpp b/src/kvilib/core/KviCString.cpp index 59cb59de8..df3dff92d 100644 --- a/src/kvilib/core/KviCString.cpp +++ b/src/kvilib/core/KviCString.cpp @@ -3,7 +3,7 @@ // File : kvi_string.cpp // Creation date : Fri Mar 19 1999 03:20:45 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/core/KviCString.h b/src/kvilib/core/KviCString.h index 5c6570c25..c70065121 100644 --- a/src/kvilib/core/KviCString.h +++ b/src/kvilib/core/KviCString.h @@ -5,7 +5,7 @@ // File : KviCString.h // Creation date : Fri Mar 19 1999 03:06:26 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/core/KviError.cpp b/src/kvilib/core/KviError.cpp index 8e22498b4..11cf375fd 100644 --- a/src/kvilib/core/KviError.cpp +++ b/src/kvilib/core/KviError.cpp @@ -3,7 +3,7 @@ // File : KviError.cpp // Creation date : Sun Jul 02 2000 18:37:02 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/core/KviError.h b/src/kvilib/core/KviError.h index 5bc27bb90..a7431fb8a 100644 --- a/src/kvilib/core/KviError.h +++ b/src/kvilib/core/KviError.h @@ -5,7 +5,7 @@ // File : KviError.h // Creation date : Sun Jul 02 2000 18:35:56 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/core/KviMemory.cpp b/src/kvilib/core/KviMemory.cpp index c122002ad..469fdec39 100644 --- a/src/kvilib/core/KviMemory.cpp +++ b/src/kvilib/core/KviMemory.cpp @@ -3,7 +3,7 @@ // File : KviMemory.cpp // Creation date : Sun Jun 18 2000 18:26:27 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// 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 @@ -402,7 +402,7 @@ namespace KviMemory // File : kvi_strasm.h // Creation date : Sun Jun 18 2000 18:38:26 by Szymon Stefanek // - // This file is part of the KVIrc irc client distribution + // This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/core/KviMemory.h b/src/kvilib/core/KviMemory.h index bb87a635e..d868c8d23 100644 --- a/src/kvilib/core/KviMemory.h +++ b/src/kvilib/core/KviMemory.h @@ -6,7 +6,7 @@ // File : KviMemory.h // Creation date : Sun Jun 18 2000 18:18:36 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// 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 diff --git a/src/kvilib/core/KviPointerHashTable.h b/src/kvilib/core/KviPointerHashTable.h index 451d64508..becc9c110 100644 --- a/src/kvilib/core/KviPointerHashTable.h +++ b/src/kvilib/core/KviPointerHashTable.h @@ -5,7 +5,7 @@ // File : KviPointerHashTable.h // Creation date : Sat Jan 12 2008 04:53 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/core/KviPointerList.h b/src/kvilib/core/KviPointerList.h index 4a9e3aafd..a9d6578cb 100644 --- a/src/kvilib/core/KviPointerList.h +++ b/src/kvilib/core/KviPointerList.h @@ -5,7 +5,7 @@ // File : KviPointerList.h // Creation date : Tue Jul 6 1999 14:52:20 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/core/KviQString.cpp b/src/kvilib/core/KviQString.cpp index 9ca940529..b3c0af6c4 100644 --- a/src/kvilib/core/KviQString.cpp +++ b/src/kvilib/core/KviQString.cpp @@ -3,7 +3,7 @@ // File : KviQString.cpp // Creation date : Mon Aug 04 2003 13:36:33 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/core/KviQString.h b/src/kvilib/core/KviQString.h index a03271c77..3d4f82c2f 100644 --- a/src/kvilib/core/KviQString.h +++ b/src/kvilib/core/KviQString.h @@ -5,7 +5,7 @@ // File : KviQString.h // Creation date : Mon Aug 04 2003 13:36:33 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/core/KviShortcut.cpp b/src/kvilib/core/KviShortcut.cpp index d3d93baf9..b742c7f2b 100644 --- a/src/kvilib/core/KviShortcut.cpp +++ b/src/kvilib/core/KviShortcut.cpp @@ -3,7 +3,7 @@ // File : KviShortcut.cpp // Creation date : Mon Aug 22 2011 16:24:46 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2011 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/core/KviShortcut.h b/src/kvilib/core/KviShortcut.h index d7dbbea0d..dec1b14a1 100644 --- a/src/kvilib/core/KviShortcut.h +++ b/src/kvilib/core/KviShortcut.h @@ -5,7 +5,7 @@ // File : KviShortcut.h // Creation date : Mon Aug 22 2011 16:24:46 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2011 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/core/kvi_inttypes.h b/src/kvilib/core/kvi_inttypes.h index a201fc99e..77c0e7dba 100644 --- a/src/kvilib/core/kvi_inttypes.h +++ b/src/kvilib/core/kvi_inttypes.h @@ -5,7 +5,7 @@ // File : kvi_inttypes.h // Creation date : Wed Sep 4 22:28:00 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviAnimatedPixmap.cpp b/src/kvilib/ext/KviAnimatedPixmap.cpp index 2112ac6d6..20968a16b 100644 --- a/src/kvilib/ext/KviAnimatedPixmap.cpp +++ b/src/kvilib/ext/KviAnimatedPixmap.cpp @@ -3,7 +3,7 @@ // File : KviAnimatedPixmap.cpp // Creation date : Wed Jul 30 2008 01:45:21 CEST by Alexey Uzhva // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Alexey Uzhva (wizard at opendoor dot ru) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviAnimatedPixmap.h b/src/kvilib/ext/KviAnimatedPixmap.h index dc52a4405..3257cb736 100644 --- a/src/kvilib/ext/KviAnimatedPixmap.h +++ b/src/kvilib/ext/KviAnimatedPixmap.h @@ -5,7 +5,7 @@ // File : KviAnimatedPixmap.h // Creation date : Wed Jul 30 2008 01:45:21 CEST by Alexey Uzhva // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Alexey Uzhva (wizard at opendoor dot ru) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviAnimatedPixmapCache.cpp b/src/kvilib/ext/KviAnimatedPixmapCache.cpp index dc436535e..78af27744 100644 --- a/src/kvilib/ext/KviAnimatedPixmapCache.cpp +++ b/src/kvilib/ext/KviAnimatedPixmapCache.cpp @@ -3,7 +3,7 @@ // File : KviAnimatedPixmapCache.cpp // Creation date : Thu Jul 31 2008 01:45:21 CEST by Alexey Uzhva // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Alexey Uzhva (wizard at opendoor dot ru) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviAnimatedPixmapCache.h b/src/kvilib/ext/KviAnimatedPixmapCache.h index 9a35069d7..31f5ef21e 100644 --- a/src/kvilib/ext/KviAnimatedPixmapCache.h +++ b/src/kvilib/ext/KviAnimatedPixmapCache.h @@ -5,7 +5,7 @@ // File : KviAnimatedPixmapCache.h // Creation date : Thu Jul 31 2008 01:45:21 CEST by Alexey Uzhva // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Alexey Uzhva (wizard at opendoor dot ru) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviAnimatedPixmapInterface.h b/src/kvilib/ext/KviAnimatedPixmapInterface.h index bc35f908d..f9bfd546e 100644 --- a/src/kvilib/ext/KviAnimatedPixmapInterface.h +++ b/src/kvilib/ext/KviAnimatedPixmapInterface.h @@ -6,7 +6,7 @@ // File : KviAnimatedPixmapInterface.h // Creation date : Wed Dec 29 2010 03:19:21 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviCommandFormatter.cpp b/src/kvilib/ext/KviCommandFormatter.cpp index 31377928a..c52f1c1af 100644 --- a/src/kvilib/ext/KviCommandFormatter.cpp +++ b/src/kvilib/ext/KviCommandFormatter.cpp @@ -3,7 +3,7 @@ // File : KviCommandFormatter.cpp // Creation date : Tue Jun 12 2001 03:08:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviCommandFormatter.h b/src/kvilib/ext/KviCommandFormatter.h index de3d4e545..4e3419666 100644 --- a/src/kvilib/ext/KviCommandFormatter.h +++ b/src/kvilib/ext/KviCommandFormatter.h @@ -6,7 +6,7 @@ // File : KviCommandFormatter.h // Creation date : Tue Jun 12 2001 03:04:05 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviConfigurationFile.cpp b/src/kvilib/ext/KviConfigurationFile.cpp index 84f7c0868..904779fe1 100644 --- a/src/kvilib/ext/KviConfigurationFile.cpp +++ b/src/kvilib/ext/KviConfigurationFile.cpp @@ -3,7 +3,7 @@ // File : KviConfigurationFile.cpp // Creation date : Thu Jan 14 1999 18:03:59 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviConfigurationFile.h b/src/kvilib/ext/KviConfigurationFile.h index c80e4e062..80dcc26ee 100644 --- a/src/kvilib/ext/KviConfigurationFile.h +++ b/src/kvilib/ext/KviConfigurationFile.h @@ -6,7 +6,7 @@ // File : KviConfigurationFile.h // Creation date : Thu Jan 14 1999 18:01:22 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviCryptEngine.cpp b/src/kvilib/ext/KviCryptEngine.cpp index fcc9c63ae..28b722621 100644 --- a/src/kvilib/ext/KviCryptEngine.cpp +++ b/src/kvilib/ext/KviCryptEngine.cpp @@ -3,7 +3,7 @@ // File : KviCryptEngine.cpp // Creation date : Fri Nov 03 2000 02:34:43 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviCryptEngine.h b/src/kvilib/ext/KviCryptEngine.h index f4a0921ba..f69812ec5 100644 --- a/src/kvilib/ext/KviCryptEngine.h +++ b/src/kvilib/ext/KviCryptEngine.h @@ -6,7 +6,7 @@ // File : KviCryptEngine.h // Creation date : Fri Nov 03 2000 01:45:21 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviCryptEngineDescription.h b/src/kvilib/ext/KviCryptEngineDescription.h index f5a6e7ee6..2cbbced39 100644 --- a/src/kvilib/ext/KviCryptEngineDescription.h +++ b/src/kvilib/ext/KviCryptEngineDescription.h @@ -6,7 +6,7 @@ // File : KviCryptEngineManager.h // Creation date : Wed Dec 29 2010 22:10:05 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviCryptEngineManager.cpp b/src/kvilib/ext/KviCryptEngineManager.cpp index 6c9640665..599f931da 100644 --- a/src/kvilib/ext/KviCryptEngineManager.cpp +++ b/src/kvilib/ext/KviCryptEngineManager.cpp @@ -3,7 +3,7 @@ // File : KviCryptEngineManager.cpp // Creation date : Wed Dec 29 2010 22:10:05 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviCryptEngineManager.h b/src/kvilib/ext/KviCryptEngineManager.h index 4946870fc..306ff5bc9 100644 --- a/src/kvilib/ext/KviCryptEngineManager.h +++ b/src/kvilib/ext/KviCryptEngineManager.h @@ -6,7 +6,7 @@ // File : KviCryptEngineManager.h // Creation date : Wed Dec 29 2010 22:10:05 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviDataBuffer.cpp b/src/kvilib/ext/KviDataBuffer.cpp index 94a22967b..19814cbc8 100644 --- a/src/kvilib/ext/KviDataBuffer.cpp +++ b/src/kvilib/ext/KviDataBuffer.cpp @@ -3,7 +3,7 @@ // File : KviDataBuffer.cpp // Creation date : Thu Aug 23 17:04:24 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviDataBuffer.h b/src/kvilib/ext/KviDataBuffer.h index 6d517d521..f03e4751e 100644 --- a/src/kvilib/ext/KviDataBuffer.h +++ b/src/kvilib/ext/KviDataBuffer.h @@ -5,7 +5,7 @@ // File : KviDataBuffer.h // Creation date : Thu Aug 23 17:04:25 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviDbusAdaptor.cpp b/src/kvilib/ext/KviDbusAdaptor.cpp index 62891a37f..cbd062729 100644 --- a/src/kvilib/ext/KviDbusAdaptor.cpp +++ b/src/kvilib/ext/KviDbusAdaptor.cpp @@ -3,7 +3,7 @@ // File : KviDbusAdaptor.cpp // Creation date : Thu May 08 2008 21:41:45 by Voker57 // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Voker57 (voker57 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviDbusAdaptor.h b/src/kvilib/ext/KviDbusAdaptor.h index c23bd1119..c674baf0c 100644 --- a/src/kvilib/ext/KviDbusAdaptor.h +++ b/src/kvilib/ext/KviDbusAdaptor.h @@ -5,7 +5,7 @@ // File : KviDbusAdaptor.h // Creation date : Thu May 08 2008 21:41:45 by Voker57 // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Voker57 (voker57 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviDebugContext.h b/src/kvilib/ext/KviDebugContext.h index feccc1af7..d38638699 100644 --- a/src/kvilib/ext/KviDebugContext.h +++ b/src/kvilib/ext/KviDebugContext.h @@ -6,7 +6,7 @@ // File : KviDebugContext.h // Creation date : Tue Jul 13 2010 23:27:23 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviMediaManager.cpp b/src/kvilib/ext/KviMediaManager.cpp index c039b6d0f..03be57120 100644 --- a/src/kvilib/ext/KviMediaManager.cpp +++ b/src/kvilib/ext/KviMediaManager.cpp @@ -3,7 +3,7 @@ // File : KviMediaManager.cpp // Creation date : Wed Dec 29 2010 00:37:56 CEST by Elvio basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviMediaManager.h b/src/kvilib/ext/KviMediaManager.h index 993bf5efa..46502fac5 100644 --- a/src/kvilib/ext/KviMediaManager.h +++ b/src/kvilib/ext/KviMediaManager.h @@ -6,7 +6,7 @@ // File : KviMediaManager.h // Creation date : Wed Dec 29 2010 00:37:56 CEST by Elvio basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviMediaType.h b/src/kvilib/ext/KviMediaType.h index 2fc6deec8..4dad6c658 100644 --- a/src/kvilib/ext/KviMediaType.h +++ b/src/kvilib/ext/KviMediaType.h @@ -6,7 +6,7 @@ // File : KviMediaType.h // Creation date : Mon Aug 21 2000 17:19:56 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviMessageTypeSettings.cpp b/src/kvilib/ext/KviMessageTypeSettings.cpp index 982520220..a8b7ca283 100644 --- a/src/kvilib/ext/KviMessageTypeSettings.cpp +++ b/src/kvilib/ext/KviMessageTypeSettings.cpp @@ -3,7 +3,7 @@ // File : KviMessageTypeSettings.cpp // Creation date : Fri 30 24 2000 13:53:21 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviMessageTypeSettings.h b/src/kvilib/ext/KviMessageTypeSettings.h index 9a6b7133b..3ba7ac60d 100644 --- a/src/kvilib/ext/KviMessageTypeSettings.h +++ b/src/kvilib/ext/KviMessageTypeSettings.h @@ -5,7 +5,7 @@ // File : KviMessageTypeSettings.h // Creation date : Fri Jun 30 2000 13:50:11 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviNickColors.cpp b/src/kvilib/ext/KviNickColors.cpp index 63ac11159..00d7c1a9d 100644 --- a/src/kvilib/ext/KviNickColors.cpp +++ b/src/kvilib/ext/KviNickColors.cpp @@ -3,7 +3,7 @@ // File : KviNickColors.cpp // Creation date : Sun Apr 11 2010 15:00:01 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Fabio Bas (ctrlaltca at libero dot it) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviNickColors.h b/src/kvilib/ext/KviNickColors.h index 7e2467325..ef69d929d 100644 --- a/src/kvilib/ext/KviNickColors.h +++ b/src/kvilib/ext/KviNickColors.h @@ -5,7 +5,7 @@ // File : KviNickColors.h // Creation date : Sun Apr 11 2010 15:00:01 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Fabio Bas (ctrlaltca at libero dot it) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviOggIrcText.h b/src/kvilib/ext/KviOggIrcText.h index 80147b89a..4f9cdec5f 100644 --- a/src/kvilib/ext/KviOggIrcText.h +++ b/src/kvilib/ext/KviOggIrcText.h @@ -5,7 +5,7 @@ // File : KviOggIrcText.h // Creation date : Sat Apr 8 2010 22:10:10 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Fabio Bas (ctrlaltca at libero dot it) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviOggTheoraDecoder.cpp b/src/kvilib/ext/KviOggTheoraDecoder.cpp index 914c5f060..47a3fa217 100644 --- a/src/kvilib/ext/KviOggTheoraDecoder.cpp +++ b/src/kvilib/ext/KviOggTheoraDecoder.cpp @@ -3,7 +3,7 @@ // File : KviOggTheoraDecoder.cpp // Creation date : Sat Nov 21 2009 22:53:21 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Fabio Bas (ctrlaltca at libero dot it) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviOggTheoraDecoder.h b/src/kvilib/ext/KviOggTheoraDecoder.h index 585cc7da1..bf6fb4e17 100644 --- a/src/kvilib/ext/KviOggTheoraDecoder.h +++ b/src/kvilib/ext/KviOggTheoraDecoder.h @@ -5,7 +5,7 @@ // File : KviOggTheoraDecoder.h // Creation date : Sat Nov 21 2009 22:53:21 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Fabio Bas (ctrlaltca at libero dot it) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviOggTheoraEncoder.cpp b/src/kvilib/ext/KviOggTheoraEncoder.cpp index df2bcafca..da426ea93 100644 --- a/src/kvilib/ext/KviOggTheoraEncoder.cpp +++ b/src/kvilib/ext/KviOggTheoraEncoder.cpp @@ -3,7 +3,7 @@ // File : KviOggTheoraEncoder.cpp // Creation date : Wed Dec 29 2010 15:51:21 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviOggTheoraEncoder.h b/src/kvilib/ext/KviOggTheoraEncoder.h index a0310f3fe..77491ff1b 100644 --- a/src/kvilib/ext/KviOggTheoraEncoder.h +++ b/src/kvilib/ext/KviOggTheoraEncoder.h @@ -6,7 +6,7 @@ // File : KviOggTheoraEncoder.h // Creation date : Wed Dec 29 2010 15:51:21 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviOggTheoraGeometry.h b/src/kvilib/ext/KviOggTheoraGeometry.h index 410a8d23c..d2c724cd6 100644 --- a/src/kvilib/ext/KviOggTheoraGeometry.h +++ b/src/kvilib/ext/KviOggTheoraGeometry.h @@ -6,7 +6,7 @@ // File : KviOggTheoraGeometry.h // Creation date : Wed Dec 29 2010 15:51:21 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviParameterList.cpp b/src/kvilib/ext/KviParameterList.cpp index e4f20e40c..a5f40579d 100644 --- a/src/kvilib/ext/KviParameterList.cpp +++ b/src/kvilib/ext/KviParameterList.cpp @@ -3,7 +3,7 @@ // File : KviParameterList.cpp // Creation date : Tue Sep 12 2000 18:14:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviParameterList.h b/src/kvilib/ext/KviParameterList.h index 3ac553ca6..947f40baf 100644 --- a/src/kvilib/ext/KviParameterList.h +++ b/src/kvilib/ext/KviParameterList.h @@ -5,7 +5,7 @@ // File : KviParameterList.h // Creation date : Tue Sep 12 2000 18:00:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviPixmap.cpp b/src/kvilib/ext/KviPixmap.cpp index da9037f3b..29b343453 100644 --- a/src/kvilib/ext/KviPixmap.cpp +++ b/src/kvilib/ext/KviPixmap.cpp @@ -3,7 +3,7 @@ // File : KviPixmap.cpp // Creation date : Sat Jun 24 2000 14:00:27 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviPixmap.h b/src/kvilib/ext/KviPixmap.h index 591b6f687..5906b8e88 100644 --- a/src/kvilib/ext/KviPixmap.h +++ b/src/kvilib/ext/KviPixmap.h @@ -6,7 +6,7 @@ // File : KviPixmap.h // Creation date : Sat Jun 24 2000 13:59:04 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviPixmapUtils.cpp b/src/kvilib/ext/KviPixmapUtils.cpp index a147162aa..e6808b72a 100644 --- a/src/kvilib/ext/KviPixmapUtils.cpp +++ b/src/kvilib/ext/KviPixmapUtils.cpp @@ -3,7 +3,7 @@ // File : KviPixmapUtils.h // Creation date : Wed Dec 29 2010 01:10:05 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviPixmapUtils.h b/src/kvilib/ext/KviPixmapUtils.h index 62ba681da..ec681ee9a 100644 --- a/src/kvilib/ext/KviPixmapUtils.h +++ b/src/kvilib/ext/KviPixmapUtils.h @@ -6,7 +6,7 @@ // File : KviPixmapUtils.h // Creation date : Wed Dec 29 2010 01:10:05 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviProxy.cpp b/src/kvilib/ext/KviProxy.cpp index a090e0185..5b6e6415c 100644 --- a/src/kvilib/ext/KviProxy.cpp +++ b/src/kvilib/ext/KviProxy.cpp @@ -3,7 +3,7 @@ // File : KviProxy.h // Creation date : Wed Dec 29 2010 01:58:01 by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviProxy.h b/src/kvilib/ext/KviProxy.h index c62fad2e4..c5a4084bf 100644 --- a/src/kvilib/ext/KviProxy.h +++ b/src/kvilib/ext/KviProxy.h @@ -6,7 +6,7 @@ // File : KviProxy.h // Creation date : Wed Dec 29 2010 01:58:01 by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviProxyDataBase.cpp b/src/kvilib/ext/KviProxyDataBase.cpp index 0d3335efc..2fea250ab 100644 --- a/src/kvilib/ext/KviProxyDataBase.cpp +++ b/src/kvilib/ext/KviProxyDataBase.cpp @@ -3,7 +3,7 @@ // File : KviProxyDataBase.cpp // Creation date : Sat Jul 22 2000 18:23:23 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviProxyDataBase.h b/src/kvilib/ext/KviProxyDataBase.h index 545352218..e0e7a0c9c 100644 --- a/src/kvilib/ext/KviProxyDataBase.h +++ b/src/kvilib/ext/KviProxyDataBase.h @@ -6,7 +6,7 @@ // File : KviProxyDataBase.h // Creation date : Sat Jul 22 2000 18:19:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviRegisteredChannel.cpp b/src/kvilib/ext/KviRegisteredChannel.cpp index e7b9ab584..732c77128 100644 --- a/src/kvilib/ext/KviRegisteredChannel.cpp +++ b/src/kvilib/ext/KviRegisteredChannel.cpp @@ -3,7 +3,7 @@ // File : KviRegisteredChannel.cpp // Creation date : Sat Jun 29 01:01:16 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviRegisteredChannel.h b/src/kvilib/ext/KviRegisteredChannel.h index eb210d9e5..f4a1f6fcf 100644 --- a/src/kvilib/ext/KviRegisteredChannel.h +++ b/src/kvilib/ext/KviRegisteredChannel.h @@ -5,7 +5,7 @@ // File : KviRegisteredChannel.h // Creation date : Sat Jun 29 01:01:15 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviRegisteredChannelDataBase.cpp b/src/kvilib/ext/KviRegisteredChannelDataBase.cpp index 9c4e085d5..fbb9383d2 100644 --- a/src/kvilib/ext/KviRegisteredChannelDataBase.cpp +++ b/src/kvilib/ext/KviRegisteredChannelDataBase.cpp @@ -3,7 +3,7 @@ // File : KviRegisteredChannelDataBase.cpp // Creation date : Wed Dec 29 2010 03:28:05 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviRegisteredChannelDataBase.h b/src/kvilib/ext/KviRegisteredChannelDataBase.h index 0d7e81e09..86078ec2d 100644 --- a/src/kvilib/ext/KviRegisteredChannelDataBase.h +++ b/src/kvilib/ext/KviRegisteredChannelDataBase.h @@ -6,7 +6,7 @@ // File : KviRegisteredChannelDataBase.h // Creation date : Wed Dec 29 2010 03:28:05 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviRegisteredUser.cpp b/src/kvilib/ext/KviRegisteredUser.cpp index a68de4868..e3580fb6e 100644 --- a/src/kvilib/ext/KviRegisteredUser.cpp +++ b/src/kvilib/ext/KviRegisteredUser.cpp @@ -6,7 +6,7 @@ // File : KviRegisteredUser.cpp // Creation date : Wed Dec 29 2010 02:44:05 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviRegisteredUser.h b/src/kvilib/ext/KviRegisteredUser.h index 10a6d5241..78f8c23f9 100644 --- a/src/kvilib/ext/KviRegisteredUser.h +++ b/src/kvilib/ext/KviRegisteredUser.h @@ -5,7 +5,7 @@ // File : KviRegisteredUser.h // Creation date : Wed Dec 29 2010 02:44:05 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviRegisteredUserDataBase.cpp b/src/kvilib/ext/KviRegisteredUserDataBase.cpp index 6738bab7d..893ac0217 100644 --- a/src/kvilib/ext/KviRegisteredUserDataBase.cpp +++ b/src/kvilib/ext/KviRegisteredUserDataBase.cpp @@ -3,7 +3,7 @@ // File : KviRegisteredUserDataBase.cpp // Creation date : Sat Sep 09 2000 15:46:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviRegisteredUserDataBase.h b/src/kvilib/ext/KviRegisteredUserDataBase.h index 0ef2fdb24..5f4d06240 100644 --- a/src/kvilib/ext/KviRegisteredUserDataBase.h +++ b/src/kvilib/ext/KviRegisteredUserDataBase.h @@ -5,7 +5,7 @@ // File : KviRegisteredUserDataBase.h // Creation date : Sat Sep 09 2000 15:30:56 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviRegisteredUserGroup.cpp b/src/kvilib/ext/KviRegisteredUserGroup.cpp index b986a6374..b43a06a06 100644 --- a/src/kvilib/ext/KviRegisteredUserGroup.cpp +++ b/src/kvilib/ext/KviRegisteredUserGroup.cpp @@ -3,7 +3,7 @@ // File : KviRegisteredUserGroup.cpp // Creation date : Wed Dec 29 2010 02:24:21 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviRegisteredUserGroup.h b/src/kvilib/ext/KviRegisteredUserGroup.h index cecd13c42..fa31a811d 100644 --- a/src/kvilib/ext/KviRegisteredUserGroup.h +++ b/src/kvilib/ext/KviRegisteredUserGroup.h @@ -6,7 +6,7 @@ // File : KviRegisteredUserGroup.h // Creation date : Wed Dec 29 2010 02:24:21 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviRegisteredUserMask.cpp b/src/kvilib/ext/KviRegisteredUserMask.cpp index 45d60859e..7489764c1 100644 --- a/src/kvilib/ext/KviRegisteredUserMask.cpp +++ b/src/kvilib/ext/KviRegisteredUserMask.cpp @@ -3,7 +3,7 @@ // File : KviRegisteredUserMask.cpp // Creation date : Wed Dec 29 2010 02:39:05 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviRegisteredUserMask.h b/src/kvilib/ext/KviRegisteredUserMask.h index d1cf5d5b5..f813b82e8 100644 --- a/src/kvilib/ext/KviRegisteredUserMask.h +++ b/src/kvilib/ext/KviRegisteredUserMask.h @@ -6,7 +6,7 @@ // File : KviRegisteredUserMask.h // Creation date : Wed Dec 29 2010 02:39:05 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviSharedFile.cpp b/src/kvilib/ext/KviSharedFile.cpp index eef5aa84d..dea7811b4 100644 --- a/src/kvilib/ext/KviSharedFile.cpp +++ b/src/kvilib/ext/KviSharedFile.cpp @@ -3,7 +3,7 @@ // File : KviSharedFile.h // Creation date : Wed Dec 29 2010 03:40:05 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviSharedFile.h b/src/kvilib/ext/KviSharedFile.h index 21ae2ed98..e8cbe5acd 100644 --- a/src/kvilib/ext/KviSharedFile.h +++ b/src/kvilib/ext/KviSharedFile.h @@ -6,7 +6,7 @@ // File : KviSharedFile.h // Creation date : Wed Dec 29 2010 03:40:05 CEST by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviSharedFilesManager.cpp b/src/kvilib/ext/KviSharedFilesManager.cpp index 2a33f02f9..26cef3256 100644 --- a/src/kvilib/ext/KviSharedFilesManager.cpp +++ b/src/kvilib/ext/KviSharedFilesManager.cpp @@ -3,7 +3,7 @@ // File : KviSharedFilesManager.cpp // Creation date : Wed Aug 27 2000 10:33:11 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviSharedFilesManager.h b/src/kvilib/ext/KviSharedFilesManager.h index e06d1dec7..9942b9fca 100644 --- a/src/kvilib/ext/KviSharedFilesManager.h +++ b/src/kvilib/ext/KviSharedFilesManager.h @@ -5,7 +5,7 @@ // File : KviSharedFilesManager.h // Creation date : Wed Aug 27 2000 10:28:51 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviStringConversion.cpp b/src/kvilib/ext/KviStringConversion.cpp index a5287b5f6..cf045c288 100644 --- a/src/kvilib/ext/KviStringConversion.cpp +++ b/src/kvilib/ext/KviStringConversion.cpp @@ -3,7 +3,7 @@ // File : KviStringConversion.cpp // Creation date : Thu Oct 20 2000 14:12:21 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviStringConversion.h b/src/kvilib/ext/KviStringConversion.h index cde3f4717..d6a051562 100644 --- a/src/kvilib/ext/KviStringConversion.h +++ b/src/kvilib/ext/KviStringConversion.h @@ -6,7 +6,7 @@ // File : KviStringConversion.h // Creation date : Thu Oct 20 2000 13:27:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/ext/KviXlib.h b/src/kvilib/ext/KviXlib.h index f71e9cd2c..40b996638 100644 --- a/src/kvilib/ext/KviXlib.h +++ b/src/kvilib/ext/KviXlib.h @@ -5,7 +5,7 @@ // File : KviXlib.h // Creation date : Tue Aug 14 18:17:21 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/file/KviFile.cpp b/src/kvilib/file/KviFile.cpp index 2aec00266..c9fa2380e 100644 --- a/src/kvilib/file/KviFile.cpp +++ b/src/kvilib/file/KviFile.cpp @@ -3,7 +3,7 @@ // File : KviFile.cpp // Creation date : Mon Dec 17 2001 00:04:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2010 Elvio Basello (hell at hellvis69 dot netsons dot org) // diff --git a/src/kvilib/file/KviFile.h b/src/kvilib/file/KviFile.h index a60c1aeb1..da4121f80 100644 --- a/src/kvilib/file/KviFile.h +++ b/src/kvilib/file/KviFile.h @@ -6,7 +6,7 @@ // File : KviFile.h // Creation date : Mon Dec 17 2001 00:05:04 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/file/KviFileUtils.cpp b/src/kvilib/file/KviFileUtils.cpp index dad39c260..5a7c37c6f 100644 --- a/src/kvilib/file/KviFileUtils.cpp +++ b/src/kvilib/file/KviFileUtils.cpp @@ -3,7 +3,7 @@ // File : KviFileUtils.cpp // Creation date : Fri Dec 25 1998 18:26:48 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1998-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/file/KviFileUtils.h b/src/kvilib/file/KviFileUtils.h index f1bf396a9..aaad4d715 100644 --- a/src/kvilib/file/KviFileUtils.h +++ b/src/kvilib/file/KviFileUtils.h @@ -5,7 +5,7 @@ // File : KviFileUtils.h // Creation date : Fri Dec 25 1998 18:27:04 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1998-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviAvatar.cpp b/src/kvilib/irc/KviAvatar.cpp index 71c3e5b75..5d2fb4f05 100644 --- a/src/kvilib/irc/KviAvatar.cpp +++ b/src/kvilib/irc/KviAvatar.cpp @@ -3,7 +3,7 @@ // File : KviAvatar.cpp // Creation date : Fri Dec 01 2000 13:58:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviAvatar.h b/src/kvilib/irc/KviAvatar.h index af73f67bb..64cb70f78 100644 --- a/src/kvilib/irc/KviAvatar.h +++ b/src/kvilib/irc/KviAvatar.h @@ -6,7 +6,7 @@ // File : KviAvatar.h // Creation date : Fri Dec 01 2000 13:54:04 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviControlCodes.cpp b/src/kvilib/irc/KviControlCodes.cpp index aea98782f..84e93ee01 100644 --- a/src/kvilib/irc/KviControlCodes.cpp +++ b/src/kvilib/irc/KviControlCodes.cpp @@ -3,7 +3,7 @@ // File : KviControlCodes.cpp // Creation date : Sat Aug 31 17:07:36 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviControlCodes.h b/src/kvilib/irc/KviControlCodes.h index 17c37d97a..f9c7ad1ca 100644 --- a/src/kvilib/irc/KviControlCodes.h +++ b/src/kvilib/irc/KviControlCodes.h @@ -6,7 +6,7 @@ // File : KviControlCodes.h // Creation date : Thu Jun 29 2000 21:06:55 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2011 Elvio Basello (hellvis69 at gmail dot com) // diff --git a/src/kvilib/irc/KviIdentityProfile.cpp b/src/kvilib/irc/KviIdentityProfile.cpp index 2f5d1d949..ad22d55cb 100644 --- a/src/kvilib/irc/KviIdentityProfile.cpp +++ b/src/kvilib/irc/KviIdentityProfile.cpp @@ -3,7 +3,7 @@ // File : KviIdentityProfile.cpp // Creation date : Thu Oct 16 2008 16:37:48 by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // 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/kvilib/irc/KviIdentityProfile.h b/src/kvilib/irc/KviIdentityProfile.h index 7cdaa8192..93ba55761 100644 --- a/src/kvilib/irc/KviIdentityProfile.h +++ b/src/kvilib/irc/KviIdentityProfile.h @@ -5,7 +5,7 @@ // File : KviIdentityProfile.h // Creation date : Thu Oct 16 2008 16:37:48 by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // 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/kvilib/irc/KviIdentityProfileSet.cpp b/src/kvilib/irc/KviIdentityProfileSet.cpp index d3b7dc486..d8cbfa314 100644 --- a/src/kvilib/irc/KviIdentityProfileSet.cpp +++ b/src/kvilib/irc/KviIdentityProfileSet.cpp @@ -3,7 +3,7 @@ // File : KviIdentityProfileSet.cpp // Creation date : Thu Dec 30 2010 15:54:48 by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at netsons dot org) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviIdentityProfileSet.h b/src/kvilib/irc/KviIdentityProfileSet.h index 095cbabf4..541cbdcae 100644 --- a/src/kvilib/irc/KviIdentityProfileSet.h +++ b/src/kvilib/irc/KviIdentityProfileSet.h @@ -5,7 +5,7 @@ // File : KviIdentityProfileSet.h // Creation date : Thu Dec 30 2010 15:54:48 by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at netsons dot org) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviIrcMask.cpp b/src/kvilib/irc/KviIrcMask.cpp index 74ae9d633..28d17c854 100644 --- a/src/kvilib/irc/KviIrcMask.cpp +++ b/src/kvilib/irc/KviIrcMask.cpp @@ -3,7 +3,7 @@ // File : KviIrcMask.cpp // Creation date : Fri Jan 8 1999 20:56:07 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviIrcMask.h b/src/kvilib/irc/KviIrcMask.h index c4ed69920..2f0cbb178 100644 --- a/src/kvilib/irc/KviIrcMask.h +++ b/src/kvilib/irc/KviIrcMask.h @@ -6,7 +6,7 @@ // File : KviIrcMask.h // Creation date : Fri Jan 8 1999 19:50:35 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviIrcNetwork.cpp b/src/kvilib/irc/KviIrcNetwork.cpp index ab7c4dddc..d22d2b07a 100644 --- a/src/kvilib/irc/KviIrcNetwork.cpp +++ b/src/kvilib/irc/KviIrcNetwork.cpp @@ -3,7 +3,7 @@ // File : KviIrcNetwork.cpp // Creation date : Wed Aug 27 2008 17:44:56 by Alexey Uzhva // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Alexey Uzhva (wizard at opendoor dot ru) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviIrcNetwork.h b/src/kvilib/irc/KviIrcNetwork.h index 6252faad8..bd706016f 100644 --- a/src/kvilib/irc/KviIrcNetwork.h +++ b/src/kvilib/irc/KviIrcNetwork.h @@ -5,7 +5,7 @@ // File : KviIrcNetwork.cpp // Creation date : Wed Aug 27 2008 17:44:56 by Alexey Uzhva // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Alexey Uzhva (wizard at opendoor dot ru) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviIrcServer.cpp b/src/kvilib/irc/KviIrcServer.cpp index 319c39f49..69eac4f69 100644 --- a/src/kvilib/irc/KviIrcServer.cpp +++ b/src/kvilib/irc/KviIrcServer.cpp @@ -3,7 +3,7 @@ // File : KviIrcServer.cpp // Creation date : Mon Jul 10 2000 03:42:59 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviIrcServer.h b/src/kvilib/irc/KviIrcServer.h index 497838ed7..6e17948cb 100644 --- a/src/kvilib/irc/KviIrcServer.h +++ b/src/kvilib/irc/KviIrcServer.h @@ -6,7 +6,7 @@ // File : KviIrcServer.h // Creation date : Mon Jul 10 2000 03:24:11 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviIrcServerDataBase.cpp b/src/kvilib/irc/KviIrcServerDataBase.cpp index a431228d2..dd7fc0972 100644 --- a/src/kvilib/irc/KviIrcServerDataBase.cpp +++ b/src/kvilib/irc/KviIrcServerDataBase.cpp @@ -3,7 +3,7 @@ // File : KviIrcServerDataBase.cpp // Creation date : Mon Jul 10 2000 14:25:00 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviIrcServerDataBase.h b/src/kvilib/irc/KviIrcServerDataBase.h index ca949e686..4cbc19ce9 100644 --- a/src/kvilib/irc/KviIrcServerDataBase.h +++ b/src/kvilib/irc/KviIrcServerDataBase.h @@ -5,7 +5,7 @@ // File : KviIrcServerDataBase.h // Creation date : Mon Jul 10 2000 14:15:42 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviIrcServerReconnectInfo.cpp b/src/kvilib/irc/KviIrcServerReconnectInfo.cpp index 9edffe0ca..dd2642409 100644 --- a/src/kvilib/irc/KviIrcServerReconnectInfo.cpp +++ b/src/kvilib/irc/KviIrcServerReconnectInfo.cpp @@ -3,7 +3,7 @@ // File : KviIrcServerReconnectInfo.h // Creation date : Tue Jan 04 2010 21:44:11 by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviIrcServerReconnectInfo.h b/src/kvilib/irc/KviIrcServerReconnectInfo.h index 20e690f79..96278dbfb 100644 --- a/src/kvilib/irc/KviIrcServerReconnectInfo.h +++ b/src/kvilib/irc/KviIrcServerReconnectInfo.h @@ -6,7 +6,7 @@ // File : KviIrcServerReconnectInfo.h // Creation date : Tue Jan 04 2010 21:44:11 by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviIrcUserDataBase.cpp b/src/kvilib/irc/KviIrcUserDataBase.cpp index c376f17b9..986a6cc3a 100644 --- a/src/kvilib/irc/KviIrcUserDataBase.cpp +++ b/src/kvilib/irc/KviIrcUserDataBase.cpp @@ -3,7 +3,7 @@ // File : KviIrcUserDataBase.cpp // Creation date : Mon Jul 31 2000 21:23:22 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviIrcUserDataBase.h b/src/kvilib/irc/KviIrcUserDataBase.h index 978e862d2..823f725fe 100644 --- a/src/kvilib/irc/KviIrcUserDataBase.h +++ b/src/kvilib/irc/KviIrcUserDataBase.h @@ -6,7 +6,7 @@ // File : KviIrcUserDataBase.h // Creation date : Mon Jul 31 2000 20:59:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviIrcUserEntry.cpp b/src/kvilib/irc/KviIrcUserEntry.cpp index 73296f731..ed1775e7c 100644 --- a/src/kvilib/irc/KviIrcUserEntry.cpp +++ b/src/kvilib/irc/KviIrcUserEntry.cpp @@ -3,7 +3,7 @@ // File : KviIrcUserEntry.h // Creation date : Tue Jan 04 2010 22:45:12 by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviIrcUserEntry.h b/src/kvilib/irc/KviIrcUserEntry.h index 40207a0f1..b111c7606 100644 --- a/src/kvilib/irc/KviIrcUserEntry.h +++ b/src/kvilib/irc/KviIrcUserEntry.h @@ -6,7 +6,7 @@ // File : KviIrcUserEntry.h // Creation date : Tue Jan 04 2010 22:45:12 by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviNickServRule.cpp b/src/kvilib/irc/KviNickServRule.cpp index e1256300a..3d954b506 100644 --- a/src/kvilib/irc/KviNickServRule.cpp +++ b/src/kvilib/irc/KviNickServRule.cpp @@ -3,7 +3,7 @@ // File : KviNickServRule.cpp // Creation date : Thu Aug 09 2001 17:44:56 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviNickServRule.h b/src/kvilib/irc/KviNickServRule.h index 533787c3f..16b052b3a 100644 --- a/src/kvilib/irc/KviNickServRule.h +++ b/src/kvilib/irc/KviNickServRule.h @@ -5,7 +5,7 @@ // File : KviNickServRule.h // Creation date : Thu Aug 09 2001 16:43:56 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviNickServRuleSet.cpp b/src/kvilib/irc/KviNickServRuleSet.cpp index c0a42cffe..10e161c38 100644 --- a/src/kvilib/irc/KviNickServRuleSet.cpp +++ b/src/kvilib/irc/KviNickServRuleSet.cpp @@ -3,7 +3,7 @@ // File : KviNickServRuleSet.cpp // Creation date : Thu Aug 09 2001 17:44:56 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/irc/KviNickServRuleSet.h b/src/kvilib/irc/KviNickServRuleSet.h index 00bf1c151..bc2f9d26b 100644 --- a/src/kvilib/irc/KviNickServRuleSet.h +++ b/src/kvilib/irc/KviNickServRuleSet.h @@ -5,7 +5,7 @@ // File : KviNickServRuleSet.h // Creation date : Thu Aug 09 2001 16:43:56 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/locale/KviLocale.cpp b/src/kvilib/locale/KviLocale.cpp index 8b828a018..befa9a183 100644 --- a/src/kvilib/locale/KviLocale.cpp +++ b/src/kvilib/locale/KviLocale.cpp @@ -3,7 +3,7 @@ // File : KviLocale.cpp // Creation date : Fri Mar 19 1999 19:08:41 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2011 Elvio Basello (hellvis69 at gmail dot com) // diff --git a/src/kvilib/locale/KviLocale.h b/src/kvilib/locale/KviLocale.h index 44ba804c1..b2ee9b415 100644 --- a/src/kvilib/locale/KviLocale.h +++ b/src/kvilib/locale/KviLocale.h @@ -6,7 +6,7 @@ // File : KviLocale.h // Creation date : Sat Jan 16 1999 18:15:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2011 Elvio Basello (hellvis69 at gmail dot com) // diff --git a/src/kvilib/locale/KviMessageCatalogue.cpp b/src/kvilib/locale/KviMessageCatalogue.cpp index 5e089dcd3..8c6a57984 100644 --- a/src/kvilib/locale/KviMessageCatalogue.cpp +++ b/src/kvilib/locale/KviMessageCatalogue.cpp @@ -5,7 +5,7 @@ // Originally in KviLocale.cpp // Created on: Sat Jan 16 1999 19:08:41 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/locale/KviMessageCatalogue.h b/src/kvilib/locale/KviMessageCatalogue.h index 2d237b442..260e042ab 100644 --- a/src/kvilib/locale/KviMessageCatalogue.h +++ b/src/kvilib/locale/KviMessageCatalogue.h @@ -7,7 +7,7 @@ // Originally in KviLocale.h // Created on: Sat Jan 16 1999 18:15:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/locale/KviTranslationEntry.cpp b/src/kvilib/locale/KviTranslationEntry.cpp index c0e81c47b..d24cd04f3 100644 --- a/src/kvilib/locale/KviTranslationEntry.cpp +++ b/src/kvilib/locale/KviTranslationEntry.cpp @@ -5,7 +5,7 @@ // Originally in KviLocale.cpp // Created on: Sat Jan 16 1999 19:08:41 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/locale/KviTranslationEntry.h b/src/kvilib/locale/KviTranslationEntry.h index a2ead8f9d..0489d6a1d 100644 --- a/src/kvilib/locale/KviTranslationEntry.h +++ b/src/kvilib/locale/KviTranslationEntry.h @@ -7,7 +7,7 @@ // Originally in KviLocale.h // Created on: Sat Jan 16 1999 18:15:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/locale/KviTranslator.cpp b/src/kvilib/locale/KviTranslator.cpp index 872a079b9..4d78336e6 100644 --- a/src/kvilib/locale/KviTranslator.cpp +++ b/src/kvilib/locale/KviTranslator.cpp @@ -5,7 +5,7 @@ // Originally in KviLocale.cpp // Created on: Sat Jan 16 1999 19:08:41 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/locale/KviTranslator.h b/src/kvilib/locale/KviTranslator.h index 572106be9..8e09f63e2 100644 --- a/src/kvilib/locale/KviTranslator.h +++ b/src/kvilib/locale/KviTranslator.h @@ -7,7 +7,7 @@ // Originally in KviLocale.h // Created on: Sat Jan 16 1999 18:15:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/KviDnsResolver.cpp b/src/kvilib/net/KviDnsResolver.cpp index 46f0bc681..08ff9da1a 100644 --- a/src/kvilib/net/KviDnsResolver.cpp +++ b/src/kvilib/net/KviDnsResolver.cpp @@ -3,7 +3,7 @@ // File : KviDnsResolver.cpp // Creation date : Sat Jul 21 2000 17:19:31 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/KviDnsResolver.h b/src/kvilib/net/KviDnsResolver.h index 57efee557..d0b3b8a32 100644 --- a/src/kvilib/net/KviDnsResolver.h +++ b/src/kvilib/net/KviDnsResolver.h @@ -6,7 +6,7 @@ // File : KviDnsResolver.h // Creation date : Sat Jul 21 2000 13:59:11 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/KviDnsResolverNew.cpp b/src/kvilib/net/KviDnsResolverNew.cpp index 94ab413ea..f1647035c 100644 --- a/src/kvilib/net/KviDnsResolverNew.cpp +++ b/src/kvilib/net/KviDnsResolverNew.cpp @@ -3,7 +3,7 @@ // File : KviDnsResolver.cpp // Creation date : Sat Jul 21 2000 17:19:31 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/KviDnsResolverNew.h b/src/kvilib/net/KviDnsResolverNew.h index c147ff60c..c16f9ed54 100644 --- a/src/kvilib/net/KviDnsResolverNew.h +++ b/src/kvilib/net/KviDnsResolverNew.h @@ -5,7 +5,7 @@ // File : KviDnsResolver.h // Creation date : Sat Jul 21 2000 13:59:11 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/KviHttpRequest.cpp b/src/kvilib/net/KviHttpRequest.cpp index 19a9f89fa..c0ab29669 100644 --- a/src/kvilib/net/KviHttpRequest.cpp +++ b/src/kvilib/net/KviHttpRequest.cpp @@ -3,7 +3,7 @@ // File : KviHttpRequest.cpp // Creation date : Sat Aug 17 13:43:32 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/KviHttpRequest.h b/src/kvilib/net/KviHttpRequest.h index 48dd3035c..24661e4b3 100644 --- a/src/kvilib/net/KviHttpRequest.h +++ b/src/kvilib/net/KviHttpRequest.h @@ -5,7 +5,7 @@ // File : KviHttpRequest.h // Creation date : Sat Aug 17 13:43:31 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/KviNetUtils.cpp b/src/kvilib/net/KviNetUtils.cpp index 88356f0fa..3e98c63ac 100644 --- a/src/kvilib/net/KviNetUtils.cpp +++ b/src/kvilib/net/KviNetUtils.cpp @@ -3,7 +3,7 @@ // File : KviNetUtils.cpp // Creation date : Sun Jun 18 2000 18:37:27 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/KviNetUtils.h b/src/kvilib/net/KviNetUtils.h index 111edfc1c..f83fde302 100644 --- a/src/kvilib/net/KviNetUtils.h +++ b/src/kvilib/net/KviNetUtils.h @@ -5,7 +5,7 @@ // File : KviNetUtils.h // Creation date : Sun Jun 18 2000 18:37:27 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/KviNetworkAccessManager.cpp b/src/kvilib/net/KviNetworkAccessManager.cpp index ad085c40e..21756482e 100644 --- a/src/kvilib/net/KviNetworkAccessManager.cpp +++ b/src/kvilib/net/KviNetworkAccessManager.cpp @@ -3,7 +3,7 @@ // File : KviNetworkAccessManager.h // Creation date : Sat Sep 29 2012 17:15:12 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2012 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/KviNetworkAccessManager.h b/src/kvilib/net/KviNetworkAccessManager.h index b6ae38132..14b4e0e71 100644 --- a/src/kvilib/net/KviNetworkAccessManager.h +++ b/src/kvilib/net/KviNetworkAccessManager.h @@ -5,7 +5,7 @@ // File : KviNetworkAccessManager.h // Creation date : Sat Sep 29 2012 17:15:12 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2012 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/KviSASL.cpp b/src/kvilib/net/KviSASL.cpp index cf9416f15..a33406881 100644 --- a/src/kvilib/net/KviSASL.cpp +++ b/src/kvilib/net/KviSASL.cpp @@ -3,7 +3,7 @@ // File : KviSASL.cpp // Creation date : Mon Feb 14 2010 19:36:12 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/KviSASL.h b/src/kvilib/net/KviSASL.h index 2978f7fa1..1a1656a99 100644 --- a/src/kvilib/net/KviSASL.h +++ b/src/kvilib/net/KviSASL.h @@ -5,7 +5,7 @@ // File : KviSASL.h // Creation date : Mon Feb 14 2010 19:36:12 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/KviSSL.cpp b/src/kvilib/net/KviSSL.cpp index 0a370e7bc..4407b9b36 100644 --- a/src/kvilib/net/KviSSL.cpp +++ b/src/kvilib/net/KviSSL.cpp @@ -3,7 +3,7 @@ // File : KviSSL.cpp // Creation date : Mon May 27 2002 21:36:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/KviSSL.h b/src/kvilib/net/KviSSL.h index 07ae94e15..eeb252ac5 100644 --- a/src/kvilib/net/KviSSL.h +++ b/src/kvilib/net/KviSSL.h @@ -5,7 +5,7 @@ // File : KviSSL.h // Creation date : Mon May 27 2002 21:36:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/KviUrl.cpp b/src/kvilib/net/KviUrl.cpp index 0411fcf8e..2b9e048fd 100644 --- a/src/kvilib/net/KviUrl.cpp +++ b/src/kvilib/net/KviUrl.cpp @@ -3,7 +3,7 @@ // File : KviUrl.cpp // Creation date : Sat Aug 17 14:09:18 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/KviUrl.h b/src/kvilib/net/KviUrl.h index 163729add..db70fb7c6 100644 --- a/src/kvilib/net/KviUrl.h +++ b/src/kvilib/net/KviUrl.h @@ -5,7 +5,7 @@ // File : KviUrl.h // Creation date : Sat Aug 17 14:09:16 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/kvi_socket.cpp b/src/kvilib/net/kvi_socket.cpp index 369ba03c5..4fe3b126e 100644 --- a/src/kvilib/net/kvi_socket.cpp +++ b/src/kvilib/net/kvi_socket.cpp @@ -3,7 +3,7 @@ // File : kvi_socket.cpp // Creation date : Thu Sep 20 03:50:24 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/kvi_socket.h b/src/kvilib/net/kvi_socket.h index 55205f25d..5d34cd4d4 100644 --- a/src/kvilib/net/kvi_socket.h +++ b/src/kvilib/net/kvi_socket.h @@ -5,7 +5,7 @@ // File : kvi_socket.h // Creation date : Thu Sep 20 03:50:22 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/net/kvi_sockettype.h b/src/kvilib/net/kvi_sockettype.h index 6010060bd..e3d99f1e0 100644 --- a/src/kvilib/net/kvi_sockettype.h +++ b/src/kvilib/net/kvi_sockettype.h @@ -5,7 +5,7 @@ // File : kvi_sockettype.h // Creation date : Thu Sep 20 05:41:46 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/system/KviByteOrder.h b/src/kvilib/system/KviByteOrder.h index 54ebb2c9a..3fb173fa6 100644 --- a/src/kvilib/system/KviByteOrder.h +++ b/src/kvilib/system/KviByteOrder.h @@ -8,7 +8,7 @@ // Based on file : kvi_bswap.h // Creation date : Fri Mar 19 1999 03:15:21 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/system/KviEnvironment.cpp b/src/kvilib/system/KviEnvironment.cpp index 218b0ad48..c6593c442 100644 --- a/src/kvilib/system/KviEnvironment.cpp +++ b/src/kvilib/system/KviEnvironment.cpp @@ -3,7 +3,7 @@ // File : KviEnvironment.cpp // Creation date : Sat May 05 2002 02:15:21 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma@kvirc.net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/system/KviEnvironment.h b/src/kvilib/system/KviEnvironment.h index 1d9e36459..5af0b34da 100644 --- a/src/kvilib/system/KviEnvironment.h +++ b/src/kvilib/system/KviEnvironment.h @@ -6,7 +6,7 @@ // File : KviEnvironment.h // Creation date : Sat May 05 2002 02:15:21 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma@kvirc.net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/system/KviThread.cpp b/src/kvilib/system/KviThread.cpp index 255349e3d..7bc833181 100644 --- a/src/kvilib/system/KviThread.cpp +++ b/src/kvilib/system/KviThread.cpp @@ -3,7 +3,7 @@ // File : KviThread.cpp // Creation date : Tue Jul 6 1999 16:04:45 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/system/KviThread.h b/src/kvilib/system/KviThread.h index 2f1bb5177..4c63ad841 100644 --- a/src/kvilib/system/KviThread.h +++ b/src/kvilib/system/KviThread.h @@ -5,7 +5,7 @@ // File : KviThread.h // Creation date : Mon May 17 1999 04:26:41 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/system/KviTimeUtils.cpp b/src/kvilib/system/KviTimeUtils.cpp index 8db3c3c8e..df1283d5d 100644 --- a/src/kvilib/system/KviTimeUtils.cpp +++ b/src/kvilib/system/KviTimeUtils.cpp @@ -3,7 +3,7 @@ // File : KviTimeUtils.cpp // Creation date : Tue Sep 25 17:35:13 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/system/KviTimeUtils.h b/src/kvilib/system/KviTimeUtils.h index ef43937ad..61c942aac 100644 --- a/src/kvilib/system/KviTimeUtils.h +++ b/src/kvilib/system/KviTimeUtils.h @@ -5,7 +5,7 @@ // File : KviTimeUtils.h // Creation date : Tue Sep 25 17:28:46 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/system/kvi_stdarg.h b/src/kvilib/system/kvi_stdarg.h index 0ecdebc2a..6bf3e9a27 100644 --- a/src/kvilib/system/kvi_stdarg.h +++ b/src/kvilib/system/kvi_stdarg.h @@ -6,7 +6,7 @@ // File : kvi_stdarg.h // Creation date : Sat Jan 03 2004 02:08:14 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalApplication.cpp b/src/kvilib/tal/KviTalApplication.cpp index 96628d140..83736a96b 100644 --- a/src/kvilib/tal/KviTalApplication.cpp +++ b/src/kvilib/tal/KviTalApplication.cpp @@ -3,7 +3,7 @@ // File : KviTalApplication.cpp // Creation date : Sun Aug 12 2001 04:34:21 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalApplication.h b/src/kvilib/tal/KviTalApplication.h index 930a8962e..f5b01009c 100644 --- a/src/kvilib/tal/KviTalApplication.h +++ b/src/kvilib/tal/KviTalApplication.h @@ -5,7 +5,7 @@ // File : KviTalApplication.h // Creation date : Sun Jun 18 2000 12:53:08 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalFileDialog.cpp b/src/kvilib/tal/KviTalFileDialog.cpp index 58a2c5fa9..4889f3215 100644 --- a/src/kvilib/tal/KviTalFileDialog.cpp +++ b/src/kvilib/tal/KviTalFileDialog.cpp @@ -3,7 +3,7 @@ // File : KviTalFileDialog.cpp // Creation date : Thu Sep 11 2003 04:09:24 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalFileDialog.h b/src/kvilib/tal/KviTalFileDialog.h index ae321693c..26598336d 100644 --- a/src/kvilib/tal/KviTalFileDialog.h +++ b/src/kvilib/tal/KviTalFileDialog.h @@ -6,7 +6,7 @@ // File : KviTalFileDialog.h // Creation date : Thu Sep 11 2003 04:41:08 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalGroupBox.cpp b/src/kvilib/tal/KviTalGroupBox.cpp index 10e083846..09b5dcfd2 100644 --- a/src/kvilib/tal/KviTalGroupBox.cpp +++ b/src/kvilib/tal/KviTalGroupBox.cpp @@ -3,7 +3,7 @@ // File : KviTalGroupBox.cpp // Creation date : Mon Jan 22 2007 11:25:08 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalGroupBox.h b/src/kvilib/tal/KviTalGroupBox.h index 39d3c685e..8317e55ea 100644 --- a/src/kvilib/tal/KviTalGroupBox.h +++ b/src/kvilib/tal/KviTalGroupBox.h @@ -6,7 +6,7 @@ // File : KviTalGroupBox.h // Creation date : Mon Jan 22 2007 11:25:08 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalHBox.cpp b/src/kvilib/tal/KviTalHBox.cpp index 7a6c8f6d7..d96cf5f3d 100644 --- a/src/kvilib/tal/KviTalHBox.cpp +++ b/src/kvilib/tal/KviTalHBox.cpp @@ -3,7 +3,7 @@ // File : KviTalHBox.cpp // Creation date : Mon Jan 22 2007 11:25:08 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // Copyright (C) 2014 OmegaPhil (OmegaPhil@startmail.com) diff --git a/src/kvilib/tal/KviTalHBox.h b/src/kvilib/tal/KviTalHBox.h index 24cb8ab2c..e63bbafc2 100644 --- a/src/kvilib/tal/KviTalHBox.h +++ b/src/kvilib/tal/KviTalHBox.h @@ -6,7 +6,7 @@ // File : KviTalHBox.h // Creation date : Mon Jan 22 2007 11:25:08 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // diff --git a/src/kvilib/tal/KviTalIconAndRichTextItemDelegate.cpp b/src/kvilib/tal/KviTalIconAndRichTextItemDelegate.cpp index 05c82d00c..b44719e91 100644 --- a/src/kvilib/tal/KviTalIconAndRichTextItemDelegate.cpp +++ b/src/kvilib/tal/KviTalIconAndRichTextItemDelegate.cpp @@ -3,7 +3,7 @@ // File : KviTalIconAndRichTextItemDelegate.cpp // Creation date : Mon May 05 2008 11:25:08 by Alessandro Carbone // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalIconAndRichTextItemDelegate.h b/src/kvilib/tal/KviTalIconAndRichTextItemDelegate.h index 83aa8dd3a..8cd65c24e 100644 --- a/src/kvilib/tal/KviTalIconAndRichTextItemDelegate.h +++ b/src/kvilib/tal/KviTalIconAndRichTextItemDelegate.h @@ -6,7 +6,7 @@ // File : KviTalIconAndRichTextItemDelegate.h // Creation date : Mon May 05 2008 11:25:08 by Alessandro Carbone // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalListWidget.cpp b/src/kvilib/tal/KviTalListWidget.cpp index d4ffaf8e1..6d9da8315 100644 --- a/src/kvilib/tal/KviTalListWidget.cpp +++ b/src/kvilib/tal/KviTalListWidget.cpp @@ -3,7 +3,7 @@ // File : KviTalListWidget.cpp // Creation date : Mon May 05 2008 11:25:08 by Alessandro Carbone // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalListWidget.h b/src/kvilib/tal/KviTalListWidget.h index a4ea1e997..b8174e526 100644 --- a/src/kvilib/tal/KviTalListWidget.h +++ b/src/kvilib/tal/KviTalListWidget.h @@ -6,7 +6,7 @@ // File : KviTalListWidget.h // Creation date : Mon May 05 2008 11:25:08 by Alessandro Carbone // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalMainWindow.cpp b/src/kvilib/tal/KviTalMainWindow.cpp index 8a286bccf..67925111e 100644 --- a/src/kvilib/tal/KviTalMainWindow.cpp +++ b/src/kvilib/tal/KviTalMainWindow.cpp @@ -3,7 +3,7 @@ // File : KviTalMainWindow.coo // Creation date : Sun Aug 12 2001 04:40:24 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalMainWindow.h b/src/kvilib/tal/KviTalMainWindow.h index f167f5825..86fee32ca 100644 --- a/src/kvilib/tal/KviTalMainWindow.h +++ b/src/kvilib/tal/KviTalMainWindow.h @@ -5,7 +5,7 @@ // File : KviTalMainWindow.h // Creation date : Sun Aug 12 2001 04:41:08 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalMenuBar.cpp b/src/kvilib/tal/KviTalMenuBar.cpp index 8f8de0658..df7df4176 100644 --- a/src/kvilib/tal/KviTalMenuBar.cpp +++ b/src/kvilib/tal/KviTalMenuBar.cpp @@ -3,7 +3,7 @@ // File : KviTalMenuBar.cpp // Creation date : Sun Aug 12 06:35:18 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalMenuBar.h b/src/kvilib/tal/KviTalMenuBar.h index 94a309213..a14b2293f 100644 --- a/src/kvilib/tal/KviTalMenuBar.h +++ b/src/kvilib/tal/KviTalMenuBar.h @@ -5,7 +5,7 @@ // File : KviTalMenuBar.h // Creation date : Sun Aug 12 06:35:15 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalSplitter.cpp b/src/kvilib/tal/KviTalSplitter.cpp index 6ceac55fc..e6c83e394 100644 --- a/src/kvilib/tal/KviTalSplitter.cpp +++ b/src/kvilib/tal/KviTalSplitter.cpp @@ -3,7 +3,7 @@ // File : KviTalSplitter.cpp // Creation date : Mon Aug 31 2009 19:47:08 by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Fabio Bas (ctrlaltca at libero dot it) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalSplitter.h b/src/kvilib/tal/KviTalSplitter.h index 305307692..01da80cc9 100644 --- a/src/kvilib/tal/KviTalSplitter.h +++ b/src/kvilib/tal/KviTalSplitter.h @@ -6,7 +6,7 @@ // File : KviTalSplitter.cpp // Creation date : Mon Aug 31 2009 19:47:08 by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Fabio Bas (ctrlaltca at libero dot it) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalTabDialog.cpp b/src/kvilib/tal/KviTalTabDialog.cpp index 3f9c831e8..44526deb6 100644 --- a/src/kvilib/tal/KviTalTabDialog.cpp +++ b/src/kvilib/tal/KviTalTabDialog.cpp @@ -3,7 +3,7 @@ // File : KviTalTabDialog.cpp // Creation date : Tue Feb 06 2007 14:35:08 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // diff --git a/src/kvilib/tal/KviTalTabDialog.h b/src/kvilib/tal/KviTalTabDialog.h index d449c4c5d..a71558575 100644 --- a/src/kvilib/tal/KviTalTabDialog.h +++ b/src/kvilib/tal/KviTalTabDialog.h @@ -6,7 +6,7 @@ // File : KviTalTabDialog.h // Creation date : Tue Feb 06 2007 14:35:08 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // diff --git a/src/kvilib/tal/KviTalTableWidget.cpp b/src/kvilib/tal/KviTalTableWidget.cpp index ea49a7fe9..7649d1d03 100644 --- a/src/kvilib/tal/KviTalTableWidget.cpp +++ b/src/kvilib/tal/KviTalTableWidget.cpp @@ -3,7 +3,7 @@ // File : KviTalTableWidget.cpp // Creation date : Fri Jun 27 2008 10:00:08 by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalTableWidget.h b/src/kvilib/tal/KviTalTableWidget.h index ed14c4e7f..84470daa1 100644 --- a/src/kvilib/tal/KviTalTableWidget.h +++ b/src/kvilib/tal/KviTalTableWidget.h @@ -6,7 +6,7 @@ // File : KviTalTableWidget.h // Creation date : Fri Jun 27 2008 10:00:08 by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalToolTip.cpp b/src/kvilib/tal/KviTalToolTip.cpp index 0ad435ba1..74f784777 100644 --- a/src/kvilib/tal/KviTalToolTip.cpp +++ b/src/kvilib/tal/KviTalToolTip.cpp @@ -3,7 +3,7 @@ // File : KviTalToolTip.cpp // Creation date : Mon May 05 2008 11:25:08 by Alessandro Carbone // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalToolTip.h b/src/kvilib/tal/KviTalToolTip.h index 7e8110438..8cd0e2042 100644 --- a/src/kvilib/tal/KviTalToolTip.h +++ b/src/kvilib/tal/KviTalToolTip.h @@ -6,7 +6,7 @@ // File : KviTalToolTip.h // Creation date : Mon May 05 2008 11:25:08 by Alessandro Carbone // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalVBox.cpp b/src/kvilib/tal/KviTalVBox.cpp index 8a1c1a780..b481452e8 100644 --- a/src/kvilib/tal/KviTalVBox.cpp +++ b/src/kvilib/tal/KviTalVBox.cpp @@ -3,7 +3,7 @@ // File : KviTalVBox.cpp // Creation date : Mon Jan 22 2007 11:25:08 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // diff --git a/src/kvilib/tal/KviTalVBox.h b/src/kvilib/tal/KviTalVBox.h index 7a15661da..2f53ae25b 100644 --- a/src/kvilib/tal/KviTalVBox.h +++ b/src/kvilib/tal/KviTalVBox.h @@ -6,7 +6,7 @@ // File : KviTalVBox.h // Creation date : Mon Jan 22 2007 11:25:08 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // diff --git a/src/kvilib/tal/KviTalWizard.cpp b/src/kvilib/tal/KviTalWizard.cpp index 2047c3dea..aa91d6938 100644 --- a/src/kvilib/tal/KviTalWizard.cpp +++ b/src/kvilib/tal/KviTalWizard.cpp @@ -3,7 +3,7 @@ // File : KviTalWizard.cpp // Creation date : Tue Feb 06 2007 14:35:08 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvilib/tal/KviTalWizard.h b/src/kvilib/tal/KviTalWizard.h index 874f9da5f..0f42c7def 100644 --- a/src/kvilib/tal/KviTalWizard.h +++ b/src/kvilib/tal/KviTalWizard.h @@ -6,7 +6,7 @@ // File : KviTalWizard.h // Creation date : Tue Feb 06 2007 14:35:08 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviApplication.cpp b/src/kvirc/kernel/KviApplication.cpp index 603379fc8..c7e9c6e3a 100644 --- a/src/kvirc/kernel/KviApplication.cpp +++ b/src/kvirc/kernel/KviApplication.cpp @@ -3,7 +3,7 @@ // File : KviApplication.cpp // Creation date : Sun Jun 18 2000 12:39:45 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviApplication.h b/src/kvirc/kernel/KviApplication.h index c3234a134..b47f41c1c 100644 --- a/src/kvirc/kernel/KviApplication.h +++ b/src/kvirc/kernel/KviApplication.h @@ -6,7 +6,7 @@ // File : KviApplication.h // Creation date : Sun Jun 18 2000 12:40:00 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviApplication_setup.cpp b/src/kvirc/kernel/KviApplication_setup.cpp index 76d4b3544..aa402ac10 100644 --- a/src/kvirc/kernel/KviApplication_setup.cpp +++ b/src/kvirc/kernel/KviApplication_setup.cpp @@ -3,7 +3,7 @@ // File : KviApplication_setup.cpp // Creation date : Fri Apr 2 1999 02:38:05 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviDefaultScript.cpp b/src/kvirc/kernel/KviDefaultScript.cpp index b4e418eb5..755d0dbb2 100644 --- a/src/kvirc/kernel/KviDefaultScript.cpp +++ b/src/kvirc/kernel/KviDefaultScript.cpp @@ -3,7 +3,7 @@ // File : KviDefaultScript.cpp // Creation date : Fri Oct 01 2010 19:14:48 by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hell at hellvis69 dot netsons dot org) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviDefaultScript.h b/src/kvirc/kernel/KviDefaultScript.h index 190f44909..feaf298a0 100644 --- a/src/kvirc/kernel/KviDefaultScript.h +++ b/src/kvirc/kernel/KviDefaultScript.h @@ -5,7 +5,7 @@ // File : KviDefaultScript.h // Creation date : Fri Oct 01 2010 19:14:48 by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Elvio Basello (hell at hellvis69 dot netsons dot org) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviFileTransfer.cpp b/src/kvirc/kernel/KviFileTransfer.cpp index 414794068..9c1128c37 100644 --- a/src/kvirc/kernel/KviFileTransfer.cpp +++ b/src/kvirc/kernel/KviFileTransfer.cpp @@ -3,7 +3,7 @@ // File : KviFileTransfer.cpp // Creation date : Mon Apr 21 22:14:31 2003 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviFileTransfer.h b/src/kvirc/kernel/KviFileTransfer.h index 89f5a3e62..9505cfdf8 100644 --- a/src/kvirc/kernel/KviFileTransfer.h +++ b/src/kvirc/kernel/KviFileTransfer.h @@ -6,7 +6,7 @@ // File : KviFileTransfer.h // Creation date : Mon Apr 21 22:14:31 2003 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviHtmlGenerator.cpp b/src/kvirc/kernel/KviHtmlGenerator.cpp index d5ec427c0..0e33d8aec 100644 --- a/src/kvirc/kernel/KviHtmlGenerator.cpp +++ b/src/kvirc/kernel/KviHtmlGenerator.cpp @@ -3,7 +3,7 @@ // File : KviHtmlGenerator.cpp // Creation date : Mon 04 Jan 2010 22:09:18 by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Fabio Bas < ctrlaltca at gmail dot com > // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviHtmlGenerator.h b/src/kvirc/kernel/KviHtmlGenerator.h index 4ebde0c03..92b66da27 100644 --- a/src/kvirc/kernel/KviHtmlGenerator.h +++ b/src/kvirc/kernel/KviHtmlGenerator.h @@ -5,7 +5,7 @@ // File : KviHtmlGenerator.h // Creation date : Mon 04 Jan 2010 22:09:18 by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Fabio Bas < ctrlaltca at gmail dot com > // Copyright (C) 2012 Elvio Basello < hellvis69 at gmail dot com > // diff --git a/src/kvirc/kernel/KviIconManager.cpp b/src/kvirc/kernel/KviIconManager.cpp index a34f230cb..624cc0a43 100644 --- a/src/kvirc/kernel/KviIconManager.cpp +++ b/src/kvirc/kernel/KviIconManager.cpp @@ -3,7 +3,7 @@ // File : KviIconManager.cpp // Creation date : Sat Jun 24 2000 14:50:11 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviIconManager.h b/src/kvirc/kernel/KviIconManager.h index fe43c8e3c..8068f14dc 100644 --- a/src/kvirc/kernel/KviIconManager.h +++ b/src/kvirc/kernel/KviIconManager.h @@ -6,7 +6,7 @@ // File : KviIconManager.h // Creation date : Sat Jun 24 2000 14:49:24 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2011 Elvio Basello (hellvis69 at gmail dot com) // diff --git a/src/kvirc/kernel/KviInternalCommand.cpp b/src/kvirc/kernel/KviInternalCommand.cpp index cb7de96eb..8e4b62309 100644 --- a/src/kvirc/kernel/KviInternalCommand.cpp +++ b/src/kvirc/kernel/KviInternalCommand.cpp @@ -3,7 +3,7 @@ // File : KviInternalCommand.cpp // Creation date : Sun Aug 13 2000 19:22:45 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviInternalCommand.h b/src/kvirc/kernel/KviInternalCommand.h index 140868999..9278ef60a 100644 --- a/src/kvirc/kernel/KviInternalCommand.h +++ b/src/kvirc/kernel/KviInternalCommand.h @@ -5,7 +5,7 @@ // File : KviInternalCommand.h // Creation date : Sun Aug 13 2000 19:21:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviIpcSentinel.cpp b/src/kvirc/kernel/KviIpcSentinel.cpp index c5520131b..5852945a9 100644 --- a/src/kvirc/kernel/KviIpcSentinel.cpp +++ b/src/kvirc/kernel/KviIpcSentinel.cpp @@ -3,7 +3,7 @@ // File : KviIpcSentinel.hcpp // Creation date : Tue Apr 10 2001 15:04:45 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviIpcSentinel.h b/src/kvirc/kernel/KviIpcSentinel.h index 636e3721f..745e2aa40 100644 --- a/src/kvirc/kernel/KviIpcSentinel.h +++ b/src/kvirc/kernel/KviIpcSentinel.h @@ -5,7 +5,7 @@ // File : KviIpcSentinel.h // Creation date : Tue Apr 10 2001 15:04:45 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviIrcConnectionTargetResolver.cpp b/src/kvirc/kernel/KviIrcConnectionTargetResolver.cpp index 65ea4bfdc..c39071073 100644 --- a/src/kvirc/kernel/KviIrcConnectionTargetResolver.cpp +++ b/src/kvirc/kernel/KviIrcConnectionTargetResolver.cpp @@ -3,7 +3,7 @@ // File : KviIrcConnectionTargetResolver.cpp // Creation date : Fri May 11 23:24:18 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviIrcSocket.cpp b/src/kvirc/kernel/KviIrcSocket.cpp index 8007c64a7..f777e6257 100644 --- a/src/kvirc/kernel/KviIrcSocket.cpp +++ b/src/kvirc/kernel/KviIrcSocket.cpp @@ -3,7 +3,7 @@ // File : KviIrcSocket.cpp // Creation date : Tue Jul 30 19:25:18 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviIrcSocket.h b/src/kvirc/kernel/KviIrcSocket.h index bb6e29940..4ef3f1d1a 100644 --- a/src/kvirc/kernel/KviIrcSocket.h +++ b/src/kvirc/kernel/KviIrcSocket.h @@ -5,7 +5,7 @@ // File : KviIrcSocket.h // Creation date : Tue Jul 30 19:25:17 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviIrcUrl.cpp b/src/kvirc/kernel/KviIrcUrl.cpp index 60f6758e6..db7f11f37 100644 --- a/src/kvirc/kernel/KviIrcUrl.cpp +++ b/src/kvirc/kernel/KviIrcUrl.cpp @@ -3,7 +3,7 @@ // File : KviIrcUrl.cpp // Creation date : Sun Mar 04 2001 14:20:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviIrcUrl.h b/src/kvirc/kernel/KviIrcUrl.h index 9bfb40c5c..0ddee98f1 100644 --- a/src/kvirc/kernel/KviIrcUrl.h +++ b/src/kvirc/kernel/KviIrcUrl.h @@ -5,7 +5,7 @@ // File : KviIrcUrl.h // Creation date : Sun Mar 04 2001 14:22:55 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviLagMeter.cpp b/src/kvirc/kernel/KviLagMeter.cpp index b0fdfef60..e45974d7b 100644 --- a/src/kvirc/kernel/KviLagMeter.cpp +++ b/src/kvirc/kernel/KviLagMeter.cpp @@ -3,7 +3,7 @@ // File : KviLagMeter.cpp // Creation date : Fri Oct 18 13:31:36 CEST 1999 by Juanjo lvarez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999 Juanjo lvarez // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/kvirc/kernel/KviLagMeter.h b/src/kvirc/kernel/KviLagMeter.h index 63537f5cf..5a936cbf0 100644 --- a/src/kvirc/kernel/KviLagMeter.h +++ b/src/kvirc/kernel/KviLagMeter.h @@ -5,7 +5,7 @@ // File : KviLagMeter.h // Creation date : Fri Oct 18 13:30:26 CEST 1999 by Juanjo lvarez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999 Juanjo lvarez // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/kvirc/kernel/KviMain.cpp b/src/kvirc/kernel/KviMain.cpp index fcfe8808a..12a1f42d7 100644 --- a/src/kvirc/kernel/KviMain.cpp +++ b/src/kvirc/kernel/KviMain.cpp @@ -3,7 +3,7 @@ // File : KviMain.cpp // Creation date : Sun Jun 18 2000 12:38:45 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviNotifyList.cpp b/src/kvirc/kernel/KviNotifyList.cpp index 8dfcab4ff..01388ed1b 100644 --- a/src/kvirc/kernel/KviNotifyList.cpp +++ b/src/kvirc/kernel/KviNotifyList.cpp @@ -3,7 +3,7 @@ // File : KviNotifyList.cpp // Creation date : Fri Oct 27 2000 23:41:01 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviNotifyList.h b/src/kvirc/kernel/KviNotifyList.h index 69a6dc13e..57f32065c 100644 --- a/src/kvirc/kernel/KviNotifyList.h +++ b/src/kvirc/kernel/KviNotifyList.h @@ -6,7 +6,7 @@ // File : KviNotifyList.h // Creation date : Fri Oct 27 2000 23:39:09 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviOptions.cpp b/src/kvirc/kernel/KviOptions.cpp index 18d416d95..5200052a6 100644 --- a/src/kvirc/kernel/KviOptions.cpp +++ b/src/kvirc/kernel/KviOptions.cpp @@ -3,7 +3,7 @@ // File : KviOptions.cpp // Creation date : Tue Jun 20 2000 11:42:00 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2014 OmegaPhil (OmegaPhil at startmail dot com) // diff --git a/src/kvirc/kernel/KviOptions.h b/src/kvirc/kernel/KviOptions.h index ad0a76967..87aff7f14 100644 --- a/src/kvirc/kernel/KviOptions.h +++ b/src/kvirc/kernel/KviOptions.h @@ -6,7 +6,7 @@ // File : KviOptions.h // Creation date : Tue Jun 20 2000 12:42:07 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2014 OmegaPhil (OmegaPhil at startmail dot com) // diff --git a/src/kvirc/kernel/KviSSLMaster.cpp b/src/kvirc/kernel/KviSSLMaster.cpp index 99d4fdc9a..ff84cd359 100644 --- a/src/kvirc/kernel/KviSSLMaster.cpp +++ b/src/kvirc/kernel/KviSSLMaster.cpp @@ -3,7 +3,7 @@ // File : KviSSLmanager.cpp // Creation date : Mon Jun 17 2002 20:34:00 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviSSLMaster.h b/src/kvirc/kernel/KviSSLMaster.h index 0d51e2aa3..75325b63f 100644 --- a/src/kvirc/kernel/KviSSLMaster.h +++ b/src/kvirc/kernel/KviSSLMaster.h @@ -5,7 +5,7 @@ // File : KviSSLMaster.h // Creation date : Mon Jun 17 2002 20:34:00 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviTextIconManager.cpp b/src/kvirc/kernel/KviTextIconManager.cpp index d3f485fb2..38afb2885 100644 --- a/src/kvirc/kernel/KviTextIconManager.cpp +++ b/src/kvirc/kernel/KviTextIconManager.cpp @@ -3,7 +3,7 @@ // File : KviTextIconManager.cpp // Creation date : Thu 15 May 2002 12:04:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviTextIconManager.h b/src/kvirc/kernel/KviTextIconManager.h index 6839385a0..b1aa0a3f8 100644 --- a/src/kvirc/kernel/KviTextIconManager.h +++ b/src/kvirc/kernel/KviTextIconManager.h @@ -6,7 +6,7 @@ // File : KviTextIconManager.h // Creation date : Thu 15 May 2002 12:04:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviTheme.cpp b/src/kvirc/kernel/KviTheme.cpp index a0936c006..76e2111fd 100644 --- a/src/kvirc/kernel/KviTheme.cpp +++ b/src/kvirc/kernel/KviTheme.cpp @@ -3,7 +3,7 @@ // File : kvi_themeinfo.cpp // Creation date : Mon Jan 08 2007 03:23:00 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviTheme.h b/src/kvirc/kernel/KviTheme.h index 66b9b89ad..494eb037e 100644 --- a/src/kvirc/kernel/KviTheme.h +++ b/src/kvirc/kernel/KviTheme.h @@ -6,7 +6,7 @@ // File : KviTheme.h // Creation date : Mon Jan 08 2007 03:23:00 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviUserAction.cpp b/src/kvirc/kernel/KviUserAction.cpp index 893a54473..0d5042b3f 100644 --- a/src/kvirc/kernel/KviUserAction.cpp +++ b/src/kvirc/kernel/KviUserAction.cpp @@ -3,7 +3,7 @@ // File : KviUserListView.cpp // Creation date : Tue Mar 18 2003 13:36:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/KviUserAction.h b/src/kvirc/kernel/KviUserAction.h index 50f700822..110edbf00 100644 --- a/src/kvirc/kernel/KviUserAction.h +++ b/src/kvirc/kernel/KviUserAction.h @@ -6,7 +6,7 @@ // File : KviUserAction.h // Creation date : Tue Mar 18 2003 13:36:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kernel/kvi_out.h b/src/kvirc/kernel/kvi_out.h index 925fda977..b545d92c4 100644 --- a/src/kvirc/kernel/kvi_out.h +++ b/src/kvirc/kernel/kvi_out.h @@ -5,7 +5,7 @@ // File : kvi_out.h // Creation date : Fri Jun 30 2000 14:13:21 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/KviKvs.cpp b/src/kvirc/kvs/KviKvs.cpp index 98e6c553b..b65fee8a4 100644 --- a/src/kvirc/kvs/KviKvs.cpp +++ b/src/kvirc/kvs/KviKvs.cpp @@ -3,7 +3,7 @@ // File : KviKvs.cpp // Creation date : Wed 1 Oct 2003 01.38 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/KviKvs.h b/src/kvirc/kvs/KviKvs.h index 2bb3490b7..a75761d24 100644 --- a/src/kvirc/kvs/KviKvs.h +++ b/src/kvirc/kvs/KviKvs.h @@ -5,7 +5,7 @@ // File : KviKvs.h // Creation date : Wed 1 Oct 2003 01.37 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/KviKvsKernel.cpp b/src/kvirc/kvs/KviKvsKernel.cpp index d8bdb28f2..dcb50a6cb 100644 --- a/src/kvirc/kvs/KviKvsKernel.cpp +++ b/src/kvirc/kvs/KviKvsKernel.cpp @@ -3,7 +3,7 @@ // File : KviKvsKernel.cpp // Creation date : Tue 30 Sep 2003 05.12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/KviKvsKernel.h b/src/kvirc/kvs/KviKvsKernel.h index c5fc3c444..f761a5156 100644 --- a/src/kvirc/kvs/KviKvsKernel.h +++ b/src/kvirc/kvs/KviKvsKernel.h @@ -5,7 +5,7 @@ // File : KviKvsKernel.h // Creation date : Tue 30 Sep 2003 13.46 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/KviKvsReport.cpp b/src/kvirc/kvs/KviKvsReport.cpp index 2d9bf1170..b3ee9a1e5 100644 --- a/src/kvirc/kvs/KviKvsReport.cpp +++ b/src/kvirc/kvs/KviKvsReport.cpp @@ -3,7 +3,7 @@ // File : KviKvsReport.cpp // Creation date : Thu 25 Sep 2003 05.12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/KviKvsReport.h b/src/kvirc/kvs/KviKvsReport.h index 3b60a0bf7..6ad68e6f0 100644 --- a/src/kvirc/kvs/KviKvsReport.h +++ b/src/kvirc/kvs/KviKvsReport.h @@ -5,7 +5,7 @@ // File : KviKvsReport.h // Creation date : Thu 25 Sep 2003 05.12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/KviKvsScript.cpp b/src/kvirc/kvs/KviKvsScript.cpp index 89514e0dd..e4038ef1b 100644 --- a/src/kvirc/kvs/KviKvsScript.cpp +++ b/src/kvirc/kvs/KviKvsScript.cpp @@ -3,7 +3,7 @@ // File : KviKvsScript.cpp // Creation date : Thu 25 Sep 2003 05.12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/KviKvsScript.h b/src/kvirc/kvs/KviKvsScript.h index 0824d2ff3..52db02079 100644 --- a/src/kvirc/kvs/KviKvsScript.h +++ b/src/kvirc/kvs/KviKvsScript.h @@ -5,7 +5,7 @@ // File : KviKvsScript.h // Creation date : Thu 25 Sep 2003 05.12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/KviKvsTypes.h b/src/kvirc/kvs/KviKvsTypes.h index 77d7ae843..9ee9faa8e 100644 --- a/src/kvirc/kvs/KviKvsTypes.h +++ b/src/kvirc/kvs/KviKvsTypes.h @@ -5,7 +5,7 @@ // File : KviKvsTypes.h // Creation date : : Sun 29 May 2005 05.25 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/parser/KviKvsParser.cpp b/src/kvirc/kvs/parser/KviKvsParser.cpp index 59b4505d8..8b56777f5 100644 --- a/src/kvirc/kvs/parser/KviKvsParser.cpp +++ b/src/kvirc/kvs/parser/KviKvsParser.cpp @@ -3,7 +3,7 @@ // File : KviKvsParser.cpp // Creation date : Thu 25 Sep 2003 05.12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/parser/KviKvsParser.h b/src/kvirc/kvs/parser/KviKvsParser.h index 520d9c3e6..5518235e1 100644 --- a/src/kvirc/kvs/parser/KviKvsParser.h +++ b/src/kvirc/kvs/parser/KviKvsParser.h @@ -5,7 +5,7 @@ // File : KviKvsParser.h // Creation date : Thu 25 Sep 2003 05.12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/parser/KviKvsParserMacros.h b/src/kvirc/kvs/parser/KviKvsParserMacros.h index 2d7405b8a..8b181e9f4 100644 --- a/src/kvirc/kvs/parser/KviKvsParserMacros.h +++ b/src/kvirc/kvs/parser/KviKvsParserMacros.h @@ -5,7 +5,7 @@ // File : KviKvsParserMacros.h // Creation date : Sun 5 Ocr 2003 20.25 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/parser/KviKvsParser_command.cpp b/src/kvirc/kvs/parser/KviKvsParser_command.cpp index ba1a3f835..faf2bb870 100644 --- a/src/kvirc/kvs/parser/KviKvsParser_command.cpp +++ b/src/kvirc/kvs/parser/KviKvsParser_command.cpp @@ -3,7 +3,7 @@ // File : KviKvsParser_command.cpp // Creation date : Thu 03 Nov 2003 13.23 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/parser/KviKvsParser_comment.cpp b/src/kvirc/kvs/parser/KviKvsParser_comment.cpp index d852c1d3a..a048a1a07 100644 --- a/src/kvirc/kvs/parser/KviKvsParser_comment.cpp +++ b/src/kvirc/kvs/parser/KviKvsParser_comment.cpp @@ -3,7 +3,7 @@ // File : KviKvsParser_comment.cpp // Creation date : Thu 03 Nov 2003 13.23 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/parser/KviKvsParser_dollar.cpp b/src/kvirc/kvs/parser/KviKvsParser_dollar.cpp index bce918c75..462cc1471 100644 --- a/src/kvirc/kvs/parser/KviKvsParser_dollar.cpp +++ b/src/kvirc/kvs/parser/KviKvsParser_dollar.cpp @@ -3,7 +3,7 @@ // File : KviKvsParser_dollar.cpp // Creation date : Thu 5 Oct 2003 20.20 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/parser/KviKvsParser_expression.cpp b/src/kvirc/kvs/parser/KviKvsParser_expression.cpp index d0a520393..6c5087d50 100644 --- a/src/kvirc/kvs/parser/KviKvsParser_expression.cpp +++ b/src/kvirc/kvs/parser/KviKvsParser_expression.cpp @@ -3,7 +3,7 @@ // File : KviKvsParser_expression.cpp // Creation date : Mon 6 Oct 2003 01.31 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/parser/KviKvsParser_lside.cpp b/src/kvirc/kvs/parser/KviKvsParser_lside.cpp index e86ba9f1f..e3deec28f 100644 --- a/src/kvirc/kvs/parser/KviKvsParser_lside.cpp +++ b/src/kvirc/kvs/parser/KviKvsParser_lside.cpp @@ -3,7 +3,7 @@ // File : KviKvsParser_lside.cpp // Creation date : Thu 03 Nov 2003 13.11 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/parser/KviKvsParser_specialCommands.cpp b/src/kvirc/kvs/parser/KviKvsParser_specialCommands.cpp index 0e179d98f..40480d6d0 100644 --- a/src/kvirc/kvs/parser/KviKvsParser_specialCommands.cpp +++ b/src/kvirc/kvs/parser/KviKvsParser_specialCommands.cpp @@ -3,7 +3,7 @@ // File : KviKvsParser_specialCommands.cpp // Creation date : Thu 06 Now 2003 14.14 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/tree/KviKvsTreeNode.h b/src/kvirc/kvs/tree/KviKvsTreeNode.h index 206c8493f..aa108bb29 100644 --- a/src/kvirc/kvs/tree/KviKvsTreeNode.h +++ b/src/kvirc/kvs/tree/KviKvsTreeNode.h @@ -5,7 +5,7 @@ // File : KviKvsTreeNode.h // Creation date : Thu 25 Sep 2003 05.12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/tree/KviKvsTreeNodeData.cpp b/src/kvirc/kvs/tree/KviKvsTreeNodeData.cpp index f1c86d757..ac2add95b 100644 --- a/src/kvirc/kvs/tree/KviKvsTreeNodeData.cpp +++ b/src/kvirc/kvs/tree/KviKvsTreeNodeData.cpp @@ -3,7 +3,7 @@ // File : KviKvsTreeNodeData.cpp // Creation date : Sun 05 Oct 2003 21.52 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/tree/KviKvsTreeNodeData.h b/src/kvirc/kvs/tree/KviKvsTreeNodeData.h index f141535bc..4be1c637e 100644 --- a/src/kvirc/kvs/tree/KviKvsTreeNodeData.h +++ b/src/kvirc/kvs/tree/KviKvsTreeNodeData.h @@ -5,7 +5,7 @@ // File : KviKvsTreeNodeData.h // Creation date : Sun 05 Oct 2003 21.42 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/tree/KviKvsTreeNodeExpression.cpp b/src/kvirc/kvs/tree/KviKvsTreeNodeExpression.cpp index 7171e931f..88db6e57a 100644 --- a/src/kvirc/kvs/tree/KviKvsTreeNodeExpression.cpp +++ b/src/kvirc/kvs/tree/KviKvsTreeNodeExpression.cpp @@ -3,7 +3,7 @@ // File : KviKvsTreeNodeExpression.cpp // Creation date : Mon 06 Oct 2003 01.35 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/tree/KviKvsTreeNodeExpression.h b/src/kvirc/kvs/tree/KviKvsTreeNodeExpression.h index c4657b5a2..4db717366 100644 --- a/src/kvirc/kvs/tree/KviKvsTreeNodeExpression.h +++ b/src/kvirc/kvs/tree/KviKvsTreeNodeExpression.h @@ -5,7 +5,7 @@ // File : KviKvsTreeNodeExpression.h // Creation date : Mon 06 Oct 2003 01.33 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/tree/KviKvsTreeNodeInstruction.cpp b/src/kvirc/kvs/tree/KviKvsTreeNodeInstruction.cpp index 35cfbe02f..cab05e3b1 100644 --- a/src/kvirc/kvs/tree/KviKvsTreeNodeInstruction.cpp +++ b/src/kvirc/kvs/tree/KviKvsTreeNodeInstruction.cpp @@ -3,7 +3,7 @@ // File : KviKvsTreeNodeInstruction.cpp // Creation date : Mon 06 Sep 2003 03.47 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/kvs/tree/KviKvsTreeNodeInstruction.h b/src/kvirc/kvs/tree/KviKvsTreeNodeInstruction.h index 61fa89412..9414fe543 100644 --- a/src/kvirc/kvs/tree/KviKvsTreeNodeInstruction.h +++ b/src/kvirc/kvs/tree/KviKvsTreeNodeInstruction.h @@ -5,7 +5,7 @@ // File : KviKvsTreeNodeInstruction.h // Creation date : Mon 06 Oct 2003 03.46 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/module/KviMexLinkFilter.cpp b/src/kvirc/module/KviMexLinkFilter.cpp index f494221bd..8ee3dece6 100644 --- a/src/kvirc/module/KviMexLinkFilter.cpp +++ b/src/kvirc/module/KviMexLinkFilter.cpp @@ -3,7 +3,7 @@ // File : KviMexLinkFilter.cpp // Creation date : Wed Apr 11 2003 03:07 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/module/KviMexLinkFilter.h b/src/kvirc/module/KviMexLinkFilter.h index ae099dccf..a6311d700 100644 --- a/src/kvirc/module/KviMexLinkFilter.h +++ b/src/kvirc/module/KviMexLinkFilter.h @@ -5,7 +5,7 @@ // File : KviMexLinkFilter.h // Creation date : Wed Apr 11 2003 03:07 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/module/KviMexServerImport.cpp b/src/kvirc/module/KviMexServerImport.cpp index 33827bf77..3043dfa21 100644 --- a/src/kvirc/module/KviMexServerImport.cpp +++ b/src/kvirc/module/KviMexServerImport.cpp @@ -3,7 +3,7 @@ // File : KviMexServerImport.cpp // Creation date : Wed Apr 9 2003 04:53 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/module/KviMexServerImport.h b/src/kvirc/module/KviMexServerImport.h index 61b176efe..6ed9ef84f 100644 --- a/src/kvirc/module/KviMexServerImport.h +++ b/src/kvirc/module/KviMexServerImport.h @@ -5,7 +5,7 @@ // File : KviMexServerImport.h // Creation date : Wed Apr 9 2003 04:53 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/module/KviMexToolBar.cpp b/src/kvirc/module/KviMexToolBar.cpp index c844650ad..c9d0fe476 100644 --- a/src/kvirc/module/KviMexToolBar.cpp +++ b/src/kvirc/module/KviMexToolBar.cpp @@ -3,7 +3,7 @@ // File : KviMexToolBar.cpp // Creation date : Thu Sep 12 22:11:47 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/module/KviMexToolBar.h b/src/kvirc/module/KviMexToolBar.h index 5ee90ba95..425557a24 100644 --- a/src/kvirc/module/KviMexToolBar.h +++ b/src/kvirc/module/KviMexToolBar.h @@ -5,7 +5,7 @@ // File : KviMexToolBar.h // Creation date : Thu Sep 12 22:11:45 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/module/KviModule.cpp b/src/kvirc/module/KviModule.cpp index ee4d8395a..5a32e330b 100644 --- a/src/kvirc/module/KviModule.cpp +++ b/src/kvirc/module/KviModule.cpp @@ -3,7 +3,7 @@ // File : KviModule.cpp // Creation date : Sat Aug 12 2000 20:30:29 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/module/KviModule.h b/src/kvirc/module/KviModule.h index 2f04a850e..ea739bbdc 100644 --- a/src/kvirc/module/KviModule.h +++ b/src/kvirc/module/KviModule.h @@ -6,7 +6,7 @@ // File : KviModule.h // Creation date : Sat Aug 12 2000 18:34:22 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/module/KviModuleExtension.cpp b/src/kvirc/module/KviModuleExtension.cpp index 94cdb6312..8246cfa34 100644 --- a/src/kvirc/module/KviModuleExtension.cpp +++ b/src/kvirc/module/KviModuleExtension.cpp @@ -3,7 +3,7 @@ // File : KviModuleExtension.cpp // Creation date : Tue Sep 10 01:16:25 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/module/KviModuleExtension.h b/src/kvirc/module/KviModuleExtension.h index 91a4c3f5d..0ed226c00 100644 --- a/src/kvirc/module/KviModuleExtension.h +++ b/src/kvirc/module/KviModuleExtension.h @@ -5,7 +5,7 @@ // File : KviModuleExtension.h // Creation date : Tue Sep 10 01:16:24 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/module/KviModuleManager.cpp b/src/kvirc/module/KviModuleManager.cpp index 6e24240c5..2bcad3b2a 100644 --- a/src/kvirc/module/KviModuleManager.cpp +++ b/src/kvirc/module/KviModuleManager.cpp @@ -3,7 +3,7 @@ // File : KviModuleManager.cpp // Creation date : Sat Aug 12 2000 20:32:11 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/module/KviModuleManager.h b/src/kvirc/module/KviModuleManager.h index dda330f53..a817aac67 100644 --- a/src/kvirc/module/KviModuleManager.h +++ b/src/kvirc/module/KviModuleManager.h @@ -6,7 +6,7 @@ // File : KviModuleManager.h // Creation date : Sat Aug 12 2000 20:31:17 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/sparser/KviAntiSpam.cpp b/src/kvirc/sparser/KviAntiSpam.cpp index 1d3890166..7aaadff99 100644 --- a/src/kvirc/sparser/KviAntiSpam.cpp +++ b/src/kvirc/sparser/KviAntiSpam.cpp @@ -3,7 +3,7 @@ // File : KviAntiSpam.cpp // Creation date : Sun Apr 18 1999 05:36:55 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/sparser/KviAntiSpam.h b/src/kvirc/sparser/KviAntiSpam.h index 0d01a6199..9c2269bf3 100644 --- a/src/kvirc/sparser/KviAntiSpam.h +++ b/src/kvirc/sparser/KviAntiSpam.h @@ -5,7 +5,7 @@ // File : KviAntiSpam.h // Creation date : Sun Apr 18 1999 05:36:55 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/sparser/KviIrcMessage.cpp b/src/kvirc/sparser/KviIrcMessage.cpp index a631fe5be..f1534dd75 100644 --- a/src/kvirc/sparser/KviIrcMessage.cpp +++ b/src/kvirc/sparser/KviIrcMessage.cpp @@ -3,7 +3,7 @@ // File : KviIrcMessage.cpp // Creation date : Fri Aug 2 23:08:57 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/sparser/KviIrcMessage.h b/src/kvirc/sparser/KviIrcMessage.h index 1ac185218..fd429a17c 100644 --- a/src/kvirc/sparser/KviIrcMessage.h +++ b/src/kvirc/sparser/KviIrcMessage.h @@ -5,7 +5,7 @@ // File : KviIrcMessage.h // Creation date : Fri Aug 2 23:08:55 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/sparser/KviIrcServerParser.cpp b/src/kvirc/sparser/KviIrcServerParser.cpp index ba827a53a..51e625cde 100644 --- a/src/kvirc/sparser/KviIrcServerParser.cpp +++ b/src/kvirc/sparser/KviIrcServerParser.cpp @@ -3,7 +3,7 @@ // File : KviIrcServerParser.cpp // Creation date : Sun Jun 30 2000 03:25:17 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/sparser/KviIrcServerParser.h b/src/kvirc/sparser/KviIrcServerParser.h index 7aed393bc..31f4f4c4f 100644 --- a/src/kvirc/sparser/KviIrcServerParser.h +++ b/src/kvirc/sparser/KviIrcServerParser.h @@ -6,7 +6,7 @@ // File : KviIrcServerParser.h // Creation date : Sat Jun 29 2000 14:23:11 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/sparser/KviIrcServerParser_ctcp.cpp b/src/kvirc/sparser/KviIrcServerParser_ctcp.cpp index 06cef7a14..1c5ea61e5 100644 --- a/src/kvirc/sparser/KviIrcServerParser_ctcp.cpp +++ b/src/kvirc/sparser/KviIrcServerParser_ctcp.cpp @@ -3,7 +3,7 @@ // File : KviIrcServerParser_ctcp.cpp // Creation date : Thu Aug 16 2000 13:34:42 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/sparser/KviIrcServerParser_literalHandlers.cpp b/src/kvirc/sparser/KviIrcServerParser_literalHandlers.cpp index 755fa1c02..ba5f76717 100644 --- a/src/kvirc/sparser/KviIrcServerParser_literalHandlers.cpp +++ b/src/kvirc/sparser/KviIrcServerParser_literalHandlers.cpp @@ -3,7 +3,7 @@ // File : KviIrcServerParser_literalHandlers.cpp // Creation date : Thu Aug 3 2000 01:29:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // diff --git a/src/kvirc/sparser/KviIrcServerParser_numericHandlers.cpp b/src/kvirc/sparser/KviIrcServerParser_numericHandlers.cpp index 8d91a6f02..127cbc497 100644 --- a/src/kvirc/sparser/KviIrcServerParser_numericHandlers.cpp +++ b/src/kvirc/sparser/KviIrcServerParser_numericHandlers.cpp @@ -3,7 +3,7 @@ // File : KviIrcServerParser_numericHandlers.cpp // Creation date : Thu Aug 3 2000 01:30:45 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // diff --git a/src/kvirc/sparser/KviIrcServerParser_tables.cpp b/src/kvirc/sparser/KviIrcServerParser_tables.cpp index 5cfd09634..d1edd294b 100644 --- a/src/kvirc/sparser/KviIrcServerParser_tables.cpp +++ b/src/kvirc/sparser/KviIrcServerParser_tables.cpp @@ -3,7 +3,7 @@ // File : KviIrcServerParser_tables.cpp // Creation date : Sun Jun 30 2000 18:10:19 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // diff --git a/src/kvirc/ui/KviChannelWindow.cpp b/src/kvirc/ui/KviChannelWindow.cpp index 4ecbcff35..3d53ab680 100644 --- a/src/kvirc/ui/KviChannelWindow.cpp +++ b/src/kvirc/ui/KviChannelWindow.cpp @@ -3,7 +3,7 @@ // File : KviChannelWindow.cpp // Creation date : Tue Aug 1 2000 02:20:22 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviChannelWindow.h b/src/kvirc/ui/KviChannelWindow.h index 512db8a78..8e334a2a4 100644 --- a/src/kvirc/ui/KviChannelWindow.h +++ b/src/kvirc/ui/KviChannelWindow.h @@ -5,7 +5,7 @@ // File : KviChannelWindow.h // Creation date : Tue Aug 1 2000 01:42:00 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2011 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviColorSelectionWindow.cpp b/src/kvirc/ui/KviColorSelectionWindow.cpp index 5b5770c32..f4583076e 100644 --- a/src/kvirc/ui/KviColorSelectionWindow.cpp +++ b/src/kvirc/ui/KviColorSelectionWindow.cpp @@ -3,7 +3,7 @@ // File : KviColorSelectionWindow.cpp // Creation date : Wed Jan 6 1999 04:30:20 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviColorSelectionWindow.h b/src/kvirc/ui/KviColorSelectionWindow.h index 9bee1c488..0c7723ca4 100644 --- a/src/kvirc/ui/KviColorSelectionWindow.h +++ b/src/kvirc/ui/KviColorSelectionWindow.h @@ -5,7 +5,7 @@ // File : KviColorSelectionWindow.h // Creation date : Wed Jan 6 1999 04:27:45 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviConsoleWindow.cpp b/src/kvirc/ui/KviConsoleWindow.cpp index 1abd7f811..0ff744d34 100644 --- a/src/kvirc/ui/KviConsoleWindow.cpp +++ b/src/kvirc/ui/KviConsoleWindow.cpp @@ -3,7 +3,7 @@ // File : KviConsoleWindow.cpp // Creation date : Sun Jun 25 2000 15:01:34 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviConsoleWindow.h b/src/kvirc/ui/KviConsoleWindow.h index 2d92c9b2b..4c1d51211 100644 --- a/src/kvirc/ui/KviConsoleWindow.h +++ b/src/kvirc/ui/KviConsoleWindow.h @@ -5,7 +5,7 @@ // File : KviConsoleWindow.h // Creation date : Sun Jun 25 2000 15:00:20 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviCryptController.cpp b/src/kvirc/ui/KviCryptController.cpp index 62148180e..88f311137 100644 --- a/src/kvirc/ui/KviCryptController.cpp +++ b/src/kvirc/ui/KviCryptController.cpp @@ -3,7 +3,7 @@ // File : KviCryptEngine.cpp // Creation date : Fri Nov 03 2000 14:16:33 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviCryptController.h b/src/kvirc/ui/KviCryptController.h index 66b549a0d..3ac1da4e9 100644 --- a/src/kvirc/ui/KviCryptController.h +++ b/src/kvirc/ui/KviCryptController.h @@ -5,7 +5,7 @@ // File : KviCryptEngine.h // Creation date : Fri Nov 03 2000 14:11:03 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviCtcpPageDialog.cpp b/src/kvirc/ui/KviCtcpPageDialog.cpp index cad665fd9..e85d76840 100644 --- a/src/kvirc/ui/KviCtcpPageDialog.cpp +++ b/src/kvirc/ui/KviCtcpPageDialog.cpp @@ -3,7 +3,7 @@ // File : KviCtcpPageDialog.cpp // Creation date : Tue May 21 2002 22:09:45 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviCtcpPageDialog.h b/src/kvirc/ui/KviCtcpPageDialog.h index 3a57d72a0..1b220f232 100644 --- a/src/kvirc/ui/KviCtcpPageDialog.h +++ b/src/kvirc/ui/KviCtcpPageDialog.h @@ -5,7 +5,7 @@ // File : KviCtcpPageDialog.h // Creation date : Tue May 21 2002 22:09:45 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviDebugWindow.cpp b/src/kvirc/ui/KviDebugWindow.cpp index 5dd721743..82bb85c61 100644 --- a/src/kvirc/ui/KviDebugWindow.cpp +++ b/src/kvirc/ui/KviDebugWindow.cpp @@ -3,7 +3,7 @@ // File : KviDebugWindow.cpp // Creation date : Sun Jul 18 2005 14:12:22 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviDebugWindow.h b/src/kvirc/ui/KviDebugWindow.h index 410e3055b..e2da2e80f 100644 --- a/src/kvirc/ui/KviDebugWindow.h +++ b/src/kvirc/ui/KviDebugWindow.h @@ -5,7 +5,7 @@ // File : KviDebugWindow.h // Creation date : Sun Jul 18 2005 14:14:00 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviDynamicToolTip.cpp b/src/kvirc/ui/KviDynamicToolTip.cpp index 09c03b2a7..a2f4dd45b 100644 --- a/src/kvirc/ui/KviDynamicToolTip.cpp +++ b/src/kvirc/ui/KviDynamicToolTip.cpp @@ -3,7 +3,7 @@ // File : KviDynamicToolTip.cpp // Creation date : Wed Nov 01 2000 15:25:11 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviDynamicToolTip.h b/src/kvirc/ui/KviDynamicToolTip.h index a89db69b7..6904506c0 100644 --- a/src/kvirc/ui/KviDynamicToolTip.h +++ b/src/kvirc/ui/KviDynamicToolTip.h @@ -5,7 +5,7 @@ // File : KviDynamicToolTip.h // Creation date : Wed Nov 01 2000 15:23:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviFileDialog.cpp b/src/kvirc/ui/KviFileDialog.cpp index 739964278..ab1ffd433 100644 --- a/src/kvirc/ui/KviFileDialog.cpp +++ b/src/kvirc/ui/KviFileDialog.cpp @@ -3,7 +3,7 @@ // File : KviFileDialog.cpp // Creation date : Mon Nov 20 2000 12:20:42 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviFileDialog.h b/src/kvirc/ui/KviFileDialog.h index 4f72d829b..5b3b0b6e7 100644 --- a/src/kvirc/ui/KviFileDialog.h +++ b/src/kvirc/ui/KviFileDialog.h @@ -5,7 +5,7 @@ // File : KviFileDialog.h // Creation date : Mon Nov 20 2000 03:52:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviHistoryWindow.cpp b/src/kvirc/ui/KviHistoryWindow.cpp index c4a6174f8..65e683b3b 100644 --- a/src/kvirc/ui/KviHistoryWindow.cpp +++ b/src/kvirc/ui/KviHistoryWindow.cpp @@ -5,7 +5,7 @@ // File : KviHistoryWindow.cpp // Creation date : Mon Aug 19 01:34:48 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviHistoryWindow.h b/src/kvirc/ui/KviHistoryWindow.h index 892f0803f..cb46ff90f 100644 --- a/src/kvirc/ui/KviHistoryWindow.h +++ b/src/kvirc/ui/KviHistoryWindow.h @@ -5,7 +5,7 @@ // File : KviHistoryWindow.h // Creation date : Mon Aug 19 01:34:46 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviImageDialog.cpp b/src/kvirc/ui/KviImageDialog.cpp index a76eea7df..58732bd08 100644 --- a/src/kvirc/ui/KviImageDialog.cpp +++ b/src/kvirc/ui/KviImageDialog.cpp @@ -3,7 +3,7 @@ // File : KviImageDialog.cpp // Creation date : Sun Dec 22 2002 19:42 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviImageDialog.h b/src/kvirc/ui/KviImageDialog.h index cb11817ab..ab62b3d4f 100644 --- a/src/kvirc/ui/KviImageDialog.h +++ b/src/kvirc/ui/KviImageDialog.h @@ -5,7 +5,7 @@ // File : KviImageDialog.h // Creation date : Sun Dec 22 2002 19:42 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviInput.cpp b/src/kvirc/ui/KviInput.cpp index afa8915fe..340b464a9 100644 --- a/src/kvirc/ui/KviInput.cpp +++ b/src/kvirc/ui/KviInput.cpp @@ -3,7 +3,7 @@ // File : KviInput.cpp // Creation date : Sun Jan 3 1999 23:11:50 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // diff --git a/src/kvirc/ui/KviInput.h b/src/kvirc/ui/KviInput.h index 61422d0eb..227b65ba1 100644 --- a/src/kvirc/ui/KviInput.h +++ b/src/kvirc/ui/KviInput.h @@ -5,7 +5,7 @@ // File : KviInput.h // Creation date : Sun Jan 3 1999 23:04:10 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // diff --git a/src/kvirc/ui/KviInputEditor.cpp b/src/kvirc/ui/KviInputEditor.cpp index a7f07e9e7..c22a1668e 100644 --- a/src/kvirc/ui/KviInputEditor.cpp +++ b/src/kvirc/ui/KviInputEditor.cpp @@ -3,7 +3,7 @@ // File : KviInputEditor.cpp // Creation date : Fri Sep 5 2008 17:26:34 by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // 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/kvirc/ui/KviInputEditor.h b/src/kvirc/ui/KviInputEditor.h index cd8131341..312762c7d 100644 --- a/src/kvirc/ui/KviInputEditor.h +++ b/src/kvirc/ui/KviInputEditor.h @@ -5,7 +5,7 @@ // File : KviInputEditor.h // Creation date : Fri Sep 5 2008 17:26:34 by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Elvio Basello (hell at hellvis69 dot netsons dot org) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviInputHistory.cpp b/src/kvirc/ui/KviInputHistory.cpp index 40ca105fb..e4a4c7aa7 100644 --- a/src/kvirc/ui/KviInputHistory.cpp +++ b/src/kvirc/ui/KviInputHistory.cpp @@ -3,7 +3,7 @@ // File : KviInputHistory.cpp // Creation date : Fri Sep 5 2008 17:26:34 by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // 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/kvirc/ui/KviInputHistory.h b/src/kvirc/ui/KviInputHistory.h index 2a35f65ca..561bf12ff 100644 --- a/src/kvirc/ui/KviInputHistory.h +++ b/src/kvirc/ui/KviInputHistory.h @@ -5,7 +5,7 @@ // File : KviInputHistory.h // Creation date : Fri Sep 5 2008 17:26:34 by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // 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/kvirc/ui/KviIpEditor.cpp b/src/kvirc/ui/KviIpEditor.cpp index edefb3071..8b52fdf0f 100644 --- a/src/kvirc/ui/KviIpEditor.cpp +++ b/src/kvirc/ui/KviIpEditor.cpp @@ -3,7 +3,7 @@ // File : KviIpEditor.cpp // Creation date : Wed Jun 12 2000 14:16:49 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviIpEditor.h b/src/kvirc/ui/KviIpEditor.h index 6a663afe1..7b742a26d 100644 --- a/src/kvirc/ui/KviIpEditor.h +++ b/src/kvirc/ui/KviIpEditor.h @@ -5,7 +5,7 @@ // File : KviIpEditor.h // Creation date : Wed Jun 12 2000 14:16:02 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviIrcToolBar.cpp b/src/kvirc/ui/KviIrcToolBar.cpp index ee82bed5f..a7eaa0853 100644 --- a/src/kvirc/ui/KviIrcToolBar.cpp +++ b/src/kvirc/ui/KviIrcToolBar.cpp @@ -3,7 +3,7 @@ // File : KviIrcToolBar.cpp // Creation date : Thu Oct 29 2000 14:13:13 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviIrcToolBar.h b/src/kvirc/ui/KviIrcToolBar.h index f3eda4d66..45d5c4dae 100644 --- a/src/kvirc/ui/KviIrcToolBar.h +++ b/src/kvirc/ui/KviIrcToolBar.h @@ -5,7 +5,7 @@ // File : KviIrcToolBar.h // Creation date : Thu Oct 29 2000 14:09:11 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviIrcView.cpp b/src/kvirc/ui/KviIrcView.cpp index 41603837b..fdd938992 100644 --- a/src/kvirc/ui/KviIrcView.cpp +++ b/src/kvirc/ui/KviIrcView.cpp @@ -3,7 +3,7 @@ // File : KviIrcView.cpp // Creation date : Tue Jul 6 1999 14:45:20 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviIrcView.h b/src/kvirc/ui/KviIrcView.h index 7d5675b26..ed27bd48c 100644 --- a/src/kvirc/ui/KviIrcView.h +++ b/src/kvirc/ui/KviIrcView.h @@ -5,7 +5,7 @@ // File : KviIrcView.h // Creation date : Fri Mar 19 1999 05:39:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviIrcView_events.cpp b/src/kvirc/ui/KviIrcView_events.cpp index 1c2ae3384..140fb3d43 100644 --- a/src/kvirc/ui/KviIrcView_events.cpp +++ b/src/kvirc/ui/KviIrcView_events.cpp @@ -3,7 +3,7 @@ // File : KviIrcView_events.cpp // Creation date : Wed Oct 1 2008 17:18:20 by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviIrcView_getTextLine.cpp b/src/kvirc/ui/KviIrcView_getTextLine.cpp index 190dbc6b1..c9cfab71f 100644 --- a/src/kvirc/ui/KviIrcView_getTextLine.cpp +++ b/src/kvirc/ui/KviIrcView_getTextLine.cpp @@ -3,7 +3,7 @@ // File : KviIrcView_getTextLine.cpp // Creation date : Wed Oct 1 2008 17:18:20 by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviIrcView_loghandling.cpp b/src/kvirc/ui/KviIrcView_loghandling.cpp index 34f758a20..1c5e180c9 100644 --- a/src/kvirc/ui/KviIrcView_loghandling.cpp +++ b/src/kvirc/ui/KviIrcView_loghandling.cpp @@ -3,7 +3,7 @@ // File : KviIrcView_loghandling.cpp // Creation date : Wed Oct 1 2008 17:18:20 by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviIrcView_private.h b/src/kvirc/ui/KviIrcView_private.h index d04fd1b10..fa3c108e9 100644 --- a/src/kvirc/ui/KviIrcView_private.h +++ b/src/kvirc/ui/KviIrcView_private.h @@ -5,7 +5,7 @@ // File : KviIrcView_private.h // Creation date : Sat Oct 9 2004 16:29:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviIrcView_tools.cpp b/src/kvirc/ui/KviIrcView_tools.cpp index ed2e5a030..ba946b2ba 100644 --- a/src/kvirc/ui/KviIrcView_tools.cpp +++ b/src/kvirc/ui/KviIrcView_tools.cpp @@ -3,7 +3,7 @@ // File : KviIrcView_tools.cpp // Creation date : Sat Oct 9 2004 16:03:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviIrcView_tools.h b/src/kvirc/ui/KviIrcView_tools.h index 6a4840ece..de1ea5442 100644 --- a/src/kvirc/ui/KviIrcView_tools.h +++ b/src/kvirc/ui/KviIrcView_tools.h @@ -5,7 +5,7 @@ // File : KviIrcView_tools.h // Creation date : Sat Oct 9 2004 16:03:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviMainWindow.cpp b/src/kvirc/ui/KviMainWindow.cpp index 3a870faca..4f6e016f1 100644 --- a/src/kvirc/ui/KviMainWindow.cpp +++ b/src/kvirc/ui/KviMainWindow.cpp @@ -3,7 +3,7 @@ // File : KviMainWindow.cpp // Creation date : Sun Jun 18 2000 17:59:02 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviMainWindow.h b/src/kvirc/ui/KviMainWindow.h index d05dbf07c..ebf76d12a 100644 --- a/src/kvirc/ui/KviMainWindow.h +++ b/src/kvirc/ui/KviMainWindow.h @@ -5,7 +5,7 @@ // File : KviMainWindow.h // Creation date : Sun Jun 18 2000 17:59:02 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviMaskEditor.cpp b/src/kvirc/ui/KviMaskEditor.cpp index 6e2f92f32..76dba131b 100644 --- a/src/kvirc/ui/KviMaskEditor.cpp +++ b/src/kvirc/ui/KviMaskEditor.cpp @@ -3,7 +3,7 @@ // File : KviMaskEditor.cpp // Creation date : Tue Aug 30 2000 12:24:59 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviMaskEditor.h b/src/kvirc/ui/KviMaskEditor.h index f334f349c..b14f6a2ae 100644 --- a/src/kvirc/ui/KviMaskEditor.h +++ b/src/kvirc/ui/KviMaskEditor.h @@ -5,7 +5,7 @@ // File : KviMaskEditor.h // Creation date : Tue Aug 30 2000 12:20:10 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviMenuBar.cpp b/src/kvirc/ui/KviMenuBar.cpp index ca08147b3..cbe80bae5 100644 --- a/src/kvirc/ui/KviMenuBar.cpp +++ b/src/kvirc/ui/KviMenuBar.cpp @@ -3,7 +3,7 @@ // File : KviMenuBar.cpp // Creation date : Wen Jun 21 2000 13:12:11 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviMenuBar.h b/src/kvirc/ui/KviMenuBar.h index f513efbb9..cfb1ba09e 100644 --- a/src/kvirc/ui/KviMenuBar.h +++ b/src/kvirc/ui/KviMenuBar.h @@ -6,7 +6,7 @@ // File : KviMenuBar.h // Creation date : Wen Jun 21 2000 13:11:24 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviMessageBox.cpp b/src/kvirc/ui/KviMessageBox.cpp index 2d9e93723..ee617b057 100644 --- a/src/kvirc/ui/KviMessageBox.cpp +++ b/src/kvirc/ui/KviMessageBox.cpp @@ -3,7 +3,7 @@ // File : KviMessageBox.cpp // Creation date : Tue Jun 20 2000 12:49:41 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviMessageBox.h b/src/kvirc/ui/KviMessageBox.h index 523e01e76..d961e1c5d 100644 --- a/src/kvirc/ui/KviMessageBox.h +++ b/src/kvirc/ui/KviMessageBox.h @@ -5,7 +5,7 @@ // File : KviMessageBox.h // Creation date : Sun Jan 17 1999 13:55:41 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviModeEditor.cpp b/src/kvirc/ui/KviModeEditor.cpp index 0c9c641be..9edfc8e09 100644 --- a/src/kvirc/ui/KviModeEditor.cpp +++ b/src/kvirc/ui/KviModeEditor.cpp @@ -3,7 +3,7 @@ // File : KviModeEditor.cpp // Creation date : Sat Apr 14 2001 13:52:11 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviModeEditor.h b/src/kvirc/ui/KviModeEditor.h index 5f76bd476..8f92f6953 100644 --- a/src/kvirc/ui/KviModeEditor.h +++ b/src/kvirc/ui/KviModeEditor.h @@ -5,7 +5,7 @@ // File : KviModeEditor.h // Creation date : Sat Apr 14 2001 13:50:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviModeWidget.cpp b/src/kvirc/ui/KviModeWidget.cpp index b70e22f96..00a6c31d5 100644 --- a/src/kvirc/ui/KviModeWidget.cpp +++ b/src/kvirc/ui/KviModeWidget.cpp @@ -3,7 +3,7 @@ // File : KviModeWidget.cpp // Creation date : Sat Nov 12 2005 23:50:12 by Alexey Uzhva // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2008 Alexey Uzhva (wizard at opendoor dot ru) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviModeWidget.h b/src/kvirc/ui/KviModeWidget.h index ca7855a2b..a25f17ad4 100644 --- a/src/kvirc/ui/KviModeWidget.h +++ b/src/kvirc/ui/KviModeWidget.h @@ -6,7 +6,7 @@ // File : KviModeWidget.h // Creation date : Sat Nov 12 2005 23:50:12 by Alexey Uzhva // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2008 Alexey Uzhva (wizard at opendoor dot ru) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviOptionsWidget.cpp b/src/kvirc/ui/KviOptionsWidget.cpp index e68d954e8..65978b506 100644 --- a/src/kvirc/ui/KviOptionsWidget.cpp +++ b/src/kvirc/ui/KviOptionsWidget.cpp @@ -3,7 +3,7 @@ // File : KviOptionsWidget.h // Creation date : Mon Jun 10 2000 17:47:33 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviOptionsWidget.h b/src/kvirc/ui/KviOptionsWidget.h index 2e8a60cd8..81acb57c7 100644 --- a/src/kvirc/ui/KviOptionsWidget.h +++ b/src/kvirc/ui/KviOptionsWidget.h @@ -6,7 +6,7 @@ // File : KviOptionsWidget.h // Creation date : Mon Jun 10 2000 17:47:33 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviQueryWindow.cpp b/src/kvirc/ui/KviQueryWindow.cpp index 68f8670d3..372b5d6d8 100644 --- a/src/kvirc/ui/KviQueryWindow.cpp +++ b/src/kvirc/ui/KviQueryWindow.cpp @@ -3,7 +3,7 @@ // File : KviQueryWindow.cpp // Creation date : Tue Aug 7 2000 14:23:22 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviQueryWindow.h b/src/kvirc/ui/KviQueryWindow.h index c13229447..f98e0fd0b 100644 --- a/src/kvirc/ui/KviQueryWindow.h +++ b/src/kvirc/ui/KviQueryWindow.h @@ -5,7 +5,7 @@ // File : KviQueryWindow.h // Creation date : Mon Aug 7 2000 14:19:00 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviScriptButton.cpp b/src/kvirc/ui/KviScriptButton.cpp index 6b109b387..de0ded2f5 100644 --- a/src/kvirc/ui/KviScriptButton.cpp +++ b/src/kvirc/ui/KviScriptButton.cpp @@ -3,7 +3,7 @@ // File : KviScriptButton.cpp // Creation date : Wed Nov 14 15:43:41 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviScriptButton.h b/src/kvirc/ui/KviScriptButton.h index 52ed5b8f2..483aac76a 100644 --- a/src/kvirc/ui/KviScriptButton.h +++ b/src/kvirc/ui/KviScriptButton.h @@ -5,7 +5,7 @@ // File : KviScriptButton.h // Creation date : Wed Nov 14 15:43:39 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviScriptEditor.cpp b/src/kvirc/ui/KviScriptEditor.cpp index 03376b96e..7b73345a1 100644 --- a/src/kvirc/ui/KviScriptEditor.cpp +++ b/src/kvirc/ui/KviScriptEditor.cpp @@ -3,7 +3,7 @@ // File : KviScriptEditor.cpp // Creation date : Sun Mar 28 1999 16:12:41 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviScriptEditor.h b/src/kvirc/ui/KviScriptEditor.h index 5ca5a1bea..78e729289 100644 --- a/src/kvirc/ui/KviScriptEditor.h +++ b/src/kvirc/ui/KviScriptEditor.h @@ -5,7 +5,7 @@ // File : KviScriptEditor.h // Creation date : Sun Mar 28 1999 16:11:48 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviSelectors.cpp b/src/kvirc/ui/KviSelectors.cpp index 80a0dfbbf..e4cb7d4b7 100644 --- a/src/kvirc/ui/KviSelectors.cpp +++ b/src/kvirc/ui/KviSelectors.cpp @@ -3,7 +3,7 @@ // File : KviSelectors.cpp // Creation date : Mon Nov 13 2000 15:22:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviSelectors.h b/src/kvirc/ui/KviSelectors.h index 8b2f4f178..a99c11116 100644 --- a/src/kvirc/ui/KviSelectors.h +++ b/src/kvirc/ui/KviSelectors.h @@ -6,7 +6,7 @@ // File : KviSelectors.h // Creation date : Mon Now 13 2000 15:21:10 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviSplashScreen.cpp b/src/kvirc/ui/KviSplashScreen.cpp index 5e4a11dc2..08c9538b5 100644 --- a/src/kvirc/ui/KviSplashScreen.cpp +++ b/src/kvirc/ui/KviSplashScreen.cpp @@ -3,7 +3,7 @@ // File : KviSplashScreen.cpp // Creation date : Wed Aug 8 2001 17:46:10 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviSplashScreen.h b/src/kvirc/ui/KviSplashScreen.h index b08fae763..07852a87d 100644 --- a/src/kvirc/ui/KviSplashScreen.h +++ b/src/kvirc/ui/KviSplashScreen.h @@ -5,7 +5,7 @@ // File : KviSplashScreen.h // Creation date : Wed Aug 8 2001 17:45:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviTextIconWindow.cpp b/src/kvirc/ui/KviTextIconWindow.cpp index df594aa36..b02b4c335 100644 --- a/src/kvirc/ui/KviTextIconWindow.cpp +++ b/src/kvirc/ui/KviTextIconWindow.cpp @@ -3,7 +3,7 @@ // File : KviTextIconWindow.cpp // Creation date : Fri May 17 2002 02:35:20 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviTextIconWindow.h b/src/kvirc/ui/KviTextIconWindow.h index cbb6247c8..5991c503a 100644 --- a/src/kvirc/ui/KviTextIconWindow.h +++ b/src/kvirc/ui/KviTextIconWindow.h @@ -5,7 +5,7 @@ // File : KviTextIconWindow.h // Creation date : Fri May 17 2002 02:33:45 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviThemedComboBox.cpp b/src/kvirc/ui/KviThemedComboBox.cpp index 15f1f13ea..071f25a9d 100644 --- a/src/kvirc/ui/KviThemedComboBox.cpp +++ b/src/kvirc/ui/KviThemedComboBox.cpp @@ -3,7 +3,7 @@ // File : KviThemedLineEdit.cpp // Creation date : Sun Jan 10 2010 12:17:00 by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviThemedComboBox.h b/src/kvirc/ui/KviThemedComboBox.h index 27a561231..dad24ef1b 100644 --- a/src/kvirc/ui/KviThemedComboBox.h +++ b/src/kvirc/ui/KviThemedComboBox.h @@ -5,7 +5,7 @@ // File : KviThemedComboBox.h // Creation date : Sun Jan 10 2010 12:17:00 by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviThemedLabel.cpp b/src/kvirc/ui/KviThemedLabel.cpp index 5a2734cf9..42d0bc96d 100644 --- a/src/kvirc/ui/KviThemedLabel.cpp +++ b/src/kvirc/ui/KviThemedLabel.cpp @@ -3,7 +3,7 @@ // File : KviThemedLabel.cpp // Creation date : Tue Aug 29 2000 21:17:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviThemedLabel.h b/src/kvirc/ui/KviThemedLabel.h index 5d76ff086..53742331f 100644 --- a/src/kvirc/ui/KviThemedLabel.h +++ b/src/kvirc/ui/KviThemedLabel.h @@ -5,7 +5,7 @@ // File : KviThemedLabel.h // Creation date : Tue Aug 29 2000 21:12:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviThemedLineEdit.cpp b/src/kvirc/ui/KviThemedLineEdit.cpp index 37815a110..c3fe401e6 100644 --- a/src/kvirc/ui/KviThemedLineEdit.cpp +++ b/src/kvirc/ui/KviThemedLineEdit.cpp @@ -3,7 +3,7 @@ // File : KviThemedLineEdit.cpp // Creation date : Sun Jan 10 2010 12:17:00 by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviThemedLineEdit.h b/src/kvirc/ui/KviThemedLineEdit.h index ed230c308..d9c4c2561 100644 --- a/src/kvirc/ui/KviThemedLineEdit.h +++ b/src/kvirc/ui/KviThemedLineEdit.h @@ -5,7 +5,7 @@ // File : KviThemedLineEdit.h // Creation date : Sun Jan 10 2010 12:17:00 by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviThemedTreeWidget.cpp b/src/kvirc/ui/KviThemedTreeWidget.cpp index 831a24ae2..6e51290dd 100644 --- a/src/kvirc/ui/KviThemedTreeWidget.cpp +++ b/src/kvirc/ui/KviThemedTreeWidget.cpp @@ -3,7 +3,7 @@ // File : KviThemedLabel.cpp // Creation date : Tue Aug 29 2000 21:17:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviThemedTreeWidget.h b/src/kvirc/ui/KviThemedTreeWidget.h index c8b5da8f1..9edd88685 100644 --- a/src/kvirc/ui/KviThemedTreeWidget.h +++ b/src/kvirc/ui/KviThemedTreeWidget.h @@ -5,7 +5,7 @@ // File : KviThemedLineEdit.h // Creation date : Sun Jan 10 2010 12:17:00 by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviToolBar.cpp b/src/kvirc/ui/KviToolBar.cpp index 92756d580..eaf461348 100644 --- a/src/kvirc/ui/KviToolBar.cpp +++ b/src/kvirc/ui/KviToolBar.cpp @@ -3,7 +3,7 @@ // File : KviToolBar.cpp // Creation date : Tue Sep 17 02:00:17 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviToolBar.h b/src/kvirc/ui/KviToolBar.h index 0d9a95d2d..83966ea5e 100644 --- a/src/kvirc/ui/KviToolBar.h +++ b/src/kvirc/ui/KviToolBar.h @@ -5,7 +5,7 @@ // File : KviToolBar.h // Creation date : Tue Sep 17 02:00:16 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviTopicWidget.cpp b/src/kvirc/ui/KviTopicWidget.cpp index 9f7b11e47..32a39d2f3 100644 --- a/src/kvirc/ui/KviTopicWidget.cpp +++ b/src/kvirc/ui/KviTopicWidget.cpp @@ -3,7 +3,7 @@ // File : KviTopicWidget.cpp // Creation date : Fri Aug 4 2000 12:09:21 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviTopicWidget.h b/src/kvirc/ui/KviTopicWidget.h index a73dcd3f4..9314f0e7d 100644 --- a/src/kvirc/ui/KviTopicWidget.h +++ b/src/kvirc/ui/KviTopicWidget.h @@ -5,7 +5,7 @@ // File : KviTopicWidget.h // Creation date : Fri Aug 4 2000 12:03:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviTrayIcon.h b/src/kvirc/ui/KviTrayIcon.h index 4b15fd79a..931cdae82 100644 --- a/src/kvirc/ui/KviTrayIcon.h +++ b/src/kvirc/ui/KviTrayIcon.h @@ -5,7 +5,7 @@ // File : KviTrayIcon.h // Creation date : Sun Jun 18 2000 17:59:02 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2011 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviTreeWindowList.cpp b/src/kvirc/ui/KviTreeWindowList.cpp index c9d6a73e8..197c60ee3 100644 --- a/src/kvirc/ui/KviTreeWindowList.cpp +++ b/src/kvirc/ui/KviTreeWindowList.cpp @@ -3,7 +3,7 @@ // File : KviTreeWindowList.cpp // Creation date : Thu Jan 7 1999 03:56:50 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // diff --git a/src/kvirc/ui/KviTreeWindowList.h b/src/kvirc/ui/KviTreeWindowList.h index 1dcdd8513..758bf29cd 100644 --- a/src/kvirc/ui/KviTreeWindowList.h +++ b/src/kvirc/ui/KviTreeWindowList.h @@ -5,7 +5,7 @@ // File : KviTreeWindowList.h // Creation date : Thu Jan 7 1999 03:56:50 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviUserListView.cpp b/src/kvirc/ui/KviUserListView.cpp index 5b33109ea..6813d849e 100644 --- a/src/kvirc/ui/KviUserListView.cpp +++ b/src/kvirc/ui/KviUserListView.cpp @@ -3,7 +3,7 @@ // File : KviUserListView.cpp // Creation date : Tue Aug 1 2000 21:05:22 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviUserListView.h b/src/kvirc/ui/KviUserListView.h index 219856f7b..10ce35dc8 100644 --- a/src/kvirc/ui/KviUserListView.h +++ b/src/kvirc/ui/KviUserListView.h @@ -5,7 +5,7 @@ // File : KviUserListView.h // Creation date : Tue Aug 1 2000 21:03:41 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviWindow.cpp b/src/kvirc/ui/KviWindow.cpp index 52632e50e..74f185d87 100644 --- a/src/kvirc/ui/KviWindow.cpp +++ b/src/kvirc/ui/KviWindow.cpp @@ -3,7 +3,7 @@ // File : KviWindow.cpp // Creation date : Tue Jul 6 1999 14:52:11 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviWindow.h b/src/kvirc/ui/KviWindow.h index 787ee4441..79b4adc60 100644 --- a/src/kvirc/ui/KviWindow.h +++ b/src/kvirc/ui/KviWindow.h @@ -5,7 +5,7 @@ // File : KviWindow.h // Creation date : Tue Jul 6 1999 14:52:20 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviWindowListBase.cpp b/src/kvirc/ui/KviWindowListBase.cpp index 7aa3c5b2f..a5e47a29b 100644 --- a/src/kvirc/ui/KviWindowListBase.cpp +++ b/src/kvirc/ui/KviWindowListBase.cpp @@ -3,7 +3,7 @@ // File : KviWindowListBase.cpp // Creation date : Thu Jan 7 1999 03:59:43 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviWindowListBase.h b/src/kvirc/ui/KviWindowListBase.h index a4b0e8483..7e2a315cc 100644 --- a/src/kvirc/ui/KviWindowListBase.h +++ b/src/kvirc/ui/KviWindowListBase.h @@ -5,7 +5,7 @@ // File : KviWindowListBase.h // Creation date : Thu Jan 7 1999 03:56:50 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviWindowStack.cpp b/src/kvirc/ui/KviWindowStack.cpp index fbc19dd31..2fe214308 100644 --- a/src/kvirc/ui/KviWindowStack.cpp +++ b/src/kvirc/ui/KviWindowStack.cpp @@ -3,7 +3,7 @@ // File : KviWindowStack.cpp // Creation date : Mon Sep 28 2015 17:28:04 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 TheXception (kvirc at thexception dot net) // diff --git a/src/kvirc/ui/KviWindowStack.h b/src/kvirc/ui/KviWindowStack.h index 11cfe1963..192ccfc0f 100644 --- a/src/kvirc/ui/KviWindowStack.h +++ b/src/kvirc/ui/KviWindowStack.h @@ -5,7 +5,7 @@ // File : kvi+_mdimanager.h // Creation date : Wed Jun 21 2000 17:28:04 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 TheXception (kvirc at thexception dot net) // diff --git a/src/kvirc/ui/KviWindowToolWidget.cpp b/src/kvirc/ui/KviWindowToolWidget.cpp index 96cbb7181..1fc84ac18 100644 --- a/src/kvirc/ui/KviWindowToolWidget.cpp +++ b/src/kvirc/ui/KviWindowToolWidget.cpp @@ -3,7 +3,7 @@ // File : KviWindowToolWidget.cpp // Creation date : Tue Aug 1 2000 21:05:22 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/kvirc/ui/KviWindowToolWidget.h b/src/kvirc/ui/KviWindowToolWidget.h index aef9ebf2d..854cb5674 100644 --- a/src/kvirc/ui/KviWindowToolWidget.h +++ b/src/kvirc/ui/KviWindowToolWidget.h @@ -6,7 +6,7 @@ // File : KviWindowToolWidget.h // Creation date : Tue Aug 1 2000 21:03:41 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/about/AboutDialog.cpp b/src/modules/about/AboutDialog.cpp index 8079c4cca..f52faecac 100644 --- a/src/modules/about/AboutDialog.cpp +++ b/src/modules/about/AboutDialog.cpp @@ -3,7 +3,7 @@ // File : AboutDialog.cpp // Creation date : Sun Jun 23 17:59:12 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // diff --git a/src/modules/about/AboutDialog.h b/src/modules/about/AboutDialog.h index ab0ea628b..f9863379f 100644 --- a/src/modules/about/AboutDialog.h +++ b/src/modules/about/AboutDialog.h @@ -5,7 +5,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/about/libkviabout.cpp b/src/modules/about/libkviabout.cpp index 3239afc1b..e29dde3ad 100644 --- a/src/modules/about/libkviabout.cpp +++ b/src/modules/about/libkviabout.cpp @@ -3,7 +3,7 @@ // File : libkviabout.cpp // Creation date : Tue Jul 6 1999 03:54:25 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // 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) diff --git a/src/modules/about/libkviabout.h b/src/modules/about/libkviabout.h index 9adc8d921..134169d0a 100644 --- a/src/modules/about/libkviabout.h +++ b/src/modules/about/libkviabout.h @@ -5,7 +5,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2000 Till Bush (buti@geocities.com) // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/actioneditor/ActionEditor.cpp b/src/modules/actioneditor/ActionEditor.cpp index 6d66ad82e..61f2791b7 100644 --- a/src/modules/actioneditor/ActionEditor.cpp +++ b/src/modules/actioneditor/ActionEditor.cpp @@ -3,7 +3,7 @@ // File : AliasEditorWindow.cpp // Creation date : Tue 29 Dec 2004 02:45:59 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/actioneditor/ActionEditor.h b/src/modules/actioneditor/ActionEditor.h index 9a92dab81..6df6c670d 100644 --- a/src/modules/actioneditor/ActionEditor.h +++ b/src/modules/actioneditor/ActionEditor.h @@ -5,7 +5,7 @@ // File : ActionEditor.h // Creation date : Tue Dec 29 2004 02:40:55 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/addon/WebAddonInterfaceDialog.cpp b/src/modules/addon/WebAddonInterfaceDialog.cpp index aa67f3a02..4102f1b18 100644 --- a/src/modules/addon/WebAddonInterfaceDialog.cpp +++ b/src/modules/addon/WebAddonInterfaceDialog.cpp @@ -3,7 +3,7 @@ // File : WebAddonInterfaceDialog.cpp // Creation date : Fri 25 Mar 2011 01:01:12 by Szymon Tomasz Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2011 Szymon Tomasz Stefanek <pragma at kvirc dot net> // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/addon/WebAddonInterfaceDialog.h b/src/modules/addon/WebAddonInterfaceDialog.h index 60d0f2b73..8a7835987 100644 --- a/src/modules/addon/WebAddonInterfaceDialog.h +++ b/src/modules/addon/WebAddonInterfaceDialog.h @@ -5,7 +5,7 @@ // File : WebAddonInterfaceDialog.h // Creation date : Fri 25 Mar 2011 01:01:12 by Szymon Tomasz Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2011 Szymon Tomasz Stefanek <pragma at kvirc dot net> // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/aliaseditor/AliasEditorWindow.cpp b/src/modules/aliaseditor/AliasEditorWindow.cpp index 04ccb3548..f628eaa6e 100644 --- a/src/modules/aliaseditor/AliasEditorWindow.cpp +++ b/src/modules/aliaseditor/AliasEditorWindow.cpp @@ -3,7 +3,7 @@ // File : AliasEditorWindow.cpp // Creation date : Mon Dec 23 2002 14:36:18 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/aliaseditor/AliasEditorWindow.h b/src/modules/aliaseditor/AliasEditorWindow.h index c4eaed493..aca554995 100644 --- a/src/modules/aliaseditor/AliasEditorWindow.h +++ b/src/modules/aliaseditor/AliasEditorWindow.h @@ -5,7 +5,7 @@ // File : AliasEditorWindow.h // Creation date : Mon Dec 23 2002 14:35:55 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/avatar/libkviavatar.cpp b/src/modules/avatar/libkviavatar.cpp index 16c6cd799..0cadbdc7e 100644 --- a/src/modules/avatar/libkviavatar.cpp +++ b/src/modules/avatar/libkviavatar.cpp @@ -3,7 +3,7 @@ // File : libkviavatar.cpp // Creation date : Thu Nov 12 02:32:59 2004 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/avatar/libkviavatar.h b/src/modules/avatar/libkviavatar.h index 6d88edfb9..2de2620c3 100644 --- a/src/modules/avatar/libkviavatar.h +++ b/src/modules/avatar/libkviavatar.h @@ -5,7 +5,7 @@ // File : libkviavatar.cpp // Creation date : Thu Nov 12 02:32:59 2004 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/channelsjoin/ChannelsJoinDialog.cpp b/src/modules/channelsjoin/ChannelsJoinDialog.cpp index 492efea4a..73459dc79 100644 --- a/src/modules/channelsjoin/ChannelsJoinDialog.cpp +++ b/src/modules/channelsjoin/ChannelsJoinDialog.cpp @@ -3,7 +3,7 @@ // File : ChannelsJoinDialog.cpp // Creation date : Thu Nov 6 2001 12:41:18 by Juanjo �varez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/channelsjoin/ChannelsJoinDialog.h b/src/modules/channelsjoin/ChannelsJoinDialog.h index a2f99034f..e6948eb5b 100644 --- a/src/modules/channelsjoin/ChannelsJoinDialog.h +++ b/src/modules/channelsjoin/ChannelsJoinDialog.h @@ -5,7 +5,7 @@ // File : ChannelsJoinDialog.h // Creation date : Thu Nov 06 2001 12:30:25 CEST by Juan Alvarez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/channelsjoin/libkvichannelsjoin.cpp b/src/modules/channelsjoin/libkvichannelsjoin.cpp index 0d7debfc5..a9f8baf1f 100644 --- a/src/modules/channelsjoin/libkvichannelsjoin.cpp +++ b/src/modules/channelsjoin/libkvichannelsjoin.cpp @@ -3,7 +3,7 @@ // File : libkvichannelsjoin.cpp // Creation date : Thu Nov 06 2001 12:30:25 CEST by Juanjo Alvarez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001 Juanjo Alvarez // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/classeditor/ClassEditorWindow.cpp b/src/modules/classeditor/ClassEditorWindow.cpp index d7e9860d8..107042d08 100644 --- a/src/modules/classeditor/ClassEditorWindow.cpp +++ b/src/modules/classeditor/ClassEditorWindow.cpp @@ -3,7 +3,7 @@ // File : ClassEditorWindow.cpp // Creation date : Mon Feb 15 2010 14:35:55 CEST by Carbone Alessandro // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/classeditor/ClassEditorWindow.h b/src/modules/classeditor/ClassEditorWindow.h index 3982fe7f1..204e55c12 100644 --- a/src/modules/classeditor/ClassEditorWindow.h +++ b/src/modules/classeditor/ClassEditorWindow.h @@ -5,7 +5,7 @@ // File : ClassEditorWindow.h // Creation date : Mon Feb 15 2010 14:35:55 CEST by Carbone Alessandro // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2010 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/codetester/CodeTesterWindow.cpp b/src/modules/codetester/CodeTesterWindow.cpp index 08eb719ce..dda8ff9fe 100644 --- a/src/modules/codetester/CodeTesterWindow.cpp +++ b/src/modules/codetester/CodeTesterWindow.cpp @@ -3,7 +3,7 @@ // File : CodeTesterWindow.cpp // Creation date : Mon Dec 23 2002 20:28:18 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/codetester/CodeTesterWindow.h b/src/modules/codetester/CodeTesterWindow.h index 28791c353..67dc95ceb 100644 --- a/src/modules/codetester/CodeTesterWindow.h +++ b/src/modules/codetester/CodeTesterWindow.h @@ -5,7 +5,7 @@ // File : EventEditorWindow.h // Creation date : Mon Dec 23 2002 20:24:55 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/context/libkvicontext.cpp b/src/modules/context/libkvicontext.cpp index d364f4977..7cce80018 100644 --- a/src/modules/context/libkvicontext.cpp +++ b/src/modules/context/libkvicontext.cpp @@ -3,7 +3,7 @@ // File : libkvicontext.cpp // Creation date : Wed Jan 02 2007 03:04:12 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccBroker.cpp b/src/modules/dcc/DccBroker.cpp index be7dea7fa..c985da562 100644 --- a/src/modules/dcc/DccBroker.cpp +++ b/src/modules/dcc/DccBroker.cpp @@ -3,7 +3,7 @@ // File : DccBroker.cpp // Creation date : Tue Sep 19 09 2000 10:21:54 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccBroker.h b/src/modules/dcc/DccBroker.h index 6aefcea5b..3c6505842 100644 --- a/src/modules/dcc/DccBroker.h +++ b/src/modules/dcc/DccBroker.h @@ -5,7 +5,7 @@ // File : DccBroker.h // Creation date : Tue Sep 19 09 2000 10:20:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccCanvasWindow.cpp b/src/modules/dcc/DccCanvasWindow.cpp index 484174737..433a86054 100644 --- a/src/modules/dcc/DccCanvasWindow.cpp +++ b/src/modules/dcc/DccCanvasWindow.cpp @@ -3,7 +3,7 @@ // File : DccCanvasWindow.cpp // Creation date : Sun Jul 29 07 2001 20:23:13 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccCanvasWindow.h b/src/modules/dcc/DccCanvasWindow.h index 0208e30a2..a763aed54 100644 --- a/src/modules/dcc/DccCanvasWindow.h +++ b/src/modules/dcc/DccCanvasWindow.h @@ -5,7 +5,7 @@ // File : DccCanvasWindow.h // Creation date : Sun Jul 29 07 2001 20:17:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccChatWindow.cpp b/src/modules/dcc/DccChatWindow.cpp index 5f9cbc470..5ea3b7a89 100644 --- a/src/modules/dcc/DccChatWindow.cpp +++ b/src/modules/dcc/DccChatWindow.cpp @@ -3,7 +3,7 @@ // File : DccChatWindow.cpp // Creation date : Tue Sep 20 09 2000 15:13:13 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccChatWindow.h b/src/modules/dcc/DccChatWindow.h index 1bc80c202..406254a67 100644 --- a/src/modules/dcc/DccChatWindow.h +++ b/src/modules/dcc/DccChatWindow.h @@ -5,7 +5,7 @@ // File : DccChatWindow.h // Creation date : Tue Sep 20 09 2000 15:11:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccDescriptor.cpp b/src/modules/dcc/DccDescriptor.cpp index fc53b9901..49ab77a45 100644 --- a/src/modules/dcc/DccDescriptor.cpp +++ b/src/modules/dcc/DccDescriptor.cpp @@ -3,7 +3,7 @@ // File : DccDescriptor.cpp // Creation date : Tue Jul 23 01:11:54 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccDescriptor.h b/src/modules/dcc/DccDescriptor.h index ae5784dc5..355649b7d 100644 --- a/src/modules/dcc/DccDescriptor.h +++ b/src/modules/dcc/DccDescriptor.h @@ -5,7 +5,7 @@ // File : DccDescriptor.h // Creation date : Tue Jul 23 01:11:52 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (oragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccDialog.cpp b/src/modules/dcc/DccDialog.cpp index 27f3bcbcd..deeaa0685 100644 --- a/src/modules/dcc/DccDialog.cpp +++ b/src/modules/dcc/DccDialog.cpp @@ -3,7 +3,7 @@ // File : DccDialog.cpp // Creation date : Tue Sep 19 09 2000 15:23:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccDialog.h b/src/modules/dcc/DccDialog.h index d93aa39ed..281ef5140 100644 --- a/src/modules/dcc/DccDialog.h +++ b/src/modules/dcc/DccDialog.h @@ -5,7 +5,7 @@ // File : DccDialog.h // Creation date : Tue Sep 19 09 2000 15:17:22 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccFileTransfer.cpp b/src/modules/dcc/DccFileTransfer.cpp index 1fef5f367..603c0df02 100644 --- a/src/modules/dcc/DccFileTransfer.cpp +++ b/src/modules/dcc/DccFileTransfer.cpp @@ -3,7 +3,7 @@ // File : DccFileTransfer.cpp // Creation date : Tue Sep 20 09 2000 15:14:14 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccFileTransfer.h b/src/modules/dcc/DccFileTransfer.h index 78fe9b5e1..d6d72e6ba 100644 --- a/src/modules/dcc/DccFileTransfer.h +++ b/src/modules/dcc/DccFileTransfer.h @@ -5,7 +5,7 @@ // File : DccFileTransfer.h // Creation date : Tue Sep 24 09 2000 15:06:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccMarshal.cpp b/src/modules/dcc/DccMarshal.cpp index d10354251..dcca21373 100644 --- a/src/modules/dcc/DccMarshal.cpp +++ b/src/modules/dcc/DccMarshal.cpp @@ -3,7 +3,7 @@ // File : DccMarshal.cpp // Creation date : Sun Sep 17 2000 15:59:11 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccMarshal.h b/src/modules/dcc/DccMarshal.h index 3065a3a71..52ee66209 100644 --- a/src/modules/dcc/DccMarshal.h +++ b/src/modules/dcc/DccMarshal.h @@ -5,7 +5,7 @@ // File DccMarshal.h // Creation date : Sun Sep 17 2000 10:44:20 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccThread.cpp b/src/modules/dcc/DccThread.cpp index adc8dc1c2..eea784eb9 100644 --- a/src/modules/dcc/DccThread.cpp +++ b/src/modules/dcc/DccThread.cpp @@ -3,7 +3,7 @@ // File : DccThread.cpp // Creation date : Tue Sep 20 09 2000 18:29:51 CEST Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccThread.h b/src/modules/dcc/DccThread.h index 0fc8f366b..596703819 100644 --- a/src/modules/dcc/DccThread.h +++ b/src/modules/dcc/DccThread.h @@ -5,7 +5,7 @@ // File : DccThread.h // Creation date : Tue Sep 20 09 2000 18:28:44 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccUtils.cpp b/src/modules/dcc/DccUtils.cpp index 38e56fbb2..c62ab743d 100644 --- a/src/modules/dcc/DccUtils.cpp +++ b/src/modules/dcc/DccUtils.cpp @@ -3,7 +3,7 @@ // File : DccUtils.cpp // Creation date : Tue Jul 23 02:54:44 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccUtils.h b/src/modules/dcc/DccUtils.h index 1937adb15..60a955209 100644 --- a/src/modules/dcc/DccUtils.h +++ b/src/modules/dcc/DccUtils.h @@ -5,7 +5,7 @@ // File : DccUtils.h // Creation date : Tue Jul 23 02:54:45 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccVideoWindow.cpp b/src/modules/dcc/DccVideoWindow.cpp index 9b1b7cde0..a8c3ca1af 100644 --- a/src/modules/dcc/DccVideoWindow.cpp +++ b/src/modules/dcc/DccVideoWindow.cpp @@ -3,7 +3,7 @@ // File : DccVideoWindow.cpp // Creation date : Tue Nov 10 18:08:09 2009 GMT by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccVideoWindow.h b/src/modules/dcc/DccVideoWindow.h index 413dad549..5466f9905 100644 --- a/src/modules/dcc/DccVideoWindow.h +++ b/src/modules/dcc/DccVideoWindow.h @@ -5,7 +5,7 @@ // File : DccVideoWindow.h // Creation date : Tue Nov 10 18:08:09 2009 GMT by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccVoiceAdpcmCodec.cpp b/src/modules/dcc/DccVoiceAdpcmCodec.cpp index 043797359..3c55b8651 100644 --- a/src/modules/dcc/DccVoiceAdpcmCodec.cpp +++ b/src/modules/dcc/DccVoiceAdpcmCodec.cpp @@ -3,7 +3,7 @@ // File : DccVoiceAdpcmCodec.h // Creation date : Wed Aug 22 19:12:46 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccVoiceAdpcmCodec.h b/src/modules/dcc/DccVoiceAdpcmCodec.h index d993ecb68..8594fb66a 100644 --- a/src/modules/dcc/DccVoiceAdpcmCodec.h +++ b/src/modules/dcc/DccVoiceAdpcmCodec.h @@ -5,7 +5,7 @@ // File : DccVoiceAdpcmCodec.h // Creation date : Wed Aug 22 19:12:46 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccVoiceCodec.cpp b/src/modules/dcc/DccVoiceCodec.cpp index b3e92215b..753907b2e 100644 --- a/src/modules/dcc/DccVoiceCodec.cpp +++ b/src/modules/dcc/DccVoiceCodec.cpp @@ -3,7 +3,7 @@ // File : DccVoiceCodec.cpp // Creation date : Sun Aug 26 04:19:36 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccVoiceCodec.h b/src/modules/dcc/DccVoiceCodec.h index b8438c328..bb1dd821f 100644 --- a/src/modules/dcc/DccVoiceCodec.h +++ b/src/modules/dcc/DccVoiceCodec.h @@ -5,7 +5,7 @@ // File : DccVoiceCodec.h // Creation date : Sun Aug 26 04:19:34 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccVoiceGsmCodec.cpp b/src/modules/dcc/DccVoiceGsmCodec.cpp index 61961fd63..05851cc21 100644 --- a/src/modules/dcc/DccVoiceGsmCodec.cpp +++ b/src/modules/dcc/DccVoiceGsmCodec.cpp @@ -3,7 +3,7 @@ // File : DccVoiceGsmCodec.cpp // Creation date : Wed Aug 22 19:12:55 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccVoiceGsmCodec.h b/src/modules/dcc/DccVoiceGsmCodec.h index cd820e7d6..3c07efc55 100644 --- a/src/modules/dcc/DccVoiceGsmCodec.h +++ b/src/modules/dcc/DccVoiceGsmCodec.h @@ -5,7 +5,7 @@ // File : DccVoiceGsmCodec.h // Creation date : Wed Aug 22 19:12:54 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccVoiceWindow.cpp b/src/modules/dcc/DccVoiceWindow.cpp index 794c0db79..bcccb5f56 100644 --- a/src/modules/dcc/DccVoiceWindow.cpp +++ b/src/modules/dcc/DccVoiceWindow.cpp @@ -3,7 +3,7 @@ // File : DccVoiceWindow.cpp // Creation date : Thu Aug 23 04:08:09 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccVoiceWindow.h b/src/modules/dcc/DccVoiceWindow.h index 01eb68bbe..bd0e8bf9b 100644 --- a/src/modules/dcc/DccVoiceWindow.h +++ b/src/modules/dcc/DccVoiceWindow.h @@ -5,7 +5,7 @@ // File : DccVoiceWindow.h // Creation date : Thu Aug 23 04:08:10 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccWindow.cpp b/src/modules/dcc/DccWindow.cpp index 37ab74d20..c1b029e5a 100644 --- a/src/modules/dcc/DccWindow.cpp +++ b/src/modules/dcc/DccWindow.cpp @@ -3,7 +3,7 @@ // File : DccWindow.cpp // Creation date : Fri Jul 26 02:04:40 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/DccWindow.h b/src/modules/dcc/DccWindow.h index 69b5948d0..9ad7ab57a 100644 --- a/src/modules/dcc/DccWindow.h +++ b/src/modules/dcc/DccWindow.h @@ -5,7 +5,7 @@ // File : DccWindow.h // Creation date : Fri Jul 26 02:04:39 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/canvaswidget.cpp b/src/modules/dcc/canvaswidget.cpp index 90431a6b1..e39f64a2d 100644 --- a/src/modules/dcc/canvaswidget.cpp +++ b/src/modules/dcc/canvaswidget.cpp @@ -3,7 +3,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/canvaswidget.h b/src/modules/dcc/canvaswidget.h index 41a14d628..56f75df1f 100644 --- a/src/modules/dcc/canvaswidget.h +++ b/src/modules/dcc/canvaswidget.h @@ -5,7 +5,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/libkvidcc.cpp b/src/modules/dcc/libkvidcc.cpp index 4b3afa452..15a78086b 100644 --- a/src/modules/dcc/libkvidcc.cpp +++ b/src/modules/dcc/libkvidcc.cpp @@ -3,7 +3,7 @@ // File : libkviobjects.cpp // Creation date : Wed Sep 09 2000 20:59:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dcc/requests.cpp b/src/modules/dcc/requests.cpp index 4351742e0..b8d5cda7f 100644 --- a/src/modules/dcc/requests.cpp +++ b/src/modules/dcc/requests.cpp @@ -3,7 +3,7 @@ // File : requests.cpp // Creation date : Tue Jul 23 02:44:38 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dialog/libkvidialog.cpp b/src/modules/dialog/libkvidialog.cpp index 2569dec44..56dc66967 100644 --- a/src/modules/dialog/libkvidialog.cpp +++ b/src/modules/dialog/libkvidialog.cpp @@ -3,7 +3,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/dialog/libkvidialog.h b/src/modules/dialog/libkvidialog.h index aa6541146..2caa88ec7 100644 --- a/src/modules/dialog/libkvidialog.h +++ b/src/modules/dialog/libkvidialog.h @@ -5,7 +5,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/editor/libkvieditor.cpp b/src/modules/editor/libkvieditor.cpp index 18deee47b..53b824a60 100644 --- a/src/modules/editor/libkvieditor.cpp +++ b/src/modules/editor/libkvieditor.cpp @@ -3,7 +3,7 @@ // File : libkvieditor.cpp // Creation date : Mon Sep 11 2000 12:19:00 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/eventeditor/EventEditorWindow.cpp b/src/modules/eventeditor/EventEditorWindow.cpp index b21ae35e1..9efa9f83f 100644 --- a/src/modules/eventeditor/EventEditorWindow.cpp +++ b/src/modules/eventeditor/EventEditorWindow.cpp @@ -3,7 +3,7 @@ // File : EventEditorWindow.cpp // Creation date : Mon Dec 23 2002 20:28:18 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/eventeditor/EventEditorWindow.h b/src/modules/eventeditor/EventEditorWindow.h index 584f38113..75ec01fa0 100644 --- a/src/modules/eventeditor/EventEditorWindow.h +++ b/src/modules/eventeditor/EventEditorWindow.h @@ -5,7 +5,7 @@ // File : EventEditorWindow.h // Creation date : Mon Dec 23 2002 20:24:55 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/file/libkvifile.cpp b/src/modules/file/libkvifile.cpp index 009770046..25d2e32c0 100644 --- a/src/modules/file/libkvifile.cpp +++ b/src/modules/file/libkvifile.cpp @@ -3,7 +3,7 @@ // File : libkvifile.cpp // Creation date : Fri Nov 9 03:27:59 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2012 Elvio Basello (hellvis69 at gmail dot com) // diff --git a/src/modules/filetransferwindow/FileTransferWindow.cpp b/src/modules/filetransferwindow/FileTransferWindow.cpp index 188d7abfd..9fdf2f1dd 100644 --- a/src/modules/filetransferwindow/FileTransferWindow.cpp +++ b/src/modules/filetransferwindow/FileTransferWindow.cpp @@ -3,7 +3,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/filetransferwindow/FileTransferWindow.h b/src/modules/filetransferwindow/FileTransferWindow.h index ac8d7f5ef..55616163b 100644 --- a/src/modules/filetransferwindow/FileTransferWindow.h +++ b/src/modules/filetransferwindow/FileTransferWindow.h @@ -5,7 +5,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/fish/libkvifish.cpp b/src/modules/fish/libkvifish.cpp index e1f0f5aed..ffc64d248 100644 --- a/src/modules/fish/libkvifish.cpp +++ b/src/modules/fish/libkvifish.cpp @@ -3,7 +3,7 @@ // File : libkvifish.cpp // Creation date : Sun Jan 30 2011 12:11:41 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2011 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/fish/libkvifish.h b/src/modules/fish/libkvifish.h index 4b684a6e2..35a2c8873 100644 --- a/src/modules/fish/libkvifish.h +++ b/src/modules/fish/libkvifish.h @@ -5,7 +5,7 @@ // File : libkvifish.h // Creation date : Sun Jan 30 2011 12:11:41 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2011 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/help/HelpWidget.cpp b/src/modules/help/HelpWidget.cpp index a772eb80a..042365b6a 100644 --- a/src/modules/help/HelpWidget.cpp +++ b/src/modules/help/HelpWidget.cpp @@ -3,7 +3,7 @@ // File : HelpWidget.cpp // Creation date : Thu Aug 10 2000 17:42:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/help/HelpWidget.h b/src/modules/help/HelpWidget.h index 43d8e8ccc..0fe716371 100644 --- a/src/modules/help/HelpWidget.h +++ b/src/modules/help/HelpWidget.h @@ -5,7 +5,7 @@ // File : HelpWidget.h // Creation date : Thu Aug 10 2000 17:26:20 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/help/HelpWindow.cpp b/src/modules/help/HelpWindow.cpp index 745f7ff04..194cd2b02 100644 --- a/src/modules/help/HelpWindow.cpp +++ b/src/modules/help/HelpWindow.cpp @@ -3,7 +3,7 @@ // File : HelpWindow.cpp // Creation date : Tue Aug 11 2000 18:08:22 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/help/HelpWindow.h b/src/modules/help/HelpWindow.h index c9817f008..ad5878ac7 100644 --- a/src/modules/help/HelpWindow.h +++ b/src/modules/help/HelpWindow.h @@ -5,7 +5,7 @@ // File : HelpWindow.h // Creation date : Fri Aug 11 2000 18:05:59 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/help/libkvihelp.cpp b/src/modules/help/libkvihelp.cpp index 7ee00165a..9e33751d2 100644 --- a/src/modules/help/libkvihelp.cpp +++ b/src/modules/help/libkvihelp.cpp @@ -3,7 +3,7 @@ // File : libkvihelp.cpp // Creation date : Sun Aug 13 2000 03:00:00 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/ident/libkviident.cpp b/src/modules/ident/libkviident.cpp index ba3ef804c..006a4205d 100644 --- a/src/modules/ident/libkviident.cpp +++ b/src/modules/ident/libkviident.cpp @@ -3,7 +3,7 @@ // File : libkviident.cpp // Creation date : Tue Oct 2 18:22:04 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/ident/libkviident.h b/src/modules/ident/libkviident.h index 367ab02dc..dbe0b4bd3 100644 --- a/src/modules/ident/libkviident.h +++ b/src/modules/ident/libkviident.h @@ -5,7 +5,7 @@ // File : libkviident.h // Creation date : Tue Oct 2 18:22:05 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/iograph/libkviiograph.cpp b/src/modules/iograph/libkviiograph.cpp index e192c234f..f0f9a8aae 100644 --- a/src/modules/iograph/libkviiograph.cpp +++ b/src/modules/iograph/libkviiograph.cpp @@ -3,7 +3,7 @@ // File : kvi_iograph.cpp // Creation date : Tue Oct 31 2000 00:14:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/iograph/libkviiograph.h b/src/modules/iograph/libkviiograph.h index b2edd60ab..8af4a885d 100644 --- a/src/modules/iograph/libkviiograph.h +++ b/src/modules/iograph/libkviiograph.h @@ -5,7 +5,7 @@ // File : kvi_iograph.cpp // Creation date : Tue Oct 31 2000 00:14:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/lamerizer/libkvilamerizer.cpp b/src/modules/lamerizer/libkvilamerizer.cpp index b7d5aa23a..483ba9884 100644 --- a/src/modules/lamerizer/libkvilamerizer.cpp +++ b/src/modules/lamerizer/libkvilamerizer.cpp @@ -3,7 +3,7 @@ // File : libkvilamerizer.cpp // Creation date : Sat Jan 20 2002 17:06:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/lamerizer/libkvilamerizer.h b/src/modules/lamerizer/libkvilamerizer.h index 13f26b405..5c73b58ef 100644 --- a/src/modules/lamerizer/libkvilamerizer.h +++ b/src/modules/lamerizer/libkvilamerizer.h @@ -5,7 +5,7 @@ // File : libkvilamerizer.h // Creation date : Sat Now 4 2000 15:41:41 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2000-2008 Till Bush (buti@geocities.com) // diff --git a/src/modules/language/detector.cpp b/src/modules/language/detector.cpp index e3fdf4898..03439f68e 100644 --- a/src/modules/language/detector.cpp +++ b/src/modules/language/detector.cpp @@ -1,7 +1,7 @@ //============================================================================= // // A Simple statistical language/encoding detector -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/language/detector.h b/src/modules/language/detector.h index e064889e5..0ac24c120 100644 --- a/src/modules/language/detector.h +++ b/src/modules/language/detector.h @@ -5,7 +5,7 @@ // File : detector.h // Creation date : Sun May 11 1999 00:07:20 CET by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/language/libkvilanguage.cpp b/src/modules/language/libkvilanguage.cpp index ea86316d5..9bc1dad60 100644 --- a/src/modules/language/libkvilanguage.cpp +++ b/src/modules/language/libkvilanguage.cpp @@ -3,7 +3,7 @@ // File : libkvilanguage.cpp // Creation date : Fri 25 Dec 20:16:49 2004 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/links/LinksWindow.cpp b/src/modules/links/LinksWindow.cpp index 4daf8c6a0..4abcf1aa8 100644 --- a/src/modules/links/LinksWindow.cpp +++ b/src/modules/links/LinksWindow.cpp @@ -3,7 +3,7 @@ // File : LinksWindow.cpp // Creation date : Thu Dec 21 2001 12:41:18 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/links/LinksWindow.h b/src/modules/links/LinksWindow.h index 71822a888..cb3e0f051 100644 --- a/src/modules/links/LinksWindow.h +++ b/src/modules/links/LinksWindow.h @@ -5,7 +5,7 @@ // File : LinksWindow.h // Creation date : Thu Dec 21 2000 12:42:55 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/list/ListWindow.cpp b/src/modules/list/ListWindow.cpp index f0e15fa42..86d05ffb1 100644 --- a/src/modules/list/ListWindow.cpp +++ b/src/modules/list/ListWindow.cpp @@ -3,7 +3,7 @@ // File : ListWindow.cpp // Creation date : Thu Oct 7 2001 13:27:55 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/list/ListWindow.h b/src/modules/list/ListWindow.h index 6df7faa9e..ca6feeb38 100644 --- a/src/modules/list/ListWindow.h +++ b/src/modules/list/ListWindow.h @@ -5,7 +5,7 @@ // File : ListWindow.h // Creation date : Thu Oct 7 2001 13:27:55 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/log/libkvilog.cpp b/src/modules/log/libkvilog.cpp index b0fa3a22f..aa39d1b51 100644 --- a/src/modules/log/libkvilog.cpp +++ b/src/modules/log/libkvilog.cpp @@ -3,7 +3,7 @@ // File : libkvilog.cpp // Creation date : Sat Jan 06 2001 13:28:02 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2011 Elvio Basello (hellvis69 at gmail dot com) // diff --git a/src/modules/logview/LogFile.cpp b/src/modules/logview/LogFile.cpp index 8fb70ae7b..7ed766b99 100644 --- a/src/modules/logview/LogFile.cpp +++ b/src/modules/logview/LogFile.cpp @@ -3,7 +3,7 @@ // File : LogFile.cpp // Creation date : Thu Apr 14 2011 19:21:59 by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2011 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/logview/LogFile.h b/src/modules/logview/LogFile.h index 7adabf03b..33bbf6268 100644 --- a/src/modules/logview/LogFile.h +++ b/src/modules/logview/LogFile.h @@ -5,7 +5,7 @@ // File : LogFile.h // Creation date : Thu Apr 14 2011 19:16:59 by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2011 Elvio Basello (hellvis69 at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/logview/LogViewWidget.cpp b/src/modules/logview/LogViewWidget.cpp index fcc3c11a9..3b5494edd 100644 --- a/src/modules/logview/LogViewWidget.cpp +++ b/src/modules/logview/LogViewWidget.cpp @@ -3,7 +3,7 @@ // File : LogViewWidget.cpp // Creation date : Thu Apr 23 2002 17:42:12 by Juanjo Alvarez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002 Juanjo Alvarez // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/logview/LogViewWidget.h b/src/modules/logview/LogViewWidget.h index 371599140..04e094a86 100644 --- a/src/modules/logview/LogViewWidget.h +++ b/src/modules/logview/LogViewWidget.h @@ -5,7 +5,7 @@ // File : LogViewWidget.h // Creation date : Thue Apr 23 2002 03:01:53 CET by Juanjo Alvarez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002 Juanjo Alvarez // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/logview/LogViewWindow.cpp b/src/modules/logview/LogViewWindow.cpp index 341c3bd89..20fc11860 100644 --- a/src/modules/logview/LogViewWindow.cpp +++ b/src/modules/logview/LogViewWindow.cpp @@ -3,7 +3,7 @@ // File : LogViewWindow.cpp // Creation date : Tue Apr 23 2002 18:08:22 by Juanjo Alvarez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002 Juanjo Alvarez // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2011 Elvio Basello (hellvis69 at gmail dot com) diff --git a/src/modules/logview/LogViewWindow.h b/src/modules/logview/LogViewWindow.h index 7f37bcd1b..dc66e3059 100644 --- a/src/modules/logview/LogViewWindow.h +++ b/src/modules/logview/LogViewWindow.h @@ -5,7 +5,7 @@ // File : LogViewWindow.h // Creation date : Tue Apr 23 2002 18:05:59 by Juanjo Alvarez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002 Juanjo Alvarez // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2011 Elvio Basello (hellvis69 at gmail dot com) diff --git a/src/modules/logview/libkvilogview.cpp b/src/modules/logview/libkvilogview.cpp index da58769fd..b981362c5 100644 --- a/src/modules/logview/libkvilogview.cpp +++ b/src/modules/logview/libkvilogview.cpp @@ -3,7 +3,7 @@ // File : libkvilogview.cpp // Creation date : Sun Feb 10 2000 23:25:10 CEST by Juanjo Alvarez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2011 Elvio Basello (hellvis69 at gmail dot com) // diff --git a/src/modules/mediaplayer/MpInterface.cpp b/src/modules/mediaplayer/MpInterface.cpp index 928aa3e1e..27137af89 100644 --- a/src/modules/mediaplayer/MpInterface.cpp +++ b/src/modules/mediaplayer/MpInterface.cpp @@ -3,7 +3,7 @@ // File : MpInterface.cpp // Creation date : Fri Mar 25 20:01:25 2005 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/mediaplayer/MpInterface.h b/src/modules/mediaplayer/MpInterface.h index 9e205b4c9..1f23a595f 100644 --- a/src/modules/mediaplayer/MpInterface.h +++ b/src/modules/mediaplayer/MpInterface.h @@ -5,7 +5,7 @@ // File : MpInterface.h // Creation date : Fri Mar 25 20:01:25 2005 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/mediaplayer/MpMp3.cpp b/src/modules/mediaplayer/MpMp3.cpp index 50a33f3de..59aae7560 100644 --- a/src/modules/mediaplayer/MpMp3.cpp +++ b/src/modules/mediaplayer/MpMp3.cpp @@ -3,7 +3,7 @@ // File : MpMp3.cpp // Creation date : Fri Mar 25 20:01:25 2005 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2010 Szymon Stefanek (pragma at kvirc dot net) // // This file is based on the mp3tech.c. It is released under the original diff --git a/src/modules/mediaplayer/MpMp3.h b/src/modules/mediaplayer/MpMp3.h index 577deded1..f9b88f0d6 100644 --- a/src/modules/mediaplayer/MpMp3.h +++ b/src/modules/mediaplayer/MpMp3.h @@ -3,7 +3,7 @@ // File : MpMp3.h // Creation date : Fri Mar 25 20:01:25 2005 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2010 Szymon Stefanek (pragma at kvirc dot net) // // This file is based on the mp3tech.h. It is released under the original diff --git a/src/modules/mediaplayer/libkvimediaplayer.cpp b/src/modules/mediaplayer/libkvimediaplayer.cpp index bf3ad6227..03507f0f5 100644 --- a/src/modules/mediaplayer/libkvimediaplayer.cpp +++ b/src/modules/mediaplayer/libkvimediaplayer.cpp @@ -4,7 +4,7 @@ // Creation date : Sat Nov 3 19:28:25 2001 GMT by Szymon Stefanek // Renamed to file : libkvimediaplayer.cpp on Fri Mar 25 2005 // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 Tomasz Moń (desowin at gmail dot com) // diff --git a/src/modules/mediaplayer/winamp.cpp b/src/modules/mediaplayer/winamp.cpp index 41dca5aa1..e4af956fb 100644 --- a/src/modules/mediaplayer/winamp.cpp +++ b/src/modules/mediaplayer/winamp.cpp @@ -3,7 +3,7 @@ // File : winamp.cpp // Creation date : Tue Nov 6 23:01:12 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/mircimport/libkvimircimport.cpp b/src/modules/mircimport/libkvimircimport.cpp index fdf26d342..dabf1c547 100644 --- a/src/modules/mircimport/libkvimircimport.cpp +++ b/src/modules/mircimport/libkvimircimport.cpp @@ -3,7 +3,7 @@ // File : libkvimircimport.cpp // Creation date : Tue Aug 27 01:20:35 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/mircimport/libkvimircimport.h b/src/modules/mircimport/libkvimircimport.h index f9fd8586c..7f138c473 100644 --- a/src/modules/mircimport/libkvimircimport.h +++ b/src/modules/mircimport/libkvimircimport.h @@ -5,7 +5,7 @@ // File : libkvimircimport.h // Creation date : Tue Aug 27 01:28:02 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/my/libkvimy.cpp b/src/modules/my/libkvimy.cpp index 1f9d60bf4..fa589ce79 100644 --- a/src/modules/my/libkvimy.cpp +++ b/src/modules/my/libkvimy.cpp @@ -3,7 +3,7 @@ // File : libkvimy.cpp // Creation date : Mon Jul 1 02:46:49 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/notifier/NotifierMessage.cpp b/src/modules/notifier/NotifierMessage.cpp index d17aa71b0..f2560b91d 100644 --- a/src/modules/notifier/NotifierMessage.cpp +++ b/src/modules/notifier/NotifierMessage.cpp @@ -3,7 +3,7 @@ // File : NotifierMessage.cpp // Creation date : Mar 02 Nov 2004 02:41:18 by Iacopo Palazzi // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004-2008 Iacopo <iakko@siena.linux.it> // Copyright (C) 2009 Fabio Bas < ctrlaltca at gmail dot com > // diff --git a/src/modules/notifier/NotifierWindow.cpp b/src/modules/notifier/NotifierWindow.cpp index 9029893aa..4113b016d 100644 --- a/src/modules/notifier/NotifierWindow.cpp +++ b/src/modules/notifier/NotifierWindow.cpp @@ -3,7 +3,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004-2008 Iacopo Palazzi < iakko(at)siena.linux.it > // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/notifier/NotifierWindow.h b/src/modules/notifier/NotifierWindow.h index 3ecc1ebda..afeea2756 100644 --- a/src/modules/notifier/NotifierWindow.h +++ b/src/modules/notifier/NotifierWindow.h @@ -5,7 +5,7 @@ // 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 +// 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 > // diff --git a/src/modules/notifier/libkvinotifier.cpp b/src/modules/notifier/libkvinotifier.cpp index 1943faffc..b9b51cfe0 100644 --- a/src/modules/notifier/libkvinotifier.cpp +++ b/src/modules/notifier/libkvinotifier.cpp @@ -3,7 +3,7 @@ // File : libkvinotifier.cpp // Creation date : Tue Jul 7 2004 20:21:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// 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 > // diff --git a/src/modules/objects/KvsObject_button.cpp b/src/modules/objects/KvsObject_button.cpp index 646b3193e..b2b8c3d69 100644 --- a/src/modules/objects/KvsObject_button.cpp +++ b/src/modules/objects/KvsObject_button.cpp @@ -3,7 +3,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Krzysztof Godlewski // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/objects/KvsObject_button.h b/src/modules/objects/KvsObject_button.h index 8fb8ce8c4..18b40a5ba 100644 --- a/src/modules/objects/KvsObject_button.h +++ b/src/modules/objects/KvsObject_button.h @@ -5,7 +5,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Krzysztof Godlewski // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/objects/KvsObject_buttonGroup.cpp b/src/modules/objects/KvsObject_buttonGroup.cpp index 356946d64..1c0b7b12d 100644 --- a/src/modules/objects/KvsObject_buttonGroup.cpp +++ b/src/modules/objects/KvsObject_buttonGroup.cpp @@ -4,7 +4,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_buttonGroup.h b/src/modules/objects/KvsObject_buttonGroup.h index 772cada71..bc2f77b6c 100644 --- a/src/modules/objects/KvsObject_buttonGroup.h +++ b/src/modules/objects/KvsObject_buttonGroup.h @@ -6,7 +6,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_checkBox.cpp b/src/modules/objects/KvsObject_checkBox.cpp index 1a90aa19e..26052712b 100644 --- a/src/modules/objects/KvsObject_checkBox.cpp +++ b/src/modules/objects/KvsObject_checkBox.cpp @@ -3,7 +3,7 @@ // File : KvsObject_checkBox.cpp // Creation date : Wed 13 Sep 2000 02:42:05 CEST by Krzysztof Godlewski // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Krzysztof Godlewski // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/objects/KvsObject_checkBox.h b/src/modules/objects/KvsObject_checkBox.h index a1cc15087..0c15045c4 100644 --- a/src/modules/objects/KvsObject_checkBox.h +++ b/src/modules/objects/KvsObject_checkBox.h @@ -6,7 +6,7 @@ // File : KvsObject_checkBox.h // Creation date : Wed 13 Sep 2000 02:42:05 CEST by Krzysztof Godlewski // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Krzysztof Godlewski // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/objects/KvsObject_colorDialog.cpp b/src/modules/objects/KvsObject_colorDialog.cpp index 2aea899f6..2723a93c2 100644 --- a/src/modules/objects/KvsObject_colorDialog.cpp +++ b/src/modules/objects/KvsObject_colorDialog.cpp @@ -3,7 +3,7 @@ // File : KvsObject_colorDialog.cpp // Creation date : Wed 27 Apr 2011 15:42:05 CEST by Alessandro Carbone // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2011 Alessandro Carbone (elfonol at gmail dot com) // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/objects/KvsObject_colorDialog.h b/src/modules/objects/KvsObject_colorDialog.h index 1ad507e40..35503f87d 100644 --- a/src/modules/objects/KvsObject_colorDialog.h +++ b/src/modules/objects/KvsObject_colorDialog.h @@ -6,7 +6,7 @@ // File : KvsObject_colorDialog.h // Creation date : Wed 27 Apr 2011 15:42:05 CEST by Alessandro Carbone // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2011 Alessandro Carbone (elfonol at gmail dot com) // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/objects/KvsObject_comboBox.cpp b/src/modules/objects/KvsObject_comboBox.cpp index 5fe40c13d..450569c62 100644 --- a/src/modules/objects/KvsObject_comboBox.cpp +++ b/src/modules/objects/KvsObject_comboBox.cpp @@ -3,7 +3,7 @@ // File : KvsObject_comboBox.cpp // Creation date : Wed 13 Sep 2000 02:42:05 CEST by Krzysztof Godlewski // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Krzysztof Godlewski // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/objects/KvsObject_comboBox.h b/src/modules/objects/KvsObject_comboBox.h index a10ac6c29..448e3d785 100644 --- a/src/modules/objects/KvsObject_comboBox.h +++ b/src/modules/objects/KvsObject_comboBox.h @@ -6,7 +6,7 @@ // File : KvsObject_comboBox.h // Creation date : Wed 13 Sep 2000 02:42:05 CEST by Krzysztof Godlewski // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Krzysztof Godlewski // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/objects/KvsObject_dateTimeEdit.cpp b/src/modules/objects/KvsObject_dateTimeEdit.cpp index bd4b4b259..f04530b2f 100644 --- a/src/modules/objects/KvsObject_dateTimeEdit.cpp +++ b/src/modules/objects/KvsObject_dateTimeEdit.cpp @@ -3,7 +3,7 @@ // File : KvsObject_dateTimeEdit.cpp // Creation date : Wed 30 Gen 2009 09:30:05 CEST by Carbone Alessandro // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Carbone Alessandro (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_dateTimeEdit.h b/src/modules/objects/KvsObject_dateTimeEdit.h index 4b67a3a51..31be3813d 100644 --- a/src/modules/objects/KvsObject_dateTimeEdit.h +++ b/src/modules/objects/KvsObject_dateTimeEdit.h @@ -5,7 +5,7 @@ // File : KvsObject_dateTimeEdit.h // Creation date : Wed 30 Gen 2009 09:30:05 CEST by Carbone Alessandro // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Carbone Alessandro (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_dialog.cpp b/src/modules/objects/KvsObject_dialog.cpp index 2d56405cd..720f1283d 100644 --- a/src/modules/objects/KvsObject_dialog.cpp +++ b/src/modules/objects/KvsObject_dialog.cpp @@ -3,7 +3,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_dialog.h b/src/modules/objects/KvsObject_dialog.h index 4dc08a8b2..dd5109858 100644 --- a/src/modules/objects/KvsObject_dialog.h +++ b/src/modules/objects/KvsObject_dialog.h @@ -5,7 +5,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_file.cpp b/src/modules/objects/KvsObject_file.cpp index 6fc521667..c7e874cc6 100644 --- a/src/modules/objects/KvsObject_file.cpp +++ b/src/modules/objects/KvsObject_file.cpp @@ -4,7 +4,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_file.h b/src/modules/objects/KvsObject_file.h index b226c10b0..661ad45d5 100644 --- a/src/modules/objects/KvsObject_file.h +++ b/src/modules/objects/KvsObject_file.h @@ -6,7 +6,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2009 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_ftp.cpp b/src/modules/objects/KvsObject_ftp.cpp index da093e1fc..cf48999e2 100644 --- a/src/modules/objects/KvsObject_ftp.cpp +++ b/src/modules/objects/KvsObject_ftp.cpp @@ -3,7 +3,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_ftp.h b/src/modules/objects/KvsObject_ftp.h index 84fa588fd..bc2c8c6d8 100644 --- a/src/modules/objects/KvsObject_ftp.h +++ b/src/modules/objects/KvsObject_ftp.h @@ -5,7 +5,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_groupBox.cpp b/src/modules/objects/KvsObject_groupBox.cpp index a6677d105..90d031213 100644 --- a/src/modules/objects/KvsObject_groupBox.cpp +++ b/src/modules/objects/KvsObject_groupBox.cpp @@ -4,7 +4,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2009 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_groupBox.h b/src/modules/objects/KvsObject_groupBox.h index 7c30705da..67fc6759a 100644 --- a/src/modules/objects/KvsObject_groupBox.h +++ b/src/modules/objects/KvsObject_groupBox.h @@ -6,7 +6,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2009 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_hBox.cpp b/src/modules/objects/KvsObject_hBox.cpp index da9c6c6e6..7eea31272 100644 --- a/src/modules/objects/KvsObject_hBox.cpp +++ b/src/modules/objects/KvsObject_hBox.cpp @@ -3,7 +3,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2009 Alessandro Carbone (elfonol at gmail dot com) // Copyright (C) 2014 OmegaPhil (OmegaPhil@startmail.com) // diff --git a/src/modules/objects/KvsObject_hBox.h b/src/modules/objects/KvsObject_hBox.h index 29e9a75c0..c3d65c65d 100644 --- a/src/modules/objects/KvsObject_hBox.h +++ b/src/modules/objects/KvsObject_hBox.h @@ -5,7 +5,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2009 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_http.cpp b/src/modules/objects/KvsObject_http.cpp index a969a5baf..2c898a2a3 100644 --- a/src/modules/objects/KvsObject_http.cpp +++ b/src/modules/objects/KvsObject_http.cpp @@ -3,7 +3,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_http.h b/src/modules/objects/KvsObject_http.h index bb05ef678..77c682f08 100644 --- a/src/modules/objects/KvsObject_http.h +++ b/src/modules/objects/KvsObject_http.h @@ -5,7 +5,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_label.cpp b/src/modules/objects/KvsObject_label.cpp index e07cc5ee7..483cd17c4 100644 --- a/src/modules/objects/KvsObject_label.cpp +++ b/src/modules/objects/KvsObject_label.cpp @@ -3,7 +3,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Krzysztof Godlewski // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2014 OmegaPhil (OmegaPhil@startmail.com) diff --git a/src/modules/objects/KvsObject_label.h b/src/modules/objects/KvsObject_label.h index f043f126b..99987fa56 100644 --- a/src/modules/objects/KvsObject_label.h +++ b/src/modules/objects/KvsObject_label.h @@ -5,7 +5,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Krzysztof Godlewski // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/objects/KvsObject_layout.cpp b/src/modules/objects/KvsObject_layout.cpp index 027af24cd..c5be86a4b 100644 --- a/src/modules/objects/KvsObject_layout.cpp +++ b/src/modules/objects/KvsObject_layout.cpp @@ -3,7 +3,7 @@ // File : KvsObject_layout.cpp // Creation date : Fri Now 22 2002 00:50:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_layout.h b/src/modules/objects/KvsObject_layout.h index 65580e99e..29a7b1d4a 100644 --- a/src/modules/objects/KvsObject_layout.h +++ b/src/modules/objects/KvsObject_layout.h @@ -5,7 +5,7 @@ // File : KvsObject_layout.h // Creation date : Fri Now 22 2002 00:50:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_lcd.cpp b/src/modules/objects/KvsObject_lcd.cpp index 3038a4b87..5c6473b36 100644 --- a/src/modules/objects/KvsObject_lcd.cpp +++ b/src/modules/objects/KvsObject_lcd.cpp @@ -4,7 +4,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_lcd.h b/src/modules/objects/KvsObject_lcd.h index 77c1fdc38..6d4e80333 100644 --- a/src/modules/objects/KvsObject_lcd.h +++ b/src/modules/objects/KvsObject_lcd.h @@ -6,7 +6,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_lineEdit.cpp b/src/modules/objects/KvsObject_lineEdit.cpp index b0d01c6bf..1e60a9eca 100644 --- a/src/modules/objects/KvsObject_lineEdit.cpp +++ b/src/modules/objects/KvsObject_lineEdit.cpp @@ -3,7 +3,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Krzysztof Godlewski // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/objects/KvsObject_lineEdit.h b/src/modules/objects/KvsObject_lineEdit.h index ba018aebb..57d674a49 100644 --- a/src/modules/objects/KvsObject_lineEdit.h +++ b/src/modules/objects/KvsObject_lineEdit.h @@ -5,7 +5,7 @@ // File : KvsObject_lineEdit.h // Creation date : Wed 20 Sep 2000 04:34:40 CEST by Krzysztof Godlewski // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Krzysztof Godlewski // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/objects/KvsObject_list.cpp b/src/modules/objects/KvsObject_list.cpp index 5c5fa171c..9deafecae 100644 --- a/src/modules/objects/KvsObject_list.cpp +++ b/src/modules/objects/KvsObject_list.cpp @@ -3,7 +3,7 @@ // File : KvsObject_list.cpp // Creation date : Wed Sep 09 2000 21:07:55 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_list.h b/src/modules/objects/KvsObject_list.h index 46a4c0c4b..42766aed1 100644 --- a/src/modules/objects/KvsObject_list.h +++ b/src/modules/objects/KvsObject_list.h @@ -5,7 +5,7 @@ // File : KvsObject_list.h // Creation date : Wed Sep 09 2000 21:07:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_listWidget.cpp b/src/modules/objects/KvsObject_listWidget.cpp index e630b2f53..fe3307366 100644 --- a/src/modules/objects/KvsObject_listWidget.cpp +++ b/src/modules/objects/KvsObject_listWidget.cpp @@ -3,7 +3,7 @@ // File : KvsObject_listWidget.cpp // Creation date : Sat Oct 2 03:40:28 CET 2004 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_listWidget.h b/src/modules/objects/KvsObject_listWidget.h index d27653431..d6e2ec3f4 100644 --- a/src/modules/objects/KvsObject_listWidget.h +++ b/src/modules/objects/KvsObject_listWidget.h @@ -5,7 +5,7 @@ // File : KvsObject_listWidget.h // Creation date : Sat Oct 2 03:40:28 CET 2004 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_mainWindow.cpp b/src/modules/objects/KvsObject_mainWindow.cpp index 1de990a9f..21a17c2aa 100644 --- a/src/modules/objects/KvsObject_mainWindow.cpp +++ b/src/modules/objects/KvsObject_mainWindow.cpp @@ -4,7 +4,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_mainWindow.h b/src/modules/objects/KvsObject_mainWindow.h index f7dd41470..e1693d5df 100644 --- a/src/modules/objects/KvsObject_mainWindow.h +++ b/src/modules/objects/KvsObject_mainWindow.h @@ -6,7 +6,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_memoryBuffer.cpp b/src/modules/objects/KvsObject_memoryBuffer.cpp index 056c314ae..8311954bd 100644 --- a/src/modules/objects/KvsObject_memoryBuffer.cpp +++ b/src/modules/objects/KvsObject_memoryBuffer.cpp @@ -4,7 +4,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_memoryBuffer.h b/src/modules/objects/KvsObject_memoryBuffer.h index 4f31fbd11..28f19d065 100644 --- a/src/modules/objects/KvsObject_memoryBuffer.h +++ b/src/modules/objects/KvsObject_memoryBuffer.h @@ -6,7 +6,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_menuBar.cpp b/src/modules/objects/KvsObject_menuBar.cpp index 0a3a432ca..289ebd776 100644 --- a/src/modules/objects/KvsObject_menuBar.cpp +++ b/src/modules/objects/KvsObject_menuBar.cpp @@ -3,7 +3,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_menuBar.h b/src/modules/objects/KvsObject_menuBar.h index 074db95f1..6850a9177 100644 --- a/src/modules/objects/KvsObject_menuBar.h +++ b/src/modules/objects/KvsObject_menuBar.h @@ -5,7 +5,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_multiLineEdit.cpp b/src/modules/objects/KvsObject_multiLineEdit.cpp index 1cd5963d1..4e90a849f 100644 --- a/src/modules/objects/KvsObject_multiLineEdit.cpp +++ b/src/modules/objects/KvsObject_multiLineEdit.cpp @@ -3,7 +3,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Krzysztof Godlewski // Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com) // diff --git a/src/modules/objects/KvsObject_multiLineEdit.h b/src/modules/objects/KvsObject_multiLineEdit.h index aa264331a..b12f06925 100644 --- a/src/modules/objects/KvsObject_multiLineEdit.h +++ b/src/modules/objects/KvsObject_multiLineEdit.h @@ -5,7 +5,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Krzysztof Godlewski // Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com) // diff --git a/src/modules/objects/KvsObject_painter.cpp b/src/modules/objects/KvsObject_painter.cpp index bedf4f109..f80ad760a 100644 --- a/src/modules/objects/KvsObject_painter.cpp +++ b/src/modules/objects/KvsObject_painter.cpp @@ -5,7 +5,7 @@ // by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // Lucia Papini (^ashura^) English Translation. // -// This file is part of the KVIrc irc client distribution +// 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 diff --git a/src/modules/objects/KvsObject_painter.h b/src/modules/objects/KvsObject_painter.h index f63b5638e..180b062fd 100644 --- a/src/modules/objects/KvsObject_painter.h +++ b/src/modules/objects/KvsObject_painter.h @@ -6,7 +6,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_pixmap.cpp b/src/modules/objects/KvsObject_pixmap.cpp index 5d0f468a2..f6846112a 100644 --- a/src/modules/objects/KvsObject_pixmap.cpp +++ b/src/modules/objects/KvsObject_pixmap.cpp @@ -4,7 +4,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_pixmap.h b/src/modules/objects/KvsObject_pixmap.h index c17740832..9d7e7cdd2 100644 --- a/src/modules/objects/KvsObject_pixmap.h +++ b/src/modules/objects/KvsObject_pixmap.h @@ -6,7 +6,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_popupMenu.cpp b/src/modules/objects/KvsObject_popupMenu.cpp index c884c35de..b26aede29 100644 --- a/src/modules/objects/KvsObject_popupMenu.cpp +++ b/src/modules/objects/KvsObject_popupMenu.cpp @@ -4,7 +4,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_popupMenu.h b/src/modules/objects/KvsObject_popupMenu.h index 385e57f75..15cf2f471 100644 --- a/src/modules/objects/KvsObject_popupMenu.h +++ b/src/modules/objects/KvsObject_popupMenu.h @@ -6,7 +6,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_process.cpp b/src/modules/objects/KvsObject_process.cpp index d16d9af86..5bbbdcba3 100644 --- a/src/modules/objects/KvsObject_process.cpp +++ b/src/modules/objects/KvsObject_process.cpp @@ -4,7 +4,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_process.h b/src/modules/objects/KvsObject_process.h index f2726f225..60559bc86 100644 --- a/src/modules/objects/KvsObject_process.h +++ b/src/modules/objects/KvsObject_process.h @@ -6,7 +6,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_progressBar.cpp b/src/modules/objects/KvsObject_progressBar.cpp index d86f598dc..ed56ddb07 100644 --- a/src/modules/objects/KvsObject_progressBar.cpp +++ b/src/modules/objects/KvsObject_progressBar.cpp @@ -4,7 +4,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_progressBar.h b/src/modules/objects/KvsObject_progressBar.h index c50cf1a04..bb0b5a717 100644 --- a/src/modules/objects/KvsObject_progressBar.h +++ b/src/modules/objects/KvsObject_progressBar.h @@ -6,7 +6,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_radioButton.cpp b/src/modules/objects/KvsObject_radioButton.cpp index fc09fd3b4..719ff3ef4 100644 --- a/src/modules/objects/KvsObject_radioButton.cpp +++ b/src/modules/objects/KvsObject_radioButton.cpp @@ -4,7 +4,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_radioButton.h b/src/modules/objects/KvsObject_radioButton.h index 00cdb9f6a..887631928 100644 --- a/src/modules/objects/KvsObject_radioButton.h +++ b/src/modules/objects/KvsObject_radioButton.h @@ -6,7 +6,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_slider.cpp b/src/modules/objects/KvsObject_slider.cpp index 3cd3cbc30..2250156bb 100644 --- a/src/modules/objects/KvsObject_slider.cpp +++ b/src/modules/objects/KvsObject_slider.cpp @@ -4,7 +4,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_slider.h b/src/modules/objects/KvsObject_slider.h index 628eb1ae9..820ad5c67 100644 --- a/src/modules/objects/KvsObject_slider.h +++ b/src/modules/objects/KvsObject_slider.h @@ -6,7 +6,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_socket.cpp b/src/modules/objects/KvsObject_socket.cpp index c1c0def2b..6566a28c8 100644 --- a/src/modules/objects/KvsObject_socket.cpp +++ b/src/modules/objects/KvsObject_socket.cpp @@ -3,7 +3,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_socket.h b/src/modules/objects/KvsObject_socket.h index 017e88acd..c6e189b52 100644 --- a/src/modules/objects/KvsObject_socket.h +++ b/src/modules/objects/KvsObject_socket.h @@ -5,7 +5,7 @@ // File : KvsObject_socket.h // Creation date : Sun Nov 11 03:13:46 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_spinBox.cpp b/src/modules/objects/KvsObject_spinBox.cpp index 8603e524a..d0634ec11 100644 --- a/src/modules/objects/KvsObject_spinBox.cpp +++ b/src/modules/objects/KvsObject_spinBox.cpp @@ -4,7 +4,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_spinBox.h b/src/modules/objects/KvsObject_spinBox.h index c85b4e295..f2dcd1352 100644 --- a/src/modules/objects/KvsObject_spinBox.h +++ b/src/modules/objects/KvsObject_spinBox.h @@ -6,7 +6,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_sql.cpp b/src/modules/objects/KvsObject_sql.cpp index 225b5de2f..f954d2688 100644 --- a/src/modules/objects/KvsObject_sql.cpp +++ b/src/modules/objects/KvsObject_sql.cpp @@ -3,7 +3,7 @@ // File : KvsObject_sql.cpp // Creation date : Wed Gen 28 2009 21:07:55 by Alessandro Carbone // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_sql.h b/src/modules/objects/KvsObject_sql.h index e6266f4fa..bffe59996 100644 --- a/src/modules/objects/KvsObject_sql.h +++ b/src/modules/objects/KvsObject_sql.h @@ -5,7 +5,7 @@ // File : class_sqlite.h // Creation date : Wed Gen 28 2009 21:07:55 by Alessandro Carbone // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_tabWidget.cpp b/src/modules/objects/KvsObject_tabWidget.cpp index f9408475e..2844f6520 100644 --- a/src/modules/objects/KvsObject_tabWidget.cpp +++ b/src/modules/objects/KvsObject_tabWidget.cpp @@ -4,7 +4,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_tabWidget.h b/src/modules/objects/KvsObject_tabWidget.h index a3c76db66..6eda136a2 100644 --- a/src/modules/objects/KvsObject_tabWidget.h +++ b/src/modules/objects/KvsObject_tabWidget.h @@ -6,7 +6,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_tableWidget.cpp b/src/modules/objects/KvsObject_tableWidget.cpp index c66c82cdd..e65086b5b 100644 --- a/src/modules/objects/KvsObject_tableWidget.cpp +++ b/src/modules/objects/KvsObject_tableWidget.cpp @@ -3,7 +3,7 @@ // File : KvsObject_tableWidget.cpp // Creation date : Wed 04 Feb 2009 09:30:05 CEST by Carbone Alessandro // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_tableWidget.h b/src/modules/objects/KvsObject_tableWidget.h index 229910f3a..6965d6e04 100644 --- a/src/modules/objects/KvsObject_tableWidget.h +++ b/src/modules/objects/KvsObject_tableWidget.h @@ -5,7 +5,7 @@ // File : KvsObject_tableWidget.h // Creation date : Wed 4 Feb 2009 09:30:05 CEST by Carbone Alessandro // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Krzysztof Godlewski // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/objects/KvsObject_textBrowser.cpp b/src/modules/objects/KvsObject_textBrowser.cpp index 59092a124..de5a57ea0 100644 --- a/src/modules/objects/KvsObject_textBrowser.cpp +++ b/src/modules/objects/KvsObject_textBrowser.cpp @@ -4,7 +4,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_textBrowser.h b/src/modules/objects/KvsObject_textBrowser.h index 50645e6f3..03a0314a6 100644 --- a/src/modules/objects/KvsObject_textBrowser.h +++ b/src/modules/objects/KvsObject_textBrowser.h @@ -6,7 +6,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_toolBar.cpp b/src/modules/objects/KvsObject_toolBar.cpp index 93c8424c1..8ee1d56d2 100644 --- a/src/modules/objects/KvsObject_toolBar.cpp +++ b/src/modules/objects/KvsObject_toolBar.cpp @@ -4,7 +4,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_toolBar.h b/src/modules/objects/KvsObject_toolBar.h index ad537df43..f0770bb2d 100644 --- a/src/modules/objects/KvsObject_toolBar.h +++ b/src/modules/objects/KvsObject_toolBar.h @@ -6,7 +6,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_toolButton.cpp b/src/modules/objects/KvsObject_toolButton.cpp index 421a80278..3035ec6d5 100644 --- a/src/modules/objects/KvsObject_toolButton.cpp +++ b/src/modules/objects/KvsObject_toolButton.cpp @@ -4,7 +4,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_toolButton.h b/src/modules/objects/KvsObject_toolButton.h index 041b5612b..63fdebb5a 100644 --- a/src/modules/objects/KvsObject_toolButton.h +++ b/src/modules/objects/KvsObject_toolButton.h @@ -6,7 +6,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_trayIcon.cpp b/src/modules/objects/KvsObject_trayIcon.cpp index a24e3f442..5ba066ecb 100644 --- a/src/modules/objects/KvsObject_trayIcon.cpp +++ b/src/modules/objects/KvsObject_trayIcon.cpp @@ -3,7 +3,7 @@ // File : KvsObject_trayIcon.cpp // Creation date : Wed Ago 25 17:28:45 2010 GMT by Carbone Alesssandro // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_trayIcon.h b/src/modules/objects/KvsObject_trayIcon.h index bc615852f..44fa2d88e 100644 --- a/src/modules/objects/KvsObject_trayIcon.h +++ b/src/modules/objects/KvsObject_trayIcon.h @@ -5,7 +5,7 @@ // File : KvsObject_trayIcon.h // Creation date : Wed Ago 25 17:28:45 2010 GMT by Carbone Alesssandro // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_treeWidget.cpp b/src/modules/objects/KvsObject_treeWidget.cpp index fb32adbe3..4dad7a2cf 100644 --- a/src/modules/objects/KvsObject_treeWidget.cpp +++ b/src/modules/objects/KvsObject_treeWidget.cpp @@ -4,7 +4,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2008 Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_treeWidget.h b/src/modules/objects/KvsObject_treeWidget.h index 48bb99d51..81c884428 100644 --- a/src/modules/objects/KvsObject_treeWidget.h +++ b/src/modules/objects/KvsObject_treeWidget.h @@ -6,7 +6,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2008 Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_treeWidgeteItem.cpp b/src/modules/objects/KvsObject_treeWidgeteItem.cpp index 1ef7704ce..e84b000a9 100644 --- a/src/modules/objects/KvsObject_treeWidgeteItem.cpp +++ b/src/modules/objects/KvsObject_treeWidgeteItem.cpp @@ -4,7 +4,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2008 Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_treeWidgeteItem.h b/src/modules/objects/KvsObject_treeWidgeteItem.h index 5b9e96197..ad6658cff 100644 --- a/src/modules/objects/KvsObject_treeWidgeteItem.h +++ b/src/modules/objects/KvsObject_treeWidgeteItem.h @@ -6,7 +6,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2008 Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_vBox.cpp b/src/modules/objects/KvsObject_vBox.cpp index cf52189a5..ea95a90be 100644 --- a/src/modules/objects/KvsObject_vBox.cpp +++ b/src/modules/objects/KvsObject_vBox.cpp @@ -4,7 +4,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2008 Alessandro Carbone (elfonol at gmail dot com) // Copyright (C) 2014 OmegaPhil (OmegaPhil@startmail.com) // diff --git a/src/modules/objects/KvsObject_vBox.h b/src/modules/objects/KvsObject_vBox.h index 08342bea2..20ed05d89 100644 --- a/src/modules/objects/KvsObject_vBox.h +++ b/src/modules/objects/KvsObject_vBox.h @@ -6,7 +6,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_webView.cpp b/src/modules/objects/KvsObject_webView.cpp index 90c7e051b..1f9ae5451 100644 --- a/src/modules/objects/KvsObject_webView.cpp +++ b/src/modules/objects/KvsObject_webView.cpp @@ -4,7 +4,7 @@ // Creation date : Wed Mar 9 23:34:48 CEST 2011 // by Alessandro Carbone(Noldor) // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2011 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_webView.h b/src/modules/objects/KvsObject_webView.h index e9e451452..2695a6cba 100644 --- a/src/modules/objects/KvsObject_webView.h +++ b/src/modules/objects/KvsObject_webView.h @@ -6,7 +6,7 @@ // Creation date : Wed Mar 9 23:45:48 CEST 2011 // by Alessandro Carbone(Noldor) // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2011 Alessandro Carbone (elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_widget.cpp b/src/modules/objects/KvsObject_widget.cpp index 9f1fbb6dc..04e41d844 100644 --- a/src/modules/objects/KvsObject_widget.cpp +++ b/src/modules/objects/KvsObject_widget.cpp @@ -3,7 +3,7 @@ // File : KvsObject_widget.cpp // Creation date : Mon Sep 11 16:35:32 CET 2000 by Krzysztof Godlewski // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Krzysztof Godlewski // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/objects/KvsObject_widget.h b/src/modules/objects/KvsObject_widget.h index 3507a3fdb..e861aede1 100644 --- a/src/modules/objects/KvsObject_widget.h +++ b/src/modules/objects/KvsObject_widget.h @@ -5,7 +5,7 @@ // File : KvsObject_widget.h // Creation date : Mon Sep 11 16:35:32 CET 2000 by Krzysztof Godlewski // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Krzysztof Godlewski // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/objects/KvsObject_window.cpp b/src/modules/objects/KvsObject_window.cpp index ea0b26ba4..4c82df5ef 100644 --- a/src/modules/objects/KvsObject_window.cpp +++ b/src/modules/objects/KvsObject_window.cpp @@ -3,7 +3,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_window.h b/src/modules/objects/KvsObject_window.h index c118c5c89..40b8aad8d 100644 --- a/src/modules/objects/KvsObject_window.h +++ b/src/modules/objects/KvsObject_window.h @@ -5,7 +5,7 @@ // File : KvsObject_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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/KvsObject_wizard.cpp b/src/modules/objects/KvsObject_wizard.cpp index f8e69fadf..2fd733115 100644 --- a/src/modules/objects/KvsObject_wizard.cpp +++ b/src/modules/objects/KvsObject_wizard.cpp @@ -4,7 +4,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_wizard.h b/src/modules/objects/KvsObject_wizard.h index deb8dc67e..0ea194de8 100644 --- a/src/modules/objects/KvsObject_wizard.h +++ b/src/modules/objects/KvsObject_wizard.h @@ -6,7 +6,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_workspace.cpp b/src/modules/objects/KvsObject_workspace.cpp index 349802bd5..ab88d3cd8 100644 --- a/src/modules/objects/KvsObject_workspace.cpp +++ b/src/modules/objects/KvsObject_workspace.cpp @@ -4,7 +4,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_workspace.h b/src/modules/objects/KvsObject_workspace.h index 63b0cf837..be05d7922 100644 --- a/src/modules/objects/KvsObject_workspace.h +++ b/src/modules/objects/KvsObject_workspace.h @@ -6,7 +6,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_wrapper.cpp b/src/modules/objects/KvsObject_wrapper.cpp index 43f297e8a..001a4dd21 100644 --- a/src/modules/objects/KvsObject_wrapper.cpp +++ b/src/modules/objects/KvsObject_wrapper.cpp @@ -4,7 +4,7 @@ // 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 +// 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 diff --git a/src/modules/objects/KvsObject_wrapper.h b/src/modules/objects/KvsObject_wrapper.h index 32ccceb17..2f7829b76 100644 --- a/src/modules/objects/KvsObject_wrapper.h +++ b/src/modules/objects/KvsObject_wrapper.h @@ -6,7 +6,7 @@ // 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 +// 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 diff --git a/src/modules/objects/libkviobjects.cpp b/src/modules/objects/libkviobjects.cpp index d79bb7d69..69bcc9b63 100644 --- a/src/modules/objects/libkviobjects.cpp +++ b/src/modules/objects/libkviobjects.cpp @@ -3,7 +3,7 @@ // File : libkviobjects.cpp // Creation date : Wed Sep 09 2000 20:59:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/objects/object_macros.h b/src/modules/objects/object_macros.h index 9fe7ae018..1dbd08d40 100644 --- a/src/modules/objects/object_macros.h +++ b/src/modules/objects/object_macros.h @@ -5,7 +5,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidgetContainer.cpp b/src/modules/options/OptionsWidgetContainer.cpp index 2c1938805..86b872eb2 100644 --- a/src/modules/options/OptionsWidgetContainer.cpp +++ b/src/modules/options/OptionsWidgetContainer.cpp @@ -3,7 +3,7 @@ // File : OptionsWidgetContainer.cpp // Creation date : Wed Nov 21 17:09:49 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidgetContainer.h b/src/modules/options/OptionsWidgetContainer.h index 7b222a02e..54164c3cf 100644 --- a/src/modules/options/OptionsWidgetContainer.h +++ b/src/modules/options/OptionsWidgetContainer.h @@ -5,7 +5,7 @@ // File : OptionsWidgetContainer.h // Creation date : Wed Nov 21 17:09:50 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-208 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_alertsAndHighlighting.cpp b/src/modules/options/OptionsWidget_alertsAndHighlighting.cpp index ac4081108..355b672e9 100644 --- a/src/modules/options/OptionsWidget_alertsAndHighlighting.cpp +++ b/src/modules/options/OptionsWidget_alertsAndHighlighting.cpp @@ -5,7 +5,7 @@ // File : OptionsWidget_alertsAndHighlighting.cpp // Creation date : Sat Nov 3 18:09:35 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_alertsAndHighlighting.h b/src/modules/options/OptionsWidget_alertsAndHighlighting.h index 5da61f72c..9cd18539e 100644 --- a/src/modules/options/OptionsWidget_alertsAndHighlighting.h +++ b/src/modules/options/OptionsWidget_alertsAndHighlighting.h @@ -5,7 +5,7 @@ // File : OptionsWidget_alertsAndHighlighting.h // Creation date : Sat Nov 3 18:09:37 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_antiSpam.cpp b/src/modules/options/OptionsWidget_antiSpam.cpp index fb116f159..e37bb2a34 100644 --- a/src/modules/options/OptionsWidget_antiSpam.cpp +++ b/src/modules/options/OptionsWidget_antiSpam.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_antiSpam.cpp // Creation date : Tue Oct 16 15:47:02 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_antiSpam.h b/src/modules/options/OptionsWidget_antiSpam.h index 5514a77a4..8e0c9ce3a 100644 --- a/src/modules/options/OptionsWidget_antiSpam.h +++ b/src/modules/options/OptionsWidget_antiSpam.h @@ -5,7 +5,7 @@ // File : OptionsWidget_antiSpam.h // Creation date : Tue Oct 16 15:47:03 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_avatar.cpp b/src/modules/options/OptionsWidget_avatar.cpp index b158d66af..8cc123eb0 100644 --- a/src/modules/options/OptionsWidget_avatar.cpp +++ b/src/modules/options/OptionsWidget_avatar.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_avatar.cpp // Creation date : Wed Nov 19 09:25:16 2005 GMT by Grifisx & Noldor // -// This file is part of the KVIrc irc client distribution +// 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 diff --git a/src/modules/options/OptionsWidget_avatar.h b/src/modules/options/OptionsWidget_avatar.h index 821cd7637..62d443b6b 100644 --- a/src/modules/options/OptionsWidget_avatar.h +++ b/src/modules/options/OptionsWidget_avatar.h @@ -6,7 +6,7 @@ // File : OptionsWidget_avatar.cpp // Creation date : Wed Nov 19 09:25:16 2005 GMT by Grifisx & Noldor // -// This file is part of the KVIrc irc client distribution +// 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 diff --git a/src/modules/options/OptionsWidget_away.cpp b/src/modules/options/OptionsWidget_away.cpp index dffa40954..2be648107 100644 --- a/src/modules/options/OptionsWidget_away.cpp +++ b/src/modules/options/OptionsWidget_away.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_away.cpp // Creation date : Mon Oct 29 15:37:16 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_away.h b/src/modules/options/OptionsWidget_away.h index 45eb84821..69a1cfecf 100644 --- a/src/modules/options/OptionsWidget_away.h +++ b/src/modules/options/OptionsWidget_away.h @@ -5,7 +5,7 @@ // File : OptionsWidget_away.h // Creation date : Mon Oct 29 15:37:18 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_channel.cpp b/src/modules/options/OptionsWidget_channel.cpp index f4e57c8da..2f45b9486 100644 --- a/src/modules/options/OptionsWidget_channel.cpp +++ b/src/modules/options/OptionsWidget_channel.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_channel.cpp // Creation date : Sat Sep 27 19:30:02 2008 GMT by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // 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/options/OptionsWidget_channel.h b/src/modules/options/OptionsWidget_channel.h index 3a52880d7..82b1e2e4c 100644 --- a/src/modules/options/OptionsWidget_channel.h +++ b/src/modules/options/OptionsWidget_channel.h @@ -5,7 +5,7 @@ // File : OptionsWidget_channel.h // Creation date : Sat Sep 27 19:30:02 2008 GMT by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // 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/options/OptionsWidget_connection.cpp b/src/modules/options/OptionsWidget_connection.cpp index bd4d9d1f7..4242d3235 100644 --- a/src/modules/options/OptionsWidget_connection.cpp +++ b/src/modules/options/OptionsWidget_connection.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_connection.cpp // Creation date : Sat Nov 24 04:25:16 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) // copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // diff --git a/src/modules/options/OptionsWidget_connection.h b/src/modules/options/OptionsWidget_connection.h index 41af5fc60..78d27ed0e 100644 --- a/src/modules/options/OptionsWidget_connection.h +++ b/src/modules/options/OptionsWidget_connection.h @@ -5,7 +5,7 @@ // File : OptionsWidget_connection.h // Creation date : Sat Nov 24 04:25:12 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_ctcp.cpp b/src/modules/options/OptionsWidget_ctcp.cpp index e94455f58..8ff9c8409 100644 --- a/src/modules/options/OptionsWidget_ctcp.cpp +++ b/src/modules/options/OptionsWidget_ctcp.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_ctcp.cpp // Creation date : Sun Dec 2 20:40:43 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_ctcp.h b/src/modules/options/OptionsWidget_ctcp.h index 135dc03f5..fbb76e6f1 100644 --- a/src/modules/options/OptionsWidget_ctcp.h +++ b/src/modules/options/OptionsWidget_ctcp.h @@ -5,7 +5,7 @@ // File : OptionsWidget_ctcp.h // Creation date : Sun Dec 2 20:40:43 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_ctcpFloodProtection.cpp b/src/modules/options/OptionsWidget_ctcpFloodProtection.cpp index dd1bdab52..fcc561714 100644 --- a/src/modules/options/OptionsWidget_ctcpFloodProtection.cpp +++ b/src/modules/options/OptionsWidget_ctcpFloodProtection.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_ctcpFloodProtection.cpp // Creation date : Sun Jan 21 2001 14:35:06 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_ctcpFloodProtection.h b/src/modules/options/OptionsWidget_ctcpFloodProtection.h index 300d0d8b3..dc48f346c 100644 --- a/src/modules/options/OptionsWidget_ctcpFloodProtection.h +++ b/src/modules/options/OptionsWidget_ctcpFloodProtection.h @@ -5,7 +5,7 @@ // File : OptionsWidget_ctcpFloodProtection.h // Creation date : Sun Jan 21 2000 14:34:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_dcc.cpp b/src/modules/options/OptionsWidget_dcc.cpp index d91a3ed83..1abd6a5ac 100644 --- a/src/modules/options/OptionsWidget_dcc.cpp +++ b/src/modules/options/OptionsWidget_dcc.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_dcc.cpp // Creation date : Fri Aug 17 22:08:09 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_dcc.h b/src/modules/options/OptionsWidget_dcc.h index 1524704d2..9ff5fcd53 100644 --- a/src/modules/options/OptionsWidget_dcc.h +++ b/src/modules/options/OptionsWidget_dcc.h @@ -5,7 +5,7 @@ // File : OptionsWidget_dcc.h // Creation date : Fri Aug 17 22:08:08 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_general.cpp b/src/modules/options/OptionsWidget_general.cpp index 31b828982..372beb2c1 100644 --- a/src/modules/options/OptionsWidget_general.cpp +++ b/src/modules/options/OptionsWidget_general.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_general.cpp // Creation date : Wed Nov 19 09:25:16 2005 GMT by Grifisx & Noldor // -// This file is part of the KVIrc irc client distribution +// 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 diff --git a/src/modules/options/OptionsWidget_general.h b/src/modules/options/OptionsWidget_general.h index 88c20335b..16a6abf60 100644 --- a/src/modules/options/OptionsWidget_general.h +++ b/src/modules/options/OptionsWidget_general.h @@ -5,7 +5,7 @@ // File : OptionsWidget_general.h // Creation date : Wed Nov 19 09:25:16 2005 GMT by Grifisx & Noldor // -// This file is part of the KVIrc irc client distribution +// 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 diff --git a/src/modules/options/OptionsWidget_identity.cpp b/src/modules/options/OptionsWidget_identity.cpp index 7fc0b6729..af03e4598 100644 --- a/src/modules/options/OptionsWidget_identity.cpp +++ b/src/modules/options/OptionsWidget_identity.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_identity.cpp // Creation date : Tue Nov 14 2000 23:06:53 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_identity.h b/src/modules/options/OptionsWidget_identity.h index 7d1a8cab5..399b5d7bb 100644 --- a/src/modules/options/OptionsWidget_identity.h +++ b/src/modules/options/OptionsWidget_identity.h @@ -6,7 +6,7 @@ // File : OptionsWidget_identity.h // Creation date : Tue Nov 14 2000 23:06:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // diff --git a/src/modules/options/OptionsWidget_ignore.cpp b/src/modules/options/OptionsWidget_ignore.cpp index 233fb8084..1ae40bd10 100644 --- a/src/modules/options/OptionsWidget_ignore.cpp +++ b/src/modules/options/OptionsWidget_ignore.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_ignore.h // Creation date : Thu Feb 12 15:11:29 2002 GMT by Juanjo Álvarez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002 Juanjo Álvarez // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/options/OptionsWidget_ignore.h b/src/modules/options/OptionsWidget_ignore.h index 4754f2b53..24aae1208 100644 --- a/src/modules/options/OptionsWidget_ignore.h +++ b/src/modules/options/OptionsWidget_ignore.h @@ -5,7 +5,7 @@ // File : OptionsWidget_ignore.h // Creation date : Thu Feb 12 15:11:30 2002 GMT by Juanjo Álvarez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002 Juanjo Álvarez // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/options/OptionsWidget_input.cpp b/src/modules/options/OptionsWidget_input.cpp index 052717095..855497890 100644 --- a/src/modules/options/OptionsWidget_input.cpp +++ b/src/modules/options/OptionsWidget_input.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_input.cpp // Creation date : Sat Aug 11 2001 04:25:52 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_input.h b/src/modules/options/OptionsWidget_input.h index bcf8c7dbf..f9eeda1f5 100644 --- a/src/modules/options/OptionsWidget_input.h +++ b/src/modules/options/OptionsWidget_input.h @@ -6,7 +6,7 @@ // File : OptionsWidget_input.h // Creation date : Sat Aug 11 2001 04:25:01 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_interfaceFeatures.cpp b/src/modules/options/OptionsWidget_interfaceFeatures.cpp index 65dc6c3be..ead691db5 100644 --- a/src/modules/options/OptionsWidget_interfaceFeatures.cpp +++ b/src/modules/options/OptionsWidget_interfaceFeatures.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_interfaceFeatures.cpp // Creation date : Sat Jun 2 2001 14:52:53 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_interfaceFeatures.h b/src/modules/options/OptionsWidget_interfaceFeatures.h index ea0cd5e3f..85adcb7b7 100644 --- a/src/modules/options/OptionsWidget_interfaceFeatures.h +++ b/src/modules/options/OptionsWidget_interfaceFeatures.h @@ -6,7 +6,7 @@ // File : OptionsWidget_interfaceFeatures.h // Creation date : Sat Jun 2 2001 14:50:01 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_irc.cpp b/src/modules/options/OptionsWidget_irc.cpp index ce56d4567..65c86b5d5 100644 --- a/src/modules/options/OptionsWidget_irc.cpp +++ b/src/modules/options/OptionsWidget_irc.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_irc.cpp // Creation date : Sun Dec 2 18:59:48 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_irc.h b/src/modules/options/OptionsWidget_irc.h index 53388591a..f7151fc5e 100644 --- a/src/modules/options/OptionsWidget_irc.h +++ b/src/modules/options/OptionsWidget_irc.h @@ -5,7 +5,7 @@ // File : OptionsWidget_irc.h // Creation date : Sun Dec 2 18:59:49 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_ircOutput.cpp b/src/modules/options/OptionsWidget_ircOutput.cpp index efb8ecbe7..e934d74df 100644 --- a/src/modules/options/OptionsWidget_ircOutput.cpp +++ b/src/modules/options/OptionsWidget_ircOutput.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_ircOutput.cpp // Creation date : Wed Nov 15 2000 11:45:06 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_ircOutput.h b/src/modules/options/OptionsWidget_ircOutput.h index ee5775323..153955773 100644 --- a/src/modules/options/OptionsWidget_ircOutput.h +++ b/src/modules/options/OptionsWidget_ircOutput.h @@ -5,7 +5,7 @@ // File : OptionsWidget_ircOutput.h // Creation date : Wed Nov 15 2000 11:47:51 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_ircView.cpp b/src/modules/options/OptionsWidget_ircView.cpp index b7927c504..1b08142ee 100644 --- a/src/modules/options/OptionsWidget_ircView.cpp +++ b/src/modules/options/OptionsWidget_ircView.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_ircView.cpp // Creation date : Sat Aug 11 2001 03:29:52 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // diff --git a/src/modules/options/OptionsWidget_ircView.h b/src/modules/options/OptionsWidget_ircView.h index 539dea86d..af5cacc7a 100644 --- a/src/modules/options/OptionsWidget_ircView.h +++ b/src/modules/options/OptionsWidget_ircView.h @@ -6,7 +6,7 @@ // File : OptionsWidget_ircView.h // Creation date : Sat Aug 11 2001 03:28:19 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) // diff --git a/src/modules/options/OptionsWidget_lag.cpp b/src/modules/options/OptionsWidget_lag.cpp index 708856511..9014dc59c 100644 --- a/src/modules/options/OptionsWidget_lag.cpp +++ b/src/modules/options/OptionsWidget_lag.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_lag.cpp // Creation date : Wed Cct 16 10:45:54 CEST 2002 by Juanjo Álvarez (juanjux@yahoo.es) // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002 Juanjo Álvarez // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/options/OptionsWidget_lag.h b/src/modules/options/OptionsWidget_lag.h index 03e92cf77..df3f1ae33 100644 --- a/src/modules/options/OptionsWidget_lag.h +++ b/src/modules/options/OptionsWidget_lag.h @@ -5,7 +5,7 @@ // File : OptionsWidget_lag.h // Creation date : Wed Cct 16 10:45:54 CEST 2002 by Juanjo Álvarez (juanjux@yahoo.es) // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002 Juanjo Álvarez // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/options/OptionsWidget_logging.cpp b/src/modules/options/OptionsWidget_logging.cpp index 0f2a75d14..3251b86e8 100644 --- a/src/modules/options/OptionsWidget_logging.cpp +++ b/src/modules/options/OptionsWidget_logging.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_logging.cpp // Creation date : Mon Oct 29 15:37:16 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_logging.h b/src/modules/options/OptionsWidget_logging.h index bcf345f36..ce4ea9c4c 100644 --- a/src/modules/options/OptionsWidget_logging.h +++ b/src/modules/options/OptionsWidget_logging.h @@ -5,7 +5,7 @@ // File : OptionsWidget_logging.h // Creation date : Mon Oct 29 15:37:18 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_mediaTypes.cpp b/src/modules/options/OptionsWidget_mediaTypes.cpp index 4d3dd236e..d10f20d0f 100644 --- a/src/modules/options/OptionsWidget_mediaTypes.cpp +++ b/src/modules/options/OptionsWidget_mediaTypes.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_mediaTypes.cpp // Creation date : Sat Jan 20 2001 16:14:53 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_mediaTypes.h b/src/modules/options/OptionsWidget_mediaTypes.h index 25f1bbe9a..ea1c8e067 100644 --- a/src/modules/options/OptionsWidget_mediaTypes.h +++ b/src/modules/options/OptionsWidget_mediaTypes.h @@ -5,7 +5,7 @@ // File : OptionsWidget_mediaTypes.h // Creation date : Sat Jan 20 2001 16:12:10 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_message.cpp b/src/modules/options/OptionsWidget_message.cpp index 016e44d16..06ffce87d 100644 --- a/src/modules/options/OptionsWidget_message.cpp +++ b/src/modules/options/OptionsWidget_message.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_message.cpp // Creation date : Sat Aug 11 2001 18:12:00 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_message.h b/src/modules/options/OptionsWidget_message.h index 05eb83486..02233615d 100644 --- a/src/modules/options/OptionsWidget_message.h +++ b/src/modules/options/OptionsWidget_message.h @@ -5,7 +5,7 @@ // File : OptionsWidget_message.h // Creation date : Sat Aug 11 2001 18:11:21 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_nickserv.cpp b/src/modules/options/OptionsWidget_nickserv.cpp index 4228a13f7..0fa5ee833 100644 --- a/src/modules/options/OptionsWidget_nickserv.cpp +++ b/src/modules/options/OptionsWidget_nickserv.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_nickserv.cpp // Creation date : Fri Aug 10 2001 03:38:10 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_nickserv.h b/src/modules/options/OptionsWidget_nickserv.h index 25f21c8ae..7820382e8 100644 --- a/src/modules/options/OptionsWidget_nickserv.h +++ b/src/modules/options/OptionsWidget_nickserv.h @@ -6,7 +6,7 @@ // File : OptionsWidget_nickserv.h // Creation date : Fri Aug 10 2001 03:37:21 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_notifier.cpp b/src/modules/options/OptionsWidget_notifier.cpp index 01d727b0c..909fe9287 100644 --- a/src/modules/options/OptionsWidget_notifier.cpp +++ b/src/modules/options/OptionsWidget_notifier.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_notifier.cpp // Creation date : Thu Jul 09 2009 10:54:39 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_notifier.h b/src/modules/options/OptionsWidget_notifier.h index 1d9eea3e0..acdbb9000 100644 --- a/src/modules/options/OptionsWidget_notifier.h +++ b/src/modules/options/OptionsWidget_notifier.h @@ -6,7 +6,7 @@ // File : OptionsWidget_notifier.h // Creation date : Thu Jul 09 2009 10:54:39 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_notify.cpp b/src/modules/options/OptionsWidget_notify.cpp index e70dc75ea..8811615ac 100644 --- a/src/modules/options/OptionsWidget_notify.cpp +++ b/src/modules/options/OptionsWidget_notify.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_notify.cpp // Creation date : Sun Oct 28 15:11:29 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_notify.h b/src/modules/options/OptionsWidget_notify.h index b5c30f30c..e32511779 100644 --- a/src/modules/options/OptionsWidget_notify.h +++ b/src/modules/options/OptionsWidget_notify.h @@ -5,7 +5,7 @@ // File : OptionsWidget_notify.h // Creation date : Sun Oct 28 15:11:30 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_protection.cpp b/src/modules/options/OptionsWidget_protection.cpp index f0878bf69..67dc5a4eb 100644 --- a/src/modules/options/OptionsWidget_protection.cpp +++ b/src/modules/options/OptionsWidget_protection.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_protection.cpp // Creation date : Wed Ott 19 16:15:16 2005 GMT by Grifisx & Noldor // -// This file is part of the KVIrc irc client distribution +// 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 diff --git a/src/modules/options/OptionsWidget_protection.h b/src/modules/options/OptionsWidget_protection.h index 50098d13f..f58b14734 100644 --- a/src/modules/options/OptionsWidget_protection.h +++ b/src/modules/options/OptionsWidget_protection.h @@ -5,7 +5,7 @@ // File : OptionsWidget_protection.h // Creation date : Wed Ott 19 16:15:16 2005 GMT by Grifisx & Noldor // -// This file is part of the KVIrc irc client distribution +// 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 diff --git a/src/modules/options/OptionsWidget_proxy.cpp b/src/modules/options/OptionsWidget_proxy.cpp index 5997df1f1..0ee2c005b 100644 --- a/src/modules/options/OptionsWidget_proxy.cpp +++ b/src/modules/options/OptionsWidget_proxy.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_proxy.cpp // Creation date : Mon Jun 24 2000 22:02:11 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_proxy.h b/src/modules/options/OptionsWidget_proxy.h index 930cfda29..c33c3b6c0 100644 --- a/src/modules/options/OptionsWidget_proxy.h +++ b/src/modules/options/OptionsWidget_proxy.h @@ -5,7 +5,7 @@ // File : OptionsWidget_proxy.h // Creation date : Mon Jun 24 2000 21:58:25 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_query.cpp b/src/modules/options/OptionsWidget_query.cpp index 26ec536f1..4236acdcc 100644 --- a/src/modules/options/OptionsWidget_query.cpp +++ b/src/modules/options/OptionsWidget_query.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_query.cpp // Creation date : Mon Oct 29 15:37:16 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_query.h b/src/modules/options/OptionsWidget_query.h index 3cbc5afe7..d1f5f7b30 100644 --- a/src/modules/options/OptionsWidget_query.h +++ b/src/modules/options/OptionsWidget_query.h @@ -5,7 +5,7 @@ // File : OptionsWidget_query.h // Creation date : Tue Mar 05 22:31:18 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma@kvirc.net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_servers.cpp b/src/modules/options/OptionsWidget_servers.cpp index 42893b8a1..b3a2269f4 100644 --- a/src/modules/options/OptionsWidget_servers.cpp +++ b/src/modules/options/OptionsWidget_servers.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_servers.cpp // Creation date : Wed Jun 12 2000 03:29:51 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_servers.h b/src/modules/options/OptionsWidget_servers.h index bb38ec65a..536175a90 100644 --- a/src/modules/options/OptionsWidget_servers.h +++ b/src/modules/options/OptionsWidget_servers.h @@ -6,7 +6,7 @@ // File : OptionsWidget_servers.h // Creation date : Wed Jun 12 2000 03:29:01 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_sound.h b/src/modules/options/OptionsWidget_sound.h index 159571c33..232c85de7 100644 --- a/src/modules/options/OptionsWidget_sound.h +++ b/src/modules/options/OptionsWidget_sound.h @@ -5,7 +5,7 @@ // File : OptionsWidget_sound.h // Creation date : Fri Sep 6 02:18:21 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_textEncoding.cpp b/src/modules/options/OptionsWidget_textEncoding.cpp index 7ce167704..12e3491ab 100644 --- a/src/modules/options/OptionsWidget_textEncoding.cpp +++ b/src/modules/options/OptionsWidget_textEncoding.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_textEncoding.cpp // Creation date : Sat Aug 11 2001 03:29:52 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_textEncoding.h b/src/modules/options/OptionsWidget_textEncoding.h index a16169c39..334c431e5 100644 --- a/src/modules/options/OptionsWidget_textEncoding.h +++ b/src/modules/options/OptionsWidget_textEncoding.h @@ -5,7 +5,7 @@ // File : OptionsWidget_textEncoding.h // Creation date : Sat Mar 02 2002 12:09:19 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_textIcons.cpp b/src/modules/options/OptionsWidget_textIcons.cpp index 1b811adc8..1aaa37ab6 100644 --- a/src/modules/options/OptionsWidget_textIcons.cpp +++ b/src/modules/options/OptionsWidget_textIcons.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_textIcons.cpp // Creation date : Fri May 24 2002 00:16:13 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_textIcons.h b/src/modules/options/OptionsWidget_textIcons.h index cf4cb91e4..2ad20241b 100644 --- a/src/modules/options/OptionsWidget_textIcons.h +++ b/src/modules/options/OptionsWidget_textIcons.h @@ -5,7 +5,7 @@ // File : OptionsWidget_textIcons.h // Creation date : Fri May 24 2002 00:14:02 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_theme.cpp b/src/modules/options/OptionsWidget_theme.cpp index 2126a5a20..0673de0a8 100644 --- a/src/modules/options/OptionsWidget_theme.cpp +++ b/src/modules/options/OptionsWidget_theme.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_theme.cpp // Creation date : Sun Jun 3 2001 20:50:13 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_theme.h b/src/modules/options/OptionsWidget_theme.h index 9f3b3c400..2cbbf3efb 100644 --- a/src/modules/options/OptionsWidget_theme.h +++ b/src/modules/options/OptionsWidget_theme.h @@ -5,7 +5,7 @@ // File : OptionsWidget_theme.h // Creation date : Sun Jun 3 2001 20:49:02 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_tools.cpp b/src/modules/options/OptionsWidget_tools.cpp index 3d43567a5..cf2065867 100644 --- a/src/modules/options/OptionsWidget_tools.cpp +++ b/src/modules/options/OptionsWidget_tools.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_tools.cpp // Creation date : Wed Ott 19 16:15:16 2005 GMT by Grifisx & Noldor // -// This file is part of the KVIrc irc client distribution +// 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 diff --git a/src/modules/options/OptionsWidget_tools.h b/src/modules/options/OptionsWidget_tools.h index 1c335ddb5..44ca9881f 100644 --- a/src/modules/options/OptionsWidget_tools.h +++ b/src/modules/options/OptionsWidget_tools.h @@ -6,7 +6,7 @@ // File : OptionsWidget_tools.h // Creation date : Wed Ott 19 16:15:16 2005 GMT by Grifisx & Noldor // -// This file is part of the KVIrc irc client distribution +// 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 diff --git a/src/modules/options/OptionsWidget_topicLabel.cpp b/src/modules/options/OptionsWidget_topicLabel.cpp index 8f4d20f44..6c3c7b611 100644 --- a/src/modules/options/OptionsWidget_topicLabel.cpp +++ b/src/modules/options/OptionsWidget_topicLabel.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_topicLabel.cpp // Creation date : Mon Sep 24 02:44:55 CEST 2001 by Krzysztof Godlewski // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001 Krzysztof Godlewski // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/options/OptionsWidget_topicLabel.h b/src/modules/options/OptionsWidget_topicLabel.h index fa473cf6d..1d9777fa9 100644 --- a/src/modules/options/OptionsWidget_topicLabel.h +++ b/src/modules/options/OptionsWidget_topicLabel.h @@ -5,7 +5,7 @@ // File : OptionsWidget_topicLabel.h // Creation date : Mon Sep 24 02:44:55 CEST 2001 by Krzysztof Godlewski // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001 Krzysztof Godlewski // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/options/OptionsWidget_tray.cpp b/src/modules/options/OptionsWidget_tray.cpp index b930eb7d8..dbc2f6e28 100644 --- a/src/modules/options/OptionsWidget_tray.cpp +++ b/src/modules/options/OptionsWidget_tray.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_tray.cpp // Creation date : Mon 14 Aug 2006 by Alexey Uzhva // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2006-2008 Alexey Uzhva (wizard at opendoor dot ru) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_tray.h b/src/modules/options/OptionsWidget_tray.h index 471870e1c..d1fbad6ba 100644 --- a/src/modules/options/OptionsWidget_tray.h +++ b/src/modules/options/OptionsWidget_tray.h @@ -5,7 +5,7 @@ // File : OptionsWidget_tray.cpp // Creation date : Mon 14 Aug 2006 by Alexey Uzhva // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2006-2008 Alexey Uzhva (wizard at opendoor dot ru) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_uparser.cpp b/src/modules/options/OptionsWidget_uparser.cpp index 2a8653ff3..9ed0d61c4 100644 --- a/src/modules/options/OptionsWidget_uparser.cpp +++ b/src/modules/options/OptionsWidget_uparser.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_uparser.cpp // Creation date : Sat Oct 27 16:32:26 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_uparser.h b/src/modules/options/OptionsWidget_uparser.h index a4b82cfeb..47e49874d 100644 --- a/src/modules/options/OptionsWidget_uparser.h +++ b/src/modules/options/OptionsWidget_uparser.h @@ -5,7 +5,7 @@ // File : OptionsWidget_uparser.h // Creation date : Sat Oct 27 16:32:27 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_urlHandlers.cpp b/src/modules/options/OptionsWidget_urlHandlers.cpp index 2a8435473..4576f9e96 100644 --- a/src/modules/options/OptionsWidget_urlHandlers.cpp +++ b/src/modules/options/OptionsWidget_urlHandlers.cpp @@ -5,7 +5,7 @@ // File : OptionsWidget_urlHandlers.cpp // Creation date : Fri Aug 23 02:57:40 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_urlHandlers.h b/src/modules/options/OptionsWidget_urlHandlers.h index e1c931502..9670438a0 100644 --- a/src/modules/options/OptionsWidget_urlHandlers.h +++ b/src/modules/options/OptionsWidget_urlHandlers.h @@ -5,7 +5,7 @@ // File : OptionsWidget_urlHandlers.h // Creation date : Fri Aug 23 02:57:41 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_userList.cpp b/src/modules/options/OptionsWidget_userList.cpp index db72d5679..f7997f49b 100644 --- a/src/modules/options/OptionsWidget_userList.cpp +++ b/src/modules/options/OptionsWidget_userList.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_userList.cpp // Creation date : Sat Aug 11 2001 03:29:52 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_userList.h b/src/modules/options/OptionsWidget_userList.h index ee999af25..f3cfd0f79 100644 --- a/src/modules/options/OptionsWidget_userList.h +++ b/src/modules/options/OptionsWidget_userList.h @@ -5,7 +5,7 @@ // File : OptionsWidget_userList.h // Creation date : Sat Mar 02 2002 12:09:19 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_windowList.cpp b/src/modules/options/OptionsWidget_windowList.cpp index 0efe13688..1d17d47a0 100644 --- a/src/modules/options/OptionsWidget_windowList.cpp +++ b/src/modules/options/OptionsWidget_windowList.cpp @@ -3,7 +3,7 @@ // File : OptionsWidget_windowList.cpp // Creation date : Wed Jan 16 04:30:39 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/OptionsWidget_windowList.h b/src/modules/options/OptionsWidget_windowList.h index f060d02e5..b9acffea0 100644 --- a/src/modules/options/OptionsWidget_windowList.h +++ b/src/modules/options/OptionsWidget_windowList.h @@ -6,7 +6,7 @@ // File : OptionsWidget_windowList.h // Creation date : Wed Jan 16 04:30:41 2002 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/options/libkvioptions.cpp b/src/modules/options/libkvioptions.cpp index 4220eadc6..6ac21a499 100644 --- a/src/modules/options/libkvioptions.cpp +++ b/src/modules/options/libkvioptions.cpp @@ -3,7 +3,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/perl/libkviperl.cpp b/src/modules/perl/libkviperl.cpp index 1430181ba..851d523db 100644 --- a/src/modules/perl/libkviperl.cpp +++ b/src/modules/perl/libkviperl.cpp @@ -3,7 +3,7 @@ // File : libkviperl.cpp // Creation date : Tue Jul 13 13:03:31 2004 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/perlcore/libkviperlcore.cpp b/src/modules/perlcore/libkviperlcore.cpp index 101d31920..5fe4aab9a 100644 --- a/src/modules/perlcore/libkviperlcore.cpp +++ b/src/modules/perlcore/libkviperlcore.cpp @@ -3,7 +3,7 @@ // File : libkviperlcore.cpp // Creation date : Tue Jul 13 13:03:31 2004 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/perlcore/perlcoreinterface.h b/src/modules/perlcore/perlcoreinterface.h index 0421ccf14..cc51ec01a 100644 --- a/src/modules/perlcore/perlcoreinterface.h +++ b/src/modules/perlcore/perlcoreinterface.h @@ -6,7 +6,7 @@ // File : perlcoreinterface.h // Creation date : Tue Jul 13 13:03:31 2004 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2004-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/popup/libkvipopup.cpp b/src/modules/popup/libkvipopup.cpp index b9399a97c..3025965db 100644 --- a/src/modules/popup/libkvipopup.cpp +++ b/src/modules/popup/libkvipopup.cpp @@ -3,7 +3,7 @@ // File : libkvipopup.cpp // Creation date : Fri Sep 03 2010 15:23:00 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/popupeditor/PopupEditorWindow.cpp b/src/modules/popupeditor/PopupEditorWindow.cpp index 8cc524d5b..43d05ae61 100644 --- a/src/modules/popupeditor/PopupEditorWindow.cpp +++ b/src/modules/popupeditor/PopupEditorWindow.cpp @@ -3,7 +3,7 @@ // File : PopupEditorWindow.cpp // Creation date : Mon Dec 23 2002 20:28:18 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/popupeditor/PopupEditorWindow.h b/src/modules/popupeditor/PopupEditorWindow.h index 5aa8e73d0..05fe113ef 100644 --- a/src/modules/popupeditor/PopupEditorWindow.h +++ b/src/modules/popupeditor/PopupEditorWindow.h @@ -5,7 +5,7 @@ // File : PopupEditorWindow.h // Creation date : Mon Dec 23 2002 20:24:55 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/proxydb/libkviproxydb.cpp b/src/modules/proxydb/libkviproxydb.cpp index b5c747ac1..9f68f9c77 100644 --- a/src/modules/proxydb/libkviproxydb.cpp +++ b/src/modules/proxydb/libkviproxydb.cpp @@ -3,7 +3,7 @@ // File : libkviproxydb.cpp // Creation date : Wed Jul 16 16:36:27 2008 GMT by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // 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/python/libkvipython.cpp b/src/modules/python/libkvipython.cpp index 7bd78ee1e..1d47bec02 100644 --- a/src/modules/python/libkvipython.cpp +++ b/src/modules/python/libkvipython.cpp @@ -3,7 +3,7 @@ // File : libkvipython.cpp // Creation date : Fri Nov 07 00:18:31 2008 GMT by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // 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/pythoncore/kvircmodule.cpp b/src/modules/pythoncore/kvircmodule.cpp index ea0dc5393..b25c3ce44 100644 --- a/src/modules/pythoncore/kvircmodule.cpp +++ b/src/modules/pythoncore/kvircmodule.cpp @@ -3,7 +3,7 @@ // File : kvircmodule.cpp // Creation date : Wed Nov 19 19:11:29 2008 GMT by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // 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/pythoncore/kvircmodule.h b/src/modules/pythoncore/kvircmodule.h index 88c6aa2ca..939a1908b 100644 --- a/src/modules/pythoncore/kvircmodule.h +++ b/src/modules/pythoncore/kvircmodule.h @@ -5,7 +5,7 @@ // File : kvircmodule.h // Creation date : Wed Nov 19 19:11:29 2008 GMT by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // 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/pythoncore/libkvipythoncore.cpp b/src/modules/pythoncore/libkvipythoncore.cpp index 00a7257d8..1d826bd68 100644 --- a/src/modules/pythoncore/libkvipythoncore.cpp +++ b/src/modules/pythoncore/libkvipythoncore.cpp @@ -3,7 +3,7 @@ // File : libkvipythoncore.cpp // Creation date : Fri Nov 07 00:18:31 2008 GMT by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // 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/pythoncore/pythoncoreinterface.h b/src/modules/pythoncore/pythoncoreinterface.h index 407341e23..427336393 100644 --- a/src/modules/pythoncore/pythoncoreinterface.h +++ b/src/modules/pythoncore/pythoncoreinterface.h @@ -6,7 +6,7 @@ // File : pythoncoreinterface.h // Creation date : Fri Nov 07 00:18:31 2008 GMT by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // 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/raweditor/RawEditorWindow.cpp b/src/modules/raweditor/RawEditorWindow.cpp index fe496ca5a..9142ac5a7 100644 --- a/src/modules/raweditor/RawEditorWindow.cpp +++ b/src/modules/raweditor/RawEditorWindow.cpp @@ -3,7 +3,7 @@ // File : RawEditorWindow.cpp // Creation date : Mon Dec 23 2002 20:28:18 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/raweditor/RawEditorWindow.h b/src/modules/raweditor/RawEditorWindow.h index 7b547c8d9..d7492a7ea 100644 --- a/src/modules/raweditor/RawEditorWindow.h +++ b/src/modules/raweditor/RawEditorWindow.h @@ -5,7 +5,7 @@ // File : EventEditorWindow.h // Creation date : Mon Dec 23 2002 20:24:55 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/regchan/libkviregchan.cpp b/src/modules/regchan/libkviregchan.cpp index a1637549b..d55c12254 100644 --- a/src/modules/regchan/libkviregchan.cpp +++ b/src/modules/regchan/libkviregchan.cpp @@ -3,7 +3,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/reguser/RegisteredUserEntryDialog.cpp b/src/modules/reguser/RegisteredUserEntryDialog.cpp index 30a785aac..d0dc0a63d 100644 --- a/src/modules/reguser/RegisteredUserEntryDialog.cpp +++ b/src/modules/reguser/RegisteredUserEntryDialog.cpp @@ -3,7 +3,7 @@ // File : RegisteredUserEntryDialog.cpp // Creation date : Tue Dec 26 2000 12:24:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/reguser/RegisteredUserEntryDialog.h b/src/modules/reguser/RegisteredUserEntryDialog.h index 05ee01146..31cb72221 100644 --- a/src/modules/reguser/RegisteredUserEntryDialog.h +++ b/src/modules/reguser/RegisteredUserEntryDialog.h @@ -5,7 +5,7 @@ // File : RegisteredUserEntryDialog.h // Creation date : Sun Dec 24 2000 15:16:17 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/reguser/RegisteredUsersDialog.cpp b/src/modules/reguser/RegisteredUsersDialog.cpp index 627e8d598..0df481996 100644 --- a/src/modules/reguser/RegisteredUsersDialog.cpp +++ b/src/modules/reguser/RegisteredUsersDialog.cpp @@ -3,7 +3,7 @@ // File : RegisteredUserEntryDialog.cpp // Creation date : Tue Dec 26 2000 12:24:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/reguser/RegisteredUsersDialog.h b/src/modules/reguser/RegisteredUsersDialog.h index 840d2889b..00a32ad21 100644 --- a/src/modules/reguser/RegisteredUsersDialog.h +++ b/src/modules/reguser/RegisteredUsersDialog.h @@ -5,7 +5,7 @@ // File : RegisteredUserEntryDialog.h // Creation date : Sun Dec 24 2000 15:16:17 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/reguser/RegistrationWizard.cpp b/src/modules/reguser/RegistrationWizard.cpp index 9eeec84f5..032288fe1 100644 --- a/src/modules/reguser/RegistrationWizard.cpp +++ b/src/modules/reguser/RegistrationWizard.cpp @@ -3,7 +3,7 @@ // File : RegistrationWizard.cpp // Creation date : Fri Jun 26 2002 21:21:21 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/reguser/RegistrationWizard.h b/src/modules/reguser/RegistrationWizard.h index fa43543b7..73663f1f7 100644 --- a/src/modules/reguser/RegistrationWizard.h +++ b/src/modules/reguser/RegistrationWizard.h @@ -5,7 +5,7 @@ // File : RegistrationWizard.h // Creation date : Fri Jun 26 2002 21:21:21 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/reguser/libkvireguser.cpp b/src/modules/reguser/libkvireguser.cpp index 8af75b4a3..be218e668 100644 --- a/src/modules/reguser/libkvireguser.cpp +++ b/src/modules/reguser/libkvireguser.cpp @@ -3,7 +3,7 @@ // File : libkvireguser.cpp // Creation date : Fri Dec 01 2000 14:53:10 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/rijndael/BlowFish.cpp b/src/modules/rijndael/BlowFish.cpp index bf031bd73..14d47683b 100644 --- a/src/modules/rijndael/BlowFish.cpp +++ b/src/modules/rijndael/BlowFish.cpp @@ -3,7 +3,7 @@ // File : BlowFish.cpp // Creation date : Wed Jan 13 2005 02:04:10 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/rijndael/BlowFish.h b/src/modules/rijndael/BlowFish.h index dbe969936..acf270286 100644 --- a/src/modules/rijndael/BlowFish.h +++ b/src/modules/rijndael/BlowFish.h @@ -5,7 +5,7 @@ // File : BlowFish.h // Creation date : Wed Jan 13 2005 02:04:10 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2005-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/rijndael/InitVectorEngine.cpp b/src/modules/rijndael/InitVectorEngine.cpp index 667a11d4b..9a2b6292e 100644 --- a/src/modules/rijndael/InitVectorEngine.cpp +++ b/src/modules/rijndael/InitVectorEngine.cpp @@ -3,7 +3,7 @@ // File : InitVectorEngine.cpp // Creation date : Sun Feb 6 2011 22:25:10 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2011 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/rijndael/InitVectorEngine.h b/src/modules/rijndael/InitVectorEngine.h index 7d0a20235..231517991 100644 --- a/src/modules/rijndael/InitVectorEngine.h +++ b/src/modules/rijndael/InitVectorEngine.h @@ -5,7 +5,7 @@ // File : InitVectorEngine.h // Creation date : Sun Feb 6 2011 22:25:10 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2011 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/rijndael/Rijndael.cpp b/src/modules/rijndael/Rijndael.cpp index 620a28177..2b1258cc2 100644 --- a/src/modules/rijndael/Rijndael.cpp +++ b/src/modules/rijndael/Rijndael.cpp @@ -3,7 +3,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/rijndael/Rijndael.h b/src/modules/rijndael/Rijndael.h index 8f1b0c72c..f917d3666 100644 --- a/src/modules/rijndael/Rijndael.h +++ b/src/modules/rijndael/Rijndael.h @@ -5,7 +5,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/rijndael/UglyBase64.cpp b/src/modules/rijndael/UglyBase64.cpp index 5a80efc54..23db29d7f 100644 --- a/src/modules/rijndael/UglyBase64.cpp +++ b/src/modules/rijndael/UglyBase64.cpp @@ -3,7 +3,7 @@ // File : UglyBase64.cpp // Creation date : Sun Feb 6 2011 22:25:10 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2011 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/rijndael/UglyBase64.h b/src/modules/rijndael/UglyBase64.h index d87dfece6..08d7e6271 100644 --- a/src/modules/rijndael/UglyBase64.h +++ b/src/modules/rijndael/UglyBase64.h @@ -5,7 +5,7 @@ // File : UglyBase64.h // Creation date : Sun Feb 6 2011 22:25:10 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2011 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/rijndael/libkvirijndael.cpp b/src/modules/rijndael/libkvirijndael.cpp index 11045ea6a..00b10d294 100644 --- a/src/modules/rijndael/libkvirijndael.cpp +++ b/src/modules/rijndael/libkvirijndael.cpp @@ -3,7 +3,7 @@ // 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 +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Till Bush (buti@geocities.com) // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/rijndael/libkvirijndael.h b/src/modules/rijndael/libkvirijndael.h index 453087495..661b3c7dc 100644 --- a/src/modules/rijndael/libkvirijndael.h +++ b/src/modules/rijndael/libkvirijndael.h @@ -5,7 +5,7 @@ // File : libkvirijndael.h // Creation date : Sat Now 4 2000 15:33:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000 Till Bush (buti@geocities.com) // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/rot13/libkvirot13.cpp b/src/modules/rot13/libkvirot13.cpp index 622cd92da..d9ecc835f 100644 --- a/src/modules/rot13/libkvirot13.cpp +++ b/src/modules/rot13/libkvirot13.cpp @@ -3,7 +3,7 @@ // File : libkvirot13.cpp // Creation date : Fri Jan 30 2002 09:25:15 GMT by Aeriana // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Aeriana (aeriana at quasarnet dot org) // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/rot13/libkvirot13.h b/src/modules/rot13/libkvirot13.h index eb84ac6b4..fdb2496fd 100644 --- a/src/modules/rot13/libkvirot13.h +++ b/src/modules/rot13/libkvirot13.h @@ -5,7 +5,7 @@ // File : libkvirot13.h // Creation date : Sat Now 4 2000 15:41:41 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2009 Aeriana (aeriana at quasarnet dot org) // Copyright (C) 2000 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/serverdb/libkviserverdb.cpp b/src/modules/serverdb/libkviserverdb.cpp index 4c2b92eb3..f3fcbdb27 100644 --- a/src/modules/serverdb/libkviserverdb.cpp +++ b/src/modules/serverdb/libkviserverdb.cpp @@ -3,7 +3,7 @@ // File : libkviserverdb.cpp // Creation date : Tue Jul 1 01:48:49 2008 GMT by Elvio Basello // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // 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/setup/SetupWizard.cpp b/src/modules/setup/SetupWizard.cpp index 198411a03..dfbdd3444 100644 --- a/src/modules/setup/SetupWizard.cpp +++ b/src/modules/setup/SetupWizard.cpp @@ -3,7 +3,7 @@ // File : SetupWizard.cpp // Creation date : Sat Oct 6 02:06:53 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/setup/SetupWizard.h b/src/modules/setup/SetupWizard.h index 017ff49bc..c931b265d 100644 --- a/src/modules/setup/SetupWizard.h +++ b/src/modules/setup/SetupWizard.h @@ -5,7 +5,7 @@ // File : SetupWizard.h // Creation date : Sat Oct 6 02:06:51 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/setup/libkvisetup.cpp b/src/modules/setup/libkvisetup.cpp index 7fe378646..0fd02da77 100644 --- a/src/modules/setup/libkvisetup.cpp +++ b/src/modules/setup/libkvisetup.cpp @@ -3,7 +3,7 @@ // File : libkvisetup.cpp // Creation date : Sat Oct 6 02:08:24 2001 GMT by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/sharedfile/libkvisharedfile.cpp b/src/modules/sharedfile/libkvisharedfile.cpp index 75202cdc0..13f385733 100644 --- a/src/modules/sharedfile/libkvisharedfile.cpp +++ b/src/modules/sharedfile/libkvisharedfile.cpp @@ -3,7 +3,7 @@ // File : libkvisharedfile.cpp (orig : libkvioffer.cpp) // Creation date : Wed Sep 27 2000 20:59:02 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/sharedfileswindow/SharedFilesWindow.cpp b/src/modules/sharedfileswindow/SharedFilesWindow.cpp index 9dcda3a53..463a7f7e2 100644 --- a/src/modules/sharedfileswindow/SharedFilesWindow.cpp +++ b/src/modules/sharedfileswindow/SharedFilesWindow.cpp @@ -3,7 +3,7 @@ // File : SharedFilesWindow.cpp // Creation date : Mon Apr 21 2003 23:14:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/sharedfileswindow/SharedFilesWindow.h b/src/modules/sharedfileswindow/SharedFilesWindow.h index fc38b1347..7898975e2 100644 --- a/src/modules/sharedfileswindow/SharedFilesWindow.h +++ b/src/modules/sharedfileswindow/SharedFilesWindow.h @@ -5,7 +5,7 @@ // File : SharedFilesWindow.h // Creation date : Mon Apr 21 2003 23:14:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2003-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/snd/libkvisnd.cpp b/src/modules/snd/libkvisnd.cpp index 314251e78..fbab67c01 100644 --- a/src/modules/snd/libkvisnd.cpp +++ b/src/modules/snd/libkvisnd.cpp @@ -3,7 +3,7 @@ // File : libkvisnd.cpp // Creation date : Thu Dec 27 2002 17:13:12 GMT by Juanjo Alvarez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002 Juanjo Alvarez (juanjux at yahoo dot es) // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/snd/libkvisnd.h b/src/modules/snd/libkvisnd.h index 5fe69f0b1..5fc49983f 100644 --- a/src/modules/snd/libkvisnd.h +++ b/src/modules/snd/libkvisnd.h @@ -5,7 +5,7 @@ // File : libkvisnd.h // Creation date : Thu Dec 27 2002 17:13:12 GMT by Juanjo Alvarez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002 Juanjo Alvarez (juanjux at yahoo dot es) // Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net) // diff --git a/src/modules/socketspy/SocketSpyWindow.cpp b/src/modules/socketspy/SocketSpyWindow.cpp index 75d509b34..43515e22c 100644 --- a/src/modules/socketspy/SocketSpyWindow.cpp +++ b/src/modules/socketspy/SocketSpyWindow.cpp @@ -3,7 +3,7 @@ // File : SocketSpyWindow.cpp // Creation date : Thu Aug 31 2000 15:02:22 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/socketspy/SocketSpyWindow.h b/src/modules/socketspy/SocketSpyWindow.h index 4281132d2..c4ad07784 100644 --- a/src/modules/socketspy/SocketSpyWindow.h +++ b/src/modules/socketspy/SocketSpyWindow.h @@ -5,7 +5,7 @@ // File : SocketSpyWindow.h // Creation date : Sun Nov 26 2000 13:13:00 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/spaste/SlowPasteController.cpp b/src/modules/spaste/SlowPasteController.cpp index 065324ae4..a46566d42 100644 --- a/src/modules/spaste/SlowPasteController.cpp +++ b/src/modules/spaste/SlowPasteController.cpp @@ -3,7 +3,7 @@ // File : SlowPasteController.h // Creation date : Thu Apr 30 2002 17:13:12 GMT by Juanjo Álvarez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002 Juanjo Álvarez (juanjux@yahoo.es) // Copyright (C) 2002-2010 Szymon Stefanek (kvirc@tin.it) // diff --git a/src/modules/spaste/SlowPasteController.h b/src/modules/spaste/SlowPasteController.h index 6f7c3c7d1..c0ed4c45e 100644 --- a/src/modules/spaste/SlowPasteController.h +++ b/src/modules/spaste/SlowPasteController.h @@ -5,7 +5,7 @@ // File : SlowPasteController.h // Creation date : Thu Apr 30 2002 17:13:12 GMT by Juanjo Álvarez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002 Juanjo Álvarez (juanjux@yahoo.es) // Copyright (C) 2002-2010 Szymon Stefanek (kvirc@tin.it) // diff --git a/src/modules/spaste/libkvispaste.cpp b/src/modules/spaste/libkvispaste.cpp index e9eda0144..7bf607989 100644 --- a/src/modules/spaste/libkvispaste.cpp +++ b/src/modules/spaste/libkvispaste.cpp @@ -3,7 +3,7 @@ // File : libkvispaste.cpp // Creation date : Thu Dec 27 2002 17:13:12 GMT by Juanjo �lvarez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002 Juanjo �lvarez (juanjux@yahoo.es) // Copyright (C) 2002-2010 Szymon Stefanek (kvirc@tin.it) // diff --git a/src/modules/spaste/libkvispaste.h b/src/modules/spaste/libkvispaste.h index 6130399af..69df32bae 100644 --- a/src/modules/spaste/libkvispaste.h +++ b/src/modules/spaste/libkvispaste.h @@ -5,7 +5,7 @@ // File : libkvispaste.h // Creation date : Thu Dec 27 2002 17:13:12 GMT by Juanjo Álvarez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002 Juanjo Álvarez (juanjux@yahoo.es) // Copyright (C) 2002-2010 Szymon Stefanek (kvirc@tin.it) // diff --git a/src/modules/system/Plugin.cpp b/src/modules/system/Plugin.cpp index 35190af95..01da82742 100644 --- a/src/modules/system/Plugin.cpp +++ b/src/modules/system/Plugin.cpp @@ -3,7 +3,7 @@ // File : Plugin.cpp // Creation date : Wed Apr 11 04 2007 00:54:00 GMT+1 by TheXception // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007-2008 TheXception // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/system/Plugin.h b/src/modules/system/Plugin.h index 2a5f4f03a..b14a65931 100644 --- a/src/modules/system/Plugin.h +++ b/src/modules/system/Plugin.h @@ -6,7 +6,7 @@ // File : Plugin.h // Creation date : Wed Apr 11 04 2007 00:54:00 GMT+1 by TheXception // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007-2008 TheXception // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/term/TermWidget.cpp b/src/modules/term/TermWidget.cpp index 9508e5bbb..433ee9ea9 100644 --- a/src/modules/term/TermWidget.cpp +++ b/src/modules/term/TermWidget.cpp @@ -3,7 +3,7 @@ // File : TermWidget.cpp // Creation date : Thu Aug 10 2000 17:42:12 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/term/TermWidget.h b/src/modules/term/TermWidget.h index c941cef3d..2081b0c3b 100644 --- a/src/modules/term/TermWidget.h +++ b/src/modules/term/TermWidget.h @@ -5,7 +5,7 @@ // File : TermWidget.h // Creation date : Wed Aug 30 2000 15:34:20 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/term/TermWindow.cpp b/src/modules/term/TermWindow.cpp index b8a69cec8..16315e54d 100644 --- a/src/modules/term/TermWindow.cpp +++ b/src/modules/term/TermWindow.cpp @@ -3,7 +3,7 @@ // File : TermWindow.cpp // Creation date : Thu Aug 31 2000 15:02:22 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/term/TermWindow.h b/src/modules/term/TermWindow.h index 46c6971d7..301da29c3 100644 --- a/src/modules/term/TermWindow.h +++ b/src/modules/term/TermWindow.h @@ -5,7 +5,7 @@ // File : TermWindow.h // Creation date : Thu Aug 31 2000 15:00:00 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/term/libkviterm.cpp b/src/modules/term/libkviterm.cpp index 9bb1b6c35..689caf57c 100644 --- a/src/modules/term/libkviterm.cpp +++ b/src/modules/term/libkviterm.cpp @@ -3,7 +3,7 @@ // File : libkviterm.cpp // Creation date : Wed Aug 30 2000 15:29:02 by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/theme/WebThemeInterfaceDialog.cpp b/src/modules/theme/WebThemeInterfaceDialog.cpp index eb0d1dbed..1d5a53ead 100644 --- a/src/modules/theme/WebThemeInterfaceDialog.cpp +++ b/src/modules/theme/WebThemeInterfaceDialog.cpp @@ -3,7 +3,7 @@ // File : WebThemeInterfaceDialog.cpp // Creation date : Mon Mar 14 2011 15:10:20 by Alessandro Carbone // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2011 Alessandro Carbone(elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/theme/WebThemeInterfaceDialog.h b/src/modules/theme/WebThemeInterfaceDialog.h index e8e9a1533..83fd7b0fc 100644 --- a/src/modules/theme/WebThemeInterfaceDialog.h +++ b/src/modules/theme/WebThemeInterfaceDialog.h @@ -5,7 +5,7 @@ // File : WebThemeInterfaceDialog.h // Creation date : Mon Mar 14 2011 15:10:20 by Alessandro Carbone // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2011 Alessandro Carbone(elfonol at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/tip/libkvitip.cpp b/src/modules/tip/libkvitip.cpp index 0009f2379..b0dd8371b 100644 --- a/src/modules/tip/libkvitip.cpp +++ b/src/modules/tip/libkvitip.cpp @@ -3,7 +3,7 @@ // File : libkvitip.cpp // Creation date : Thu May 10 2001 13:50:11 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/tip/libkvitip.h b/src/modules/tip/libkvitip.h index e954da5e3..8499e116b 100644 --- a/src/modules/tip/libkvitip.h +++ b/src/modules/tip/libkvitip.h @@ -5,7 +5,7 @@ // File : kvi_tip.cpp // Creation date : Thu May 10 2001 13:49:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/tmphighlight/libkvitmphighlight.cpp b/src/modules/tmphighlight/libkvitmphighlight.cpp index dfaf2206b..b3aafd9e3 100644 --- a/src/modules/tmphighlight/libkvitmphighlight.cpp +++ b/src/modules/tmphighlight/libkvitmphighlight.cpp @@ -3,7 +3,7 @@ // File : libkvitmphighlight.cpp // Creation date : Oct 10 01:06:09 CEST 2002 by Juanjo Alvarez // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2002 Juanjo Alvarez (juanjux@yahoo.es) // Copyright (C) 2002-2010 Szymon Stefanek (kvirc@tin.it) // diff --git a/src/modules/torrent/KTorrentDbusInterface.cpp b/src/modules/torrent/KTorrentDbusInterface.cpp index ae9d46553..bb73afb0e 100644 --- a/src/modules/torrent/KTorrentDbusInterface.cpp +++ b/src/modules/torrent/KTorrentDbusInterface.cpp @@ -5,7 +5,7 @@ // File : KTorrentDbusInterface.h // Creation date : Mod Nov 17 13:46:00 2008 GMT by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/torrent/KTorrentDbusInterface.h b/src/modules/torrent/KTorrentDbusInterface.h index cda4d3640..a51d7630a 100644 --- a/src/modules/torrent/KTorrentDbusInterface.h +++ b/src/modules/torrent/KTorrentDbusInterface.h @@ -8,7 +8,7 @@ // File : KTorrentDbusInterface.h // Creation date : Mod Nov 17 13:46:00 2008 GMT by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/torrent/StatusBarApplet.cpp b/src/modules/torrent/StatusBarApplet.cpp index 0735371a9..95028f71b 100644 --- a/src/modules/torrent/StatusBarApplet.cpp +++ b/src/modules/torrent/StatusBarApplet.cpp @@ -5,7 +5,7 @@ // File : StatusBarApplet.cpp // Creation date : Fri Jan 1 15:42:25 2007 GMT by Alexander Stillich // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007-2008 Alexander Stillich (torque at pltn dot org) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/torrent/StatusBarApplet.h b/src/modules/torrent/StatusBarApplet.h index 1a1e61c9c..d1cf3175f 100644 --- a/src/modules/torrent/StatusBarApplet.h +++ b/src/modules/torrent/StatusBarApplet.h @@ -7,7 +7,7 @@ // File : StatusBarApplet.h // Creation date : Fri Jan 1 15:42:25 2007 GMT by Alexander Stillich // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007-2008 Alexander Stillich (torque at pltn dot org) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/torrent/TorrentInterface.cpp b/src/modules/torrent/TorrentInterface.cpp index 29f838823..a17ab6866 100644 --- a/src/modules/torrent/TorrentInterface.cpp +++ b/src/modules/torrent/TorrentInterface.cpp @@ -5,7 +5,7 @@ // File : TorrentInterface.cpp // Creation date : Fri Jan 1 15:42:25 2007 GMT by Alexander Stillich // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007 Alexander Stillich (torque at pltn dot org) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/torrent/TorrentInterface.h b/src/modules/torrent/TorrentInterface.h index 5d093cd8e..fa2a5a265 100644 --- a/src/modules/torrent/TorrentInterface.h +++ b/src/modules/torrent/TorrentInterface.h @@ -8,7 +8,7 @@ // File : TorrentInterface.h // Creation date : Fri Jan 1 15:42:25 2007 GMT by Alexander Stillich // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2007-2008 Alexander Stillich (torque at pltn dot org) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/torrent/libkvitorrent.cpp b/src/modules/torrent/libkvitorrent.cpp index 6dfa6c708..774446fa9 100644 --- a/src/modules/torrent/libkvitorrent.cpp +++ b/src/modules/torrent/libkvitorrent.cpp @@ -3,7 +3,7 @@ // File : libkvitorrent.cpp // Creation date : Fri Jan 1 15:42:25 2007 GMT by Alexander Stillich // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2008 Alexander Stillich (torque at pltn dot org) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/trayicon/libkvitrayicon.cpp b/src/modules/trayicon/libkvitrayicon.cpp index 20b0404dc..3913dbb78 100644 --- a/src/modules/trayicon/libkvitrayicon.cpp +++ b/src/modules/trayicon/libkvitrayicon.cpp @@ -3,7 +3,7 @@ // File : libkvitrayicon.cpp // Creation date : Tue Jan 02 2001 14:34:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2007 Alexey Uzhva (wizard at opendoor dot ru) // Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) diff --git a/src/modules/trayicon/libkvitrayicon.h b/src/modules/trayicon/libkvitrayicon.h index 20734a93d..228ed6d1f 100644 --- a/src/modules/trayicon/libkvitrayicon.h +++ b/src/modules/trayicon/libkvitrayicon.h @@ -5,7 +5,7 @@ // File : libkvitrayicon.h // Creation date : Tue Jan 02 2001 14:34:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net) // Copyright (C) 2007 Alexey Uzhva (wizard at opendoor dot ru) // Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org) diff --git a/src/modules/upnp/Manager.cpp b/src/modules/upnp/Manager.cpp index ebb4d09ab..ed2ea3fee 100644 --- a/src/modules/upnp/Manager.cpp +++ b/src/modules/upnp/Manager.cpp @@ -3,7 +3,7 @@ // File : Manager.cpp // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/upnp/Manager.h b/src/modules/upnp/Manager.h index af6ce7569..16287b311 100644 --- a/src/modules/upnp/Manager.h +++ b/src/modules/upnp/Manager.h @@ -3,7 +3,7 @@ // File : Manager.h // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/upnp/RootService.cpp b/src/modules/upnp/RootService.cpp index 3deb04341..648611ce6 100644 --- a/src/modules/upnp/RootService.cpp +++ b/src/modules/upnp/RootService.cpp @@ -3,7 +3,7 @@ // File : RootService.cpp // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/upnp/RootService.h b/src/modules/upnp/RootService.h index 204bfda33..178f6da17 100644 --- a/src/modules/upnp/RootService.h +++ b/src/modules/upnp/RootService.h @@ -3,7 +3,7 @@ // File : RootService.h // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/upnp/Service.cpp b/src/modules/upnp/Service.cpp index 0edfd340d..0d64796e1 100644 --- a/src/modules/upnp/Service.cpp +++ b/src/modules/upnp/Service.cpp @@ -3,7 +3,7 @@ // File : Service.cpp // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/upnp/Service.h b/src/modules/upnp/Service.h index 77a9c0635..0902307ef 100644 --- a/src/modules/upnp/Service.h +++ b/src/modules/upnp/Service.h @@ -3,7 +3,7 @@ // File : Service.h // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/upnp/SsdpConnection.cpp b/src/modules/upnp/SsdpConnection.cpp index d1b612445..e7d14929e 100644 --- a/src/modules/upnp/SsdpConnection.cpp +++ b/src/modules/upnp/SsdpConnection.cpp @@ -3,7 +3,7 @@ // File : SsdpConnection.cpp // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/upnp/SsdpConnection.h b/src/modules/upnp/SsdpConnection.h index bd81d4b75..5f8e50a02 100644 --- a/src/modules/upnp/SsdpConnection.h +++ b/src/modules/upnp/SsdpConnection.h @@ -3,7 +3,7 @@ // File : SsdpConnection.h // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/upnp/WanConnectionService.cpp b/src/modules/upnp/WanConnectionService.cpp index 0396244ba..1c75a549a 100644 --- a/src/modules/upnp/WanConnectionService.cpp +++ b/src/modules/upnp/WanConnectionService.cpp @@ -3,7 +3,7 @@ // File : WanConnectionService.cpp // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/upnp/WanConnectionService.h b/src/modules/upnp/WanConnectionService.h index 5128464ea..717e80223 100644 --- a/src/modules/upnp/WanConnectionService.h +++ b/src/modules/upnp/WanConnectionService.h @@ -3,7 +3,7 @@ // File : WanConnectionService.h // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/upnp/XmlFunctions.cpp b/src/modules/upnp/XmlFunctions.cpp index bea839ba7..3ffbbc93c 100644 --- a/src/modules/upnp/XmlFunctions.cpp +++ b/src/modules/upnp/XmlFunctions.cpp @@ -3,7 +3,7 @@ // File : XmlFunctions.cpp // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/upnp/XmlFunctions.h b/src/modules/upnp/XmlFunctions.h index 9161b2222..493a0068c 100644 --- a/src/modules/upnp/XmlFunctions.h +++ b/src/modules/upnp/XmlFunctions.h @@ -3,7 +3,7 @@ // File : XmlFunctions.h // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/upnp/igdcontrolpoint.cpp b/src/modules/upnp/igdcontrolpoint.cpp index 8642a3a3d..df3cfbcfa 100644 --- a/src/modules/upnp/igdcontrolpoint.cpp +++ b/src/modules/upnp/igdcontrolpoint.cpp @@ -3,7 +3,7 @@ // File : igdcontrolpoint.cpp // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/upnp/igdcontrolpoint.h b/src/modules/upnp/igdcontrolpoint.h index b7cbd4ba4..66d6f8765 100644 --- a/src/modules/upnp/igdcontrolpoint.h +++ b/src/modules/upnp/igdcontrolpoint.h @@ -3,7 +3,7 @@ // File : igdcontrolpoint.h // Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/url/libkviurl.cpp b/src/modules/url/libkviurl.cpp index d036f3947..f0b3de756 100644 --- a/src/modules/url/libkviurl.cpp +++ b/src/modules/url/libkviurl.cpp @@ -3,7 +3,7 @@ // File : libkviurl.cpp // Creation date : 1999 Andrea Parella // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2008 Andrea Parrella (yap@kvirc.net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/url/libkviurl.h b/src/modules/url/libkviurl.h index 50d3aeb29..c3c913b3b 100644 --- a/src/modules/url/libkviurl.h +++ b/src/modules/url/libkviurl.h @@ -5,7 +5,7 @@ // File : libkviurl.h // Creation date : 1999 Andrea Parella // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 1999-2008 Andrea Parrella (yap@kvirc.net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/userlist/libkviuserlist.cpp b/src/modules/userlist/libkviuserlist.cpp index 43942c396..38d736aae 100644 --- a/src/modules/userlist/libkviuserlist.cpp +++ b/src/modules/userlist/libkviuserlist.cpp @@ -3,7 +3,7 @@ // File : libkviuserlist.cpp // Creation date : Fri Sep 03 2010 15:23:00 CEST by Fabio Bas // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or diff --git a/src/modules/window/libkviwindow.cpp b/src/modules/window/libkviwindow.cpp index c3cc3afb8..d3a26c64e 100644 --- a/src/modules/window/libkviwindow.cpp +++ b/src/modules/window/libkviwindow.cpp @@ -3,7 +3,7 @@ // File : libkviwindow.cpp // Creation date : Sat Sep 01 2001 17:13:12 CEST by Szymon Stefanek // -// This file is part of the KVIrc irc client distribution +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or |
