js: Fix LibreJS compliance issue.
authorDavid Thompson <davet@gnu.org>
Tue, 25 Nov 2014 19:49:13 +0000 (14:49 -0500)
committerDavid Thompson <davet@gnu.org>
Tue, 25 Nov 2014 19:49:13 +0000 (14:49 -0500)
* assets/js/member-info.js: Use a license comment block that satisfies
  the AGPLv3 regexp in LibreJS.

assets/js/member-info.js

index 8a98c16085715abd15f7578b562ca07c9958fa5d..f869dc067b125f729ed6b8c811d6f329fcc656a0 100644 (file)
@@ -1,28 +1,26 @@
 /**
- * @licstart  The following is the entire license notice for the
- *            JavaScript code in this page.
+ * @licstart  The following is the entire license notice for the JavaScript code in this page.
  *
  * FSF Member Dashboard
  * Copyright © 2014 Free Software Foundation, Inc.
  *
  * This file is a part of FSF Member Dashboard.
  *
- * FSF Member Dashboard is free software; you can copy, modify, and
- * distribute it under the terms of the GNU Affero General Public
- * License Version 3, 19 November 2007 and the CiviCRM Licensing
- * Exception.
+ * FSF Member Dashboard 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.
  *
  * FSF Member Dashboard is distributed in the hope that it will be
  * useful, but 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.
+ * 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
+ * @licend  The above is the entire license notice for the JavaScript code in this page
  */
 
 (function($) {