projects
/
nmutil.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c25311
)
whoops misclassified in setup.py as GPLv3+, it is actually LGPLv3+
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 4 Dec 2020 13:35:53 +0000
(13:35 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 4 Dec 2020 13:35:53 +0000
(13:35 +0000)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index ff6096b882e40ecbf02069ede2ac0e1c6a1a18fc..991ff195466657fc5c3bd44dc6f14bcefe0c13a4 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-29,7
+29,7
@@
setup(
author='Luke Kenneth Casson Leighton',
author_email='lkcl@libre-riscv.org',
url='http://git.libre-riscv.org/?p=nmutil',
- license='GPLv3+',
+ license='
L
GPLv3+',
packages=find_packages('src'),
package_dir = {'': 'src'},
include_package_data=True,