summaryrefslogtreecommitdiff
path: root/priv/scrubbers/links_only.ex
diff options
context:
space:
mode:
Diffstat (limited to 'priv/scrubbers/links_only.ex')
-rw-r--r--priv/scrubbers/links_only.ex4
1 files changed, 4 insertions, 0 deletions
diff --git a/priv/scrubbers/links_only.ex b/priv/scrubbers/links_only.ex
index b30a00589..7f434fb25 100644
--- a/priv/scrubbers/links_only.ex
+++ b/priv/scrubbers/links_only.ex
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
defmodule Pleroma.HTML.Scrubber.LinksOnly do
@moduledoc """
An HTML scrubbing policy which limits to links only.