diff --git a/AUTHORS b/AUTHORS index 9d1272a8a4..4b4d7dfa66 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -Copyright: 2011-2024 - GlobaLeaks +Copyright: 2011-2025 - GlobaLeaks License: https://github.com/globaleaks/globaleaks-whistleblowing-software/blob/stable/LICENSE diff --git a/LICENSE b/LICENSE index 830c644219..bd930a6d8b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------- -Copyright (c) 2011-2024 - GlobaLeaks +Copyright (c) 2011-2025 - GlobaLeaks This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/backend/globaleaks/__init__.py b/backend/globaleaks/__init__.py index 6aed80c8bc..0b68cdaf24 100644 --- a/backend/globaleaks/__init__.py +++ b/backend/globaleaks/__init__.py @@ -6,7 +6,7 @@ __author__ = 'GlobaLeaks' __email__ = 'info@globaleaks.org' -__copyright__ = '2011-2024 - GlobaLeaks' +__copyright__ = '2011-2025 - GlobaLeaks' __version__ = '5.0.43' __license__ = 'AGPL-3.0'