diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-01-02 14:00:41 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-01-02 14:00:53 +0100 |
commit | c1aae6e35e9aaed7670750acacb76781e17fa792 (patch) | |
tree | 212fc2abbbcd6a15b28ba61a714bb377ed1e211a | |
parent | 020592d6fc398b65fe1bc234e743426bebb9ac03 (diff) |
src: update copyright statement
use opengnsys@soleta.eu email instead of info@soleta.eu
-rw-r--r-- | cli/cli.py | 2 | ||||
-rw-r--r-- | cli/objects/center.py | 7 | ||||
-rw-r--r-- | cli/objects/client.py | 2 | ||||
-rw-r--r-- | cli/objects/disks.py | 2 | ||||
-rw-r--r-- | cli/objects/images.py | 2 | ||||
-rw-r--r-- | cli/objects/live.py | 2 | ||||
-rw-r--r-- | cli/objects/modes.py | 2 | ||||
-rw-r--r-- | cli/objects/poweroff.py | 2 | ||||
-rw-r--r-- | cli/objects/reboot.py | 2 | ||||
-rw-r--r-- | cli/objects/repo.py | 2 | ||||
-rw-r--r-- | cli/objects/room.py | 7 | ||||
-rw-r--r-- | cli/objects/scopes.py | 2 | ||||
-rw-r--r-- | cli/objects/server.py | 2 | ||||
-rw-r--r-- | cli/objects/wol.py | 2 | ||||
-rw-r--r-- | cli/utils.py | 2 | ||||
-rwxr-xr-x | ogcli | 2 |
16 files changed, 28 insertions, 14 deletions
@@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <opengnsys@soleta.eu> # # 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 <opengnsys@soleta.eu> +# +# 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 <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <opengnsys@soleta.eu> # # 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 <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <opengnsys@soleta.eu> # # 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 <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <opengnsys@soleta.eu> # # 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 <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <opengnsys@soleta.eu> # # 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 <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <opengnsys@soleta.eu> # # 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 <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <opengnsys@soleta.eu> # # 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 <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <opengnsys@soleta.eu> # # 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 <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <opengnsys@soleta.eu> # # 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 <opengnsys@soleta.eu> +# +# 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 <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <opengnsys@soleta.eu> # # 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 <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <opengnsys@soleta.eu> # # 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 <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <opengnsys@soleta.eu> # # 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 <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <opengnsys@soleta.eu> # # 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 @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <opengnsys@soleta.eu> # # 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 |