From: Sebastien Bourdeauducq Date: Thu, 1 Aug 2013 15:46:46 +0000 (+0200) Subject: setup.py: change license to BSD X-Git-Tag: 24jan2021_ls180~2099^2~490 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1fe6d1633b9e58c3809f9840c10c2cee7655afc;p=litex.git setup.py: change license to BSD --- diff --git a/setup.py b/setup.py index 2649a49e..61121f1a 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( 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=[ @@ -30,7 +30,7 @@ setup( "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", ],