diff --git a/matrix_synapse_saml_mapper/__init__.py b/matrix_synapse_saml_mapper/__init__.py index ea80298..ccb110e 100644 --- a/matrix_synapse_saml_mapper/__init__.py +++ b/matrix_synapse_saml_mapper/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Max Kratz +# Copyright 2024 Max Kratz # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/matrix_synapse_saml_mapper/saml_mapping_provider.py b/matrix_synapse_saml_mapper/saml_mapping_provider.py index 2b896ee..0f3c8a7 100644 --- a/matrix_synapse_saml_mapper/saml_mapping_provider.py +++ b/matrix_synapse_saml_mapper/saml_mapping_provider.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Max Kratz +# Copyright 2024 Max Kratz # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/module_config_example.yml b/module_config_example.yml index e212840..9f247a1 100644 --- a/module_config_example.yml +++ b/module_config_example.yml @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Max Kratz +# Copyright 2024 Max Kratz # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/setup.py b/setup.py index 6067ca6..9d33bba 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2022 Max Kratz +# Copyright 2024 Max Kratz # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ name="matrix-synapse-saml-mapper", version="0.2.1", author="Max Kratz", - author_email="mkratz@fs-etit.de", + author_email="account@maxkratz.com", description="Custom SAML mapping provider for synapse installations", long_description=long_description, long_description_content_type="text/markdown",