Skip to content

Commit fb1db15

Browse files
chore: fix invalid SPDX license expression in __init__.py of rest_framework (#9799)
1 parent 577bb3c commit fb1db15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__title__ = 'Django REST framework'
1111
__version__ = '3.16.1'
1212
__author__ = 'Tom Christie'
13-
__license__ = 'BSD 3-Clause'
13+
__license__ = 'BSD-3-Clause'
1414
__copyright__ = 'Copyright 2011-2023 Encode OSS Ltd'
1515

1616
# Version synonym

0 commit comments

Comments
 (0)