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/fixtures/modules | |
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/fixtures/modules')
-rw-r--r-- | test/fixtures/modules/runtime_module.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/modules/runtime_module.ex b/test/fixtures/modules/runtime_module.ex index 4711c3532..18cea44f3 100644 --- a/test/fixtures/modules/runtime_module.ex +++ b/test/fixtures/modules/runtime_module.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 RuntimeModule do |