diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-01-13 07:49:20 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-01-13 07:49:50 +0100 |
commit | c4439c630f46153c9f118d7f7e752d880206d262 (patch) | |
tree | bd27f34590de43149f5cb67ac438a769e69dea45 /test/pleroma/web/common_api | |
parent | 5453038ce92597fe2d26cb843d48e9aa660d1ee9 (diff) | |
download | pleroma-c4439c630f46153c9f118d7f7e752d880206d262.tar.gz |
Bump Copyright to 2021
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
Diffstat (limited to 'test/pleroma/web/common_api')
-rw-r--r-- | test/pleroma/web/common_api/utils_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/common_api/utils_test.exs b/test/pleroma/web/common_api/utils_test.exs index 4d6c9ea26..f2043e152 100644 --- a/test/pleroma/web/common_api/utils_test.exs +++ b/test/pleroma/web/common_api/utils_test.exs @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> +# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.Web.CommonAPI.UtilsTest do |