added license hints to the Frio javascript files
[friendica.git/.git] / view / theme / frio / js / mod_events.js
index 00e3f4f..234d607 100644 (file)
@@ -1,3 +1,4 @@
+// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPLv3-or-later
 /**
  * @file view/theme/frio/js/mod_events.js
  * Initialization of the fullCalendar and format the output.
@@ -256,3 +257,4 @@ function formatListViewEvent(event) {
 
        return formatted;
 }
+// @license-end