added license hints to the Frio javascript files
[friendica.git/.git] / view / theme / frio / js / theme.js
index 1a2dec3..7346c06 100644 (file)
@@ -1,3 +1,4 @@
+// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPLv3-or-later
 
 var jotcache = ''; //The jot cache. We use it as cache to restore old/original jot content
 
@@ -799,3 +800,4 @@ function toggleDropdownText(elm) {
 function hasClass(elem, cls) {
        return (" " + elem.className + " " ).indexOf( " "+cls+" " ) > -1;
 }
+// @license-end
\ No newline at end of file