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/pythoncore | |
| 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/pythoncore')
| -rw-r--r-- | src/modules/pythoncore/kvircmodule.cpp | 2 | ||||
| -rw-r--r-- | src/modules/pythoncore/kvircmodule.h | 2 | ||||
| -rw-r--r-- | src/modules/pythoncore/libkvipythoncore.cpp | 2 | ||||
| -rw-r--r-- | src/modules/pythoncore/pythoncoreinterface.h | 2 |
4 files changed, 4 insertions, 4 deletions
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 |
