aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/web/controller/frontend/static_controller_test.exs4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/web/controller/frontend/static_controller_test.exs b/test/web/controller/frontend/static_controller_test.exs
index 8a04880bf..71da358a3 100644
--- a/test/web/controller/frontend/static_controller_test.exs
+++ b/test/web/controller/frontend/static_controller_test.exs
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
defmodule Pleroma.Web.Frontend.StaticControllerTest do
use Pleroma.Web.ConnCase