summaryrefslogtreecommitdiff
path: root/test/object
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2019-07-10 05:13:23 +0000
committerkaniini <nenolod@gmail.com>2019-07-10 05:13:23 +0000
commit93a0eeab16dc98b9278ee8649b233c3acd7807ec (patch)
treec46394c5809473da0cbb148561ff277137057010 /test/object
parent37b0bd0d868c192241976684c59a8cbe648901bf (diff)
downloadpleroma-93a0eeab16dc98b9278ee8649b233c3acd7807ec.tar.gz
pleroma-93a0eeab16dc98b9278ee8649b233c3acd7807ec.zip
Add license/copyright to all project files
Diffstat (limited to 'test/object')
-rw-r--r--test/object/containment_test.exs4
-rw-r--r--test/object/fetcher_test.exs4
2 files changed, 8 insertions, 0 deletions
diff --git a/test/object/containment_test.exs b/test/object/containment_test.exs
index a860355b8..1beed6236 100644
--- a/test/object/containment_test.exs
+++ b/test/object/containment_test.exs
@@ -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.Object.ContainmentTest do
use Pleroma.DataCase
diff --git a/test/object/fetcher_test.exs b/test/object/fetcher_test.exs
index 26dc9496d..3b666e0d1 100644
--- a/test/object/fetcher_test.exs
+++ b/test/object/fetcher_test.exs
@@ -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.Object.FetcherTest do
use Pleroma.DataCase