Commit be7de09
committed
extension: import js-green-licenses for license checking
github.com/google/js-green-licenses is the license checker
used by many google-authored open source JS/TS projects.
Use it instead of using ./extension/tools/license.sh
Usage:
cd extension; npx jsgl --local .
Configured js-green-licenses to skip checking on the
es5class package. This package was published long ago
and the last version lacks the license metadata
so js-green-licenses cannot process it.
A new version to fix the metadata won't be published
since it is officially deprecated (for a while).
The latest version was published with MIT license
(https://github.com/pocesar/ES5-Class/blob/master/LICENSE)
Change-Id: I952938cbc56aa93258de43653d531e405ea40683
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/610257
Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com>
kokoro-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>1 parent 97292e3 commit be7de09
File tree
6 files changed
+869
-100
lines changed- extension
- tools
- license
6 files changed
+869
-100
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments