You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,22 @@ We want your feedback!
56
56
-[File an issue](https://github.com/aws/aws-toolkit-vscode/issues/new?labels=bug&template=bug_report.md)
57
57
- Or [send a pull request](CONTRIBUTING.md)!
58
58
59
+
## License Scanning
60
+
61
+
To generate license reports and attribution documents for third-party dependencies:
62
+
63
+
```bash
64
+
npm run scan-licenses
65
+
66
+
# Or run directly
67
+
./scripts/scan-licenses.sh
68
+
```
69
+
70
+
This generates:
71
+
72
+
-`LICENSE-THIRD-PARTY` - Attribution document for distribution
73
+
-`licenses-full.json` - Complete license data
74
+
59
75
## License
60
76
61
77
This project and the subprojects within **(AWS Toolkit for Visual Studio Code, Amazon Q for Visual Studio Code)** is distributed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
0 commit comments