Add license/copyright to all project files
This commit is contained in:
parent
37b0bd0d86
commit
93a0eeab16
64 changed files with 256 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue