Skip to content

Commit aadb126

Browse files
update licenses
1 parent b9c393f commit aadb126

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.licensed.yml

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

12+
reviewed:
13+
npm:
14+
- typed-rest-client
15+
1216
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/GPL-3.0/.licensed.yml
1317
allowed:
1418
# The following are based on: https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses

.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:

0 commit comments

Comments
 (0)