diff options
author | lain <lain@soykaf.club> | 2020-05-18 12:35:27 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-18 12:35:27 +0000 |
commit | 20a22362b8b72adc03ce529d50a8d87029358155 (patch) | |
tree | 5674a6fdb05a7d2690e4f70b53ca6609175c1cd8 /test/web/auth/totp_authenticator_test.exs | |
parent | 5c502eb3addc152c5ae7adc158c1810f1e54da74 (diff) | |
parent | 215daabdb4441ca6620366cc06c6827c8dc69bc5 (diff) | |
download | pleroma-20a22362b8b72adc03ce529d50a8d87029358155.tar.gz pleroma-20a22362b8b72adc03ce529d50a8d87029358155.zip |
Merge branch 'copyright' into 'develop'
Copyright update
See merge request pleroma/pleroma!2547
Diffstat (limited to 'test/web/auth/totp_authenticator_test.exs')
-rw-r--r-- | test/web/auth/totp_authenticator_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/auth/totp_authenticator_test.exs b/test/web/auth/totp_authenticator_test.exs index e502e0ae8..84d4cd840 100644 --- a/test/web/auth/totp_authenticator_test.exs +++ b/test/web/auth/totp_authenticator_test.exs @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/> +# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.Web.Auth.TOTPAuthenticatorTest do |