[youtube_to_invidious.user.js] fix missing license

This commit is contained in:
Jesús 2019-10-11 14:29:43 -05:00
parent 9fe735d357
commit 391ca64271
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -14,6 +14,7 @@
// @exclude /^http(s|)://(www[.]|)invidious[.]13ad[.]de/.*$/ // @exclude /^http(s|)://(www[.]|)invidious[.]13ad[.]de/.*$/
// @grant GM_xmlhttpRequest // @grant GM_xmlhttpRequest
// @version 8.4.3 // @version 8.4.3
// @license GPL version 3 or any later version::: https://www.gnu.org/licenses/gpl-3.0.html
// ==/UserScript== // ==/UserScript==
/* jshint esversion: 6 */ /* jshint esversion: 6 */