Merge remote-tracking branch 'upstream/develop' into admin-create-users
[akkoma] / lib / mix / tasks / pleroma / common.ex
index 06893af05759dd5ce3e0cbb1cb16da4ddea992a0..48c0c13464325f937801343c7cb9ad7a3fe4b381 100644 (file)
@@ -1,5 +1,9 @@
+# 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.Common do
-  @shortdoc "Common functions to be reused in mix tasks"
+  @doc "Common functions to be reused in mix tasks"
   def start_pleroma do
     Mix.Task.run("app.start")
   end