aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/plugs/instance_static.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/plugs/instance_static.ex')
-rw-r--r--lib/pleroma/plugs/instance_static.ex4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/pleroma/plugs/instance_static.ex b/lib/pleroma/plugs/instance_static.ex
index 46ee77e11..02ee99e0f 100644
--- a/lib/pleroma/plugs/instance_static.ex
+++ b/lib/pleroma/plugs/instance_static.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.Plugs.InstanceStatic do
@moduledoc """
This is a shim to call `Plug.Static` but with runtime `from` configuration.