diff --git a/.gitignore b/.gitignore index 0b4fa31..ec6473a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021-2023, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/LICENSE.txt b/LICENSE.txt index 8737f75..97cfd65 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2021-2023, Serghei Iakovlev +Copyright (c) 2021-2024, Serghei Iakovlev Copyright (c) 2013-2021, Daniele Faraglia Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/MANIFEST.in b/MANIFEST.in index 9c2f064..694e938 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/SECURITY.rst b/SECURITY.rst index 16ffdce..f3ea149 100644 --- a/SECURITY.rst +++ b/SECURITY.rst @@ -6,5 +6,5 @@ Reporting a Vulnerability ------------------------- If you discover a security vulnerability within ``django-environ``, please -send an e-mail to Serghei Iakovlev via egrep@protonmail.ch. All security +send an e-mail to Serghei Iakovlev via oss@serghei.pl. All security vulnerabilities will be promptly addressed. diff --git a/docs/Makefile b/docs/Makefile index 887c0bb..343425b 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021-2022, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/docs/conf.py b/docs/conf.py index 8beac1f..0e91d43 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021-2023, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/docs/docutils.conf b/docs/docutils.conf index 4ed0bf5..d624b45 100644 --- a/docs/docutils.conf +++ b/docs/docutils.conf @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021-2022, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/environ/__init__.py b/environ/__init__.py index c590d71..8d29d2f 100644 --- a/environ/__init__.py +++ b/environ/__init__.py @@ -36,7 +36,7 @@ __maintainer__ = 'Serghei Iakovlev' """The maintainer of the package.""" -__maintainer_email__ = 'egrep@protonmail.ch' +__maintainer_email__ = 'oss@serghei.pl' """The email of the maintainer of the package.""" __url__ = 'https://django-environ.readthedocs.org' diff --git a/environ/compat.py b/environ/compat.py index 49b5b48..55953fe 100644 --- a/environ/compat.py +++ b/environ/compat.py @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021-2022, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/environ/environ.py b/environ/environ.py index 6595fc0..881379e 100644 --- a/environ/environ.py +++ b/environ/environ.py @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021-2023, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/environ/fileaware_mapping.py b/environ/fileaware_mapping.py index 0578945..9d59e0a 100644 --- a/environ/fileaware_mapping.py +++ b/environ/fileaware_mapping.py @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021-2022, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/tests/__init__.py b/tests/__init__.py index 19f3cf2..c5fd823 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/tests/asserts.py b/tests/asserts.py index 3389e52..00d94b2 100644 --- a/tests/asserts.py +++ b/tests/asserts.py @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/tests/conftest.py b/tests/conftest.py index 38550f7..ffdbf29 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/tests/fixtures.py b/tests/fixtures.py index 69e5e90..dc9fbd4 100644 --- a/tests/fixtures.py +++ b/tests/fixtures.py @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021-2022, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/tests/test_cache.py b/tests/test_cache.py index a8aff16..58e57e0 100644 --- a/tests/test_cache.py +++ b/tests/test_cache.py @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021-2022, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/tests/test_db.py b/tests/test_db.py index a6995fd..f155064 100644 --- a/tests/test_db.py +++ b/tests/test_db.py @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021-2022, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/tests/test_email.py b/tests/test_email.py index 30d3813..c59ad83 100644 --- a/tests/test_email.py +++ b/tests/test_email.py @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/tests/test_env.py b/tests/test_env.py index ac38377..5f0f4c9 100644 --- a/tests/test_env.py +++ b/tests/test_env.py @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021-2022, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/tests/test_fileaware.py b/tests/test_fileaware.py index f411b7d..00442ae 100644 --- a/tests/test_fileaware.py +++ b/tests/test_fileaware.py @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021-2022, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/tests/test_path.py b/tests/test_path.py index b97f4ca..5d868d4 100644 --- a/tests/test_path.py +++ b/tests/test_path.py @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021-2022, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/tests/test_schema.py b/tests/test_schema.py index 7a7f62e..45f0e98 100644 --- a/tests/test_schema.py +++ b/tests/test_schema.py @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/tests/test_search.py b/tests/test_search.py index a6d8f06..8130921 100644 --- a/tests/test_search.py +++ b/tests/test_search.py @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view diff --git a/tests/test_utils.py b/tests/test_utils.py index 2f3d32e..0200717 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,6 +1,6 @@ # This file is part of the django-environ. # -# Copyright (c) 2021-2022, Serghei Iakovlev +# Copyright (c) 2021-2024, Serghei Iakovlev # Copyright (c) 2013-2021, Daniele Faraglia # # For the full copyright and license information, please view