diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-02-26 16:26:54 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-02-26 16:26:54 +0300 |
commit | e98d34e5fb569b52166f74a1fc255310938d657c (patch) | |
tree | fa2f650aa2457a16a2706d48fadb749d286e9641 /lib/pleroma/web/auth/database_authenticator.ex | |
parent | fd46edb473441fcf75492da4fcd30836d3382a0f (diff) | |
download | pleroma-e98d34e5fb569b52166f74a1fc255310938d657c.tar.gz |
Added missing copyright headers.
Diffstat (limited to 'lib/pleroma/web/auth/database_authenticator.ex')
-rw-r--r-- | lib/pleroma/web/auth/database_authenticator.ex | 4 |
1 files changed, 4 insertions, 0 deletions
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 <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Web.Auth.DatabaseAuthenticator do alias Pleroma.User |