diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-03-03 17:15:49 -0600 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-03-03 17:15:49 -0600 |
commit | 4427161ca3798aeee0290f0ed7ac5536039509d8 (patch) | |
tree | ed45b8f7e551accff90eec1fb86d15fcecaea6b8 /lib/xml_builder.ex | |
parent | 884d9710b209cc9981c7de61d4e95fd26cd83820 (diff) | |
parent | 5992c256ad7c5bc8207240c9d51e03964e50eb64 (diff) | |
download | pleroma-4427161ca3798aeee0290f0ed7ac5536039509d8.tar.gz pleroma-4427161ca3798aeee0290f0ed7ac5536039509d8.zip |
Merge branch 'develop' into gun
Diffstat (limited to 'lib/xml_builder.ex')
-rw-r--r-- | lib/xml_builder.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xml_builder.ex b/lib/xml_builder.ex index ceeef2755..33b63a71f 100644 --- a/lib/xml_builder.ex +++ b/lib/xml_builder.ex @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/> +# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.XmlBuilder do |