Skip to content

Commit

Permalink
📦 NEW: License (#128)
Browse files Browse the repository at this point in the history
* 📦 NEW: License

* 📖 DOC: Condition

* 👌 IMPROVE: Reorder
  • Loading branch information
ahmadawais authored Oct 21, 2022
1 parent c5d021b commit f7c9f91
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 70 deletions.
25 changes: 25 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
MIT License Copyright (c) 2015-∞ Ahmad Awais

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
(including the next paragraph) 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.

## With condition

Any thing you build with this should also be MIT licensed.
141 changes: 71 additions & 70 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,72 +1,73 @@
{
"name": "shades-of-purple",
"displayName": "Shades of Purple",
"description": "🦄 A professional theme suite with hand-picked & bold shades of purple for your VS Code editor and terminal apps. One of the excellent, most downloaded, and top-rated VSCode Themes on the marketplace. Part of VSCode.pro course.",
"version": "6.14.0",
"publisher": "ahmadawais",
"engines": {
"vscode": "^1.15.0"
},
"icon": "images/icon/logo.png",
"repository": {
"type": "git",
"url": "https://github.com/ahmadawais/shades-of-purple-vscode"
},
"galleryBanner": {
"color": "#222145",
"theme": "dark"
},
"categories": [
"Themes"
],
"keywords": [
"Shades of Purple",
"Dark Theme",
"VSCode Power User",
"Shade of Purple",
"Cobalt"
],
"contributes": {
"themes": [
{
"label": "Shades of Purple",
"uiTheme": "vs-dark",
"path": "./themes/shades-of-purple-color-theme.json"
},
{
"label": "Shades of Purple (Dark) · BETA",
"uiTheme": "vs-dark",
"path": "./themes/shades-of-purple-color-theme-dark.json"
}
]
},
"devDependencies": {
"nodemon": "^2.0.20"
},
"files": [
".vscodeignore",
"themes/shades-of-purple-color-theme.json",
"themes",
"themes/*",
"images/icon/logo.png",
"package.json",
"readme.md",
"code-of-conduct.md",
"changelog.md"
],
"badges": [
{
"url": "https://img.shields.io/badge/SUPPORT%20THIS%20PROJECT-Become%20a%20VSCode%20Power%20User%20%E2%86%92-gray.svg?colorA=131217&colorB=5734F5&style=flat",
"href": "https://VSCode.pro/?utm_source=EmojiLogVSCode",
"description": "Support this project!"
}
],
"scripts": {
"start": "nodemon --exec vsce package"
},
"__metadata": {
"id": "431aa1a8-74f4-43d5-a83b-f4960510da5f",
"publisherDisplayName": "Ahmad Awais ⚡",
"publisherId": "530c7464-efca-4776-9142-c6f0aeb4084e"
}
"name": "shades-of-purple",
"displayName": "Shades of Purple",
"description": "🦄 A professional theme suite with hand-picked & bold shades of purple for your VS Code editor and terminal apps. One of the excellent, most downloaded, and top-rated VSCode Themes on the marketplace. Part of VSCode.pro course.",
"version": "6.14.0",
"publisher": "ahmadawais",
"engines": {
"vscode": "^1.15.0"
},
"icon": "images/icon/logo.png",
"repository": {
"type": "git",
"url": "https://github.com/ahmadawais/shades-of-purple-vscode"
},
"galleryBanner": {
"color": "#222145",
"theme": "dark"
},
"categories": [
"Themes"
],
"keywords": [
"Shades of Purple",
"Dark Theme",
"VSCode Power User",
"Shade of Purple",
"Cobalt"
],
"contributes": {
"themes": [
{
"label": "Shades of Purple",
"uiTheme": "vs-dark",
"path": "./themes/shades-of-purple-color-theme.json"
},
{
"label": "Shades of Purple (Dark) · BETA",
"uiTheme": "vs-dark",
"path": "./themes/shades-of-purple-color-theme-dark.json"
}
]
},
"devDependencies": {
"nodemon": "^2.0.20"
},
"files": [
".vscodeignore",
"themes/shades-of-purple-color-theme.json",
"themes",
"themes/*",
"images/icon/logo.png",
"package.json",
"readme.md",
"code-of-conduct.md",
"changelog.md"
],
"badges": [
{
"url": "https://img.shields.io/badge/SUPPORT%20THIS%20PROJECT-Become%20a%20VSCode%20Power%20User%20%E2%86%92-gray.svg?colorA=131217&colorB=5734F5&style=flat",
"href": "https://VSCode.pro/?utm_source=EmojiLogVSCode",
"description": "Support this project!"
}
],
"scripts": {
"start": "nodemon --exec vsce package"
},
"license": "MIT",
"__metadata": {
"id": "431aa1a8-74f4-43d5-a83b-f4960510da5f",
"publisherDisplayName": "Ahmad Awais ⚡",
"publisherId": "530c7464-efca-4776-9142-c6f0aeb4084e"
}
}

0 comments on commit f7c9f91

Please sign in to comment.