Added License

This commit is contained in:
2026-02-23 21:11:37 +03:00
parent b81c05b98e
commit 171332f38f
2 changed files with 19 additions and 1 deletions

16
LICENSE Normal file
View File

@@ -0,0 +1,16 @@
LICENSE for Syetmatic Love Theme
Copyright (c) 2026 lol.mam
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
You are free to:
- Share: Copy and redistribute the material in any medium or format
- Adapt: Remix, transform, and build upon the material
Under the following terms:
- Attribution: You must give appropriate credit, provide a link to the license, and indicate if changes were made.
- NonCommercial: You may not use the material for commercial purposes.
- ShareAlike: If you remix, transform, or build upon the material, you must distribute your contributions under the same license.
This summary does not replace the full license. See the full terms here: https://creativecommons.org/licenses/by-nc-sa/4.0/

View File

@@ -2,6 +2,8 @@
"name": "systematic-love", "name": "systematic-love",
"displayName": "Systematic Love", "displayName": "Systematic Love",
"author": "lol.mam", "author": "lol.mam",
"publisher": "lolmam",
"license": "CC-BY-NC-SA-4.0",
"description": "Hatsune Miku Systematic Love theme for Visual Studio Code", "description": "Hatsune Miku Systematic Love theme for Visual Studio Code",
"repository": { "repository": {
@@ -16,7 +18,7 @@
"icon": "icon.png", "icon": "icon.png",
"version": "1.0.1", "version": "1.1.0",
"engines": { "engines": {
"vscode": "^1.106.1" "vscode": "^1.106.1"
}, },