summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/embed.go4
-rw-r--r--js/flyscrape.js11
2 files changed, 11 insertions, 4 deletions
diff --git a/js/embed.go b/js/embed.go
index dcc8d93..961f037 100644
--- a/js/embed.go
+++ b/js/embed.go
@@ -1,3 +1,7 @@
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
package js
import _ "embed"
diff --git a/js/flyscrape.js b/js/flyscrape.js
index f1bff41..7acefec 100644
--- a/js/flyscrape.js
+++ b/js/flyscrape.js
@@ -1,5 +1,8 @@
-const cheerio = require('cheerio');
-module.exports = {
- parse: cheerio.load,
-}
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at http://mozilla.org/MPL/2.0/.
+const cheerio = require("cheerio");
+module.exports = {
+ parse: cheerio.load,
+};