Skip to content

Commit 0b358e8

Browse files
committed
updated copy right
1 parent b41cbbd commit 0b358e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

django_celery_results/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Celery result backends for Django."""
22
# :copyright: (c) 2016, Ask Solem.
3+
# :copyright: (c) 2017-2033, Asif Saif Uddin.
34
# All rights reserved.
45
# :license: BSD (3 Clause), see LICENSE for more details.
56

@@ -10,7 +11,7 @@
1011

1112
__version__ = '2.5.0'
1213
__author__ = 'Asif Saif Uddin, Ask Solem'
13-
__contact__ = 'auvipy@gmai.com, [email protected]'
14+
__contact__ = 'auvipy@gmail.com'
1415
__homepage__ = 'https://github.com/celery/django-celery-results'
1516
__docformat__ = 'restructuredtext'
1617

0 commit comments

Comments
 (0)