diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-03-02 05:54:39 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-03-02 05:54:56 +0100 |
commit | 6c0d869d9d46af12b2977842e4e1381871c49118 (patch) | |
tree | 800517e9ac0856150ec16d4668b99567ad6a0edc /test/support/channel_case.ex | |
parent | 6471c09372204a9fec20cd58492149862e389d24 (diff) | |
download | pleroma-6c0d869d9d46af12b2977842e4e1381871c49118.tar.gz pleroma-6c0d869d9d46af12b2977842e4e1381871c49118.zip |
Bump copyright years of files changed after 2019-01-01
Done via the following command:
git diff 1e6c102b --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
Diffstat (limited to 'test/support/channel_case.ex')
-rw-r--r-- | test/support/channel_case.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/channel_case.ex b/test/support/channel_case.ex index 4a4585844..557fc433a 100644 --- a/test/support/channel_case.ex +++ b/test/support/channel_case.ex @@ -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 defmodule Pleroma.Web.ChannelCase do |