diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-01-27 11:57:54 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2019-01-27 11:57:54 (GMT) |
commit | 6a83ef3ea19d4ace00dc96e34b056b7c8d30a2f4 (patch) | |
tree | a32b1b7c98ecbe0387ac25686bf9792aeed2eace /src | |
parent | afc77213ab3662f3a7377af94d77ebee1f972bb7 (diff) | |
download | Doxygen-6a83ef3ea19d4ace00dc96e34b056b7c8d30a2f4.zip Doxygen-6a83ef3ea19d4ace00dc96e34b056b7c8d30a2f4.tar.gz Doxygen-6a83ef3ea19d4ace00dc96e34b056b7c8d30a2f4.tar.bz2 |
Aligned license statement for javascripts with general license statement
Diffstat (limited to 'src')
-rw-r--r-- | src/ftvhelp.cpp | 3 | ||||
-rw-r--r-- | src/index.cpp | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/ftvhelp.cpp b/src/ftvhelp.cpp index 97bcdcc..31a839e 100644 --- a/src/ftvhelp.cpp +++ b/src/ftvhelp.cpp @@ -639,8 +639,7 @@ static void generateJSNavTree(const QList<FTVNode> &nodeList) "JavaScript code in this file.\n\nCopyright (C) 1997-2017 by Dimitri van Heesch\n\n" "This program is free software; you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" - "the Free Software Foundation; either version 2 of the License, or\n" - "(at your option) any later version.\n\n" + "the Free Software Foundation; either version 2 of the License.\n\n" "This program is distributed in the hope that it will be useful,\n" "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" diff --git a/src/index.cpp b/src/index.cpp index 5d16e4e..fbef2cb 100644 --- a/src/index.cpp +++ b/src/index.cpp @@ -5279,8 +5279,7 @@ static void writeMenuData() "JavaScript code in this file.\n\nCopyright (C) 1997-2017 by Dimitri van Heesch\n\n" "This program is free software; you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" - "the Free Software Foundation; either version 2 of the License, or\n" - "(at your option) any later version.\n\n" + "the Free Software Foundation; either version 2 of the License\n\n" "This program is distributed in the hope that it will be useful,\n" "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" |