Skip to content

Commit 21347ea

Browse files
committed
Set Namespace OÜ as the copyright holder
1 parent 77b741b commit 21347ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright (c) Namespace OÜ, Demur Nodia
3+
Copyright (c) Namespace OÜ
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the
@@ -19,4 +19,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1919
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2020
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2121
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def get_version(*file_paths):
5050
description="""Extension for Django Rest Framework to enable simple sideloading""",
5151
long_description=readme + "\n\n" + history,
5252
long_description_content_type="text/markdown",
53-
author="Demur Nodia",
54-
author_email="demur@namespace.ee",
53+
author="Namespace OÜ",
54+
author_email="info@namespace.ee",
5555
url="https://github.com/namespace-ee/drf-sideloading",
5656
packages=["drf_sideloading"],
5757
include_package_data=True,

0 commit comments

Comments
 (0)