From 457365537caddaa2d862ec07598198ed84e3180d Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Mon, 1 May 2023 13:51:51 -0700 Subject: [PATCH] Add License section to extension READMEs (#22912) * Add License section to extension READMEs * vbump --- extensions/server-report/README.md | 6 ++++++ samples/sp_whoIsActive/README.md | 6 ++++++ samples/sp_whoIsActive/package.json | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/extensions/server-report/README.md b/extensions/server-report/README.md index 7f0f6e02db..bc4bbb84c2 100644 --- a/extensions/server-report/README.md +++ b/extensions/server-report/README.md @@ -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). diff --git a/samples/sp_whoIsActive/README.md b/samples/sp_whoIsActive/README.md index 0a10da56a6..aceb4f5544 100644 --- a/samples/sp_whoIsActive/README.md +++ b/samples/sp_whoIsActive/README.md @@ -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). diff --git a/samples/sp_whoIsActive/package.json b/samples/sp_whoIsActive/package.json index 4dfbbdf946..fa2f1334f3 100644 --- a/samples/sp_whoIsActive/package.json +++ b/samples/sp_whoIsActive/package.json @@ -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": {