Elixir 1.12 changed formatting rules, this allows to avoid having to rollback to run `mix format`
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'