Add License section to extension READMEs (#22912)

* Add License section to extension READMEs

* vbump
This commit is contained in:
Charles Gagnon
2023-05-01 13:51:51 -07:00
committed by GitHub
parent a650f268f7
commit 457365537c
3 changed files with 13 additions and 1 deletions

View File

@@ -60,3 +60,9 @@ Run the following commands sequentially in the context of this directory:
- `yarn install` - to install the dependencies
- `yarn build` - to build the code
- `vsce package` - to produce an extension installation package
## License
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the [Source EULA](https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt).

View File

@@ -47,3 +47,9 @@ Run the following commands sequentially in the context of this directory:
- `yarn install` - to install the dependencies
- `yarn build` - to build the code
- `vsce package` - to produce an extension installation package
## License
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the [Source EULA](https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt).

View File

@@ -2,7 +2,7 @@
"name": "whoisactive",
"displayName": "whoisactive",
"description": "sp_whoisactive for Azure Data Studio",
"version": "0.1.4",
"version": "0.1.5",
"publisher": "Microsoft",
"preview": true,
"engines": {