summaryrefslogtreecommitdiff
path: root/js/site.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/site.js')
-rw-r--r--js/site.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/site.js b/js/site.js
index 4f3de71..0865c76 100644
--- a/js/site.js
+++ b/js/site.js
@@ -1,3 +1,11 @@
+/**
+ * Copyright (c) 2007 Nathan Kinkade
+ *
+ * This code is offered under an MIT (X11) license. For more information
+ * about the terms of this license see the file LICENSE included with this
+ * software or visit: http://www.opensource.org/licenses/mit-license.php
+ */
+
function validateSearchBox() {
var mySearchString = getElement("searchString");