From a1a46aad1c381f89219e9dedbbbd62e1b93b2cc7 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Fri, 11 Aug 2017 08:03:29 -0400 Subject: [PATCH] Add a copyright / license statement Signed-off-by: Dan Scott --- Open-ILS/web/js/ui/default/opac/wikidata_music_card.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/opac/wikidata_music_card.js b/Open-ILS/web/js/ui/default/opac/wikidata_music_card.js index dbf61145c4..f9138561c9 100644 --- a/Open-ILS/web/js/ui/default/opac/wikidata_music_card.js +++ b/Open-ILS/web/js/ui/default/opac/wikidata_music_card.js @@ -2,6 +2,13 @@ /** * Display an infocard with data pulled from Wikidata * + * Copyright 2017 Dan Scott (dan@coffeecode.net), Laurentian University + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by the + * Free Software Foundation, either version 2 of the License, or (at your + * option) any later version. + * * Based on the primary contributor's name, search Wikidata via SPARQL for * musicians or bands using an exact string match of the label or alias, * and retrieve the data of interest. @@ -13,7 +20,7 @@ * * To use this in your catalogue, you will need to modify a few of the * CSS queries to find the performer's name and identify appropriate - * locations for inserting the clickable note icon and the infocard + * locations for inserting the clickable note icon and the infocard. */ var icon_node; var entity_name; -- 2.11.0