Skip to content
Snippets Groups Projects
Commit 4a89eb3f authored by Philipp Stadler's avatar Philipp Stadler
Browse files

chore: remove license

The LICENSE was kind of misleading because it does not apply to the content anyway. It's less confusing if we just leave it out. Rework NOTICE and package.json accordingly.
parent a9a0bdb4
No related branches found
No related tags found
1 merge request!23feat: add changelog generation to Makefile
MIT License
Copyright (c) 2023–Present Philipp Stadler
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.
# part before the npm version in the release directory name
RELEASE_DIR_STEM = sinologie-anki-pack
# files and directories to copy unchanged into the release directory
STATIC_CONTENT := LICENSE NOTICE
STATIC_CONTENT := NOTICE
STATIC_CONTENT_DIR := .
SRC_DIR := src
# any HTML in the root is considered documentation relevant for release
......@@ -106,7 +106,7 @@ $(BUILT_TEMPLATES_DIR): $(YARN_INSTALLED_FILE) $(TEMPLATE_SOURCES)
mv $(RELEASE_DIR)/src/templates $(RELEASE_DIR)
rm -r $(RELEASE_DIR)/src
# copy static content if changed (e.g. LICENSE)
# copy static content if changed (e.g. NOTICE)
.SECONDEXPANSION:
SOURCE_STATIC = $(STATIC_CONTENT_DIR)/$(notdir $@)
$(RELEASED_STATIC_CONTENT): $$(SOURCE_STATIC)
......
sinologie-anki-pack
Copyright (c) 2023–Present Philipp Stadler
You are free to use, share and modify the Anki template and code that is part
of this project, that is, everything except the content/ folder in the
repository. The attached LICENSE applies to everything but the content, and you
are welcome to do whatever you want with that part.
You are free to use, share and modify everything in this repository except the
content/ folder.
Copyrights for everything in the content directory (i.e. vocabulary from
Chinesisch lernen für die Sinologie) belong with the original authors. This
content can be freely shared among members of the university, not just as an
Anki deck but in whatever form your like, but permission is required to share
it with anyone else.
content can be customized to your needs and shared among members of the
university, not just as an Anki deck but in whatever form your like, but
permission from the copyright holders is required to share it with anyone else.
Website: https://gitlab.phaidra.org/kartenaale/sinologie-anki-pack
......
......@@ -4,7 +4,6 @@
"description": "Anki template for learning to write, speak and understand Mandarin Chinese",
"repository": "https://gitlab.phaidra.org/kartenaale/sinologie-anki-pack",
"author": "Philipp Stadler <hello@phstadler.com>",
"license": "MIT",
"dependencies": {
"hanzi-writer": "^3.5.0"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment