diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-06-18 06:02:54 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-06-18 06:02:54 -0400 |
commit | c442b400b985cb9e30bf036007bcffc96807d5a3 (patch) | |
tree | aebb66931d6f15336df8bfcf05202b37ee4aff43 /js/farbtastic/farbtastic.js | |
parent | 65b4cfbb54f5b44820dd02bb9c3c2ca98dbbd321 (diff) | |
parent | 87f54c1136fa4ddc476baad0adeaf1b4e7097cc5 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'js/farbtastic/farbtastic.js')
-rw-r--r-- | js/farbtastic/farbtastic.js | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/js/farbtastic/farbtastic.js b/js/farbtastic/farbtastic.js index 24a377803..d8b5ad9cd 100644 --- a/js/farbtastic/farbtastic.js +++ b/js/farbtastic/farbtastic.js @@ -1,5 +1,21 @@ -// $Id: farbtastic.js,v 1.2 2007/01/08 22:53:01 unconed Exp $ -// Farbtastic 1.2 +/** + * Farbtastic Color Picker 1.2 + * © 2008 Steven Wittens + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ jQuery.fn.farbtastic = function (callback) { $.farbtastic(this, callback); |