aboutsummaryrefslogtreecommitdiff
path: root/test/config
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-10-12 12:00:50 -0500
committerMark Felder <feld@FreeBSD.org>2020-10-12 12:00:50 -0500
commit8539e386c3f00537f120487e717ec7b25fe6c572 (patch)
tree9a0196deee96540634ca82df7c5686fd8fc1a498 /test/config
parentbc3cf0fee0b93eb3cf8d2ba0f9a0dcc09b01331d (diff)
downloadpleroma-8539e386c3f00537f120487e717ec7b25fe6c572.tar.gz
Add missing Copyright headers
Diffstat (limited to 'test/config')
-rw-r--r--test/config/deprecation_warnings_test.exs4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/config/deprecation_warnings_test.exs b/test/config/deprecation_warnings_test.exs
index f81a7b580..02ada1aab 100644
--- a/test/config/deprecation_warnings_test.exs
+++ b/test/config/deprecation_warnings_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.Config.DeprecationWarningsTest do
use ExUnit.Case
use Pleroma.Tests.Helpers