Added missing copyright headers.
authorIvan Tashkinov <ivantashkinov@gmail.com>
Tue, 26 Feb 2019 13:26:54 +0000 (16:26 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Tue, 26 Feb 2019 13:26:54 +0000 (16:26 +0300)
lib/pleroma/web/auth/database_authenticator.ex
lib/pleroma/web/auth/pleroma_database_authenticator.ex

index 69024a4ba25f2362cddc3f8099d8ccd997331ea0..02a16b634540a3c15e6c5897a22d68d363c1edac 100644 (file)
@@ -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
 
index 79a8dcfce4dcfe416d38ac4a646f9ac303ff9a2e..39aa1a586ec06bb96e93be4c7bbc2e0004b3743a 100644 (file)
@@ -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.PleromaDatabaseAuthenticator do
   alias Pleroma.User
   alias Comeonin.Pbkdf2