tagged the JS files in view/js with their licenses

This commit is contained in:
Tobias Diekershoff 2019-02-12 11:29:50 +01:00
parent 48d5186dce
commit 173a17d0e0
11 changed files with 1486 additions and 1462 deletions

View file

@ -1,3 +1,4 @@
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
@ -1399,3 +1400,4 @@ $.fn.textcomplete.getCaretCoordinates = getCaretCoordinates;
return jQuery;
}));
// @license-end

File diff suppressed because one or more lines are too long