From 237465c2fda41c389bf0211023e5a208ccde1de0 Mon Sep 17 00:00:00 2001 From: Marcin Jastrzebski Date: Mon, 1 Aug 2022 09:52:23 -0700 Subject: [PATCH] Added license to the VS code extension (#7767) --- src/vscode-bicep/LICENSE | 21 +++++++++++++++++++++ src/vscode-bicep/package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 src/vscode-bicep/LICENSE diff --git a/src/vscode-bicep/LICENSE b/src/vscode-bicep/LICENSE new file mode 100644 index 00000000000..9e841e7a26e --- /dev/null +++ b/src/vscode-bicep/LICENSE @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE diff --git a/src/vscode-bicep/package.json b/src/vscode-bicep/package.json index f68c12c015f..ab082fc3813 100644 --- a/src/vscode-bicep/package.json +++ b/src/vscode-bicep/package.json @@ -27,7 +27,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/Azure/bicep.git" + "url": "https://github.com/Azure/bicep" }, "galleryBanner": { "color": "E7F1FA",