Skip to content

Commit 5e4ce3a

Browse files
authored
Merge pull request #23 from maxkratz/feature/update-metadata
Updates metadata: copyright year + email address
2 parents 2c80301 + bb05d6f commit 5e4ce3a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

matrix_synapse_saml_mapper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2022 Max Kratz
2+
# Copyright 2024 Max Kratz
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

matrix_synapse_saml_mapper/saml_mapping_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2022 Max Kratz
2+
# Copyright 2024 Max Kratz
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

module_config_example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2022 Max Kratz
2+
# Copyright 2024 Max Kratz
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2022 Max Kratz
2+
# Copyright 2024 Max Kratz
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@
2626
name="matrix-synapse-saml-mapper",
2727
version="0.2.1",
2828
author="Max Kratz",
29-
author_email="[email protected]",
29+
author_email="[email protected]",
3030
description="Custom SAML mapping provider for synapse installations",
3131
long_description=long_description,
3232
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)