diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000000000000000000000000000000000000..e78d7beec665d8d3a0bdaf84dab097241a209c5c
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2024 Sinologie Anki Pack Contributors
+
+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.
\ No newline at end of file
diff --git a/NOTICE b/NOTICE
index 71fbf64b7ce7e35467769890970082e9fa0fd48e..ee623fa83034c20cdd3d0ba4abae238fa611361b 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,16 +1,17 @@
 sinologie-anki-pack
-Copyright (c) 2023–Present Philipp Stadler
+Copyright (c) 2024–Present Sinologie Anki Pack Contributors
 
-You are free to use, share and modify everything in this repository except the
-content/ folder.
+You are free to use, share and modify everything in the repository _except_ the
+content/ folder. For everything else, i.e. the code, see LICENSE.
 
 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 customized to your needs and shared among members of the
-university, not just as an Anki deck but in whatever form your like, but
+content can be customized to your needs and shared privately 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
+Website and code repository:
+https://gitlab.phaidra.org/kartenaale/sinologie-anki-pack
 
 -------------------------------------------------------------------------------
 
diff --git a/README.md b/README.md
index 967697aa48abb11074b0205a09d6c1eed19a9b8c..61cff6630c6cb7abec68623adcf2017fa29fa363 100644
--- a/README.md
+++ b/README.md
@@ -90,4 +90,3 @@ suggestions or even pull requests to make this template better.
 If you want to contribute new words but are not that technical, open an issue
 and post the new words there as an Anki collection or some other format of your
 choice.
-
diff --git a/package.json b/package.json
index ac62ec7929d57b6991287cc3677050e378d9bae9..452fe5d0674f2037b4d7f011c3807d0e04a5eb1c 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
   "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"
   },