Skip to content

Commit 57c3f3d

Browse files
chore: add REUSE copyright attributions
1 parent db9d341 commit 57c3f3d

File tree

10 files changed

+39
-0
lines changed

10 files changed

+39
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2019 ash_postgres contributors <https://github.com/ash-project/ash_postgres/graphs.contributors>
2+
3+
SPDX-License-Identifier: MIT

priv/test_repo/migrations/20251015134238_install_immutable_raise_error_v2_extension.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 ash_postgres contributors <https://github.com/ash-project/ash_postgres/graphs.contributors>
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
defmodule AshPostgres.TestRepo.Migrations.InstallImmutableRaiseErrorV220251015134237 do
26
@moduledoc """
37
Installs any extensions that are mentioned in the repo's `installed_extensions/0` callback

priv/test_repo/migrations/20251015134240_migrate_resources63.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 ash_postgres contributors <https://github.com/ash-project/ash_postgres/graphs.contributors>
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
defmodule AshPostgres.TestRepo.Migrations.MigrateResources63 do
26
@moduledoc """
37
Updates resources based on their most recent snapshots.

test/immutable_raise_error_test.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 ash_postgres contributors <https://github.com/ash-project/ash_postgres/graphs.contributors>
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
defmodule AshPostgres.ImmutableRaiseErrorTest do
26
use AshPostgres.RepoCase, async: false
37

test/support/resources/immutable_error_tester/error.ex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 ash_postgres contributors <https://github.com/ash-project/ash_postgres/graphs.contributors>
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
defmodule AshPostgres.Test.ImmutableErrorTester.Error do
26
@moduledoc false
37
use Splode.Error,

test/support/resources/immutable_error_tester/immutable_error_tester.ex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 ash_postgres contributors <https://github.com/ash-project/ash_postgres/graphs.contributors>
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
defmodule AshPostgres.Test.ImmutableErrorTester do
26
@moduledoc false
37
use Ash.Resource,

test/support/resources/immutable_error_tester/struct.ex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 ash_postgres contributors <https://github.com/ash-project/ash_postgres/graphs.contributors>
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
defmodule AshPostgres.Test.ImmutableErrorTester.Struct do
26
@moduledoc false
37
use Ash.TypedStruct

test/support/resources/immutable_error_tester/validations/update_literal.ex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 ash_postgres contributors <https://github.com/ash-project/ash_postgres/graphs.contributors>
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
defmodule AshPostgres.Test.ImmutableErrorTester.Validations.UpdateLiteral do
26
@moduledoc false
37
use Ash.Resource.Validation

test/support/resources/immutable_error_tester/validations/update_many.ex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 ash_postgres contributors <https://github.com/ash-project/ash_postgres/graphs.contributors>
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
defmodule AshPostgres.Test.ImmutableErrorTester.Validations.UpdateMany do
26
@moduledoc false
37
use Ash.Resource.Validation

test/support/resources/immutable_error_tester/validations/update_one.ex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019 ash_postgres contributors <https://github.com/ash-project/ash_postgres/graphs.contributors>
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
defmodule AshPostgres.Test.ImmutableErrorTester.Validations.UpdateOne do
26
@moduledoc false
37
use Ash.Resource.Validation

0 commit comments

Comments
 (0)