aboutsummaryrefslogtreecommitdiff
path: root/test/config
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-03-02 06:08:45 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-03-02 06:08:45 +0100
commit6da65400362d2189a995a182789c099b108b26bc (patch)
tree7dda3c81eb3b2dd6bdd883ff107883c62ce01604 /test/config
parent6c0d869d9d46af12b2977842e4e1381871c49118 (diff)
downloadpleroma-6da65400362d2189a995a182789c099b108b26bc.tar.gz
Bump copyright years of files changed after 2020-01-07
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
Diffstat (limited to 'test/config')
-rw-r--r--test/config/config_db_test.exs2
-rw-r--r--test/config/holder_test.exs2
-rw-r--r--test/config/loader_test.exs2
-rw-r--r--test/config/transfer_task_test.exs2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/config/config_db_test.exs b/test/config/config_db_test.exs
index 812709fd8..ac3dde681 100644
--- a/test/config/config_db_test.exs
+++ b/test/config/config_db_test.exs
@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
-# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.ConfigDBTest do
diff --git a/test/config/holder_test.exs b/test/config/holder_test.exs
index 0c1882d0f..2368d4856 100644
--- a/test/config/holder_test.exs
+++ b/test/config/holder_test.exs
@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
-# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Config.HolderTest do
diff --git a/test/config/loader_test.exs b/test/config/loader_test.exs
index 0dd4c60bb..4c93e5d4d 100644
--- a/test/config/loader_test.exs
+++ b/test/config/loader_test.exs
@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
-# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Config.LoaderTest do
diff --git a/test/config/transfer_task_test.exs b/test/config/transfer_task_test.exs
index 3d7218dde..ce31d1e87 100644
--- a/test/config/transfer_task_test.exs
+++ b/test/config/transfer_task_test.exs
@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
-# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Config.TransferTaskTest do