From c8c0f9a53b6e987dd87130cc104bb98cb2b7cb86 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 25 Nov 2014 14:49:13 -0500 Subject: [PATCH] js: Fix LibreJS compliance issue. * assets/js/member-info.js: Use a license comment block that satisfies the AGPLv3 regexp in LibreJS. --- assets/js/member-info.js | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/assets/js/member-info.js b/assets/js/member-info.js index 8a98c16..f869dc0 100644 --- a/assets/js/member-info.js +++ b/assets/js/member-info.js @@ -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 * . * - * @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($) { -- 2.25.1