Browse Source

Bump copyright years of files changed after 2019-01-01

Done via the following command:
git diff 1e6c102b --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
fix/epmd-loopback
Haelwenn (lanodan) Monnier 4 years ago
parent
commit
6c0d869d9d
No known key found for this signature in database GPG Key ID: D5B7A8E43C997DEE
9 changed files with 9 additions and 9 deletions
  1. +1
    -1
      test/emoji/formatter_test.exs
  2. +1
    -1
      test/federation/federation_test.exs
  3. +1
    -1
      test/fixtures/modules/runtime_module.ex
  4. +1
    -1
      test/plugs/admin_secret_authentication_plug_test.exs
  5. +1
    -1
      test/plugs/user_enabled_plug_test.exs
  6. +1
    -1
      test/plugs/user_is_admin_plug_test.exs
  7. +1
    -1
      test/runtime_test.exs
  8. +1
    -1
      test/support/channel_case.ex
  9. +1
    -1
      test/web/oauth/app_test.exs

+ 1
- 1
test/emoji/formatter_test.exs View File

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

defmodule Pleroma.Emoji.FormatterTest do


+ 1
- 1
test/federation/federation_test.exs View File

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

defmodule Pleroma.Integration.FederationTest do


+ 1
- 1
test/fixtures/modules/runtime_module.ex View File

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

defmodule RuntimeModule do


+ 1
- 1
test/plugs/admin_secret_authentication_plug_test.exs View File

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

defmodule Pleroma.Plugs.AdminSecretAuthenticationPlugTest do


+ 1
- 1
test/plugs/user_enabled_plug_test.exs View File

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

defmodule Pleroma.Plugs.UserEnabledPlugTest do


+ 1
- 1
test/plugs/user_is_admin_plug_test.exs View File

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

defmodule Pleroma.Plugs.UserIsAdminPlugTest do


+ 1
- 1
test/runtime_test.exs View File

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

defmodule Pleroma.RuntimeTest do


+ 1
- 1
test/support/channel_case.ex View File

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

defmodule Pleroma.Web.ChannelCase do


+ 1
- 1
test/web/oauth/app_test.exs View File

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

defmodule Pleroma.Web.OAuth.AppTest do


Loading…
Cancel
Save