Skip to content

Commit

Permalink
setup.py: change license to BSD
Browse files Browse the repository at this point in the history
Sebastien Bourdeauducq committed Aug 1, 2013
1 parent 17002fb commit c1fe6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -22,15 +22,15 @@
url="http://www.milkymist.org",
download_url="https://github.com/milkymist/migen",
packages=find_packages(here),
license="GPL",
license="BSD",
platforms=["Any"],
keywords="HDL ASIC FPGA hardware design",
classifiers=[
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
"Environment :: Console",
"Development Status :: Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License (GPL)",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
],

0 comments on commit c1fe6d1

Please sign in to comment.