mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-22 19:54:50 +03:00
chore: fix invalid SPDX license expression in __init__.py of rest_framework
This commit is contained in:
parent
577bb3c819
commit
520f3a63c9
|
@ -10,7 +10,7 @@ ______ _____ _____ _____ __
|
|||
__title__ = 'Django REST framework'
|
||||
__version__ = '3.16.1'
|
||||
__author__ = 'Tom Christie'
|
||||
__license__ = 'BSD 3-Clause'
|
||||
__license__ = 'BSD-3-Clause'
|
||||
__copyright__ = 'Copyright 2011-2023 Encode OSS Ltd'
|
||||
|
||||
# Version synonym
|
||||
|
|
Loading…
Reference in New Issue
Block a user