diff options
| author | 2015-10-28 09:29:04 +0000 | |
|---|---|---|
| committer | 2015-10-28 09:30:35 +0000 | |
| commit | 2f8e7f483ad14b55d7e71be19e87de1f52de4930 (patch) | |
| tree | 507f957576c24bc1c6b4eda64706f9ef118a8b4a /src/modules/logview | |
| 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/modules/logview')
| -rw-r--r-- | src/modules/logview/LogFile.cpp | 2 | ||||
| -rw-r--r-- | src/modules/logview/LogFile.h | 2 | ||||
| -rw-r--r-- | src/modules/logview/LogViewWidget.cpp | 2 | ||||
| -rw-r--r-- | src/modules/logview/LogViewWidget.h | 2 | ||||
| -rw-r--r-- | src/modules/logview/LogViewWindow.cpp | 2 | ||||
| -rw-r--r-- | src/modules/logview/LogViewWindow.h | 2 | ||||
| -rw-r--r-- | src/modules/logview/libkvilogview.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
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) // |
