Dev: Change command-line license to GPLv3 / Apache2

pull/620/head
gnosygnu 8 years ago
parent 319120364c
commit 1d58dca0f4

@ -26,20 +26,18 @@ class Xoa_cmd_arg_mgr_ {
( codeBgn ( codeBgn
, codeHdr , codeHdr
, hdr_bgn , hdr_bgn
, "Copyright (c) 2012-2016 gnosygnu@gmail.com", newLine , "Copyright (c) 2012-2017 gnosygnu@gmail.com", newLine
, newLine , newLine
, "This program is free software: you can redistribute it and/or modify", lineEnd , "XOWA is licensed under the terms of the General Public License (GPL) Version 3,", lineEnd
, "it under the terms of the GNU Affero General Public License as", lineEnd , "or alternatively under the terms of the Apache License Version 2.0.", lineEnd
, "published by the Free Software Foundation, either version 3 of the", lineEnd
, "License, or (at your option) any later version.", newLine
, newLine , newLine
, "This program is distributed in the hope that it will be useful,", lineEnd , "You may use XOWA according to either of these licenses as is most appropriate", lineEnd
, "but WITHOUT ANY WARRANTY; without even the implied warranty of", lineEnd , "for your project on a case-by-case basis.", lineEnd
, "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the", lineEnd
, "GNU Affero General Public License for more details.", newLine
, newLine , newLine
, "You should have received a copy of the GNU Affero General Public License", lineEnd , "The terms of each license can be found in the following files:", lineEnd
, "along with this program. If not, see <http://www.gnu.org/licenses/>.", newLine , newLine
, "GPLv3 License: LICENSE-GPLv3.txt"
, "Apache License: LICENSE-APACHE2.txt"
, codeEnd , codeEnd
, hdr_end , hdr_end
); );

Loading…
Cancel
Save