diff options
| author | 2015-11-28 00:12:19 +0000 | |
|---|---|---|
| committer | 2015-11-28 00:27:43 +0000 | |
| commit | 973649f82e5543a84f71b384a3f1bc9741007874 (patch) | |
| tree | da8ca3d9bf9540e2f6682f1f4d3c34fdb80af954 /src/modules/theme | |
| parent | copyright headers: cosmetic capitalization & consistecy fixes. (diff) | |
| download | KVIrc-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/theme')
| -rw-r--r-- | src/modules/theme/PackThemeDialog.cpp | 2 | ||||
| -rw-r--r-- | src/modules/theme/PackThemeDialog.h | 2 | ||||
| -rw-r--r-- | src/modules/theme/SaveThemeDialog.cpp | 2 | ||||
| -rw-r--r-- | src/modules/theme/SaveThemeDialog.h | 2 | ||||
| -rw-r--r-- | src/modules/theme/ThemeFunctions.cpp | 2 | ||||
| -rw-r--r-- | src/modules/theme/ThemeFunctions.h | 2 | ||||
| -rw-r--r-- | src/modules/theme/ThemeManagementDialog.cpp | 2 | ||||
| -rw-r--r-- | src/modules/theme/ThemeManagementDialog.h | 2 | ||||
| -rw-r--r-- | src/modules/theme/WebThemeInterfaceDialog.cpp | 2 | ||||
| -rw-r--r-- | src/modules/theme/WebThemeInterfaceDialog.h | 2 | ||||
| -rw-r--r-- | src/modules/theme/libkvitheme.cpp | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/src/modules/theme/PackThemeDialog.cpp b/src/modules/theme/PackThemeDialog.cpp index 4394c0913..e12a125e3 100644 --- a/src/modules/theme/PackThemeDialog.cpp +++ b/src/modules/theme/PackThemeDialog.cpp @@ -10,7 +10,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/theme/PackThemeDialog.h b/src/modules/theme/PackThemeDialog.h index 15f8e83d2..efe7a66f5 100644 --- a/src/modules/theme/PackThemeDialog.h +++ b/src/modules/theme/PackThemeDialog.h @@ -12,7 +12,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/theme/SaveThemeDialog.cpp b/src/modules/theme/SaveThemeDialog.cpp index cefcbf5df..ce767c274 100644 --- a/src/modules/theme/SaveThemeDialog.cpp +++ b/src/modules/theme/SaveThemeDialog.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 diff --git a/src/modules/theme/SaveThemeDialog.h b/src/modules/theme/SaveThemeDialog.h index 747b80ede..f9913e883 100644 --- a/src/modules/theme/SaveThemeDialog.h +++ b/src/modules/theme/SaveThemeDialog.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/theme/ThemeFunctions.cpp b/src/modules/theme/ThemeFunctions.cpp index 604477170..1af4319f9 100644 --- a/src/modules/theme/ThemeFunctions.cpp +++ b/src/modules/theme/ThemeFunctions.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 diff --git a/src/modules/theme/ThemeFunctions.h b/src/modules/theme/ThemeFunctions.h index 630fefda7..e427db83e 100644 --- a/src/modules/theme/ThemeFunctions.h +++ b/src/modules/theme/ThemeFunctions.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/theme/ThemeManagementDialog.cpp b/src/modules/theme/ThemeManagementDialog.cpp index f88a29b87..06b85485d 100644 --- a/src/modules/theme/ThemeManagementDialog.cpp +++ b/src/modules/theme/ThemeManagementDialog.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 diff --git a/src/modules/theme/ThemeManagementDialog.h b/src/modules/theme/ThemeManagementDialog.h index 9fbdb1ff7..b991c76c0 100644 --- a/src/modules/theme/ThemeManagementDialog.h +++ b/src/modules/theme/ThemeManagementDialog.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/theme/WebThemeInterfaceDialog.cpp b/src/modules/theme/WebThemeInterfaceDialog.cpp index 1d5a53ead..7ba7c8a27 100644 --- a/src/modules/theme/WebThemeInterfaceDialog.cpp +++ b/src/modules/theme/WebThemeInterfaceDialog.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 diff --git a/src/modules/theme/WebThemeInterfaceDialog.h b/src/modules/theme/WebThemeInterfaceDialog.h index 83fd7b0fc..7b2569391 100644 --- a/src/modules/theme/WebThemeInterfaceDialog.h +++ b/src/modules/theme/WebThemeInterfaceDialog.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/theme/libkvitheme.cpp b/src/modules/theme/libkvitheme.cpp index 555926cf1..333c078c6 100644 --- a/src/modules/theme/libkvitheme.cpp +++ b/src/modules/theme/libkvitheme.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 |
