Просмотр исходного кода

Added missing copyright headers.

tags/v1.1.4
Ivan Tashkinov 5 лет назад
Родитель
Сommit
e98d34e5fb
2 измененных файлов: 8 добавлений и 0 удалений
  1. +4
    -0
      lib/pleroma/web/auth/database_authenticator.ex
  2. +4
    -0
      lib/pleroma/web/auth/pleroma_database_authenticator.ex

+ 4
- 0
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



+ 4
- 0
lib/pleroma/web/auth/pleroma_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.PleromaDatabaseAuthenticator do
alias Pleroma.User
alias Comeonin.Pbkdf2


Загрузка…
Отмена
Сохранить