copyright update
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Mon, 18 May 2020 12:15:51 +0000 (15:15 +0300)
committerAlexander Strizhakov <alex.strizhakov@gmail.com>
Mon, 18 May 2020 12:15:51 +0000 (15:15 +0300)
13 files changed:
lib/pleroma/mfa.ex
lib/pleroma/mfa/backup_codes.ex
lib/pleroma/mfa/changeset.ex
lib/pleroma/mfa/settings.ex
lib/pleroma/mfa/token.ex
lib/pleroma/mfa/totp.ex
lib/pleroma/web/auth/totp_authenticator.ex
lib/pleroma/web/oauth/mfa_controller.ex
lib/pleroma/web/oauth/mfa_view.ex
lib/pleroma/web/oauth/token/clean_worker.ex
lib/pleroma/web/pleroma_api/controllers/two_factor_authentication_controller.ex
test/web/auth/pleroma_authenticator_test.exs
test/web/auth/totp_authenticator_test.exs

index 2b77f542642cbb1f531d62e82ac0209d85e09464..01b743f4f821ca37b7a93a35bdcb427b7965ebc4 100644 (file)
@@ -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.MFA do
index 2b5ec34f8bd1071545b3281977d1a30b4113fdf2..9875310ff6b66676facb5f439a13c7c908e36c5b 100644 (file)
@@ -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.MFA.BackupCodes do
index 9b020aa8e58321e002abecdabadcfc7f046fe36a..77c4fa2026aeaf5006cacf55b8cdcd16eecc4b00 100644 (file)
@@ -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.MFA.Changeset do
index 2764b889c67ba9a42a12e2621c6ba298899b4c3f..de6e2228fb9474341c9e32836a7614e313ebd64b 100644 (file)
@@ -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.MFA.Settings do
index 25ff7fb2907d762ea6e380b9d36319c232b5d9ea..0b2449971d9e47c5650dd09878b12ad0a9aefd6d 100644 (file)
@@ -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.MFA.Token do
index 1407afc57c29706ed76d68cc614c9ac7965f03bb..d2ea2b3aaddf798a6421b8179b603dcf4ef10b3b 100644 (file)
@@ -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.MFA.TOTP do
index ce8a76219f3d48e940ba83474abcd48baa7894f0..1794e407c4c6a583f70c3dad8db633e6014a7eab 100644 (file)
@@ -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.TOTPAuthenticator do
index e52cccd85224a4b21bd35ace9f3ddc871826f65b..53e19f82ecbde609f821232a85705d6671826ed6 100644 (file)
@@ -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.OAuth.MFAController do
index e88e7066b066faa4ad9f33c6b092791e7a13209d..41d5578dc8fa1f06e0351991e6a58241ae811375 100644 (file)
@@ -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.OAuth.MFAView do
index 2c3bb9ded22e6b9edc053d5c186ffc67e503f97a..e3aa4eb7e539a2e4b097eb8db6830793de5389f9 100644 (file)
@@ -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.OAuth.Token.CleanWorker do
index eb9989cdf771f442bd8964968e6539b5f6c19b48..b86791d0961d9bf3d4f96485f9b92279942a8936 100644 (file)
@@ -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.PleromaAPI.TwoFactorAuthenticationController do
index 731bd5932a6f31f42c630d2c4da3312310f58fe2..1ba0dfecc53c8e1dfc20ff4252846880b7dcb5b9 100644 (file)
@@ -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.PleromaAuthenticatorTest do
index e502e0ae8c580047e7be7c85aba88a396391dcb6..84d4cd8402f1a177e5f9d5cec348982dee2bb661 100644 (file)
@@ -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