Skip to content

Commit 29097c7

Browse files
authored
Merge pull request #146 from qutech/license
Change license to LGPLv3
2 parents a4791af + 758999a commit 29097c7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+421
-929
lines changed

LICENSE

Lines changed: 159 additions & 615 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ readme = "README.md"
55
authors = [
66
{name = "JARA Institute for Quantum Information"},
77
]
8-
license = {text = "GPLv3+"}
8+
license = "LGPL-3.0-or-later"
9+
license-files = ["LICENSE"]
910
keywords = ["quantum", "physics", "abstraction", "metadata", "data management"]
1011
classifiers = [
1112
"Programming Language :: Python :: 3",
12-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
1313
"Operating System :: OS Independent",
1414
"Topic :: Scientific/Engineering",
1515
"Intended Audience :: Science/Research",

src/examples/buffered_dummy_example.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
# This file is part of QuMADA.
44
#
55
# QuMADA is free software: you can redistribute it and/or modify it under the
6-
# terms of the GNU General Public License as published by the Free Software
7-
# Foundation, either version 3 of the License, or (at your option) any later
8-
# version.
6+
# terms of the GNU Lesser General Public License as published by the Free Software
7+
# Foundation, either version 3 of the License, or (at your option) any later version.
98
#
109
# QuMADA is distributed in the hope that it will be useful, but WITHOUT ANY
1110
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12-
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
11+
# A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
1312
#
14-
# You should have received a copy of the GNU General Public License along with
15-
# QuMADA. If not, see <https://www.gnu.org/licenses/>.
13+
# You should have received a copy of the GNU Lesser General Public License
14+
# along with QuMADA. If not, see <https://www.gnu.org/licenses/>.
1615
#
1716
# Contributors:
1817
# - Daniel Grothe

src/examples/buffered_dummy_example_compensation.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
# This file is part of QuMADA.
44
#
55
# QuMADA is free software: you can redistribute it and/or modify it under the
6-
# terms of the GNU General Public License as published by the Free Software
7-
# Foundation, either version 3 of the License, or (at your option) any later
8-
# version.
6+
# terms of the GNU Lesser General Public License as published by the Free Software
7+
# Foundation, either version 3 of the License, or (at your option) any later version.
98
#
109
# QuMADA is distributed in the hope that it will be useful, but WITHOUT ANY
1110
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12-
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
11+
# A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
1312
#
14-
# You should have received a copy of the GNU General Public License along with
15-
# QuMADA. If not, see <https://www.gnu.org/licenses/>.
13+
# You should have received a copy of the GNU Lesser General Public License
14+
# along with QuMADA. If not, see <https://www.gnu.org/licenses/>.
1615
#
1716
# Contributors:
1817
# - Daniel Grothe

src/examples/device_object_example.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
# This file is part of QuMADA.
44
#
55
# QuMADA is free software: you can redistribute it and/or modify it under the
6-
# terms of the GNU General Public License as published by the Free Software
7-
# Foundation, either version 3 of the License, or (at your option) any later
8-
# version.
6+
# terms of the GNU Lesser General Public License as published by the Free Software
7+
# Foundation, either version 3 of the License, or (at your option) any later version.
98
#
109
# QuMADA is distributed in the hope that it will be useful, but WITHOUT ANY
1110
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12-
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
11+
# A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
1312
#
14-
# You should have received a copy of the GNU General Public License along with
15-
# QuMADA. If not, see <https://www.gnu.org/licenses/>.
13+
# You should have received a copy of the GNU Lesser General Public License
14+
# along with QuMADA. If not, see <https://www.gnu.org/licenses/>.
1615
#
1716
# Contributors:
1817
# - Till Huckeman

src/qumada/__init__.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
# This file is part of QuMADA.
44
#
55
# QuMADA is free software: you can redistribute it and/or modify it under the
6-
# terms of the GNU General Public License as published by the Free Software
7-
# Foundation, either version 3 of the License, or (at your option) any later
8-
# version.
6+
# terms of the GNU Lesser General Public License as published by the Free Software
7+
# Foundation, either version 3 of the License, or (at your option) any later version.
98
#
109
# QuMADA is distributed in the hope that it will be useful, but WITHOUT ANY
1110
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12-
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
11+
# A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
1312
#
14-
# You should have received a copy of the GNU General Public License along with
15-
# QuMADA. If not, see <https://www.gnu.org/licenses/>.
13+
# You should have received a copy of the GNU Lesser General Public License
14+
# along with QuMADA. If not, see <https://www.gnu.org/licenses/>.
1615
#
1716

1817
import qumada._version

src/qumada/_version.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
# This file is part of QuMADA.
44
#
55
# QuMADA is free software: you can redistribute it and/or modify it under the
6-
# terms of the GNU General Public License as published by the Free Software
7-
# Foundation, either version 3 of the License, or (at your option) any later
8-
# version.
6+
# terms of the GNU Lesser General Public License as published by the Free Software
7+
# Foundation, either version 3 of the License, or (at your option) any later version.
98
#
109
# QuMADA is distributed in the hope that it will be useful, but WITHOUT ANY
1110
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12-
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
11+
# A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
1312
#
14-
# You should have received a copy of the GNU General Public License along with
15-
# QuMADA. If not, see <https://www.gnu.org/licenses/>.
13+
# You should have received a copy of the GNU Lesser General Public License
14+
# along with QuMADA. If not, see <https://www.gnu.org/licenses/>.
1615
#
1716
# Contributors:
1817
# - Daniel Grothe

src/qumada/instrument/__init__.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
# This file is part of QuMADA.
44
#
55
# QuMADA is free software: you can redistribute it and/or modify it under the
6-
# terms of the GNU General Public License as published by the Free Software
7-
# Foundation, either version 3 of the License, or (at your option) any later
8-
# version.
6+
# terms of the GNU Lesser General Public License as published by the Free Software
7+
# Foundation, either version 3 of the License, or (at your option) any later version.
98
#
109
# QuMADA is distributed in the hope that it will be useful, but WITHOUT ANY
1110
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12-
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
11+
# A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
1312
#
14-
# You should have received a copy of the GNU General Public License along with
15-
# QuMADA. If not, see <https://www.gnu.org/licenses/>.
13+
# You should have received a copy of the GNU Lesser General Public License
14+
# along with QuMADA. If not, see <https://www.gnu.org/licenses/>.
1615
#

src/qumada/instrument/buffered_instruments.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
# This file is part of QuMADA.
44
#
55
# QuMADA is free software: you can redistribute it and/or modify it under the
6-
# terms of the GNU General Public License as published by the Free Software
7-
# Foundation, either version 3 of the License, or (at your option) any later
8-
# version.
6+
# terms of the GNU Lesser General Public License as published by the Free Software
7+
# Foundation, either version 3 of the License, or (at your option) any later version.
98
#
109
# QuMADA is distributed in the hope that it will be useful, but WITHOUT ANY
1110
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12-
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
11+
# A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
1312
#
14-
# You should have received a copy of the GNU General Public License along with
15-
# QuMADA. If not, see <https://www.gnu.org/licenses/>.
13+
# You should have received a copy of the GNU Lesser General Public License
14+
# along with QuMADA. If not, see <https://www.gnu.org/licenses/>.
1615
#
1716
# Contributors:
1817
# - Daniel Grothe

src/qumada/instrument/buffers/__init__.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
# This file is part of QuMADA.
44
#
55
# QuMADA is free software: you can redistribute it and/or modify it under the
6-
# terms of the GNU General Public License as published by the Free Software
7-
# Foundation, either version 3 of the License, or (at your option) any later
8-
# version.
6+
# terms of the GNU Lesser General Public License as published by the Free Software
7+
# Foundation, either version 3 of the License, or (at your option) any later version.
98
#
109
# QuMADA is distributed in the hope that it will be useful, but WITHOUT ANY
1110
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12-
# A PARTICULAR PURPOSE. See the GNU General Public License for more details.
11+
# A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
1312
#
14-
# You should have received a copy of the GNU General Public License along with
15-
# QuMADA. If not, see <https://www.gnu.org/licenses/>.
13+
# You should have received a copy of the GNU Lesser General Public License
14+
# along with QuMADA. If not, see <https://www.gnu.org/licenses/>.
1615
#
1716
# Contributors:
1817
# - Daniel Grothe

0 commit comments

Comments
 (0)