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

Commit 189a878

Browse files
authored
Remove dangling reference to being a reference implementation (#15167)
* Remove dangling reference to being a reference implementation * Create 15167.misc
1 parent b406573 commit 189a878

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

changelog.d/15167.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove dangling reference to being a reference implementation in docstring.

synapse/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copyright 2014-2016 OpenMarket Ltd
2-
# Copyright 2018-9 New Vector Ltd
2+
# Copyright 2018-2019 New Vector Ltd
3+
# Copyright 2023 The Matrix.org Foundation C.I.C.
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");
56
# you may not use this file except in compliance with the License.
@@ -13,7 +14,7 @@
1314
# See the License for the specific language governing permissions and
1415
# limitations under the License.
1516

16-
""" This is a reference implementation of a Matrix homeserver.
17+
""" This is an implementation of a Matrix homeserver.
1718
"""
1819

1920
import json

0 commit comments

Comments
 (0)