summaryrefslogtreecommitdiff
path: root/test/test_helper.exs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-09-18 23:20:54 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-09-18 23:21:11 +0200
commit447514dfa2759e3415399412e82bf772ff119e04 (patch)
tree3398e48932f84ef24d231363962ef15657cf9eda /test/test_helper.exs
parent79376abae347a5039931f57c581074b6da859827 (diff)
downloadpleroma-447514dfa2759e3415399412e82bf772ff119e04.tar.gz
pleroma-447514dfa2759e3415399412e82bf772ff119e04.zip
Bump copyright years of files changed in 2019
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
Diffstat (limited to 'test/test_helper.exs')
-rw-r--r--test/test_helper.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_helper.exs b/test/test_helper.exs
index a927b2c3d..fb33e0969 100644
--- a/test/test_helper.exs
+++ b/test/test_helper.exs
@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
-# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
os_exclude = if :os.type() == {:unix, :darwin}, do: [skip_on_mac: true], else: []