Add a copyright / license statement
authorDan Scott <dan@coffeecode.net>
Fri, 11 Aug 2017 12:03:29 +0000 (08:03 -0400)
committerDan Scott <dan@coffeecode.net>
Fri, 11 Aug 2017 12:03:29 +0000 (08:03 -0400)
Signed-off-by: Dan Scott <dan@coffeecode.net>
Open-ILS/web/js/ui/default/opac/wikidata_music_card.js

index dbf6114..f913856 100644 (file)
@@ -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;