mirror of https://github.com/m-labs/artiq.git
change license to GPL in scripts
This commit is contained in:
parent
30842a7174
commit
fd910faa38
|
@ -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'
|
||||||
|
|
|
@ -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'
|
||||||
|
|
|
@ -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'
|
||||||
|
|
|
@ -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.'
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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=[
|
||||||
|
|
Loading…
Reference in New Issue