Merge branch 'features/add-credo-to-ci' into 'develop'
[akkoma] / lib / mix / tasks / pleroma / relay.ex
index 03586d6c3bb0bf702a8e4784828581cfcf7e86a8..fbec473c5d36578fb12f41cbe7e4778d8eaae9e2 100644 (file)
@@ -1,7 +1,11 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Mix.Tasks.Pleroma.Relay do
   use Mix.Task
-  alias Pleroma.Web.ActivityPub.Relay
   alias Mix.Tasks.Pleroma.Common
+  alias Pleroma.Web.ActivityPub.Relay
 
   @shortdoc "Manages remote relays"
   @moduledoc """