Add license/copyright to all project files

This commit is contained in:
feld 2019-07-10 05:13:23 +00:00 committed by kaniini
commit 93a0eeab16
64 changed files with 256 additions and 0 deletions

View file

@ -1,3 +1,7 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# 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)