summaryrefslogtreecommitdiff
path: root/test/support/cluster.ex
diff options
context:
space:
mode:
Diffstat (limited to 'test/support/cluster.ex')
-rw-r--r--test/support/cluster.ex4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/support/cluster.ex b/test/support/cluster.ex
index 524194cf4..1c923fb0c 100644
--- a/test/support/cluster.ex
+++ b/test/support/cluster.ex
@@ -1,3 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
defmodule Pleroma.Cluster do
@moduledoc """
Facilities for managing a cluster of slave VM's for federated testing.