Fix LibreJS metadata in embeddable JavaScript.
authorDavid Thompson <davet@gnu.org>
Thu, 4 Dec 2014 19:02:46 +0000 (14:02 -0500)
committerDavid Thompson <davet@gnu.org>
Thu, 4 Dec 2014 19:02:46 +0000 (14:02 -0500)
CRM/Wci/Page/Embed.php

index a9bd1da246c906f23cb4b098dbf3ee8358c2a09d..c161fedc1bd6098130196d6bfafbe08de9307729 100644 (file)
@@ -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
+ * <http://www.gnu.org/licenses/>.
+ *
+ * @licend The above is the entire license notice for the
+ *   JavaScript code in this page
  */
 ';