diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-11-28 16:52:06 +0100 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-11-28 16:52:06 +0100 |
commit | a241ce1bcd7e6f13b09fb4b2f3f44b7109a42760 (patch) | |
tree | 2cff3d1ff8a5c8f73cc5bb3d47dd2935bd766b62 | |
parent | a353cbcaa151c3f156ed7a068adea3842fac3261 (diff) |
-rw-r--r-- | ogcp/__init__.py | 2 | ||||
-rw-r--r-- | ogcp/forms/action_forms.py | 2 | ||||
-rw-r--r-- | ogcp/forms/auth.py | 2 | ||||
-rw-r--r-- | ogcp/models.py | 2 | ||||
-rw-r--r-- | ogcp/og_server.py | 2 | ||||
-rw-r--r-- | ogcp/views.py | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/ogcp/__init__.py b/ogcp/__init__.py index 0e16630..efeff40 100644 --- a/ogcp/__init__.py +++ b/ogcp/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <info@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/ogcp/forms/action_forms.py b/ogcp/forms/action_forms.py index 24424a1..acd63bd 100644 --- a/ogcp/forms/action_forms.py +++ b/ogcp/forms/action_forms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <info@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/ogcp/forms/auth.py b/ogcp/forms/auth.py index a76ec7c..02e1f8c 100644 --- a/ogcp/forms/auth.py +++ b/ogcp/forms/auth.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <info@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/ogcp/models.py b/ogcp/models.py index ef050ed..ef8a8aa 100644 --- a/ogcp/models.py +++ b/ogcp/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <info@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/ogcp/og_server.py b/ogcp/og_server.py index 4a1b6ff..07ee682 100644 --- a/ogcp/og_server.py +++ b/ogcp/og_server.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <info@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/ogcp/views.py b/ogcp/views.py index 6b3815c..a597f75 100644 --- a/ogcp/views.py +++ b/ogcp/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu> +# Copyright (C) 2020-2024 Soleta Networks <info@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 |