summaryrefslogtreecommitdiff
path: root/test/safe_jsonb_set_test.exs
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/safe_jsonb_set_test.exs
parentbc3cf0fee0b93eb3cf8d2ba0f9a0dcc09b01331d (diff)
downloadpleroma-8539e386c3f00537f120487e717ec7b25fe6c572.tar.gz
pleroma-8539e386c3f00537f120487e717ec7b25fe6c572.zip
Add missing Copyright headers
Diffstat (limited to 'test/safe_jsonb_set_test.exs')
-rw-r--r--test/safe_jsonb_set_test.exs4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/safe_jsonb_set_test.exs b/test/safe_jsonb_set_test.exs
index 748540570..8b1274545 100644
--- a/test/safe_jsonb_set_test.exs
+++ b/test/safe_jsonb_set_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.SafeJsonbSetTest do
use Pleroma.DataCase