Fix jscolor license

This commit is contained in:
Zixaphir 2013-05-03 07:27:54 -07:00
parent ee00d5a3aa
commit 617f67ec76
6 changed files with 28 additions and 38 deletions

View File

@ -86,4 +86,9 @@
*
* license: http://userscripts.org/scripts/review/1352
*
* jsColor: (http://jscolor.com/)
* Copyright (c) Jan Odvarko, http://odvarko.cz
*
* license: http://www.gnu.org/copyleft/lesser.html
*
*/

View File

@ -106,6 +106,11 @@
*
* license: http://userscripts.org/scripts/review/1352
*
* jsColor: (http://jscolor.com/)
* Copyright (c) Jan Odvarko, http://odvarko.cz
*
* license: http://www.gnu.org/copyleft/lesser.html
*
*/
(function() {
var $, $$, Anonymize, ArchiveLink, Banner, Board, Build, CatalogLinks, Clone, Conf, Config, CustomCSS, DataBoard, DataBoards, DeleteLink, DownloadLink, Emoji, ExpandComment, ExpandThread, FappeTyme, Favicon, FileInfo, Filter, Fourchan, Get, GlobalMessage, Header, IDColor, Icons, ImageExpand, ImageHover, ImageReplace, JSColor, Keybinds, Linkify, Main, MascotTools, Mascots, Menu, MutationObserver, Nav, Notification, PSAHiding, Polyfill, Post, PostHiding, QR, QuoteBacklink, QuoteCT, QuoteInline, QuoteOP, QuotePreview, QuoteStrikeThrough, QuoteThreading, QuoteYou, Quotify, Recursive, Redirect, RelativeDates, RemoveSpoilers, Report, ReportLink, RevealSpoilers, Rice, Sauce, Settings, Style, ThemeTools, Themes, Thread, ThreadExcerpt, ThreadHiding, ThreadStats, ThreadUpdater, ThreadWatcher, Time, UI, Unread, c, d, doc, editMascot, editTheme, g, userNavigation,
@ -10108,15 +10113,6 @@
}
};
/*
JSColor
http://github.com/hotchpotch/jscolor/tree/master
JSColor is color library for JavaScript.
JSColor code is porting from AS3 Color library ColorSB < http://sketchbook.libspark.org/trac/wiki/ColorSB >.
*/
JSColor = {
css: function() {
var agent;

View File

@ -106,6 +106,11 @@
*
* license: http://userscripts.org/scripts/review/1352
*
* jsColor: (http://jscolor.com/)
* Copyright (c) Jan Odvarko, http://odvarko.cz
*
* license: http://www.gnu.org/copyleft/lesser.html
*
*/
(function() {
var $, $$, Anonymize, ArchiveLink, Banner, Board, Build, CatalogLinks, Clone, Conf, Config, CustomCSS, DataBoard, DataBoards, DeleteLink, DownloadLink, Emoji, ExpandComment, ExpandThread, FappeTyme, Favicon, FileInfo, Filter, Fourchan, Get, GlobalMessage, Header, IDColor, Icons, ImageExpand, ImageHover, ImageReplace, JSColor, Keybinds, Linkify, Main, MascotTools, Mascots, Menu, MutationObserver, Nav, Notification, PSAHiding, Polyfill, Post, PostHiding, QR, QuoteBacklink, QuoteCT, QuoteInline, QuoteOP, QuotePreview, QuoteStrikeThrough, QuoteThreading, QuoteYou, Quotify, Recursive, Redirect, RelativeDates, RemoveSpoilers, Report, ReportLink, RevealSpoilers, Rice, Sauce, Settings, Style, ThemeTools, Themes, Thread, ThreadExcerpt, ThreadHiding, ThreadStats, ThreadUpdater, ThreadWatcher, Time, UI, Unread, c, d, doc, editMascot, editTheme, g, userNavigation,
@ -10129,15 +10134,6 @@
}
};
/*
JSColor
http://github.com/hotchpotch/jscolor/tree/master
JSColor is color library for JavaScript.
JSColor code is porting from AS3 Color library ColorSB < http://sketchbook.libspark.org/trac/wiki/ColorSB >.
*/
JSColor = {
css: function() {
var agent;

View File

@ -86,6 +86,11 @@
*
* license: http://userscripts.org/scripts/review/1352
*
* jsColor: (http://jscolor.com/)
* Copyright (c) Jan Odvarko, http://odvarko.cz
*
* license: http://www.gnu.org/copyleft/lesser.html
*
*/
(function() {
var $, $$, Anonymize, ArchiveLink, Banner, Board, Build, CatalogLinks, Clone, Conf, Config, CustomCSS, DataBoard, DataBoards, DeleteLink, DownloadLink, Emoji, ExpandComment, ExpandThread, FappeTyme, Favicon, FileInfo, Filter, Fourchan, Get, GlobalMessage, Header, IDColor, Icons, ImageExpand, ImageHover, ImageReplace, JSColor, Keybinds, Linkify, Main, MascotTools, Mascots, Menu, MutationObserver, Nav, Notification, PSAHiding, Polyfill, Post, PostHiding, QR, QuoteBacklink, QuoteCT, QuoteInline, QuoteOP, QuotePreview, QuoteStrikeThrough, QuoteThreading, QuoteYou, Quotify, Recursive, Redirect, RelativeDates, RemoveSpoilers, Report, ReportLink, RevealSpoilers, Rice, Sauce, Settings, Style, ThemeTools, Themes, Thread, ThreadExcerpt, ThreadHiding, ThreadStats, ThreadUpdater, ThreadWatcher, Time, UI, Unread, c, d, doc, editMascot, editTheme, g, userNavigation,
@ -10111,15 +10116,6 @@
}
};
/*
JSColor
http://github.com/hotchpotch/jscolor/tree/master
JSColor is color library for JavaScript.
JSColor code is porting from AS3 Color library ColorSB < http://sketchbook.libspark.org/trac/wiki/ColorSB >.
*/
JSColor = {
css: function() {
var agent;

View File

@ -86,4 +86,9 @@
*
* license: http://userscripts.org/scripts/review/1352
*
* jsColor: (http://jscolor.com/)
* Copyright (c) Jan Odvarko, http://odvarko.cz
*
* license: http://www.gnu.org/copyleft/lesser.html
*
*/

View File

@ -1,11 +1,3 @@
###
JSColor
http://github.com/hotchpotch/jscolor/tree/master
JSColor is color library for JavaScript.
JSColor code is porting from AS3 Color library ColorSB < http://sketchbook.libspark.org/trac/wiki/ColorSB >.
###
JSColor =
css: ->
agent = Style.agent
@ -350,9 +342,9 @@ JSColor =
$.on target, 'blur', ->
unless abortBlur
window.setTimeout(->
abortBlur or blurTarget()
abortBlur = false
)
abortBlur or blurTarget()
abortBlur = false
)
else
abortBlur = false