Skip to content

Commit 00561cf

Browse files
committed
chore: add GitGuardian Copyright
1 parent db8e02a commit 00561cf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
identification within third-party archives.
188188

189189
Copyright 2019 3YOURMIND GmbH
190+
Copyright 2024 GitGuardian
190191

191192
Licensed under the Apache License, Version 2.0 (the "License");
192193
you may not use this file except in compliance with the License.

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2019 3YOURMIND GmbH
2+
# Copyright 2024 GitGuardian
23

34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.
@@ -32,8 +33,8 @@
3233
version=VERSION,
3334
description="This package is an extension to djangos makemigrations.py. It can be used to get rid of old migrations as an alternative to djangos squashmigration command.",
3435
long_description=long_description,
35-
url="https://github.com/3YOURMIND/django-replace-migrations",
36-
author="3YOURMIND GmbH",
36+
url="https://github.com/GitGuardian/django-replace-migrations",
37+
author="GitGuardian",
3738
license="Apache License 2.0",
3839
packages=find_packages(exclude=["tests/"]),
3940
install_requires=["django>=2.1"],

0 commit comments

Comments
 (0)