ソースを参照

Bump copyright dates.

debug-remote-ip
lain 4年前
コミット
0adaab8e75
11個のファイルの変更12行の追加12行の削除
  1. +2
    -2
      COPYING
  2. +1
    -1
      lib/pleroma/web/activity_pub/object_validator.ex
  3. +1
    -1
      lib/pleroma/web/activity_pub/object_validators/common_validations.ex
  4. +1
    -1
      lib/pleroma/web/activity_pub/object_validators/create_validator.ex
  5. +1
    -1
      lib/pleroma/web/activity_pub/object_validators/like_validator.ex
  6. +1
    -1
      lib/pleroma/web/activity_pub/object_validators/note_validator.ex
  7. +1
    -1
      lib/pleroma/web/activity_pub/pipeline.ex
  8. +1
    -1
      priv/repo/migrations/20190408123347_create_conversations.exs
  9. +1
    -1
      test/web/activity_pub/object_validators/note_validator_test.exs
  10. +1
    -1
      test/web/activity_pub/pipeline_test.exs
  11. +1
    -1
      test/web/activity_pub/side_effects_test.exs

+ 2
- 2
COPYING ファイルの表示

@@ -1,4 +1,4 @@
Unless otherwise stated this repository is copyright © 2017-2019
Unless otherwise stated this repository is copyright © 2017-2020
Pleroma Authors <https://pleroma.social/>, and is distributed under
The GNU Affero General Public License Version 3, you should have received a
copy of the license file as AGPL-3.
@@ -23,7 +23,7 @@ priv/static/images/pleroma-fox-tan-shy.png

---

The following files are copyright © 2017-2019 Pleroma Authors
The following files are copyright © 2017-2020 Pleroma Authors
<https://pleroma.social/>, and are distributed under the Creative Commons
Attribution-ShareAlike 4.0 International license, you should have received
a copy of the license file as CC-BY-SA-4.0.


+ 1
- 1
lib/pleroma/web/activity_pub/object_validator.ex ファイルの表示

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.ObjectValidator do


+ 1
- 1
lib/pleroma/web/activity_pub/object_validators/common_validations.ex ファイルの表示

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.ObjectValidators.CommonValidations do


+ 1
- 1
lib/pleroma/web/activity_pub/object_validators/create_validator.ex ファイルの表示

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.ObjectValidators.CreateNoteValidator do


+ 1
- 1
lib/pleroma/web/activity_pub/object_validators/like_validator.ex ファイルの表示

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.ObjectValidators.LikeValidator do


+ 1
- 1
lib/pleroma/web/activity_pub/object_validators/note_validator.ex ファイルの表示

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.ObjectValidators.NoteValidator do


+ 1
- 1
lib/pleroma/web/activity_pub/pipeline.ex ファイルの表示

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.Pipeline do


+ 1
- 1
priv/repo/migrations/20190408123347_create_conversations.exs ファイルの表示

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Repo.Migrations.CreateConversations do


+ 1
- 1
test/web/activity_pub/object_validators/note_validator_test.exs ファイルの表示

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.ObjectValidators.NoteValidatorTest do


+ 1
- 1
test/web/activity_pub/pipeline_test.exs ファイルの表示

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.PipelineTest do


+ 1
- 1
test/web/activity_pub/side_effects_test.exs ファイルの表示

@@ -1,5 +1,5 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only

defmodule Pleroma.Web.ActivityPub.SideEffectsTest do


読み込み中…
キャンセル
保存