From 8fa9147dc1bc77303071cd84728909be4b837457 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Thu, 25 Mar 2021 15:56:17 +0100 Subject: [PATCH] =?UTF-8?q?:page=5Ffacing=5Fup:=20Add=20licenses=20for=20N?= =?UTF-8?q?PM=20packages=20Our=20tooling=20isn't=20ready=20yet=20and=20wil?= =?UTF-8?q?l=20be=20updated=20with=20N=C2=B03862=20I=20added=20a=20dedicat?= =?UTF-8?q?ed=20JSON=20file=20to=20ease=20comparisons=20in=20next=20releas?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/licenses/additionals-npm.json | 35 +++++++++++++++++++++++++++ setup/licenses/community-licenses.xml | 30 +++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 setup/licenses/additionals-npm.json diff --git a/setup/licenses/additionals-npm.json b/setup/licenses/additionals-npm.json new file mode 100644 index 000000000..f42f449ee --- /dev/null +++ b/setup/licenses/additionals-npm.json @@ -0,0 +1,35 @@ +{ + "_COMMENT": "This file was generated using the license-checker package. Command used : `license-checker --json --out setup\\licenses\\community-others-npm.json --relativeLicensePath`. See https://www.npmjs.com/package/license-checker", + "@popperjs/core@2.4.4": { + "licenses": "MIT", + "repository": "https://github.com/popperjs/popper-core", + "publisher": "Federico Zivolo", + "email": "federico.zivolo@gmail.com", + "licenseFile": "node_modules\\@popperjs\\core\\LICENSE.md" + }, + "bulma-scss@0.9.0-1": { + "licenses": "MIT", + "repository": "https://github.com/j1mc/bulma-scss", + "publisher": "Jim Campbell", + "licenseFile": "node_modules\\bulma-scss\\LICENSE" + }, + "raleway-webfont@3.0.1": { + "licenses": "MIT AND OFL-1.1", + "repository": "https://github.com/Dilatorily/raleway", + "publisher": "Pablo Impallari", + "licenseFile": "node_modules\\raleway-webfont\\LICENSE" + }, + "scrollmagic@2.0.8": { + "licenses": "(MIT OR GPL-3.0+)", + "repository": "https://github.com/janpaepke/ScrollMagic", + "publisher": "Jan Paepke", + "url": "http://www.janpaepke.de", + "licenseFile": "node_modules\\scrollmagic\\LICENSE.md" + }, + "tippy.js@6.2.5": { + "licenses": "MIT", + "repository": "https://github.com/atomiks/tippyjs", + "publisher": "atomiks", + "licenseFile": "node_modules\\tippy.js\\LICENSE" + } +} diff --git a/setup/licenses/community-licenses.xml b/setup/licenses/community-licenses.xml index d624063c0..4860b8eed 100644 --- a/setup/licenses/community-licenses.xml +++ b/setup/licenses/community-licenses.xml @@ -4801,4 +4801,34 @@ The User does not acquire any right as a result of the use of the content in the The User rights under this Section will end automatically without any notice if the User breaches any of the Terms. In case of termination of the rights hereunder, the User shall cease using content in the Flaticon Content and will destroy every copy, whether total or partial, thereof. ]]> + + popperjs/core + Federico Zivolo + MIT + + + + bulma-scss + Jim Campbell + MIT + + + + raleway-webfont + Pablo Impallari + MIT AND OFL-1.1 + + + + scrollmagic + Jan Paepke + MIT OR GPL-3.0+ + + + + tippy.js + atomiks + MIT + +