diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-09-18 23:20:54 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-09-18 23:21:11 +0200 |
commit | 447514dfa2759e3415399412e82bf772ff119e04 (patch) | |
tree | 3398e48932f84ef24d231363962ef15657cf9eda /test/support/http_request_mock.ex | |
parent | 79376abae347a5039931f57c581074b6da859827 (diff) | |
download | pleroma-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/support/http_request_mock.ex')
-rw-r--r-- | test/support/http_request_mock.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/http_request_mock.ex b/test/support/http_request_mock.ex index 231e7c498..6f9886836 100644 --- a/test/support/http_request_mock.ex +++ b/test/support/http_request_mock.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 HttpRequestMock do |