From 0fbe19d268874461939b2b8103b4b1edd905a939 Mon Sep 17 00:00:00 2001 From: Mel Massadian Date: Wed, 9 Feb 2022 02:11:51 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=93=9D=20add=20LICENSE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 +++- LICENSE | 19 +++++++++++++++++++ README.md | 5 ----- package.json | 5 +++-- 4 files changed, 25 insertions(+), 8 deletions(-) create mode 100644 LICENSE diff --git a/CHANGELOG.md b/CHANGELOG.md index c86be48..eb5cd81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log All notable changes to the "vscode-vex" extension will be documented in this file. +## [0.6.0] - 2022-02-05 +- Updated for **H19**. ## [0.5.2] - 2020-11-23 ### Added @@ -24,4 +26,4 @@ All notable changes to the "vscode-vex" extension will be documented in this fil - Initial release - ![](https://raw.githubusercontent.com/melMass/vscode-vex/master/images/basic_snippets.gif) \ No newline at end of file + ![](https://raw.githubusercontent.com/melMass/vscode-vex/master/images/basic_snippets.gif) diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d75b708 --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright 2017-2022 Mel Massadian + +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. \ No newline at end of file diff --git a/README.md b/README.md index aecdf13..cd24e15 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,3 @@ ![](https://raw.githubusercontent.com/melMass/vscode-vex/master/images/basic_snippets.gif) -### License - -© Public Domain. - - diff --git a/package.json b/package.json index e59c9bb..1b60f0d 100644 --- a/package.json +++ b/package.json @@ -46,5 +46,6 @@ "path": "./syntaxes/VEX.tmLanguage" } ] - } -} + }, + "license": "MIT" +} \ No newline at end of file