diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2008-02-17 02:30:06 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2008-02-17 02:30:06 +0000 |
| commit | e4e55705cd2dbeecd9e624e6f2bc0bba28904eb0 (patch) | |
| tree | b4a987e97eccdba0de09c0c0a1364cf55da5ad68 /js | |
| parent | 56706868a99a37b62c1cae724d129be4dca6f99c (diff) | |
Added license info to javascript files
Diffstat (limited to 'js')
| -rw-r--r-- | js/common.js | 8 | ||||
| -rw-r--r-- | js/site.js | 8 | ||||
| -rw-r--r-- | js/standard.js | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/js/common.js b/js/common.js index de2dde2..0577e94 100644 --- a/js/common.js +++ b/js/common.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 validateNotEmpty(fields) { var myFields = new Array(); @@ -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"); diff --git a/js/standard.js b/js/standard.js index 52dc3f5..2539716 100644 --- a/js/standard.js +++ b/js/standard.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 empty(field) { field = trim(field); |
