diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-08-27 18:53:27 +0200 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-08-27 18:53:27 +0200 |
| commit | 52107c13b4c2c4efa9269b187916f3195be5a10d (patch) | |
| tree | 93acb66a533ebe6299e7f01687ae4106c155f9f3 /js/flyscrape.js | |
| parent | f4408fe641e4b0e27c168bcc9bbc4f69937cefc8 (diff) | |
add Mozilla Public License 2.0
Diffstat (limited to 'js/flyscrape.js')
| -rw-r--r-- | js/flyscrape.js | 11 |
1 files changed, 7 insertions, 4 deletions
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, +}; |