mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
farbtastic: Document where the code came from
This commit is contained in:
parent
3a19254f21
commit
a0745d74b9
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// Farbtastic 2.0 alpha
|
// Farbtastic 2.0 alpha
|
||||||
|
// Original can be found at:
|
||||||
|
// https://github.com/mattfarina/farbtastic/blob/71ca15f4a09c8e5a08a1b0d1cf37ef028adf22f0/src/farbtastic.js
|
||||||
|
// Licensed under the terms of the GNU General Public License v2.0:
|
||||||
|
// https://github.com/mattfarina/farbtastic/blob/71ca15f4a09c8e5a08a1b0d1cf37ef028adf22f0/LICENSE.txt
|
||||||
// edited by Sebastian Castro <sebastian.castro@protonmail.com> on 2020-04-06
|
// edited by Sebastian Castro <sebastian.castro@protonmail.com> on 2020-04-06
|
||||||
(function ($) {
|
(function ($) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue