From 24e57837a809b5a9075731a446461f2f452e07e9 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 14 Nov 2014 15:13:18 -0500 Subject: [PATCH] info: Add LibreJS metadata to JS. * assets/js/member-info.js: Add @licstart/@licend metadata. --- assets/js/member-info.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/js/member-info.js b/assets/js/member-info.js index 53711dc..8a98c16 100644 --- a/assets/js/member-info.js +++ b/assets/js/member-info.js @@ -1,4 +1,7 @@ /** + * @licstart The following is the entire license notice for the + * JavaScript code in this page. + * * FSF Member Dashboard * Copyright © 2014 Free Software Foundation, Inc. * @@ -17,6 +20,9 @@ * 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 */ (function($) { -- 2.25.1