diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-03-27 09:50:22 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-03-27 09:50:22 -0400 |
commit | db0519771d3a3a977439f905c281274630e0f607 (patch) | |
tree | dad5248284ef9e918dd4b02d6e11378291837486 /sitestatic | |
parent | 09c2e79eeb23a71d6dbedcaf8d78413accc452d9 (diff) |
Add a copyright header to sitestatic/archweb.js
Diffstat (limited to 'sitestatic')
-rw-r--r-- | sitestatic/archweb.js | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sitestatic/archweb.js b/sitestatic/archweb.js index 248be7a6..f5a682d6 100644 --- a/sitestatic/archweb.js +++ b/sitestatic/archweb.js @@ -1,3 +1,23 @@ +/* archweb.js + * Homepage: https://projects.archlinux.org/archweb.git/ + * Copyright: 2007-2011 The Archweb Team + * License: GPLv2 + * + * This file is part of Archweb. + * + * Archweb is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Archweb is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Archweb. If not, see <http://www.gnu.org/licenses/>. + */ + /* tablesorter custom parsers for various pages: * devel/index.html, mirrors/status.html, todolists/view.html */ if (typeof $.tablesorter !== 'undefined') { |