Skip to content

Commit

Permalink
Add link to Django license
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief authored Jun 27, 2024
1 parent 79bd694 commit 3cbfa1a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

0 comments on commit 3cbfa1a

Please sign in to comment.