From a0745d74b9354b98bd63f050c4900f997115aa19 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Tue, 26 Jan 2021 03:52:34 -0500 Subject: [PATCH] farbtastic: Document where the code came from --- src/static/js/farbtastic.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/static/js/farbtastic.js b/src/static/js/farbtastic.js index df4869f2..0d323b64 100644 --- a/src/static/js/farbtastic.js +++ b/src/static/js/farbtastic.js @@ -1,6 +1,10 @@ 'use strict'; // 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 on 2020-04-06 (function ($) {