Skip to content

Commit 0b4d0f3

Browse files
authored
Fix Plataformatec Copyright (#14970)
1 parent 10bc090 commit 0b4d0f3

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

lib/elixir/lib/module/types/apply.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# SPDX-FileCopyrightText: 2021 The Elixir Team
3+
# SPDX-FileCopyrightText: 2012 Plataformatec
34

45
defmodule Module.Types.Apply do
56
# Typing functionality shared between Expr and Pattern.

lib/elixir/lib/module/types/of.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# SPDX-FileCopyrightText: 2021 The Elixir Team
3+
# SPDX-FileCopyrightText: 2012 Plataformatec
34

45
defmodule Module.Types.Of do
56
# Typing functionality shared between Expr and Pattern.

lib/elixir/scripts/diff.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# SPDX-FileCopyrightText: 2021 The Elixir Team
3+
# SPDX-FileCopyrightText: 2012 Plataformatec
34

45
defmodule Diff do
56
@moduledoc """

lib/elixir/test/elixir/calendar_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# SPDX-FileCopyrightText: 2021 The Elixir Team
3+
# SPDX-FileCopyrightText: 2012 Plataformatec
34

45
Code.require_file("test_helper.exs", __DIR__)
56

lib/elixir/test/elixir/module/types/type_helper.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# SPDX-FileCopyrightText: 2021 The Elixir Team
3+
# SPDX-FileCopyrightText: 2012 Plataformatec
34

45
Code.require_file("../../test_helper.exs", __DIR__)
56

lib/mix/lib/mix/tasks/app.config.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# SPDX-FileCopyrightText: 2021 The Elixir Team
3+
# SPDX-FileCopyrightText: 2012 Plataformatec
34

45
defmodule Mix.Tasks.App.Config do
56
use Mix.Task

lib/mix/lib/mix/tasks/test.coverage.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# SPDX-FileCopyrightText: 2021 The Elixir Team
3+
# SPDX-FileCopyrightText: 2012 Plataformatec
34

45
defmodule Mix.Tasks.Test.Coverage do
56
use Mix.Task

lib/mix/test/mix/tasks/app.config_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# SPDX-FileCopyrightText: 2021 The Elixir Team
3+
# SPDX-FileCopyrightText: 2012 Plataformatec
34

45
Code.require_file("../../test_helper.exs", __DIR__)
56

0 commit comments

Comments
 (0)