add license boilerplate to pleroma core
[akkoma] / lib / pleroma / web / activity_pub / mrf.ex
index 0a4e2bf803df7990f0a7fa0d7b8c66faba26181c..00919a5f6dfe2bd5df907ac709e82f4e5cb6e96a 100644 (file)
@@ -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.Web.ActivityPub.MRF do
   @callback filter(Map.t()) :: {:ok | :reject, Map.t()}