From e98d34e5fb569b52166f74a1fc255310938d657c Mon Sep 17 00:00:00 2001 From: Ivan Tashkinov Date: Tue, 26 Feb 2019 16:26:54 +0300 Subject: [PATCH] Added missing copyright headers. --- lib/pleroma/web/auth/database_authenticator.ex | 4 ++++ lib/pleroma/web/auth/pleroma_database_authenticator.ex | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/lib/pleroma/web/auth/database_authenticator.ex b/lib/pleroma/web/auth/database_authenticator.ex index 69024a4ba..02a16b634 100644 --- a/lib/pleroma/web/auth/database_authenticator.ex +++ b/lib/pleroma/web/auth/database_authenticator.ex @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2019 Pleroma Authors +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Web.Auth.DatabaseAuthenticator do alias Pleroma.User diff --git a/lib/pleroma/web/auth/pleroma_database_authenticator.ex b/lib/pleroma/web/auth/pleroma_database_authenticator.ex index 79a8dcfce..39aa1a586 100644 --- a/lib/pleroma/web/auth/pleroma_database_authenticator.ex +++ b/lib/pleroma/web/auth/pleroma_database_authenticator.ex @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2019 Pleroma Authors +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Web.Auth.PleromaDatabaseAuthenticator do alias Pleroma.User alias Comeonin.Pbkdf2