From 3cbfa1a0a08078a6ec4dfc0e7ec67bfb9d02aeb0 Mon Sep 17 00:00:00 2001 From: Jacob Rief Date: Thu, 27 Jun 2024 09:20:31 +0200 Subject: [PATCH] Add link to Django license --- LICENSE | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index a2dbe99..4de4aa5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Jacob Rief +Copyright (c) 2024 Jacob Rief Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -19,3 +19,11 @@ 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. + + +Exception: + +The distribution package contains two template files from Django itself which +are patched during build time. These files are licensed under Django's own +licensing terms. Please check https://github.com/django/django/blob/main/LICENSE +for details.