Skip to content

Commit e4c2e72

Browse files
committedJan 25, 2022
Fix license
Thanks to @johnLate for spotting this inconsistency.
1 parent 3fc2d8f commit e4c2e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎barpyrus/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = "Thorsten Wißmann"
66
__copyright__ = "Copyright 2016 Thorsten Wißmann"
7-
__license__ = "GPL"
7+
__license__ = "Simplified BSD"
88
__maintainer__ = __author__
99
__email__ = "edu@thorsten-wissmann.de"
1010
__version_info__ = (0, 1, 0)

0 commit comments

Comments
 (0)
Please sign in to comment.