mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
📄 Add licenses for NPM packages
Our tooling isn't ready yet and will be updated with N°3862 I added a dedicated JSON file to ease comparisons in next releases
This commit is contained in:
35
setup/licenses/additionals-npm.json
Normal file
35
setup/licenses/additionals-npm.json
Normal file
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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.
|
||||
]]></text>
|
||||
</license>
|
||||
<license>
|
||||
<product scope="npm">popperjs/core</product>
|
||||
<author>Federico Zivolo</author>
|
||||
<license_type>MIT</license_type>
|
||||
<text><![CDATA[/node_modules/@popperjs/core/LICENSE.md]]></text>
|
||||
</license>
|
||||
<license>
|
||||
<product scope="npm">bulma-scss</product>
|
||||
<author>Jim Campbell</author>
|
||||
<license_type>MIT</license_type>
|
||||
<text><![CDATA[/node_modules/bulma-scss/LICENSE]]></text>
|
||||
</license>
|
||||
<license>
|
||||
<product scope="npm">raleway-webfont</product>
|
||||
<author>Pablo Impallari</author>
|
||||
<license_type>MIT AND OFL-1.1</license_type>
|
||||
<text><![CDATA[/node_modules/raleway-webfont/LICENSE]]></text>
|
||||
</license>
|
||||
<license>
|
||||
<product scope="npm">scrollmagic</product>
|
||||
<author>Jan Paepke</author>
|
||||
<license_type>MIT OR GPL-3.0+</license_type>
|
||||
<text><![CDATA[/node_modules/scrollmagic/LICENSE.md]]></text>
|
||||
</license>
|
||||
<license>
|
||||
<product scope="npm">tippy.js</product>
|
||||
<author>atomiks</author>
|
||||
<license_type>MIT</license_type>
|
||||
<text><![CDATA[/node_modules/tippy.js/LICENSE]]></text>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
Reference in New Issue
Block a user