Skip to content

Commit 8d2a67a

Browse files
committed
Update license and copyright info
The license in the project settings (`pyproject.toml`) and the copyright information in the documentation settings (`mkdocs.yml`) have been updated to 'CC BY-NC-SA'. The changes reflect a more accurate licensure for the current state and purposes of the project.
1 parent 9970d78 commit 8d2a67a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ markdown_extensions:
6464

6565

6666
copyright: |
67-
(CC BY) 2024 <a href="https://github.com/lipemorais/" target="_blank" rel="noopener">Felipe de Morais</a>
67+
(CC BY-NC-SA) 2024 <a href="https://github.com/lipemorais/" target="_blank" rel="noopener">Felipe de Morais</a>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "building-your-first-api-with-django-and-django-rest-framework"
33
version = "0.1.0"
44
description = "Tutorial for you to learn how to create a API using Django and Django Rest Framework"
55
authors = ["FeliPython <[email protected]>"]
6-
license = "GPL"
6+
license = "CC BY-NC-SA"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)