summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBen Banfield-Zanin <benbz@matrix.org>2024-05-01 16:23:42 +0100
committerGitHub <noreply@github.com>2024-05-01 16:23:42 +0100
commit7254015665daca2e4356409207e345db92bd5112 (patch)
tree79d18757f1282d453716a07b04924d63d71d2072 /changelog.d
parentMerge branch 'master' into develop (diff)
downloadsynapse-7254015665daca2e4356409207e345db92bd5112.tar.xz
Correct licensing metadata on the Docker image (#17141)
### Pull Request Checklist

<!-- Please read
https://element-hq.github.io/synapse/latest/development/contributing_guide.html
before submitting your pull request -->

* [x] Pull request is based on the develop branch
* [x] Pull request includes a [changelog
file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog).
The entry should:
- Be a short description of your change which makes sense to users.
"Fixed a bug that prevented receiving messages from other servers."
instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
  - Use markdown where necessary, mostly for `code blocks`.
  - End with either a period (.) or an exclamation mark (!).
  - Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by
@github_username." or "Contributed by [Your Name]." to the end of the
entry.
* [x] [Code
style](https://element-hq.github.io/synapse/latest/code_style.html) is
correct
(run the
[linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17141.docker1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17141.docker b/changelog.d/17141.docker
new file mode 100644
index 0000000000..20c30746df
--- /dev/null
+++ b/changelog.d/17141.docker
@@ -0,0 +1 @@
+Correct licensing metadata on Docker image.