diff options
author | lambda <pleromagit@rogerbraun.net> | 2018-12-25 17:53:48 +0000 |
---|---|---|
committer | lambda <pleromagit@rogerbraun.net> | 2018-12-25 17:53:48 +0000 |
commit | 922abcda61298a7bca48894cb9a51a52fdeab1ed (patch) | |
tree | b007dd11f0228d7f85aff1dc1e5f9133db069a82 /lib/pleroma/html.ex | |
parent | 005b4194ffa855c56b2305d02249b31452155fff (diff) | |
parent | 3c08d229db423052d0dd88b8a36fb39b0ae81ead (diff) | |
download | pleroma-922abcda61298a7bca48894cb9a51a52fdeab1ed.tar.gz |
Merge branch 'legal-boilerplate' into 'develop'
Legal boilerplate
See merge request pleroma/pleroma!592
Diffstat (limited to 'lib/pleroma/html.ex')
-rw-r--r-- | lib/pleroma/html.ex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/pleroma/html.ex b/lib/pleroma/html.ex index 583f05aeb..a0473676b 100644 --- a/lib/pleroma/html.ex +++ b/lib/pleroma/html.ex @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.HTML do alias HtmlSanitizeEx.Scrubber |