From: Dan Scott Date: Fri, 11 Aug 2017 12:03:29 +0000 (-0400) Subject: Add a copyright / license statement X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a1a46aad1c381f89219e9dedbbbd62e1b93b2cc7;p=contrib%2FConifer.git Add a copyright / license statement Signed-off-by: Dan Scott --- 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;