diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-07-31 11:14:18 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-07-31 11:14:18 +0300 |
commit | eeafcb9579fe559e85441a5b7864f7671d4880e8 (patch) | |
tree | 123d7e23c211eb62986c41d6965344e2926c9880 /lib | |
parent | 2fbe4b02a9ae59f7f56c20f25a2df2d49844c678 (diff) | |
download | pleroma-frontends/logic-flow.tar.gz |
Add missing copyrightsfrontends/logic-flow
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/frontend.ex | 4 | ||||
-rw-r--r-- | lib/pleroma/plugs/frontend_plug.ex | 4 | ||||
-rw-r--r-- | lib/pleroma/web/controller/frontend/headless_controller.ex | 4 | ||||
-rw-r--r-- | lib/pleroma/web/controller/frontend/kenoma_controller.ex | 4 | ||||
-rw-r--r-- | lib/pleroma/web/controller/frontend/pleroma_controller.ex | 4 | ||||
-rw-r--r-- | lib/pleroma/web/controller/frontend_controller.ex | 4 |
6 files changed, 24 insertions, 0 deletions
diff --git a/lib/pleroma/frontend.ex b/lib/pleroma/frontend.ex index 646a0c806..f6aa3629f 100644 --- a/lib/pleroma/frontend.ex +++ b/lib/pleroma/frontend.ex @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Frontend do @type frontend_kind :: :primary diff --git a/lib/pleroma/plugs/frontend_plug.ex b/lib/pleroma/plugs/frontend_plug.ex index b6bc23ae7..9b6f50696 100644 --- a/lib/pleroma/plugs/frontend_plug.ex +++ b/lib/pleroma/plugs/frontend_plug.ex @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Plugs.FrontendPlug do import Plug.Conn diff --git a/lib/pleroma/web/controller/frontend/headless_controller.ex b/lib/pleroma/web/controller/frontend/headless_controller.ex index fe60c05dc..e30162782 100644 --- a/lib/pleroma/web/controller/frontend/headless_controller.ex +++ b/lib/pleroma/web/controller/frontend/headless_controller.ex @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Web.Frontend.HeadlessController do use Pleroma.Web, :controller diff --git a/lib/pleroma/web/controller/frontend/kenoma_controller.ex b/lib/pleroma/web/controller/frontend/kenoma_controller.ex index dbd487e7e..9c1b2329b 100644 --- a/lib/pleroma/web/controller/frontend/kenoma_controller.ex +++ b/lib/pleroma/web/controller/frontend/kenoma_controller.ex @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Web.Frontend.KenomaController do use Pleroma.Web, :controller use Pleroma.Web.FrontendController diff --git a/lib/pleroma/web/controller/frontend/pleroma_controller.ex b/lib/pleroma/web/controller/frontend/pleroma_controller.ex index 18a376e6b..509871619 100644 --- a/lib/pleroma/web/controller/frontend/pleroma_controller.ex +++ b/lib/pleroma/web/controller/frontend/pleroma_controller.ex @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Web.Frontend.PleromaController do use Pleroma.Web, :controller use Pleroma.Web.FrontendController diff --git a/lib/pleroma/web/controller/frontend_controller.ex b/lib/pleroma/web/controller/frontend_controller.ex index 2e9082db1..ce04934fe 100644 --- a/lib/pleroma/web/controller/frontend_controller.ex +++ b/lib/pleroma/web/controller/frontend_controller.ex @@ -1,3 +1,7 @@ +# Pleroma: A lightweight social networking server +# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> +# SPDX-License-Identifier: AGPL-3.0-only + defmodule Pleroma.Web.FrontendController do use Pleroma.Web, :controller |