add copyright notice for forked files
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Thu, 20 Jan 2022 12:48:16 +0000 (12:48 +0000)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Thu, 20 Jan 2022 12:48:16 +0000 (12:48 +0000)
lib/pleroma/elasticsearch/document_mappings/activity.ex
lib/pleroma/elasticsearch/document_mappings/hashtag.ex
lib/pleroma/elasticsearch/document_mappings/user.ex
lib/pleroma/elasticsearch/store.ex
lib/pleroma/search/elasticsearch.ex
lib/pleroma/search/elasticsearch/activity_parser.ex
lib/pleroma/search/elasticsearch/hashtag_parser.ex
lib/pleroma/search/elasticsearch/user_paser.ex

index 35b70dd4a99185387d3f49116e3a426f574c2d41..a028c6fad7b4f402c2d56eba2cc966f47bec9619 100644 (file)
@@ -1,3 +1,7 @@
+# Akkoma: A lightweight social networking server
+# Copyright © 2022-2022 Akkoma Authors <https://git.ihatebeinga.live/IHBAGang/akkoma/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Elasticsearch.DocumentMappings.Activity do
   alias Pleroma.Object
 
index ce9a86c8d07edf4f61c044f98dff87b3a46675d7..7391983f67e6d0f45723aa8d34fa73f0f4d522e1 100644 (file)
@@ -1,3 +1,7 @@
+# Akkoma: A lightweight social networking server
+# Copyright © 2022-2022 Akkoma Authors <https://git.ihatebeinga.live/IHBAGang/akkoma/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Elasticsearch.DocumentMappings.Hashtag do
   def id(obj), do: obj.id
 
index 0e57438f25360d4f4ac75f6086f46ec34a58b6eb..d5cfca65646c70a8b34196debf41bf2afe0a4c5c 100644 (file)
@@ -1,3 +1,7 @@
+# Akkoma: A lightweight social networking server
+# Copyright © 2022-2022 Akkoma Authors <https://git.ihatebeinga.live/IHBAGang/akkoma/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Elasticsearch.DocumentMappings.User do
   def id(obj), do: obj.id
 
index 648bf1642de40afcd1b562bd376351c30d57bc25..cc2de6fcfe10c6e7bfe320084846e838fd315e7e 100644 (file)
@@ -1,3 +1,7 @@
+# Akkoma: A lightweight social networking server
+# Copyright © 2022-2022 Akkoma Authors <https://git.ihatebeinga.live/IHBAGang/akkoma/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Elasticsearch do
   alias Pleroma.Activity
   alias Pleroma.User
index 614a48bb9605fd51fedf8e54fc6a5c7fd1dd2a1c..76d2c32771764a31b77809bb57c205aace355410 100644 (file)
@@ -1,3 +1,7 @@
+# Akkoma: A lightweight social networking server
+# Copyright © 2022-2022 Akkoma Authors <https://git.ihatebeinga.live/IHBAGang/akkoma/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Search.Elasticsearch do
   @behaviour Pleroma.Search
 
index 0c124d5374e6d4a65fa71440757e45ea9bdc2afc..9c39e516a54d76835efc32f7c956e87e1b34edac 100644 (file)
@@ -1,3 +1,7 @@
+# Akkoma: A lightweight social networking server
+# Copyright © 2022-2022 Akkoma Authors <https://git.ihatebeinga.live/IHBAGang/akkoma/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Search.Elasticsearch.Parsers.Activity do
   defp to_es(term) when is_binary(term) do
     %{
index 644969c786394722cc6c9db413af0e969ee20f76..911dc651cbe36f332290f03b8324f77215f88c43 100644 (file)
@@ -1,3 +1,7 @@
+# Akkoma: A lightweight social networking server
+# Copyright © 2022-2022 Akkoma Authors <https://git.ihatebeinga.live/IHBAGang/akkoma/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Search.Elasticsearch.Parsers.Hashtag do
   defp to_es(term) when is_binary(term) do
     %{
index 76da3bd3330e366af54d71443c5ac4d3d278dc63..4176c6141630069e72e6c1ba512a995d77148c83 100644 (file)
@@ -1,3 +1,7 @@
+# Akkoma: A lightweight social networking server
+# Copyright © 2022-2022 Akkoma Authors <https://git.ihatebeinga.live/IHBAGang/akkoma/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Search.Elasticsearch.Parsers.User do
   defp to_es(term) when is_binary(term) do
     %{