X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fxml_builder.ex;h=ceeef2755ec57688c63809bab55546a0107fd1bd;hb=36049f08efadb5f6f727753ecc1f7be6a5b4e3d8;hp=b58602c7b7592f4ef3fa9ab218deaa90afbb05e6;hpb=80759f012eb2183bc24f84c4a1f2a5dbe94762ce;p=akkoma diff --git a/lib/xml_builder.ex b/lib/xml_builder.ex index b58602c7b..ceeef2755 100644 --- a/lib/xml_builder.ex +++ b/lib/xml_builder.ex @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2019 Pleroma Authors +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.XmlBuilder do def to_xml({tag, attributes, content}) do open_tag = make_open_tag(tag, attributes)