diff options
| author | 2015-12-04 11:56:11 +0000 | |
|---|---|---|
| committer | 2015-12-05 03:44:48 +0000 | |
| commit | e2d1dd38ebb46b86a08db3f28e1a56f238488bf0 (patch) | |
| tree | 066e05d1a69f4d91474e1c1e60ba76c2ba382601 /src/modules | |
| parent | Merge pull request #1752 from AlexanderP/deb (diff) | |
| download | KVIrc-e2d1dd38ebb46b86a08db3f28e1a56f238488bf0.tar.gz KVIrc-e2d1dd38ebb46b86a08db3f28e1a56f238488bf0.tar.bz2 KVIrc-e2d1dd38ebb46b86a08db3f28e1a56f238488bf0.zip | |
copyright headers: fix yet another broken boilerplate
Someone was a bad boy and misused the search and replace blindly. :D
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/mask/libkvimask.cpp | 2 | ||||
| -rw-r--r-- | src/modules/str/libkvistr.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/mask/libkvimask.cpp b/src/modules/mask/libkvimask.cpp index c2cbde4aa..26648a90b 100644 --- a/src/modules/mask/libkvimask.cpp +++ b/src/modules/mask/libkvimask.cpp @@ -3,7 +3,7 @@ // File : libkvistr.cpp // Creation date : Thu Dec 27 2001 17:13:12 GMT by Szymon Stefanek // -// This str 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/str/libkvistr.cpp b/src/modules/str/libkvistr.cpp index 85b44b2ac..bdd812895 100644 --- a/src/modules/str/libkvistr.cpp +++ b/src/modules/str/libkvistr.cpp @@ -3,7 +3,7 @@ // File : libkvistr.cpp // Creation date : Thu Dec 27 2001 17:13:12 GMT by Szymon Stefanek // -// This str 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 © 2009 Kai Wasserbäch <debian@carbon-project.org> // |
