aboutsummaryrefslogtreecommitdiff
path: root/underlays
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-01-18 06:49:18 +0000
committerSimon McVittie <smcv@debian.org>2016-01-19 11:24:18 +0000
commitfc02c7fb69e6dbf78251cff6f9d4c41c2cfcc4f4 (patch)
tree0c8efb00d3e7c3c12be9feba9b23c0dfd41a0671 /underlays
parentb21a38ed0b62474b2ca90e8e3656b637de588643 (diff)
downloadikiwiki-fc02c7fb69e6dbf78251cff6f9d4c41c2cfcc4f4.tar
ikiwiki-fc02c7fb69e6dbf78251cff6f9d4c41c2cfcc4f4.tar.gz
Add license info to javascript underlay
Diffstat (limited to 'underlays')
-rw-r--r--underlays/javascript/ikiwiki/ikiwiki.js4
-rw-r--r--underlays/javascript/ikiwiki/relativedate.js4
-rw-r--r--underlays/javascript/ikiwiki/toggle.js4
3 files changed, 12 insertions, 0 deletions
diff --git a/underlays/javascript/ikiwiki/ikiwiki.js b/underlays/javascript/ikiwiki/ikiwiki.js
index aebc5cf7e..e67d5df83 100644
--- a/underlays/javascript/ikiwiki/ikiwiki.js
+++ b/underlays/javascript/ikiwiki/ikiwiki.js
@@ -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;
diff --git a/underlays/javascript/ikiwiki/relativedate.js b/underlays/javascript/ikiwiki/relativedate.js
index 2a270d627..e8643f4c1 100644
--- a/underlays/javascript/ikiwiki/relativedate.js
+++ b/underlays/javascript/ikiwiki/relativedate.js
@@ -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.
diff --git a/underlays/javascript/ikiwiki/toggle.js b/underlays/javascript/ikiwiki/toggle.js
index d190b737a..597a37458 100644
--- a/underlays/javascript/ikiwiki/toggle.js
+++ b/underlays/javascript/ikiwiki/toggle.js
@@ -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.