Skip to content

Commit 038b455

Browse files
Add license
1 parent 6c68d9a commit 038b455

File tree

2 files changed

+4
-25
lines changed

2 files changed

+4
-25
lines changed

README.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -45,26 +45,4 @@ To use these commands, press ⌘+p and enter any of the commands above while tex
4545

4646
![String Manipulation Screencast](images/demo.gif)
4747

48-
## License
49-
50-
The MIT License (MIT)
51-
52-
Copyright (c) 2016 Marc Lipovsky
53-
54-
Permission is hereby granted, free of charge, to any person obtaining a copy
55-
of this software and associated documentation files (the "Software"), to deal
56-
in the Software without restriction, including without limitation the rights
57-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
58-
copies of the Software, and to permit persons to whom the Software is
59-
furnished to do so, subject to the following conditions:
60-
61-
The above copyright notice and this permission notice shall be included in all
62-
copies or substantial portions of the Software.
63-
64-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
65-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
66-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
67-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
68-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
69-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
70-
SOFTWARE.
48+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"name": "string-manipulation",
33
"displayName": "String Manipulation",
44
"description": "Format strings to camelize, dasherize, etc.",
5-
"version": "0.5.10",
5+
"version": "0.5.11",
66
"publisher": "marclipovsky",
77
"repository": "https://github.com/marclipovsky/vscode-string-manipulation",
8-
"engines": {
8+
"license": "MIT",
9+
"engines": {
910
"vscode": "^1.54.0"
1011
},
1112
"icon": "icon.png",

0 commit comments

Comments
 (0)