From f7c9f917acd862596706f15126f19e023de2397a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmad=20Awais=20=E2=9A=A1=EF=B8=8F?= Date: Thu, 20 Oct 2022 20:42:44 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20License=20(#128)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ๐Ÿ“ฆ NEW: License * ๐Ÿ“– DOC: Condition * ๐Ÿ‘Œ IMPROVE: Reorder --- LICENSE | 25 +++++++++ package.json | 141 ++++++++++++++++++++++++++------------------------- 2 files changed, 96 insertions(+), 70 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..96ce18a --- /dev/null +++ b/LICENSE @@ -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. diff --git a/package.json b/package.json index 1072af2..267c93a 100644 --- a/package.json +++ b/package.json @@ -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" + } }