Skip to content

Commit bb5f885

Browse files
committed
Manually define dependency license metadata that was not detected
The "Licensed" dependency license checker tool uses the licensee tool to automatically determine the license type based on metadata provided by the dependency author. This must be in a standardized format without any modifications. In cases where that wasn't done, it is necessary to determine the license type and update the dependency license metadata cache in the `.licenses` folder manually. The Licensed tool will check this data whenever the dependency version is updated to make sure the license hasn't changed.
1 parent 6036aa0 commit bb5f885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.licenses/npm/typed-rest-client.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 1.5.0
44
type: npm
55
summary: Node Rest and Http Clients for use with TypeScript
66
homepage: https://github.com/Microsoft/typed-rest-client#readme
7-
license: other
7+
license: mit
88
licenses:
99
- sources: LICENSE
1010
text: |

.licenses/npm/underscore.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 1.8.3
44
type: npm
55
summary: JavaScript's functional programming helper library.
66
homepage: http://underscorejs.org
7-
license: other
7+
license: mit
88
licenses:
99
- sources: LICENSE
1010
text: |

0 commit comments

Comments
 (0)