forked from M-Labs/artiq
setup.py etc: update license
This commit is contained in:
parent
377c776ec8
commit
5c66b63768
|
@ -51,7 +51,7 @@ Copyright and Sign-Off
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
Authors retain copyright of their contributions to ARTIQ, but whenever possible
|
Authors retain copyright of their contributions to ARTIQ, but whenever possible
|
||||||
should use the GNU GPL version 3 license for them to be merged.
|
should use the GNU LGPL version 3 license for them to be merged.
|
||||||
|
|
||||||
Works of US government employees are not copyrighted but can also be merged.
|
Works of US government employees are not copyrighted but can also be merged.
|
||||||
|
|
||||||
|
|
|
@ -46,5 +46,5 @@ requirements:
|
||||||
|
|
||||||
about:
|
about:
|
||||||
home: https://m-labs.hk/artiq
|
home: https://m-labs.hk/artiq
|
||||||
license: GPL
|
license: LGPL
|
||||||
summary: 'ARTIQ development metapackage'
|
summary: 'ARTIQ development metapackage'
|
||||||
|
|
|
@ -19,5 +19,5 @@ requirements:
|
||||||
|
|
||||||
about:
|
about:
|
||||||
home: https://m-labs.hk/artiq
|
home: https://m-labs.hk/artiq
|
||||||
license: GPL
|
license: LGPL
|
||||||
summary: 'Bitstream, BIOS and runtime for NIST_CLOCK on the KC705 board'
|
summary: 'Bitstream, BIOS and runtime for NIST_CLOCK on the KC705 board'
|
||||||
|
|
|
@ -19,5 +19,5 @@ requirements:
|
||||||
|
|
||||||
about:
|
about:
|
||||||
home: https://m-labs.hk/artiq
|
home: https://m-labs.hk/artiq
|
||||||
license: GPL
|
license: LGPL
|
||||||
summary: 'Bitstream, BIOS and runtime for NIST_QC2 on the KC705 board'
|
summary: 'Bitstream, BIOS and runtime for NIST_QC2 on the KC705 board'
|
||||||
|
|
|
@ -19,5 +19,5 @@ requirements:
|
||||||
|
|
||||||
about:
|
about:
|
||||||
home: https://m-labs.hk/artiq
|
home: https://m-labs.hk/artiq
|
||||||
license: GPL
|
license: LGPL
|
||||||
summary: 'Bitstream, BIOS and runtime for Phaser on the KC705 board'
|
summary: 'Bitstream, BIOS and runtime for Phaser on the KC705 board'
|
||||||
|
|
|
@ -51,5 +51,5 @@ test:
|
||||||
|
|
||||||
about:
|
about:
|
||||||
home: https://m-labs.hk/artiq
|
home: https://m-labs.hk/artiq
|
||||||
license: GPL
|
license: LGPL
|
||||||
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.'
|
||||||
|
|
|
@ -30,4 +30,4 @@ Website: https://m-labs.hk/artiq
|
||||||
|
|
||||||
`Cite ARTIQ <http://dx.doi.org/10.5281/zenodo.51303>`_ as ``Bourdeauducq, Sébastien et al. (2016). ARTIQ 1.0. Zenodo. 10.5281/zenodo.51303``.
|
`Cite ARTIQ <http://dx.doi.org/10.5281/zenodo.51303>`_ as ``Bourdeauducq, Sébastien et al. (2016). ARTIQ 1.0. Zenodo. 10.5281/zenodo.51303``.
|
||||||
|
|
||||||
Copyright (C) 2014-2017 M-Labs Limited. Licensed under GNU GPL version 3.
|
Copyright (C) 2014-2017 M-Labs Limited. Licensed under GNU LGPL version 3+.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -58,7 +58,7 @@ setup(
|
||||||
url="https://m-labs.hk/artiq",
|
url="https://m-labs.hk/artiq",
|
||||||
description="Advanced Real-Time Infrastructure for Quantum physics",
|
description="Advanced Real-Time Infrastructure for Quantum physics",
|
||||||
long_description=open("README.rst", encoding="utf-8").read(),
|
long_description=open("README.rst", encoding="utf-8").read(),
|
||||||
license="GPLv3+",
|
license="LGPLv3+",
|
||||||
classifiers="""\
|
classifiers="""\
|
||||||
Development Status :: 5 - Production/Stable
|
Development Status :: 5 - Production/Stable
|
||||||
Environment :: Console
|
Environment :: Console
|
||||||
|
|
Loading…
Reference in New Issue