Skip to content

Commit 4bb3dc8

Browse files
committed
Add @vscode/l10n to static-notices.json
LICENSE file exists in the microsoft/vscode-l10n repo but is not included in the npm tarball (files array omission). We own this package and can fix the publish. In the meantime, add to static entries so the NOTICE file includes it. Total static-notices.json entries: 16
1 parent d27c22a commit 4bb3dc8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

build/azure-pipelines/oss/static-notices.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"version": 1,
33
"packages": [
4+
{
5+
"name": "@vscode/l10n",
6+
"version": "0.0.18",
7+
"license": "MIT",
8+
"url": "https://github.com/Microsoft/vscode-l10n",
9+
"licenseText": "MIT License\n\nCopyright (c) Microsoft Corporation.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.",
10+
"reason": "LICENSE file not in npm tarball. We own this package (microsoft/vscode-l10n) - add LICENSE to npm publish to fix."
11+
},
412
{
513
"name": "clap",
614
"version": "4.5.58",

0 commit comments

Comments
 (0)