From c1aae6e35e9aaed7670750acacb76781e17fa792 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Tue, 2 Jan 2024 14:00:41 +0100 Subject: src: update copyright statement use opengnsys@soleta.eu email instead of info@soleta.eu --- cli/cli.py | 2 +- cli/objects/center.py | 7 +++++++ cli/objects/client.py | 2 +- cli/objects/disks.py | 2 +- cli/objects/images.py | 2 +- cli/objects/live.py | 2 +- cli/objects/modes.py | 2 +- cli/objects/poweroff.py | 2 +- cli/objects/reboot.py | 2 +- cli/objects/repo.py | 2 +- cli/objects/room.py | 7 +++++++ cli/objects/scopes.py | 2 +- cli/objects/server.py | 2 +- cli/objects/wol.py | 2 +- cli/utils.py | 2 +- 15 files changed, 27 insertions(+), 13 deletions(-) (limited to 'cli') diff --git a/cli/cli.py b/cli/cli.py index e11f466..0533c01 100644 --- a/cli/cli.py +++ b/cli/cli.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 Soleta Networks +# Copyright (C) 2020-2024 Soleta Networks # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the diff --git a/cli/objects/center.py b/cli/objects/center.py index 2e851d3..27917ff 100644 --- a/cli/objects/center.py +++ b/cli/objects/center.py @@ -1,3 +1,10 @@ +# Copyright (C) 2020-2024 Soleta Networks +# +# This program is free software: you can redistribute it and/or modify it under +# the terms of the GNU Affero General Public License as published by the +# Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. + import argparse class OgCenter(): diff --git a/cli/objects/client.py b/cli/objects/client.py index 5931ed0..66d25bc 100644 --- a/cli/objects/client.py +++ b/cli/objects/client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 Soleta Networks +# Copyright (C) 2020-2024 Soleta Networks # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the diff --git a/cli/objects/disks.py b/cli/objects/disks.py index 9de76c4..6c9847c 100644 --- a/cli/objects/disks.py +++ b/cli/objects/disks.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 Soleta Networks +# Copyright (C) 2020-2024 Soleta Networks # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the diff --git a/cli/objects/images.py b/cli/objects/images.py index a094469..6a20cfb 100644 --- a/cli/objects/images.py +++ b/cli/objects/images.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 Soleta Networks +# Copyright (C) 2020-2024 Soleta Networks # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the diff --git a/cli/objects/live.py b/cli/objects/live.py index e62b648..c90a4c2 100644 --- a/cli/objects/live.py +++ b/cli/objects/live.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023-2024 Soleta Networks +# Copyright (C) 2020-2024 Soleta Networks # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the diff --git a/cli/objects/modes.py b/cli/objects/modes.py index d7ef8f2..24a436f 100644 --- a/cli/objects/modes.py +++ b/cli/objects/modes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 Soleta Networks +# Copyright (C) 2020-2024 Soleta Networks # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the diff --git a/cli/objects/poweroff.py b/cli/objects/poweroff.py index 791dd80..46086cb 100644 --- a/cli/objects/poweroff.py +++ b/cli/objects/poweroff.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 Soleta Networks +# Copyright (C) 2020-2024 Soleta Networks # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the diff --git a/cli/objects/reboot.py b/cli/objects/reboot.py index 8a12ede..162e771 100644 --- a/cli/objects/reboot.py +++ b/cli/objects/reboot.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2022 Soleta Networks +# Copyright (C) 2020-2024 Soleta Networks # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the diff --git a/cli/objects/repo.py b/cli/objects/repo.py index 15608c1..c586768 100644 --- a/cli/objects/repo.py +++ b/cli/objects/repo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Soleta Networks +# Copyright (C) 2020-2024 Soleta Networks # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the diff --git a/cli/objects/room.py b/cli/objects/room.py index e6b5445..0eb9ec4 100644 --- a/cli/objects/room.py +++ b/cli/objects/room.py @@ -1,3 +1,10 @@ +# Copyright (C) 2020-2024 Soleta Networks +# +# This program is free software: you can redistribute it and/or modify it under +# the terms of the GNU Affero General Public License as published by the +# Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. + import sys import argparse from cli.utils import check_address diff --git a/cli/objects/scopes.py b/cli/objects/scopes.py index 9416f4f..1900b1b 100644 --- a/cli/objects/scopes.py +++ b/cli/objects/scopes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 Soleta Networks +# Copyright (C) 2020-2024 Soleta Networks # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the diff --git a/cli/objects/server.py b/cli/objects/server.py index 4a03d63..25b545a 100644 --- a/cli/objects/server.py +++ b/cli/objects/server.py @@ -1,4 +1,4 @@ -# Copyright (C) 2023 Soleta Networks +# Copyright (C) 2020-2024 Soleta Networks # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the diff --git a/cli/objects/wol.py b/cli/objects/wol.py index 5097bd7..44228c8 100644 --- a/cli/objects/wol.py +++ b/cli/objects/wol.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 Soleta Networks +# Copyright (C) 2020-2024 Soleta Networks # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the diff --git a/cli/utils.py b/cli/utils.py index 185e7ee..49fbddb 100644 --- a/cli/utils.py +++ b/cli/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 Soleta Networks +# Copyright (C) 2020-2024 Soleta Networks # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the -- cgit v1.2.3-18-g5258