Limit activity types accepted to outbox to only 'Create'
[akkoma] / lib / pleroma / plugs / instance_static.ex
index 46ee77e111bbef9fad64718638d6ee5a5044dacb..02ee99e0f18ccba0dfd7b3c9479d3992f19c70fb 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.Plugs.InstanceStatic do
   @moduledoc """
   This is a shim to call `Plug.Static` but with runtime `from` configuration.