From bb05d6f189dcf118fbff48fbccf794ada734422f Mon Sep 17 00:00:00 2001 From: Maximilian Kratz Date: Tue, 19 Mar 2024 13:18:58 +0100 Subject: [PATCH] Updates metadata: copyright year + email address --- matrix_synapse_saml_mapper/__init__.py | 2 +- matrix_synapse_saml_mapper/saml_mapping_provider.py | 2 +- module_config_example.yml | 2 +- setup.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) 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",