aboutsummaryrefslogtreecommitdiff
path: root/lib/mix/tasks
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2019-07-10 05:13:23 +0000
committerkaniini <nenolod@gmail.com>2019-07-10 05:13:23 +0000
commit8f2cb820c0cc41791cea7884cf4dd1726d227cc0 (patch)
treec46394c5809473da0cbb148561ff277137057010 /lib/mix/tasks
parent37b0bd0d868c192241976684c59a8cbe648901bf (diff)
parent93a0eeab16dc98b9278ee8649b233c3acd7807ec (diff)
downloadpleroma-8f2cb820c0cc41791cea7884cf4dd1726d227cc0.tar.gz
Merge branch 'fix/license-attribution' into 'develop'
Add license/copyright to all project files See merge request pleroma/pleroma!1394
Diffstat (limited to 'lib/mix/tasks')
-rw-r--r--lib/mix/tasks/pleroma/benchmark.ex4
-rw-r--r--lib/mix/tasks/pleroma/config.ex4
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/mix/tasks/pleroma/benchmark.ex b/lib/mix/tasks/pleroma/benchmark.ex
index d43db7b35..5222cce80 100644
--- a/lib/mix/tasks/pleroma/benchmark.ex
+++ b/lib/mix/tasks/pleroma/benchmark.ex
@@ -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 Mix.Tasks.Pleroma.Benchmark do
import Mix.Pleroma
use Mix.Task
diff --git a/lib/mix/tasks/pleroma/config.ex b/lib/mix/tasks/pleroma/config.ex
index faa605d9b..a71bcd447 100644
--- a/lib/mix/tasks/pleroma/config.ex
+++ b/lib/mix/tasks/pleroma/config.ex
@@ -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 Mix.Tasks.Pleroma.Config do
use Mix.Task
import Mix.Pleroma