]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Add license info to javascript underlay
authorSimon McVittie <smcv@debian.org>
Mon, 18 Jan 2016 06:49:18 +0000 (06:49 +0000)
committerSimon McVittie <smcv@debian.org>
Tue, 19 Jan 2016 11:24:18 +0000 (11:24 +0000)
debian/changelog
underlays/javascript/ikiwiki/ikiwiki.js
underlays/javascript/ikiwiki/relativedate.js
underlays/javascript/ikiwiki/toggle.js

index 4be8489dc6318a2d44c4e2a8ff1f1c2de3135484..a2d94dca05a9ce7f89b1a189ddd43fae3a85323a 100644 (file)
@@ -10,6 +10,8 @@ ikiwiki (3.20150615) UNRELEASED; urgency=medium
   * emailauth: Added emailauth_sender config.
   * Modified page.tmpl to to set html lang= and dir= when
     values have been specified for them, which the po plugin does.
+  * Specifically license the javascript underlay under the permissive
+    basewiki license.
 
   [ Simon McVittie ]
   * Run autopkgtest tests using autodep8 and the pkg-perl team's
index aebc5cf7ed66395ec8277a1e748d29184226f960..e67d5df83c435de85cb2eb4208ba254ce3402d27 100644 (file)
@@ -1,3 +1,7 @@
+// © 2006-2010 Joey Hess
+// Redistribution and use in source and compiled forms, with or without
+// modification, are permitted under any circumstances. No warranty.
+//
 // ikiwiki's javascript utility function library
 
 var hooks;
index 2a270d627abd45c706d9de78224f681dc96fd7d1..e8643f4c1a6860a7c7de5c9bbd00a9807b83aa97 100644 (file)
@@ -1,3 +1,7 @@
+// © 2006-2010 Joey Hess
+// Redistribution and use in source and compiled forms, with or without
+// modification, are permitted under any circumstances. No warranty.
+//
 // Causes html elements in the 'relativedate' class to be displayed
 // as relative dates. The date is parsed from the title attribute, or from
 // the element content.
index d190b737ae1fc8288ae846328caa62ab0688fbdb..597a37458afc61995685c8e95f3cd18adf4cbd25 100644 (file)
@@ -1,3 +1,7 @@
+// © 2006-2010 Joey Hess
+// Redistribution and use in source and compiled forms, with or without
+// modification, are permitted under any circumstances. No warranty.
+//
 // Uses CSS to hide toggleables, to avoid any flashing on page load. The
 // CSS is only emitted after it tests that it's going to be able
 // to show the toggleables.