Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix copyright year in SSO footer template #15358

Merged
merged 1 commit into from Mar 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/15358.misc
@@ -0,0 +1 @@
Fix copyright year in SSO footer template.
4 changes: 2 additions & 2 deletions synapse/res/templates/sso_footer.html
Expand Up @@ -15,5 +15,5 @@
</g>
</g>
</svg>
<p>An open network for secure, decentralized communication.<br>© 2022 The Matrix.org Foundation C.I.C.</p>
</footer>
<p>An open network for secure, decentralized communication.<br>© 2023 The Matrix.org Foundation C.I.C.</p>
</footer>