From: David Thompson Date: Thu, 4 Dec 2014 19:02:46 +0000 (-0500) Subject: Fix LibreJS metadata in embeddable JavaScript. X-Git-Url: https://vcs.fsf.org/?p=com.zyxware.civiwci.git;a=commitdiff_plain;h=d10a413ccac7b4b2cd6d153d93891dc0ffbde2db Fix LibreJS metadata in embeddable JavaScript. --- diff --git a/CRM/Wci/Page/Embed.php b/CRM/Wci/Page/Embed.php index a9bd1da..c161fed 100644 --- a/CRM/Wci/Page/Embed.php +++ b/CRM/Wci/Page/Embed.php @@ -29,21 +29,29 @@ class CRM_Wci_Page_Embed extends CRM_Core_Page { function run() { $license_text = ' /** - * @licstart The following is the entire license notice for the JavaScript - * code included by CiviCRM WCI extension. + * @licstart The following is the entire license notice for the + * JavaScript code in this page. * * Copyright (C) 2014 Zyxware Technologies. * - * This JavaScript is part of the CiviCRM WCI extension for CiviCRM. This - * JavaScript is free software: you can redistribute it and/or modify it under the - * terms of the GNU Affero General Public License (GNU AGPL) as published by the - * Free Software Foundation, either version 3 of the License, or (at your option) - * any later version. The code is distributed WITHOUT ANY WARRANTY; without even - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU AGPL for more details. + * This JavaScript is part of the CiviCRM WCI extension for + * CiviCRM. This JavaScript is free software: you can + * redistribute it and/or modify it under the terms of the GNU + * Affero General Public License as published by the Free + * Software Foundation, either version 3 of the License, or (at + * your option) any later version. * - * @licend The above is the entire license notice for the JavaScript - * code included by CiviCRM WCI extension. + * The code is distributed WITHOUT ANY WARRANTY; without even the + * implied warranty of MERCHANTABILITY or FITNESS FOR A + * PARTICULAR PURPOSE. See the GNU Affero General Public License + * for more details. + * + * You should have received a copy of the GNU General Public + * License along with FSF Member Dashboard. If not, see + * . + * + * @licend The above is the entire license notice for the + * JavaScript code in this page */ ';