change license to GPL in scripts

This commit is contained in:
Sebastien Bourdeauducq 2015-10-23 09:09:45 +08:00
parent 30842a7174
commit fd910faa38
5 changed files with 5 additions and 5 deletions

View File

@ -23,5 +23,5 @@ requirements:
about: about:
home: http://m-labs.hk/artiq home: http://m-labs.hk/artiq
license: 3-clause BSD license: GPL
summary: 'Bitstream, BIOS and runtime for NIST_QC1 on the KC705 board' summary: 'Bitstream, BIOS and runtime for NIST_QC1 on the KC705 board'

View File

@ -23,5 +23,5 @@ requirements:
about: about:
home: http://m-labs.hk/artiq home: http://m-labs.hk/artiq
license: 3-clause BSD license: GPL
summary: 'Bitstream, BIOS and runtime for NIST_QC2 on the KC705 board' summary: 'Bitstream, BIOS and runtime for NIST_QC2 on the KC705 board'

View File

@ -23,5 +23,5 @@ requirements:
about: about:
home: http://m-labs.hk/artiq home: http://m-labs.hk/artiq
license: 3-clause BSD license: GPL
summary: 'Bitstream, BIOS and runtime for NIST_QC1 on the Pipistrello board' summary: 'Bitstream, BIOS and runtime for NIST_QC1 on the Pipistrello board'

View File

@ -62,5 +62,5 @@ test:
about: about:
home: http://m-labs.hk/artiq home: http://m-labs.hk/artiq
license: 3-clause BSD license: GPL
summary: 'ARTIQ (Advanced Real-Time Infrastructure for Quantum physics) is a next-generation control system for quantum information experiments. It is being developed in partnership with the Ion Storage Group at NIST, and its applicability reaches beyond ion trapping.' summary: 'ARTIQ (Advanced Real-Time Infrastructure for Quantum physics) is a next-generation control system for quantum information experiments. It is being developed in partnership with the Ion Storage Group at NIST, and its applicability reaches beyond ion trapping.'

View File

@ -56,7 +56,7 @@ setup(
url="http://m-labs.hk/artiq", url="http://m-labs.hk/artiq",
description="A control system for trapped-ion experiments", description="A control system for trapped-ion experiments",
long_description=open("README.rst").read(), long_description=open("README.rst").read(),
license="BSD", license="GPL",
install_requires=requirements, install_requires=requirements,
extras_require={}, extras_require={},
dependency_links=[ dependency_links=[