Add the License to be included in the themes.

This commit is contained in:
Bauke 2020-04-12 23:07:00 +02:00
parent 9dcc40a162
commit 47635814a3
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
4 changed files with 20 additions and 3 deletions

View File

@ -1,11 +1,12 @@
{
"name": "love",
"description": "A color scheme for you to love. ♡",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"author": "Holllo <helllo@holllo.cc>",
"homepage": "https://love.holllo.cc",
"repository": "https://gitlab.com/holllo/love",
"bugs": "https://gitlab.com/holllo/love/issues",
"theme": "",
"engines": {
"atom": ">=1.0.0 <2.0.0"

View File

@ -102,7 +102,16 @@ ${variant.colors.grays
generateLessUIVariables(variant)
);
// Copy the ReadMe and images.
// Copy the License, ReadMe and images.
await fsp.copyFile(
join(__dirname, '../../License'),
join(syntaxDirectory, 'License')
);
await fsp.copyFile(
join(__dirname, '../../License'),
join(uiDirectory, 'License')
);
await fsp.copyFile(
join(atomDirectory, 'ReadMe.md'),
join(syntaxDirectory, 'ReadMe.md')

7
source/vscode/License Normal file
View File

@ -0,0 +1,7 @@
Copyright 2020 Holllo <helllo@holllo.cc>
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.

View File

@ -1,6 +1,6 @@
{
"name": "love",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"author": "Holllo <helllo@holllo.cc>",
"homepage": "https://love.holllo.cc",