From 937cd16cb5b12b9a80e4918f6f23c6ffbc385e97 Mon Sep 17 00:00:00 2001 From: Bastian Leykauf Date: Wed, 14 Aug 2024 15:23:46 +0200 Subject: [PATCH] simplify copyright statements --- gateware/bit2bin.py | 4 ++-- gateware/fpga_image_helper.py | 5 ++--- gateware/hw_platform.py | 6 ++---- gateware/linien_module.py | 7 ++----- gateware/logic/autolock.py | 5 ++--- gateware/logic/autolock_utils.py | 5 ++--- gateware/logic/chains.py | 6 ++---- gateware/logic/cordic.py | 6 ++---- gateware/logic/decimation.py | 5 ++--- gateware/logic/delta_sigma.py | 6 ++---- gateware/logic/filter.py | 6 ++---- gateware/logic/iir.py | 6 ++---- gateware/logic/limit.py | 6 ++---- gateware/logic/modulate.py | 6 ++---- gateware/logic/pid.py | 5 ++--- gateware/logic/sweep.py | 6 ++---- gateware/lowlevel/analog.py | 6 ++---- gateware/lowlevel/crg.py | 6 ++---- gateware/lowlevel/dna.py | 6 ++---- gateware/lowlevel/gpio.py | 6 ++---- gateware/lowlevel/pitaya_ps.py | 6 ++---- gateware/lowlevel/scopegen.py | 5 ++--- gateware/lowlevel/xadc.py | 6 ++---- linien-client/linien_client/__init__.py | 17 +++++++++++++++++ linien-client/linien_client/connection.py | 5 ++--- linien-client/linien_client/deploy.py | 5 ++--- linien-client/linien_client/device.py | 4 ++-- linien-client/linien_client/exceptions.py | 5 ++--- .../linien_client/remote_parameters.py | 5 ++--- linien-common/linien_common/common.py | 4 ++-- linien-common/linien_common/communication.py | 4 ++-- linien-common/linien_common/config.py | 5 ++--- linien-common/linien_common/influxdb.py | 4 ++-- linien-gui/linien_gui/__init__.py | 17 +++++++++++++++++ linien-gui/linien_gui/app.py | 4 ++-- linien-gui/linien_gui/config.py | 6 ++---- linien-gui/linien_gui/dialogs.py | 4 ++-- linien-gui/linien_gui/threads.py | 5 ++--- linien-gui/linien_gui/ui/device_manager.py | 5 ++--- linien-gui/linien_gui/ui/general_panel.py | 6 ++---- linien-gui/linien_gui/ui/lock_status_panel.py | 5 ++--- linien-gui/linien_gui/ui/locking_panel.py | 5 ++--- linien-gui/linien_gui/ui/logging_panel.py | 4 ++-- linien-gui/linien_gui/ui/main_window.py | 5 ++--- .../linien_gui/ui/modulation_sweep_panel.py | 5 ++--- linien-gui/linien_gui/ui/new_device_dialog.py | 4 ++-- linien-gui/linien_gui/ui/optimization_panel.py | 5 ++--- linien-gui/linien_gui/ui/plot_widget.py | 5 ++--- linien-gui/linien_gui/ui/psd_plot_widget.py | 5 ++--- linien-gui/linien_gui/ui/psd_table_widget.py | 5 ++--- linien-gui/linien_gui/ui/psd_window.py | 5 ++--- linien-gui/linien_gui/ui/right_panel.py | 5 ++--- linien-gui/linien_gui/ui/spectroscopy_panel.py | 5 ++--- linien-gui/linien_gui/ui/spin_box.py | 4 ++-- linien-gui/linien_gui/ui/sweep_control.py | 4 ++-- linien-gui/linien_gui/ui/version_checker.py | 5 ++--- linien-gui/linien_gui/ui/view_panel.py | 5 ++--- linien-gui/linien_gui/utils.py | 5 ++--- linien-server/linien_server/__init__.py | 17 +++++++++++++++++ linien-server/linien_server/acquisition.py | 5 ++--- .../autolock/algorithm_selection.py | 4 ++-- .../linien_server/autolock/autolock.py | 5 ++--- linien-server/linien_server/autolock/robust.py | 5 ++--- linien-server/linien_server/autolock/simple.py | 5 ++--- linien-server/linien_server/autolock/utils.py | 5 ++--- linien-server/linien_server/cli.py | 5 ++--- linien-server/linien_server/csr.py | 6 ++---- linien-server/linien_server/iir_coeffs.py | 6 ++---- linien-server/linien_server/influxdb.py | 4 ++-- linien-server/linien_server/mdio_tool.py | 4 ++-- linien-server/linien_server/noise_analysis.py | 5 ++--- .../linien_server/optimization/approach_line.py | 5 ++--- .../linien_server/optimization/engine.py | 5 ++--- .../linien_server/optimization/general.py | 5 ++--- .../linien_server/optimization/optimization.py | 5 ++--- .../linien_server/optimization/utils.py | 5 ++--- linien-server/linien_server/parameters.py | 6 ++---- linien-server/linien_server/registers.py | 6 ++---- linien-server/linien_server/server.py | 5 ++--- tests/test_algorithm_selection.py | 5 ++--- tests/test_approacher.py | 5 ++--- tests/test_common.py | 5 ++--- tests/test_delta_sigma.py | 5 ++--- tests/test_limit.py | 5 ++--- tests/test_modulate.py | 5 ++--- tests/test_optimizer_engines.py | 5 ++--- tests/test_optimizer_utils.py | 5 ++--- tests/test_pid.py | 5 ++--- tests/test_pid_transfer.py | 5 ++--- tests/test_robust_autolock.py | 5 ++--- tests/test_simple_autolock_cpu.py | 5 ++--- tests/test_simple_autolock_fpga.py | 5 ++--- tests/test_sweep.py | 5 ++--- 93 files changed, 231 insertions(+), 279 deletions(-) diff --git a/gateware/bit2bin.py b/gateware/bit2bin.py index 5c81cdc7..820ecf51 100644 --- a/gateware/bit2bin.py +++ b/gateware/bit2bin.py @@ -1,7 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/fpga_image_helper.py b/gateware/fpga_image_helper.py index e08aefc0..c3e20e70 100644 --- a/gateware/fpga_image_helper.py +++ b/gateware/fpga_image_helper.py @@ -1,8 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# Copyright 2018-2022 Benjamin Wiegand -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/hw_platform.py b/gateware/hw_platform.py index ca8f2579..0fcd12da 100644 --- a/gateware/hw_platform.py +++ b/gateware/hw_platform.py @@ -1,9 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/linien_module.py b/gateware/linien_module.py index 16ca186c..5ea11bf1 100644 --- a/gateware/linien_module.py +++ b/gateware/linien_module.py @@ -1,10 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2023 Bastian Leykauf -# Copyright 2022 Christian Freier -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/logic/autolock.py b/gateware/logic/autolock.py index cc537316..907fb203 100644 --- a/gateware/logic/autolock.py +++ b/gateware/logic/autolock.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/logic/autolock_utils.py b/gateware/logic/autolock_utils.py index a52e58aa..a9a8d055 100644 --- a/gateware/logic/autolock_utils.py +++ b/gateware/logic/autolock_utils.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/logic/chains.py b/gateware/logic/chains.py index a8908498..be60af23 100644 --- a/gateware/logic/chains.py +++ b/gateware/logic/chains.py @@ -1,9 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/logic/cordic.py b/gateware/logic/cordic.py index 659b59aa..c85ca9f8 100644 --- a/gateware/logic/cordic.py +++ b/gateware/logic/cordic.py @@ -1,9 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/logic/decimation.py b/gateware/logic/decimation.py index c2ecc888..296f6488 100644 --- a/gateware/logic/decimation.py +++ b/gateware/logic/decimation.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/logic/delta_sigma.py b/gateware/logic/delta_sigma.py index 23aec60d..ca3ef00a 100644 --- a/gateware/logic/delta_sigma.py +++ b/gateware/logic/delta_sigma.py @@ -1,9 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/logic/filter.py b/gateware/logic/filter.py index 62a0dcdb..90b06c4c 100644 --- a/gateware/logic/filter.py +++ b/gateware/logic/filter.py @@ -1,9 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/logic/iir.py b/gateware/logic/iir.py index 1aa5de7a..02679f0d 100644 --- a/gateware/logic/iir.py +++ b/gateware/logic/iir.py @@ -1,9 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/logic/limit.py b/gateware/logic/limit.py index e3c0315d..eac9bd8b 100644 --- a/gateware/logic/limit.py +++ b/gateware/logic/limit.py @@ -1,9 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/logic/modulate.py b/gateware/logic/modulate.py index c7503060..e0d59f88 100644 --- a/gateware/logic/modulate.py +++ b/gateware/logic/modulate.py @@ -1,9 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/logic/pid.py b/gateware/logic/pid.py index 4320f94e..52934a84 100644 --- a/gateware/logic/pid.py +++ b/gateware/logic/pid.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/logic/sweep.py b/gateware/logic/sweep.py index fd0b75d1..ad7d4309 100644 --- a/gateware/logic/sweep.py +++ b/gateware/logic/sweep.py @@ -1,9 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/lowlevel/analog.py b/gateware/lowlevel/analog.py index b4e36171..cc607563 100644 --- a/gateware/lowlevel/analog.py +++ b/gateware/lowlevel/analog.py @@ -1,9 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/lowlevel/crg.py b/gateware/lowlevel/crg.py index 905b7520..ae9bafb9 100644 --- a/gateware/lowlevel/crg.py +++ b/gateware/lowlevel/crg.py @@ -1,9 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/lowlevel/dna.py b/gateware/lowlevel/dna.py index a74aa423..aff4c68f 100644 --- a/gateware/lowlevel/dna.py +++ b/gateware/lowlevel/dna.py @@ -1,9 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/lowlevel/gpio.py b/gateware/lowlevel/gpio.py index 3d38859d..de8ca793 100644 --- a/gateware/lowlevel/gpio.py +++ b/gateware/lowlevel/gpio.py @@ -1,9 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/lowlevel/pitaya_ps.py b/gateware/lowlevel/pitaya_ps.py index a6508f5b..984fe242 100644 --- a/gateware/lowlevel/pitaya_ps.py +++ b/gateware/lowlevel/pitaya_ps.py @@ -1,9 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/lowlevel/scopegen.py b/gateware/lowlevel/scopegen.py index d4a0c44a..b62fda6f 100644 --- a/gateware/lowlevel/scopegen.py +++ b/gateware/lowlevel/scopegen.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/gateware/lowlevel/xadc.py b/gateware/lowlevel/xadc.py index 352aa86b..de06d319 100644 --- a/gateware/lowlevel/xadc.py +++ b/gateware/lowlevel/xadc.py @@ -1,9 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-client/linien_client/__init__.py b/linien-client/linien_client/__init__.py index 3721fe42..022cad8b 100644 --- a/linien-client/linien_client/__init__.py +++ b/linien-client/linien_client/__init__.py @@ -1,3 +1,20 @@ +# This file is part of Linien and based on redpid. +# +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# +# Linien is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Linien is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Linien. If not, see . + import importlib.metadata import logging from logging.handlers import RotatingFileHandler diff --git a/linien-client/linien_client/connection.py b/linien-client/linien_client/connection.py index 3fa07b17..c6de5780 100644 --- a/linien-client/linien_client/connection.py +++ b/linien-client/linien_client/connection.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2023 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-client/linien_client/deploy.py b/linien-client/linien_client/deploy.py index d028b52b..df6683fe 100644 --- a/linien-client/linien_client/deploy.py +++ b/linien-client/linien_client/deploy.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2023 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-client/linien_client/device.py b/linien-client/linien_client/device.py index 559933a1..ae9ee374 100644 --- a/linien-client/linien_client/device.py +++ b/linien-client/linien_client/device.py @@ -1,7 +1,7 @@ -# Copyright 2023 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-client/linien_client/exceptions.py b/linien-client/linien_client/exceptions.py index 7ecb3c00..dd96628e 100644 --- a/linien-client/linien_client/exceptions.py +++ b/linien-client/linien_client/exceptions.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-client/linien_client/remote_parameters.py b/linien-client/linien_client/remote_parameters.py index e8756383..a81f9bf6 100644 --- a/linien-client/linien_client/remote_parameters.py +++ b/linien-client/linien_client/remote_parameters.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-common/linien_common/common.py b/linien-common/linien_common/common.py index a1044174..854d776f 100644 --- a/linien-common/linien_common/common.py +++ b/linien-common/linien_common/common.py @@ -1,7 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-common/linien_common/communication.py b/linien-common/linien_common/communication.py index e35d4d6e..81b43dd3 100644 --- a/linien-common/linien_common/communication.py +++ b/linien-common/linien_common/communication.py @@ -1,7 +1,7 @@ -# Copyright 2023-2024 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-common/linien_common/config.py b/linien-common/linien_common/config.py index 0728aff5..6ba92e67 100644 --- a/linien-common/linien_common/config.py +++ b/linien-common/linien_common/config.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2023 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-common/linien_common/influxdb.py b/linien-common/linien_common/influxdb.py index 24557af6..e17b5109 100644 --- a/linien-common/linien_common/influxdb.py +++ b/linien-common/linien_common/influxdb.py @@ -1,7 +1,7 @@ -# Copyright 2023 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/__init__.py b/linien-gui/linien_gui/__init__.py index 7f5d7649..da24c9a6 100644 --- a/linien-gui/linien_gui/__init__.py +++ b/linien-gui/linien_gui/__init__.py @@ -1,3 +1,20 @@ +# This file is part of Linien and based on redpid. +# +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# +# Linien is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Linien is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Linien. If not, see . + import importlib.metadata import logging from logging.handlers import RotatingFileHandler diff --git a/linien-gui/linien_gui/app.py b/linien-gui/linien_gui/app.py index abda7037..d7561feb 100644 --- a/linien-gui/linien_gui/app.py +++ b/linien-gui/linien_gui/app.py @@ -1,7 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/config.py b/linien-gui/linien_gui/config.py index eb065a14..69870d36 100644 --- a/linien-gui/linien_gui/config.py +++ b/linien-gui/linien_gui/config.py @@ -1,9 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2023 Bastian Leykauf - -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/dialogs.py b/linien-gui/linien_gui/dialogs.py index 7fbf0049..1283e611 100644 --- a/linien-gui/linien_gui/dialogs.py +++ b/linien-gui/linien_gui/dialogs.py @@ -1,7 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/threads.py b/linien-gui/linien_gui/threads.py index bab3963d..dd43d77b 100644 --- a/linien-gui/linien_gui/threads.py +++ b/linien-gui/linien_gui/threads.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/ui/device_manager.py b/linien-gui/linien_gui/ui/device_manager.py index 410996d8..e5848259 100644 --- a/linien-gui/linien_gui/ui/device_manager.py +++ b/linien-gui/linien_gui/ui/device_manager.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/ui/general_panel.py b/linien-gui/linien_gui/ui/general_panel.py index 53ff7ed1..cad2d918 100644 --- a/linien-gui/linien_gui/ui/general_panel.py +++ b/linien-gui/linien_gui/ui/general_panel.py @@ -1,9 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2023 Bastian Leykauf -# Copyright 2022 Christian Freier -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/ui/lock_status_panel.py b/linien-gui/linien_gui/ui/lock_status_panel.py index bb11b259..07e3cb4c 100644 --- a/linien-gui/linien_gui/ui/lock_status_panel.py +++ b/linien-gui/linien_gui/ui/lock_status_panel.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/ui/locking_panel.py b/linien-gui/linien_gui/ui/locking_panel.py index 86d8c17a..9fc23623 100644 --- a/linien-gui/linien_gui/ui/locking_panel.py +++ b/linien-gui/linien_gui/ui/locking_panel.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/ui/logging_panel.py b/linien-gui/linien_gui/ui/logging_panel.py index 6256abcd..2fa1f732 100644 --- a/linien-gui/linien_gui/ui/logging_panel.py +++ b/linien-gui/linien_gui/ui/logging_panel.py @@ -1,7 +1,7 @@ -# Copyright 2022 Bastian Leykauf -# # This file is part of Linien. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/ui/main_window.py b/linien-gui/linien_gui/ui/main_window.py index 5d6ad3c9..dad465e2 100644 --- a/linien-gui/linien_gui/ui/main_window.py +++ b/linien-gui/linien_gui/ui/main_window.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/ui/modulation_sweep_panel.py b/linien-gui/linien_gui/ui/modulation_sweep_panel.py index 4a48b820..4013cc6f 100644 --- a/linien-gui/linien_gui/ui/modulation_sweep_panel.py +++ b/linien-gui/linien_gui/ui/modulation_sweep_panel.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/ui/new_device_dialog.py b/linien-gui/linien_gui/ui/new_device_dialog.py index 6a8cc977..6c5e57e3 100644 --- a/linien-gui/linien_gui/ui/new_device_dialog.py +++ b/linien-gui/linien_gui/ui/new_device_dialog.py @@ -1,7 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/ui/optimization_panel.py b/linien-gui/linien_gui/ui/optimization_panel.py index 740927ed..6bf9e4cb 100644 --- a/linien-gui/linien_gui/ui/optimization_panel.py +++ b/linien-gui/linien_gui/ui/optimization_panel.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/ui/plot_widget.py b/linien-gui/linien_gui/ui/plot_widget.py index 8f845bac..dbe6c659 100644 --- a/linien-gui/linien_gui/ui/plot_widget.py +++ b/linien-gui/linien_gui/ui/plot_widget.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/ui/psd_plot_widget.py b/linien-gui/linien_gui/ui/psd_plot_widget.py index 4689a9c1..09c3ba1e 100644 --- a/linien-gui/linien_gui/ui/psd_plot_widget.py +++ b/linien-gui/linien_gui/ui/psd_plot_widget.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2024 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/ui/psd_table_widget.py b/linien-gui/linien_gui/ui/psd_table_widget.py index 48d99eeb..6a3d2f80 100644 --- a/linien-gui/linien_gui/ui/psd_table_widget.py +++ b/linien-gui/linien_gui/ui/psd_table_widget.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/ui/psd_window.py b/linien-gui/linien_gui/ui/psd_window.py index c349f955..7e6bd047 100644 --- a/linien-gui/linien_gui/ui/psd_window.py +++ b/linien-gui/linien_gui/ui/psd_window.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2024 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/ui/right_panel.py b/linien-gui/linien_gui/ui/right_panel.py index d66f132c..86dc4e5f 100644 --- a/linien-gui/linien_gui/ui/right_panel.py +++ b/linien-gui/linien_gui/ui/right_panel.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/ui/spectroscopy_panel.py b/linien-gui/linien_gui/ui/spectroscopy_panel.py index b4c76aa3..0fffee3c 100644 --- a/linien-gui/linien_gui/ui/spectroscopy_panel.py +++ b/linien-gui/linien_gui/ui/spectroscopy_panel.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/ui/spin_box.py b/linien-gui/linien_gui/ui/spin_box.py index f2884d9a..91747ecd 100644 --- a/linien-gui/linien_gui/ui/spin_box.py +++ b/linien-gui/linien_gui/ui/spin_box.py @@ -1,6 +1,6 @@ -# Copyright 2022 Bastian Leykauf +# This file is part of Linien and based on redpid. # -# This file is part of Linien. +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) # # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/linien-gui/linien_gui/ui/sweep_control.py b/linien-gui/linien_gui/ui/sweep_control.py index 61f41122..7d2bb2d4 100644 --- a/linien-gui/linien_gui/ui/sweep_control.py +++ b/linien-gui/linien_gui/ui/sweep_control.py @@ -1,7 +1,7 @@ -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/ui/version_checker.py b/linien-gui/linien_gui/ui/version_checker.py index fa4bfa7d..8433e115 100644 --- a/linien-gui/linien_gui/ui/version_checker.py +++ b/linien-gui/linien_gui/ui/version_checker.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/ui/view_panel.py b/linien-gui/linien_gui/ui/view_panel.py index 2dfae343..beca4743 100644 --- a/linien-gui/linien_gui/ui/view_panel.py +++ b/linien-gui/linien_gui/ui/view_panel.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-gui/linien_gui/utils.py b/linien-gui/linien_gui/utils.py index 1e4bd360..37224d29 100644 --- a/linien-gui/linien_gui/utils.py +++ b/linien-gui/linien_gui/utils.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/__init__.py b/linien-server/linien_server/__init__.py index a12da2ee..b578ef67 100644 --- a/linien-server/linien_server/__init__.py +++ b/linien-server/linien_server/__init__.py @@ -1,3 +1,20 @@ +# This file is part of Linien and based on redpid. +# +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# +# Linien is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Linien is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Linien. If not, see . + import logging from logging.handlers import RotatingFileHandler diff --git a/linien-server/linien_server/acquisition.py b/linien-server/linien_server/acquisition.py index 39a6921a..8f1bb6ac 100644 --- a/linien-server/linien_server/acquisition.py +++ b/linien-server/linien_server/acquisition.py @@ -1,8 +1,7 @@ -# Copyright 2018-2023 Benjamin Wiegand -# Copyright 2021-2023 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/autolock/algorithm_selection.py b/linien-server/linien_server/autolock/algorithm_selection.py index 54884f89..17f438f9 100644 --- a/linien-server/linien_server/autolock/algorithm_selection.py +++ b/linien-server/linien_server/autolock/algorithm_selection.py @@ -1,7 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/autolock/autolock.py b/linien-server/linien_server/autolock/autolock.py index feecf4d7..07507cd8 100644 --- a/linien-server/linien_server/autolock/autolock.py +++ b/linien-server/linien_server/autolock/autolock.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/autolock/robust.py b/linien-server/linien_server/autolock/robust.py index faaf8f9a..67cd0bcf 100644 --- a/linien-server/linien_server/autolock/robust.py +++ b/linien-server/linien_server/autolock/robust.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/autolock/simple.py b/linien-server/linien_server/autolock/simple.py index 11d8eb96..efac90d6 100644 --- a/linien-server/linien_server/autolock/simple.py +++ b/linien-server/linien_server/autolock/simple.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/autolock/utils.py b/linien-server/linien_server/autolock/utils.py index 3d788256..eab8a410 100644 --- a/linien-server/linien_server/autolock/utils.py +++ b/linien-server/linien_server/autolock/utils.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/cli.py b/linien-server/linien_server/cli.py index b7a53bde..98539b25 100644 --- a/linien-server/linien_server/cli.py +++ b/linien-server/linien_server/cli.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2023 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/csr.py b/linien-server/linien_server/csr.py index 8fbab436..ce49f996 100644 --- a/linien-server/linien_server/csr.py +++ b/linien-server/linien_server/csr.py @@ -1,9 +1,7 @@ -# Copyright 2014-2015 Robert Jördens -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/iir_coeffs.py b/linien-server/linien_server/iir_coeffs.py index 8d48cdc8..f6bcc96c 100644 --- a/linien-server/linien_server/iir_coeffs.py +++ b/linien-server/linien_server/iir_coeffs.py @@ -1,8 +1,6 @@ -# Copyright 2014-2015 Robert Jordens -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf +# This file is part of Linien and based on redpid. # -# This file is part of Linien. +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) # # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/linien-server/linien_server/influxdb.py b/linien-server/linien_server/influxdb.py index e15be813..6b633d4b 100644 --- a/linien-server/linien_server/influxdb.py +++ b/linien-server/linien_server/influxdb.py @@ -1,7 +1,7 @@ -# Copyright 2023 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/mdio_tool.py b/linien-server/linien_server/mdio_tool.py index 2b96e938..6f2cf0f9 100644 --- a/linien-server/linien_server/mdio_tool.py +++ b/linien-server/linien_server/mdio_tool.py @@ -1,7 +1,7 @@ -# Copyright 2023 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/noise_analysis.py b/linien-server/linien_server/noise_analysis.py index 1dff054a..acf91ddc 100644 --- a/linien-server/linien_server/noise_analysis.py +++ b/linien-server/linien_server/noise_analysis.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/optimization/approach_line.py b/linien-server/linien_server/optimization/approach_line.py index e6d25735..5f9c3ca1 100644 --- a/linien-server/linien_server/optimization/approach_line.py +++ b/linien-server/linien_server/optimization/approach_line.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/optimization/engine.py b/linien-server/linien_server/optimization/engine.py index 22d587e8..a7006094 100644 --- a/linien-server/linien_server/optimization/engine.py +++ b/linien-server/linien_server/optimization/engine.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/optimization/general.py b/linien-server/linien_server/optimization/general.py index 1a49266c..c2de8859 100644 --- a/linien-server/linien_server/optimization/general.py +++ b/linien-server/linien_server/optimization/general.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/optimization/optimization.py b/linien-server/linien_server/optimization/optimization.py index 392de73f..a42e837d 100644 --- a/linien-server/linien_server/optimization/optimization.py +++ b/linien-server/linien_server/optimization/optimization.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/optimization/utils.py b/linien-server/linien_server/optimization/utils.py index 5f0d7c98..7bdc071f 100644 --- a/linien-server/linien_server/optimization/utils.py +++ b/linien-server/linien_server/optimization/utils.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/parameters.py b/linien-server/linien_server/parameters.py index 0c224c76..12f16ed6 100644 --- a/linien-server/linien_server/parameters.py +++ b/linien-server/linien_server/parameters.py @@ -1,9 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# Copyright 2023 Christian Freier -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/registers.py b/linien-server/linien_server/registers.py index d29f8cb3..365c2540 100644 --- a/linien-server/linien_server/registers.py +++ b/linien-server/linien_server/registers.py @@ -1,9 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2023 Bastian Leykauf -# Copyright 2022 Christian Freier -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/linien-server/linien_server/server.py b/linien-server/linien_server/server.py index f2729c2b..99a2cc30 100644 --- a/linien-server/linien_server/server.py +++ b/linien-server/linien_server/server.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2023 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/tests/test_algorithm_selection.py b/tests/test_algorithm_selection.py index 4dc595ab..5e2fdf62 100644 --- a/tests/test_algorithm_selection.py +++ b/tests/test_algorithm_selection.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/tests/test_approacher.py b/tests/test_approacher.py index 1aef3eca..b5a6d68c 100644 --- a/tests/test_approacher.py +++ b/tests/test_approacher.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/tests/test_common.py b/tests/test_common.py index a7e4e1ce..50acdee9 100644 --- a/tests/test_common.py +++ b/tests/test_common.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/tests/test_delta_sigma.py b/tests/test_delta_sigma.py index 8f9623fd..f648ae01 100644 --- a/tests/test_delta_sigma.py +++ b/tests/test_delta_sigma.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/tests/test_limit.py b/tests/test_limit.py index 9d38b372..7194ffa8 100644 --- a/tests/test_limit.py +++ b/tests/test_limit.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/tests/test_modulate.py b/tests/test_modulate.py index ee8ff29f..9349811d 100644 --- a/tests/test_modulate.py +++ b/tests/test_modulate.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/tests/test_optimizer_engines.py b/tests/test_optimizer_engines.py index fa7a890b..e1940017 100644 --- a/tests/test_optimizer_engines.py +++ b/tests/test_optimizer_engines.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/tests/test_optimizer_utils.py b/tests/test_optimizer_utils.py index 591910c8..677e0286 100644 --- a/tests/test_optimizer_utils.py +++ b/tests/test_optimizer_utils.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/tests/test_pid.py b/tests/test_pid.py index ed745aba..4ac2709d 100644 --- a/tests/test_pid.py +++ b/tests/test_pid.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/tests/test_pid_transfer.py b/tests/test_pid_transfer.py index b5f8facd..cb3e0747 100644 --- a/tests/test_pid_transfer.py +++ b/tests/test_pid_transfer.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/tests/test_robust_autolock.py b/tests/test_robust_autolock.py index 5d003242..389f8983 100644 --- a/tests/test_robust_autolock.py +++ b/tests/test_robust_autolock.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/tests/test_simple_autolock_cpu.py b/tests/test_simple_autolock_cpu.py index 681f661b..6928f0fb 100644 --- a/tests/test_simple_autolock_cpu.py +++ b/tests/test_simple_autolock_cpu.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/tests/test_simple_autolock_fpga.py b/tests/test_simple_autolock_fpga.py index c9acc965..b1c55d29 100644 --- a/tests/test_simple_autolock_fpga.py +++ b/tests/test_simple_autolock_fpga.py @@ -1,8 +1,7 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf -# # This file is part of Linien and based on redpid. # +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) +# # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/tests/test_sweep.py b/tests/test_sweep.py index bf5f3ced..b39d0667 100644 --- a/tests/test_sweep.py +++ b/tests/test_sweep.py @@ -1,7 +1,6 @@ -# Copyright 2018-2022 Benjamin Wiegand -# Copyright 2021-2022 Bastian Leykauf +# This file is part of Linien and based on redpid.# # -# This file is part of Linien and based on redpid. +# Copyright (C) 2016-2024 Linien Authors (https://github.com/linien-org/linien#license) # # Linien is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by