update copyright years to 2019
[akkoma] / lib / pleroma / plugs / instance_static.ex
index 46ee77e111bbef9fad64718638d6ee5a5044dacb..af2f6f331bb0e478f50d699ee9e24ca2e575e841 100644 (file)
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 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.