diff --git a/bin/frappy-cfg-editor b/bin/frappy-cfg-editor index 4aa09393..13213cbb 100755 --- a/bin/frappy-cfg-editor +++ b/bin/frappy-cfg-editor @@ -1,6 +1,7 @@ #!/usr/bin/env python # pylint: disable=invalid-name # ***************************************************************************** +# Copyright (c) 2015-2024 by the authors, see LICENSE # # This program 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 diff --git a/bin/frappy-cli b/bin/frappy-cli index e6cddd04..3e581200 100755 --- a/bin/frappy-cli +++ b/bin/frappy-cli @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # ***************************************************************************** -# Copyright (c) 2015-2016 by the authors, see LICENSE +# Copyright (c) 2015-2024 by the authors, see LICENSE # # This program 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 diff --git a/bin/frappy-gui b/bin/frappy-gui index 37416a32..ea64fd21 100755 --- a/bin/frappy-gui +++ b/bin/frappy-gui @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # pylint: disable=invalid-name # ***************************************************************************** -# Copyright (c) 2015-2016 by the authors, see LICENSE +# Copyright (c) 2015-2024 by the authors, see LICENSE # # This program 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 diff --git a/bin/frappy-play b/bin/frappy-play index ef396bc8..21260f63 100755 --- a/bin/frappy-play +++ b/bin/frappy-play @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # ***************************************************************************** -# Copyright (c) 2015-2016 by the authors, see LICENSE +# Copyright (c) 2015-2024 by the authors, see LICENSE # # This program 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 diff --git a/debian/copyright b/debian/copyright index bc0402d9..89730ce5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,11 +5,11 @@ Comment: FRAPPY is an implementation of the free SECoP protocol see https://www.github.com/SampleEnvironment/SECoP Files: * -Copyright: 2016-2022 by the FRAPPY-SECOP contributors (see AUTHORS) +Copyright: 2016-2024 by the FRAPPY-SECOP contributors (see AUTHORS) License: GPL-2 Files: debian/* -Copyright: 2015-2022 Enrico Faulhaber +Copyright: 2015-2024 Enrico Faulhaber License: GPL-2 License: GPL-2 diff --git a/doc/source/conf.py b/doc/source/conf.py index 974d942c..f4321025 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -59,7 +59,7 @@ master_doc = 'index' # General information about the project. project = 'Frappy' -copyright = '2017-2023, Enrico Faulhaber, Markus Zolliker' +copyright = '2017-2024, Enrico Faulhaber, Markus Zolliker' #copyright = '2017, SECoP Committee' author = 'Enrico Faulhaber, Markus Zolliker' diff --git a/etc/frappy-generator b/etc/frappy-generator index 2c3e30c4..fd47e4de 100755 --- a/etc/frappy-generator +++ b/etc/frappy-generator @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # ***************************************************************************** -# Copyright (c) 2015-2019 by the authors, see LICENSE +# Copyright (c) 2015-2024 by the authors, see LICENSE # # This program 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 diff --git a/frappy/__init__.py b/frappy/__init__.py index 92cd1c5f..14a72269 100644 --- a/frappy/__init__.py +++ b/frappy/__init__.py @@ -1,5 +1,5 @@ # ***************************************************************************** -# Copyright (c) 2015-2016 by the authors, see LICENSE +# Copyright (c) 2015-2024 by the authors, see LICENSE # # This program 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 diff --git a/frappy/core.py b/frappy/core.py index 48c98af6..e89fa52a 100644 --- a/frappy/core.py +++ b/frappy/core.py @@ -1,5 +1,5 @@ # ***************************************************************************** -# Copyright (c) 2015-2016 by the authors, see LICENSE +# Copyright (c) 2015-2024 by the authors, see LICENSE # # This program 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 diff --git a/frappy/gui/cfg_editor/mainwindow.py b/frappy/gui/cfg_editor/mainwindow.py index cdfd2768..104a53d7 100644 --- a/frappy/gui/cfg_editor/mainwindow.py +++ b/frappy/gui/cfg_editor/mainwindow.py @@ -1,4 +1,5 @@ # ***************************************************************************** +# Copyright (c) 2015-2024 by the authors, see LICENSE # # This program 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 @@ -88,11 +89,10 @@ class MainWindow(QMainWindow): cfg-editor is a graphical interface for editing FRAPPY-configuration-files.

-

Author:

+

Authors:

+ Copyright (C) 2019-2024

cfg-editor is published under the diff --git a/frappy/gui/collapsible.py b/frappy/gui/collapsible.py index 8eba6053..5410442a 100644 --- a/frappy/gui/collapsible.py +++ b/frappy/gui/collapsible.py @@ -1,5 +1,5 @@ # ***************************************************************************** -# Copyright (c) 2015-2023 by the authors, see LICENSE +# Copyright (c) 2015-2024 by the authors, see LICENSE # # This program 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 diff --git a/frappy/gui/connection.py b/frappy/gui/connection.py index 0b2474d2..e4bf8b60 100644 --- a/frappy/gui/connection.py +++ b/frappy/gui/connection.py @@ -1,5 +1,5 @@ # ***************************************************************************** -# Copyright (c) 2015-2016 by the authors, see LICENSE +# Copyright (c) 2015-2024 by the authors, see LICENSE # # This program 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 diff --git a/frappy/gui/console.py b/frappy/gui/console.py index 68fda200..aac79669 100644 --- a/frappy/gui/console.py +++ b/frappy/gui/console.py @@ -1,5 +1,5 @@ # ***************************************************************************** -# Copyright (c) 2015-2023 by the authors, see LICENSE +# Copyright (c) 2015-2024 by the authors, see LICENSE # # This program 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 diff --git a/frappy/gui/logwindow.py b/frappy/gui/logwindow.py index 70e9e868..0feb2fbc 100644 --- a/frappy/gui/logwindow.py +++ b/frappy/gui/logwindow.py @@ -1,5 +1,5 @@ # ***************************************************************************** -# Copyright (c) 2015-2023 by the authors, see LICENSE +# Copyright (c) 2015-2024 by the authors, see LICENSE # # This program 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 diff --git a/frappy/gui/mainwindow.py b/frappy/gui/mainwindow.py index 0db8d8fc..4d8f0a0f 100644 --- a/frappy/gui/mainwindow.py +++ b/frappy/gui/mainwindow.py @@ -1,5 +1,5 @@ # ***************************************************************************** -# Copyright (c) 2015-2023 by the authors, see LICENSE +# Copyright (c) 2015-2024 by the authors, see LICENSE # # This program 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 @@ -144,7 +144,7 @@ class MainWindow(QMainWindow): f'''

About Frappy GUI

A graphical client for the SECoP protocol.

-

© 2017-2023 Frappy contributors:

+

© 2017-2024 Frappy contributors: