Skip to content

Commit 8ac1735

Browse files
committed
Manually reviewed a bunch of licenses
1 parent e9d27be commit 8ac1735

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+79
-85
lines changed

.licensed.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ sources:
55

66
ignored:
77
npm:
8+
- arduino-ide-extension # this is a project in this repo
9+
- electron-app # this is a project in this repo
10+
811
# "msgpackr-extract" and "@parcel/watcher" have some optional (architecutre native) packages.
912
- "@msgpackr-extract/msgpackr-extract-**" # ignored in favor of parent package "msgpackr-extract"
1013
- "@parcel/watcher-**" # ignored in favor of parent package "@parcel-watcher"
11-
# "@vscode/windows-ca-certs" is installed only windows
14+
15+
# "@vscode/windows-ca-certs" is installed only on windows
1216
- "@vscode/windows-ca-certs"
1317

1418
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/AGPL-3.0/.licensed.yml
@@ -89,4 +93,12 @@ allowed:
8993
- zpl-2.0
9094
- zpl-2.1
9195
# The following are based on individual license text
92-
- eupl-1.2
96+
- eupl-1.2
97+
98+
# to check
99+
- 0bsd
100+
- epl-2.0
101+
- blueoak-1.0.0
102+
- Python-2.0
103+
- OFL-1.1
104+
- CC-BY-4.0

.licenses/npm/@pkgjs/parseargs.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.11.0
44
type: npm
55
summary: Polyfill of future proposal for `util.parseArgs()`
66
homepage: https://github.com/pkgjs/parseargs#readme
7-
license: other
7+
license: apache-2.0
88
licenses:
99
- sources: LICENSE
1010
text: |2

.licenses/npm/@theia/debug.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 1.57.0
44
type: npm
55
summary: Theia - Debug Extension
66
homepage: https://github.com/eclipse-theia/theia
7-
license: other
7+
license: epl-2.0
88
licenses:
99
- sources: README.md
1010
text: |-

.licenses/npm/@vscode/codicons.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.0.36
44
type: npm
55
summary: The icon font for Visual Studio Code
66
homepage:
7-
license: other
7+
license: CC-BY-4.0
88
licenses:
99
- sources: LICENSE
1010
text: "\uFEFFAttribution 4.0 International\n\n=======================================================================\n\nCreative

.licenses/npm/@vscode/ripgrep.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 1.15.11
44
type: npm
55
summary: A module for using ripgrep in a Node project
66
homepage:
7-
license: other
7+
license: mit
88
licenses:
99
- sources: LICENSE
1010
text: |

.licenses/npm/abab.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2.0.6
44
type: npm
55
summary: WHATWG spec-compliant implementations of window.atob and window.btoa.
66
homepage: https://github.com/jsdom/abab#readme
7-
license: other
7+
license: bsd-3-clause
88
licenses:
99
- sources: LICENSE.md
1010
text: |

.licenses/npm/abbrev.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 1.1.1
44
type: npm
55
summary: Like ruby's abbrev module, but in js
66
homepage:
7-
license: other
7+
license: isc
88
licenses:
99
- sources: LICENSE
1010
text: |

.licenses/npm/arduino-ide-extension.dep.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.licenses/npm/arduino-serial-plotter-webapp.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.2.0
44
type: npm
55
summary:
66
homepage:
7-
license: other
7+
license: agpl-3.0
88
licenses:
99
- sources: LICENSE
1010
text: |2

.licenses/npm/are-we-there-yet-2.0.0.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2.0.0
44
type: npm
55
summary: Keep track of the overall completion of many disparate processes
66
homepage: https://github.com/npm/are-we-there-yet
7-
license: other
7+
license: isc
88
licenses:
99
- sources: LICENSE.md
1010
text: |

0 commit comments

Comments
 (0)