summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authoreli.bendersky <devnull@localhost>2011-04-29 09:00:43 +0300
committereli.bendersky <devnull@localhost>2011-04-29 09:00:43 +0300
commit84a6a6384df8a3510b022f7302456c56dc7de468 (patch)
tree6f89abc4d6783ec631655b454441d600192a9f76 /setup.py
parent13d6ca8534d4bd65c536eadc647a30432dee2a88 (diff)
downloadpycparser-84a6a6384df8a3510b022f7302456c56dc7de468.tar.gz
changed license notices to BSD in all files
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ae36646..c92a015 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(
C compilers or analysis tools.
""",
install_requires=['ply'],
- license='LGPL',
+ license='BSD',
version='2.03',
author='Eli Bendersky',
maintainer='Eli Bendersky',