From fdd37993efbec3081bf6488ebd85bfb7a40bcecf Mon Sep 17 00:00:00 2001 From: NateN1222 Date: Sun, 20 Aug 2017 14:29:34 -0500 Subject: Implemented parsing and individual editing of @license tags --- testtag.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 testtag.html (limited to 'testtag.html') diff --git a/testtag.html b/testtag.html new file mode 100644 index 0000000..01e98ba --- /dev/null +++ b/testtag.html @@ -0,0 +1,17 @@ + + + + A Page containing free JS + + +
+@license magnet:?xt=urn:btih:0ef1b8170b3b615170ff270def6427c317705f85&dn=lgpl-3.0.txt LGPL-3.0 +console.log("free js"); +@license-end +eval("console.log('nontrivial mystery code')"); +@license magnet:?xt=urn:btih:b8999bbaf509c08d127678643c515b9ab0836bae&dn=ISC.txt ISC +console.log("free js"); +@license-end +
+ + -- cgit v1.2.3