X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=js%2Ffarbtastic%2Ffarbtastic.js;h=d8b5ad9cdf077a2460c6cfab11cef2eb53f0c229;hb=ca36dfecf9217670f31d9c1c65c337064cd2413a;hp=24a377803c42008f36b7e455a369b4dcd15bea51;hpb=aaeed091d23a0d2f969578dd95ead8df4ea7eb11;p=quix0rs-gnu-social.git diff --git a/js/farbtastic/farbtastic.js b/js/farbtastic/farbtastic.js index 24a377803c..d8b5ad9cdf 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);