aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/language
diff options
context:
space:
mode:
authorGravatar un1versal2015-11-28 00:12:19 +0000
committerGravatar un1versal2015-11-28 00:27:43 +0000
commit973649f82e5543a84f71b384a3f1bc9741007874 (patch)
treeda8ca3d9bf9540e2f6682f1f4d3c34fdb80af954 /src/modules/language
parentcopyright headers: cosmetic capitalization & consistecy fixes. (diff)
downloadKVIrc-973649f82e5543a84f71b384a3f1bc9741007874.tar.gz
KVIrc-973649f82e5543a84f71b384a3f1bc9741007874.tar.bz2
KVIrc-973649f82e5543a84f71b384a3f1bc9741007874.zip
copyright headers: fix broken boilerplate wording linkss -> terms and opinion -> option
Diffstat (limited to 'src/modules/language')
-rw-r--r--src/modules/language/detector.cpp2
-rw-r--r--src/modules/language/detector.h2
-rwxr-xr-xsrc/modules/language/detector/build_detector.pl4
-rw-r--r--src/modules/language/libkvilanguage.cpp2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/language/detector.cpp b/src/modules/language/detector.cpp
index 03439f68e..8646369f2 100644
--- a/src/modules/language/detector.cpp
+++ b/src/modules/language/detector.cpp
@@ -7,7 +7,7 @@
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
-// of the License, or (at your opinion) any later version.
+// of the License, or (at your option) any later version.
//
// This program is distributed in the HOPE that it will be USEFUL,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/modules/language/detector.h b/src/modules/language/detector.h
index 0ac24c120..eedf2303b 100644
--- a/src/modules/language/detector.h
+++ b/src/modules/language/detector.h
@@ -11,7 +11,7 @@
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
-// of the License, or (at your opinion) any later version.
+// of the License, or (at your option) any later version.
//
// This program is distributed in the HOPE that it will be USEFUL,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/modules/language/detector/build_detector.pl b/src/modules/language/detector/build_detector.pl
index 7ac54b276..b67c41b86 100755
--- a/src/modules/language/detector/build_detector.pl
+++ b/src/modules/language/detector/build_detector.pl
@@ -9,7 +9,7 @@
# This program is FREE software. You can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
-# of the License, or (at your opinion) any later version.
+# of the License, or (at your option) any later version.
#
# This program is distributed in the HOPE that it will be USEFUL,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -78,7 +78,7 @@ print OUTPUT "//\n";
print OUTPUT "// This program is FREE software. You can redistribute it and/or\n";
print OUTPUT "// modify it under the terms of the GNU General Public License\n";
print OUTPUT "// as published by the Free Software Foundation; either version 2\n";
-print OUTPUT "// of the License, or (at your opinion) any later version.\n";
+print OUTPUT "// of the License, or (at your option) any later version.\n";
print OUTPUT "//\n";
print OUTPUT "// This program is distributed in the HOPE that it will be USEFUL,\n";
print OUTPUT "// but WITHOUT ANY WARRANTY; without even the implied warranty of\n";
diff --git a/src/modules/language/libkvilanguage.cpp b/src/modules/language/libkvilanguage.cpp
index 9bc1dad60..6f800d614 100644
--- a/src/modules/language/libkvilanguage.cpp
+++ b/src/modules/language/libkvilanguage.cpp
@@ -9,7 +9,7 @@
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
-// of the License, or (at your opinion) any later version.
+// of the License, or (at your option) any later version.
//
// This program is distributed in the HOPE that it will be USEFUL,
// but WITHOUT ANY WARRANTY; without even the implied warranty of