Skip to content

Commit 0b74e74

Browse files
update licenses
1 parent 5691b7a commit 0b74e74

File tree

7 files changed

+49
-11
lines changed

7 files changed

+49
-11
lines changed

.licensed.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ cache_path: .licenses/
99
apps:
1010
- source_path: ./
1111

12+
reviewed:
13+
npm:
14+
- typed-rest-client
15+
- "@actions/http-client"
16+
1217
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/GPL-3.0/.licensed.yml
1318
allowed:
1419
# The following are based on: https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses
@@ -86,7 +91,3 @@ allowed:
8691
- eupl-1.2
8792
- liliq-r-1.1
8893
- liliq-rplus-1.1
89-
90-
reviewed:
91-
npm:
92-
- typed-rest-client

.licenses/npm/@actions/exec.dep.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
name: "@actions/exec"
3-
version: 1.0.0
3+
version: 1.1.1
44
type: npm
55
summary: Actions exec lib
6-
homepage: https://github.com/actions/toolkit/tree/master/packages/exec
6+
homepage: https://github.com/actions/toolkit/tree/main/packages/exec
77
license: mit
88
licenses:
99
- sources: LICENSE.md
1010
text: |-
11+
The MIT License (MIT)
12+
1113
Copyright 2019 GitHub
1214
1315
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

.licenses/npm/@actions/io.dep.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
name: "@actions/io"
3-
version: 1.0.0
3+
version: 1.1.3
44
type: npm
55
summary: Actions io lib
6-
homepage: https://github.com/actions/toolkit/tree/master/packages/io
6+
homepage: https://github.com/actions/toolkit/tree/main/packages/io
77
license: mit
88
licenses:
99
- sources: LICENSE.md
1010
text: |-
11+
The MIT License (MIT)
12+
1113
Copyright 2019 GitHub
1214
1315
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

.licenses/npm/get-intrinsic.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: get-intrinsic
3-
version: 1.1.3
3+
version: 1.2.1
44
type: npm
55
summary: Get and robustly cache all JS language-level intrinsics at first require
66
time

.licenses/npm/has-proto.dep.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: has-proto
3+
version: 1.0.1
4+
type: npm
5+
summary: Does this environment have the ability to get the [[Prototype]] of an object
6+
on creation with `__proto__`?
7+
homepage: https://github.com/inspect-js/has-proto#readme
8+
license: mit
9+
licenses:
10+
- sources: LICENSE
11+
text: |
12+
MIT License
13+
14+
Copyright (c) 2022 Inspect JS
15+
16+
Permission is hereby granted, free of charge, to any person obtaining a copy
17+
of this software and associated documentation files (the "Software"), to deal
18+
in the Software without restriction, including without limitation the rights
19+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20+
copies of the Software, and to permit persons to whom the Software is
21+
furnished to do so, subject to the following conditions:
22+
23+
The above copyright notice and this permission notice shall be included in all
24+
copies or substantial portions of the Software.
25+
26+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32+
SOFTWARE.
33+
notices: []

.licenses/npm/object-inspect.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: object-inspect
3-
version: 1.12.2
3+
version: 1.12.3
44
type: npm
55
summary: string representations of objects in node and the browser
66
homepage: https://github.com/inspect-js/object-inspect

.licenses/npm/uuid-3.3.2.dep.yml renamed to .licenses/npm/uuid-3.4.0.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: uuid
3-
version: 3.3.2
3+
version: 3.4.0
44
type: npm
55
summary: RFC4122 (v1, v4, and v5) UUIDs
66
homepage:

0 commit comments

Comments
 (0)