From aeb85792ca7b34372920c73099241e0024560271 Mon Sep 17 00:00:00 2001 From: Leon Qadirie Date: Sun, 1 Feb 2026 15:28:44 +0100 Subject: [PATCH] chore: SPDX contributor links --- .check.exs | 2 +- .doctor.exs | 2 +- .formatter.exs | 2 +- .github/dependabot.yml | 2 +- .github/workflows/elixir.yml | 2 +- .gitignore | 2 +- config/config.exs | 2 +- lib/mix/tasks/reactor.install.ex | 2 +- lib/mix/tasks/reactor.mermaid.ex | 2 +- lib/mix/tasks/reactor.run.ex | 2 +- lib/reactor.ex | 2 +- lib/reactor/application.ex | 2 +- lib/reactor/argument.ex | 2 +- lib/reactor/argument/build.ex | 2 +- lib/reactor/builder.ex | 2 +- lib/reactor/builder/compose.ex | 2 +- lib/reactor/builder/input.ex | 2 +- lib/reactor/builder/recurse.ex | 2 +- lib/reactor/builder/step.ex | 2 +- lib/reactor/dsl.ex | 2 +- lib/reactor/dsl/argument.ex | 2 +- lib/reactor/dsl/around.ex | 2 +- lib/reactor/dsl/build.ex | 2 +- lib/reactor/dsl/collect.ex | 2 +- lib/reactor/dsl/compose.ex | 2 +- lib/reactor/dsl/debug.ex | 2 +- lib/reactor/dsl/flunk.ex | 2 +- lib/reactor/dsl/group.ex | 2 +- lib/reactor/dsl/guard.ex | 2 +- lib/reactor/dsl/info.ex | 2 +- lib/reactor/dsl/input.ex | 2 +- lib/reactor/dsl/map.ex | 2 +- lib/reactor/dsl/middleware.ex | 2 +- lib/reactor/dsl/recurse.ex | 2 +- lib/reactor/dsl/step.ex | 2 +- lib/reactor/dsl/switch.ex | 2 +- lib/reactor/dsl/switch/default.ex | 2 +- lib/reactor/dsl/switch/match.ex | 2 +- lib/reactor/dsl/template.ex | 2 +- lib/reactor/dsl/transformer.ex | 2 +- lib/reactor/dsl/utils.ex | 2 +- lib/reactor/dsl/verifier.ex | 2 +- lib/reactor/dsl/wait_for.ex | 2 +- lib/reactor/dsl/where.ex | 2 +- lib/reactor/error.ex | 2 +- lib/reactor/error/internal.ex | 2 +- lib/reactor/error/internal/compose_error.ex | 2 +- lib/reactor/error/internal/missing_return_result_error.ex | 2 +- lib/reactor/error/internal/plan_error.ex | 2 +- lib/reactor/error/internal/unreachable_error.ex | 2 +- lib/reactor/error/invalid.ex | 2 +- lib/reactor/error/invalid/argument_subpath_error.ex | 2 +- lib/reactor/error/invalid/compensate_step_error.ex | 2 +- lib/reactor/error/invalid/forced_failure_error.ex | 2 +- lib/reactor/error/invalid/invalid_result_error.ex | 2 +- lib/reactor/error/invalid/missing_argument_error.ex | 2 +- lib/reactor/error/invalid/missing_input_error.ex | 2 +- lib/reactor/error/invalid/missing_result_error.ex | 2 +- lib/reactor/error/invalid/retries_exceeded_error.ex | 2 +- lib/reactor/error/invalid/run_step_error.ex | 2 +- lib/reactor/error/invalid/transform_error.ex | 2 +- lib/reactor/error/invalid/undo_retries_exceeded.ex | 2 +- lib/reactor/error/invalid/undo_step_error.ex | 2 +- lib/reactor/error/unknown.ex | 2 +- lib/reactor/error/unknown/unknown_error.ex | 2 +- lib/reactor/error/utils.ex | 2 +- lib/reactor/error/validation.ex | 2 +- lib/reactor/error/validation/missing_return_error.ex | 2 +- lib/reactor/error/validation/state_error.ex | 2 +- lib/reactor/executor.ex | 2 +- lib/reactor/executor/async.ex | 2 +- lib/reactor/executor/backoff.ex | 2 +- lib/reactor/executor/concurrency_tracker.ex | 2 +- lib/reactor/executor/hooks.ex | 2 +- lib/reactor/executor/init.ex | 2 +- lib/reactor/executor/state.ex | 2 +- lib/reactor/executor/step_runner.ex | 2 +- lib/reactor/executor/sync.ex | 2 +- lib/reactor/guard.ex | 2 +- lib/reactor/guard/build.ex | 2 +- lib/reactor/info.ex | 2 +- lib/reactor/input.ex | 2 +- lib/reactor/mermaid.ex | 2 +- lib/reactor/mermaid/argument.ex | 2 +- lib/reactor/mermaid/node.ex | 2 +- lib/reactor/mermaid/reactor.ex | 2 +- lib/reactor/mermaid/step.ex | 2 +- lib/reactor/mermaid/utils.ex | 2 +- lib/reactor/middleware.ex | 2 +- lib/reactor/middleware/telemetry.ex | 2 +- lib/reactor/planner.ex | 2 +- lib/reactor/step.ex | 2 +- lib/reactor/step/anon_fn.ex | 2 +- lib/reactor/step/anon_fn/mermaid.ex | 2 +- lib/reactor/step/around.ex | 2 +- lib/reactor/step/around/mermaid.ex | 2 +- lib/reactor/step/compose.ex | 2 +- lib/reactor/step/compose/mermaid.ex | 2 +- lib/reactor/step/debug.ex | 2 +- lib/reactor/step/fail.ex | 2 +- lib/reactor/step/group.ex | 2 +- lib/reactor/step/group/mermaid.ex | 2 +- lib/reactor/step/map.ex | 2 +- lib/reactor/step/map/mermaid.ex | 2 +- lib/reactor/step/recurse.ex | 2 +- lib/reactor/step/recurse/mermaid.ex | 2 +- lib/reactor/step/return_all_arguments.ex | 2 +- lib/reactor/step/return_argument.ex | 2 +- lib/reactor/step/switch.ex | 2 +- lib/reactor/step/switch/mermaid.ex | 2 +- lib/reactor/step/template.ex | 2 +- lib/reactor/step/transform.ex | 2 +- lib/reactor/step/transform/mermaid.ex | 2 +- lib/reactor/step/transform_all.ex | 2 +- lib/reactor/template.ex | 2 +- lib/reactor/template/element.ex | 2 +- lib/reactor/template/input.ex | 2 +- lib/reactor/template/result.ex | 2 +- lib/reactor/template/value.ex | 2 +- lib/reactor/utils.ex | 2 +- mix.exs | 2 +- test/mix/tasks/reactor_mermaid_test.exs | 2 +- test/reactor/argument/build_test.exs | 2 +- test/reactor/argument_test.exs | 2 +- test/reactor/bugs/switch_preceding_steps_test.exs | 2 +- test/reactor/builder/input_test.exs | 2 +- test/reactor/builder/step_test.exs | 2 +- test/reactor/builder_test.exs | 2 +- test/reactor/dsl/argument_test.exs | 2 +- test/reactor/dsl/around_test.exs | 2 +- test/reactor/dsl/collect_test.exs | 2 +- test/reactor/dsl/compose_in_map_test.exs | 2 +- test/reactor/dsl/compose_test.exs | 2 +- test/reactor/dsl/debug_test.exs | 2 +- test/reactor/dsl/flunk_test.exs | 2 +- test/reactor/dsl/group_test.exs | 2 +- test/reactor/dsl/guard_test.exs | 2 +- test/reactor/dsl/input_test.exs | 2 +- test/reactor/dsl/map_test.exs | 2 +- test/reactor/dsl/nested_dependencies_test.exs | 2 +- test/reactor/dsl/recurse_test.exs | 2 +- test/reactor/dsl/switch_test.exs | 2 +- test/reactor/dsl/template_test.exs | 2 +- test/reactor/dsl/transformer_test.exs | 2 +- test/reactor/dsl/verifier_test.exs | 2 +- test/reactor/dsl/wait_for_test.exs | 2 +- test/reactor/dsl/where_test.exs | 2 +- test/reactor/dsl_test.exs | 2 +- test/reactor/error_test.exs | 2 +- test/reactor/executor/async_test.exs | 2 +- test/reactor/executor/compensation_test.exs | 2 +- test/reactor/executor/concurrency_tracker_test.exs | 2 +- test/reactor/executor/event_test.exs | 2 +- test/reactor/executor/hooks_test.exs | 2 +- test/reactor/executor/init_test.exs | 2 +- test/reactor/executor/state_test.exs | 2 +- test/reactor/executor/step_runner_test.exs | 2 +- test/reactor/executor/sync_test.exs | 2 +- test/reactor/executor_test.exs | 2 +- test/reactor/info_test.exs | 2 +- test/reactor/mermaid_test.exs | 2 +- test/reactor/middleware/telemetry_test.exs | 2 +- test/reactor/planner_test.exs | 2 +- test/reactor/step/anon_fn_test.exs | 2 +- test/reactor/step/around_test.exs | 2 +- test/reactor/step/error_test.exs | 2 +- test/reactor/step/group_test.exs | 2 +- test/reactor/step/switch_test.exs | 2 +- test/reactor/step/transform_all_test.exs | 2 +- test/reactor/step/transform_test.exs | 2 +- test/reactor/step_test.exs | 2 +- test/reactor/utils_test.exs | 2 +- test/reactor_test.exs | 2 +- test/support/example/basic_reactor.ex | 2 +- test/support/example/complex_reactor.ex | 2 +- test/support/example/hello_world_reactor.ex | 2 +- test/support/example/steps/compensable.ex | 2 +- test/support/example/steps/doable.ex | 2 +- test/support/example/steps/greeter.ex | 2 +- test/support/example/steps/undoable.ex | 2 +- test/test_helper.exs | 2 +- 181 files changed, 181 insertions(+), 181 deletions(-) diff --git a/.check.exs b/.check.exs index f327f02..b1cc9e7 100644 --- a/.check.exs +++ b/.check.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/.doctor.exs b/.doctor.exs index e7d7d19..3aa9613 100644 --- a/.doctor.exs +++ b/.doctor.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/.formatter.exs b/.formatter.exs index f66f8b3..6308d8d 100644 --- a/.formatter.exs +++ b/.formatter.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 423d02b..7e1604a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 952abe2..43d2ce6 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/.gitignore b/.gitignore index edaa3c8..35db813 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/config/config.exs b/config/config.exs index 1192e19..b2e1bd9 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/mix/tasks/reactor.install.ex b/lib/mix/tasks/reactor.install.ex index c0dc4a9..6d8a10b 100644 --- a/lib/mix/tasks/reactor.install.ex +++ b/lib/mix/tasks/reactor.install.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/mix/tasks/reactor.mermaid.ex b/lib/mix/tasks/reactor.mermaid.ex index 7533854..e9d0020 100644 --- a/lib/mix/tasks/reactor.mermaid.ex +++ b/lib/mix/tasks/reactor.mermaid.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/mix/tasks/reactor.run.ex b/lib/mix/tasks/reactor.run.ex index 5279f2d..7b3f161 100644 --- a/lib/mix/tasks/reactor.run.ex +++ b/lib/mix/tasks/reactor.run.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor.ex b/lib/reactor.ex index f806f39..f82a22e 100644 --- a/lib/reactor.ex +++ b/lib/reactor.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/application.ex b/lib/reactor/application.ex index 733a285..84ff153 100644 --- a/lib/reactor/application.ex +++ b/lib/reactor/application.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/argument.ex b/lib/reactor/argument.ex index 6acc3d4..ae7cda0 100644 --- a/lib/reactor/argument.ex +++ b/lib/reactor/argument.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/argument/build.ex b/lib/reactor/argument/build.ex index 78b39e2..70d6ce7 100644 --- a/lib/reactor/argument/build.ex +++ b/lib/reactor/argument/build.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/builder.ex b/lib/reactor/builder.ex index 0213392..3763f54 100644 --- a/lib/reactor/builder.ex +++ b/lib/reactor/builder.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/builder/compose.ex b/lib/reactor/builder/compose.ex index e72c9d4..e364a78 100644 --- a/lib/reactor/builder/compose.ex +++ b/lib/reactor/builder/compose.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/builder/input.ex b/lib/reactor/builder/input.ex index 67d8357..f7cdad2 100644 --- a/lib/reactor/builder/input.ex +++ b/lib/reactor/builder/input.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/builder/recurse.ex b/lib/reactor/builder/recurse.ex index 9efba93..a216c18 100644 --- a/lib/reactor/builder/recurse.ex +++ b/lib/reactor/builder/recurse.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/builder/step.ex b/lib/reactor/builder/step.ex index b76c0d7..c4192d7 100644 --- a/lib/reactor/builder/step.ex +++ b/lib/reactor/builder/step.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl.ex b/lib/reactor/dsl.ex index bd0056e..94e0702 100644 --- a/lib/reactor/dsl.ex +++ b/lib/reactor/dsl.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/argument.ex b/lib/reactor/dsl/argument.ex index c1a3d2a..49aa1f0 100644 --- a/lib/reactor/dsl/argument.ex +++ b/lib/reactor/dsl/argument.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/around.ex b/lib/reactor/dsl/around.ex index 2b03cfa..c4093aa 100644 --- a/lib/reactor/dsl/around.ex +++ b/lib/reactor/dsl/around.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/build.ex b/lib/reactor/dsl/build.ex index 30918be..a1fb6ec 100644 --- a/lib/reactor/dsl/build.ex +++ b/lib/reactor/dsl/build.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/collect.ex b/lib/reactor/dsl/collect.ex index 2761ce4..2f05c73 100644 --- a/lib/reactor/dsl/collect.ex +++ b/lib/reactor/dsl/collect.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/compose.ex b/lib/reactor/dsl/compose.ex index 953c4b3..bae6a3b 100644 --- a/lib/reactor/dsl/compose.ex +++ b/lib/reactor/dsl/compose.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/debug.ex b/lib/reactor/dsl/debug.ex index 8ed906d..f71113e 100644 --- a/lib/reactor/dsl/debug.ex +++ b/lib/reactor/dsl/debug.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/flunk.ex b/lib/reactor/dsl/flunk.ex index fc76ce1..47284c7 100644 --- a/lib/reactor/dsl/flunk.ex +++ b/lib/reactor/dsl/flunk.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/group.ex b/lib/reactor/dsl/group.ex index 6c707d6..21bb5f2 100644 --- a/lib/reactor/dsl/group.ex +++ b/lib/reactor/dsl/group.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/guard.ex b/lib/reactor/dsl/guard.ex index 57b999e..7761d54 100644 --- a/lib/reactor/dsl/guard.ex +++ b/lib/reactor/dsl/guard.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/info.ex b/lib/reactor/dsl/info.ex index 67bff3d..6fccc6c 100644 --- a/lib/reactor/dsl/info.ex +++ b/lib/reactor/dsl/info.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/input.ex b/lib/reactor/dsl/input.ex index 165bba3..2746adf 100644 --- a/lib/reactor/dsl/input.ex +++ b/lib/reactor/dsl/input.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/map.ex b/lib/reactor/dsl/map.ex index 704f92e..36ab539 100644 --- a/lib/reactor/dsl/map.ex +++ b/lib/reactor/dsl/map.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/middleware.ex b/lib/reactor/dsl/middleware.ex index fd15abf..26dd905 100644 --- a/lib/reactor/dsl/middleware.ex +++ b/lib/reactor/dsl/middleware.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/recurse.ex b/lib/reactor/dsl/recurse.ex index 4e74ff1..a17a769 100644 --- a/lib/reactor/dsl/recurse.ex +++ b/lib/reactor/dsl/recurse.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/step.ex b/lib/reactor/dsl/step.ex index 73647c2..6d22902 100644 --- a/lib/reactor/dsl/step.ex +++ b/lib/reactor/dsl/step.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/switch.ex b/lib/reactor/dsl/switch.ex index b091047..6c930be 100644 --- a/lib/reactor/dsl/switch.ex +++ b/lib/reactor/dsl/switch.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/switch/default.ex b/lib/reactor/dsl/switch/default.ex index 0f3d079..9f563b0 100644 --- a/lib/reactor/dsl/switch/default.ex +++ b/lib/reactor/dsl/switch/default.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/switch/match.ex b/lib/reactor/dsl/switch/match.ex index fe497dc..92e4f47 100644 --- a/lib/reactor/dsl/switch/match.ex +++ b/lib/reactor/dsl/switch/match.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/template.ex b/lib/reactor/dsl/template.ex index 2e54295..59e1431 100644 --- a/lib/reactor/dsl/template.ex +++ b/lib/reactor/dsl/template.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/transformer.ex b/lib/reactor/dsl/transformer.ex index 5886cbf..f581232 100644 --- a/lib/reactor/dsl/transformer.ex +++ b/lib/reactor/dsl/transformer.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/utils.ex b/lib/reactor/dsl/utils.ex index 850ee99..43988cf 100644 --- a/lib/reactor/dsl/utils.ex +++ b/lib/reactor/dsl/utils.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/verifier.ex b/lib/reactor/dsl/verifier.ex index 2da73a5..b9e3121 100644 --- a/lib/reactor/dsl/verifier.ex +++ b/lib/reactor/dsl/verifier.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/wait_for.ex b/lib/reactor/dsl/wait_for.ex index 13290fa..84b7225 100644 --- a/lib/reactor/dsl/wait_for.ex +++ b/lib/reactor/dsl/wait_for.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/dsl/where.ex b/lib/reactor/dsl/where.ex index b551f48..9120cd0 100644 --- a/lib/reactor/dsl/where.ex +++ b/lib/reactor/dsl/where.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error.ex b/lib/reactor/error.ex index b7fbf47..679b41c 100644 --- a/lib/reactor/error.ex +++ b/lib/reactor/error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/internal.ex b/lib/reactor/error/internal.ex index 9836821..44a3499 100644 --- a/lib/reactor/error/internal.ex +++ b/lib/reactor/error/internal.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/internal/compose_error.ex b/lib/reactor/error/internal/compose_error.ex index 8c111d2..0f9d2b7 100644 --- a/lib/reactor/error/internal/compose_error.ex +++ b/lib/reactor/error/internal/compose_error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/internal/missing_return_result_error.ex b/lib/reactor/error/internal/missing_return_result_error.ex index 9d1f240..c20dea7 100644 --- a/lib/reactor/error/internal/missing_return_result_error.ex +++ b/lib/reactor/error/internal/missing_return_result_error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/internal/plan_error.ex b/lib/reactor/error/internal/plan_error.ex index 44b78f7..98920a6 100644 --- a/lib/reactor/error/internal/plan_error.ex +++ b/lib/reactor/error/internal/plan_error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/internal/unreachable_error.ex b/lib/reactor/error/internal/unreachable_error.ex index ca1b523..f6d3183 100644 --- a/lib/reactor/error/internal/unreachable_error.ex +++ b/lib/reactor/error/internal/unreachable_error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/invalid.ex b/lib/reactor/error/invalid.ex index d6d7e0e..551f67d 100644 --- a/lib/reactor/error/invalid.ex +++ b/lib/reactor/error/invalid.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/invalid/argument_subpath_error.ex b/lib/reactor/error/invalid/argument_subpath_error.ex index cf7a95c..325bd0d 100644 --- a/lib/reactor/error/invalid/argument_subpath_error.ex +++ b/lib/reactor/error/invalid/argument_subpath_error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/invalid/compensate_step_error.ex b/lib/reactor/error/invalid/compensate_step_error.ex index ff9b446..d86a69f 100644 --- a/lib/reactor/error/invalid/compensate_step_error.ex +++ b/lib/reactor/error/invalid/compensate_step_error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/invalid/forced_failure_error.ex b/lib/reactor/error/invalid/forced_failure_error.ex index fd4a8c4..2a1e598 100644 --- a/lib/reactor/error/invalid/forced_failure_error.ex +++ b/lib/reactor/error/invalid/forced_failure_error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/invalid/invalid_result_error.ex b/lib/reactor/error/invalid/invalid_result_error.ex index f2a0c9a..66244e3 100644 --- a/lib/reactor/error/invalid/invalid_result_error.ex +++ b/lib/reactor/error/invalid/invalid_result_error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/invalid/missing_argument_error.ex b/lib/reactor/error/invalid/missing_argument_error.ex index 1940187..0e4450b 100644 --- a/lib/reactor/error/invalid/missing_argument_error.ex +++ b/lib/reactor/error/invalid/missing_argument_error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/invalid/missing_input_error.ex b/lib/reactor/error/invalid/missing_input_error.ex index c273df8..837117b 100644 --- a/lib/reactor/error/invalid/missing_input_error.ex +++ b/lib/reactor/error/invalid/missing_input_error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/invalid/missing_result_error.ex b/lib/reactor/error/invalid/missing_result_error.ex index 5863426..7fef513 100644 --- a/lib/reactor/error/invalid/missing_result_error.ex +++ b/lib/reactor/error/invalid/missing_result_error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/invalid/retries_exceeded_error.ex b/lib/reactor/error/invalid/retries_exceeded_error.ex index fe08c0e..51e1552 100644 --- a/lib/reactor/error/invalid/retries_exceeded_error.ex +++ b/lib/reactor/error/invalid/retries_exceeded_error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/invalid/run_step_error.ex b/lib/reactor/error/invalid/run_step_error.ex index dcf408e..c565444 100644 --- a/lib/reactor/error/invalid/run_step_error.ex +++ b/lib/reactor/error/invalid/run_step_error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/invalid/transform_error.ex b/lib/reactor/error/invalid/transform_error.ex index 4aeda13..e8545bd 100644 --- a/lib/reactor/error/invalid/transform_error.ex +++ b/lib/reactor/error/invalid/transform_error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/invalid/undo_retries_exceeded.ex b/lib/reactor/error/invalid/undo_retries_exceeded.ex index c823371..258cb97 100644 --- a/lib/reactor/error/invalid/undo_retries_exceeded.ex +++ b/lib/reactor/error/invalid/undo_retries_exceeded.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/invalid/undo_step_error.ex b/lib/reactor/error/invalid/undo_step_error.ex index 2e16e4e..9fee732 100644 --- a/lib/reactor/error/invalid/undo_step_error.ex +++ b/lib/reactor/error/invalid/undo_step_error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/unknown.ex b/lib/reactor/error/unknown.ex index 73b21c4..70aee3f 100644 --- a/lib/reactor/error/unknown.ex +++ b/lib/reactor/error/unknown.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/unknown/unknown_error.ex b/lib/reactor/error/unknown/unknown_error.ex index 15a1f0c..9053af8 100644 --- a/lib/reactor/error/unknown/unknown_error.ex +++ b/lib/reactor/error/unknown/unknown_error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/utils.ex b/lib/reactor/error/utils.ex index 9727952..59b715d 100644 --- a/lib/reactor/error/utils.ex +++ b/lib/reactor/error/utils.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/validation.ex b/lib/reactor/error/validation.ex index 3050ab6..343afa2 100644 --- a/lib/reactor/error/validation.ex +++ b/lib/reactor/error/validation.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/validation/missing_return_error.ex b/lib/reactor/error/validation/missing_return_error.ex index ff6d5e1..4389f95 100644 --- a/lib/reactor/error/validation/missing_return_error.ex +++ b/lib/reactor/error/validation/missing_return_error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/error/validation/state_error.ex b/lib/reactor/error/validation/state_error.ex index d0273bc..d87ea12 100644 --- a/lib/reactor/error/validation/state_error.ex +++ b/lib/reactor/error/validation/state_error.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/executor.ex b/lib/reactor/executor.ex index d90dace..939c61e 100644 --- a/lib/reactor/executor.ex +++ b/lib/reactor/executor.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/executor/async.ex b/lib/reactor/executor/async.ex index fdb1bbd..011143b 100644 --- a/lib/reactor/executor/async.ex +++ b/lib/reactor/executor/async.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/executor/backoff.ex b/lib/reactor/executor/backoff.ex index 6f2d44b..9803665 100644 --- a/lib/reactor/executor/backoff.ex +++ b/lib/reactor/executor/backoff.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/executor/concurrency_tracker.ex b/lib/reactor/executor/concurrency_tracker.ex index f986b50..260ed96 100644 --- a/lib/reactor/executor/concurrency_tracker.ex +++ b/lib/reactor/executor/concurrency_tracker.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/executor/hooks.ex b/lib/reactor/executor/hooks.ex index 3827c98..ced4f02 100644 --- a/lib/reactor/executor/hooks.ex +++ b/lib/reactor/executor/hooks.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/executor/init.ex b/lib/reactor/executor/init.ex index 23acbdd..3e61ba4 100644 --- a/lib/reactor/executor/init.ex +++ b/lib/reactor/executor/init.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/executor/state.ex b/lib/reactor/executor/state.ex index b0ccfef..8bd52cd 100644 --- a/lib/reactor/executor/state.ex +++ b/lib/reactor/executor/state.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/executor/step_runner.ex b/lib/reactor/executor/step_runner.ex index c44f8ce..dbc500b 100644 --- a/lib/reactor/executor/step_runner.ex +++ b/lib/reactor/executor/step_runner.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/executor/sync.ex b/lib/reactor/executor/sync.ex index e06d512..00d0cbc 100644 --- a/lib/reactor/executor/sync.ex +++ b/lib/reactor/executor/sync.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/guard.ex b/lib/reactor/guard.ex index 0213f84..f50df3f 100644 --- a/lib/reactor/guard.ex +++ b/lib/reactor/guard.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/guard/build.ex b/lib/reactor/guard/build.ex index c75289d..6c24b01 100644 --- a/lib/reactor/guard/build.ex +++ b/lib/reactor/guard/build.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/info.ex b/lib/reactor/info.ex index 573336b..9e06363 100644 --- a/lib/reactor/info.ex +++ b/lib/reactor/info.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/input.ex b/lib/reactor/input.ex index 0b8cb43..70b98ee 100644 --- a/lib/reactor/input.ex +++ b/lib/reactor/input.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/mermaid.ex b/lib/reactor/mermaid.ex index 6b8b55f..1ef6897 100644 --- a/lib/reactor/mermaid.ex +++ b/lib/reactor/mermaid.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/mermaid/argument.ex b/lib/reactor/mermaid/argument.ex index 5a403c2..8e80b41 100644 --- a/lib/reactor/mermaid/argument.ex +++ b/lib/reactor/mermaid/argument.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/mermaid/node.ex b/lib/reactor/mermaid/node.ex index 82b99c7..a818318 100644 --- a/lib/reactor/mermaid/node.ex +++ b/lib/reactor/mermaid/node.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/mermaid/reactor.ex b/lib/reactor/mermaid/reactor.ex index 89c9781..f1a7121 100644 --- a/lib/reactor/mermaid/reactor.ex +++ b/lib/reactor/mermaid/reactor.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/mermaid/step.ex b/lib/reactor/mermaid/step.ex index e113da4..2b3d7ba 100644 --- a/lib/reactor/mermaid/step.ex +++ b/lib/reactor/mermaid/step.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/mermaid/utils.ex b/lib/reactor/mermaid/utils.ex index fc6cb51..6410118 100644 --- a/lib/reactor/mermaid/utils.ex +++ b/lib/reactor/mermaid/utils.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/middleware.ex b/lib/reactor/middleware.ex index 9c5d460..e02c362 100644 --- a/lib/reactor/middleware.ex +++ b/lib/reactor/middleware.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/middleware/telemetry.ex b/lib/reactor/middleware/telemetry.ex index a60d5f3..d89ae95 100644 --- a/lib/reactor/middleware/telemetry.ex +++ b/lib/reactor/middleware/telemetry.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/planner.ex b/lib/reactor/planner.ex index 2bf5d5a..078a584 100644 --- a/lib/reactor/planner.ex +++ b/lib/reactor/planner.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step.ex b/lib/reactor/step.ex index 7501c8f..409d779 100644 --- a/lib/reactor/step.ex +++ b/lib/reactor/step.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/anon_fn.ex b/lib/reactor/step/anon_fn.ex index 6dcb607..4d7c750 100644 --- a/lib/reactor/step/anon_fn.ex +++ b/lib/reactor/step/anon_fn.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/anon_fn/mermaid.ex b/lib/reactor/step/anon_fn/mermaid.ex index 45ac2bd..df52655 100644 --- a/lib/reactor/step/anon_fn/mermaid.ex +++ b/lib/reactor/step/anon_fn/mermaid.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/around.ex b/lib/reactor/step/around.ex index 41e224c..c79545d 100644 --- a/lib/reactor/step/around.ex +++ b/lib/reactor/step/around.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/around/mermaid.ex b/lib/reactor/step/around/mermaid.ex index a8b7402..6914a2c 100644 --- a/lib/reactor/step/around/mermaid.ex +++ b/lib/reactor/step/around/mermaid.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/compose.ex b/lib/reactor/step/compose.ex index 5fecbd8..7b0434f 100644 --- a/lib/reactor/step/compose.ex +++ b/lib/reactor/step/compose.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/compose/mermaid.ex b/lib/reactor/step/compose/mermaid.ex index 9050443..9cb70ca 100644 --- a/lib/reactor/step/compose/mermaid.ex +++ b/lib/reactor/step/compose/mermaid.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/debug.ex b/lib/reactor/step/debug.ex index f0491e9..4c80c26 100644 --- a/lib/reactor/step/debug.ex +++ b/lib/reactor/step/debug.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/fail.ex b/lib/reactor/step/fail.ex index a0d3129..bb20dd9 100644 --- a/lib/reactor/step/fail.ex +++ b/lib/reactor/step/fail.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/group.ex b/lib/reactor/step/group.ex index 2b646d3..cd4aab3 100644 --- a/lib/reactor/step/group.ex +++ b/lib/reactor/step/group.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/group/mermaid.ex b/lib/reactor/step/group/mermaid.ex index 42da552..164e347 100644 --- a/lib/reactor/step/group/mermaid.ex +++ b/lib/reactor/step/group/mermaid.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/map.ex b/lib/reactor/step/map.ex index fc109ab..087dfdb 100644 --- a/lib/reactor/step/map.ex +++ b/lib/reactor/step/map.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/map/mermaid.ex b/lib/reactor/step/map/mermaid.ex index ba4f60c..309eb13 100644 --- a/lib/reactor/step/map/mermaid.ex +++ b/lib/reactor/step/map/mermaid.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/recurse.ex b/lib/reactor/step/recurse.ex index af58a16..5bd0732 100644 --- a/lib/reactor/step/recurse.ex +++ b/lib/reactor/step/recurse.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/recurse/mermaid.ex b/lib/reactor/step/recurse/mermaid.ex index cc6d2ce..4faf28c 100644 --- a/lib/reactor/step/recurse/mermaid.ex +++ b/lib/reactor/step/recurse/mermaid.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/return_all_arguments.ex b/lib/reactor/step/return_all_arguments.ex index 2de69f7..598c46f 100644 --- a/lib/reactor/step/return_all_arguments.ex +++ b/lib/reactor/step/return_all_arguments.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/return_argument.ex b/lib/reactor/step/return_argument.ex index 555ae97..79c5b0e 100644 --- a/lib/reactor/step/return_argument.ex +++ b/lib/reactor/step/return_argument.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/switch.ex b/lib/reactor/step/switch.ex index dd576c9..a011271 100644 --- a/lib/reactor/step/switch.ex +++ b/lib/reactor/step/switch.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/switch/mermaid.ex b/lib/reactor/step/switch/mermaid.ex index 7523fb7..a442810 100644 --- a/lib/reactor/step/switch/mermaid.ex +++ b/lib/reactor/step/switch/mermaid.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/template.ex b/lib/reactor/step/template.ex index 55681f7..dee0fe5 100644 --- a/lib/reactor/step/template.ex +++ b/lib/reactor/step/template.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/transform.ex b/lib/reactor/step/transform.ex index 979d56e..91c7a8b 100644 --- a/lib/reactor/step/transform.ex +++ b/lib/reactor/step/transform.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/transform/mermaid.ex b/lib/reactor/step/transform/mermaid.ex index d2fb378..b5122c4 100644 --- a/lib/reactor/step/transform/mermaid.ex +++ b/lib/reactor/step/transform/mermaid.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/step/transform_all.ex b/lib/reactor/step/transform_all.ex index fd66664..524e12a 100644 --- a/lib/reactor/step/transform_all.ex +++ b/lib/reactor/step/transform_all.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/template.ex b/lib/reactor/template.ex index d90bf78..0e0b1a5 100644 --- a/lib/reactor/template.ex +++ b/lib/reactor/template.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/template/element.ex b/lib/reactor/template/element.ex index a511817..0a85670 100644 --- a/lib/reactor/template/element.ex +++ b/lib/reactor/template/element.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/template/input.ex b/lib/reactor/template/input.ex index 2dbab6a..62e24e1 100644 --- a/lib/reactor/template/input.ex +++ b/lib/reactor/template/input.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/template/result.ex b/lib/reactor/template/result.ex index b7cbc0f..9bcd882 100644 --- a/lib/reactor/template/result.ex +++ b/lib/reactor/template/result.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/template/value.ex b/lib/reactor/template/value.ex index a29ac55..7d2968e 100644 --- a/lib/reactor/template/value.ex +++ b/lib/reactor/template/value.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/lib/reactor/utils.ex b/lib/reactor/utils.ex index 270de03..e59a16a 100644 --- a/lib/reactor/utils.ex +++ b/lib/reactor/utils.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/mix.exs b/mix.exs index 74cc6de..fafa8e5 100644 --- a/mix.exs +++ b/mix.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/mix/tasks/reactor_mermaid_test.exs b/test/mix/tasks/reactor_mermaid_test.exs index 1041369..d8ecbbe 100644 --- a/test/mix/tasks/reactor_mermaid_test.exs +++ b/test/mix/tasks/reactor_mermaid_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/argument/build_test.exs b/test/reactor/argument/build_test.exs index b5b6908..afcdd65 100644 --- a/test/reactor/argument/build_test.exs +++ b/test/reactor/argument/build_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/argument_test.exs b/test/reactor/argument_test.exs index 514fbe5..58ba231 100644 --- a/test/reactor/argument_test.exs +++ b/test/reactor/argument_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/bugs/switch_preceding_steps_test.exs b/test/reactor/bugs/switch_preceding_steps_test.exs index 582687e..a4dcc6b 100644 --- a/test/reactor/bugs/switch_preceding_steps_test.exs +++ b/test/reactor/bugs/switch_preceding_steps_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/builder/input_test.exs b/test/reactor/builder/input_test.exs index 7665e1b..c692cb5 100644 --- a/test/reactor/builder/input_test.exs +++ b/test/reactor/builder/input_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/builder/step_test.exs b/test/reactor/builder/step_test.exs index 28e0230..a6290e0 100644 --- a/test/reactor/builder/step_test.exs +++ b/test/reactor/builder/step_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/builder_test.exs b/test/reactor/builder_test.exs index 245755a..0a9bf23 100644 --- a/test/reactor/builder_test.exs +++ b/test/reactor/builder_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/argument_test.exs b/test/reactor/dsl/argument_test.exs index 2dba5cd..53b16f4 100644 --- a/test/reactor/dsl/argument_test.exs +++ b/test/reactor/dsl/argument_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/around_test.exs b/test/reactor/dsl/around_test.exs index c162d3a..8c7d076 100644 --- a/test/reactor/dsl/around_test.exs +++ b/test/reactor/dsl/around_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/collect_test.exs b/test/reactor/dsl/collect_test.exs index 77ce4f5..75f4651 100644 --- a/test/reactor/dsl/collect_test.exs +++ b/test/reactor/dsl/collect_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/compose_in_map_test.exs b/test/reactor/dsl/compose_in_map_test.exs index 3c5e4dd..3a8a910 100644 --- a/test/reactor/dsl/compose_in_map_test.exs +++ b/test/reactor/dsl/compose_in_map_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/compose_test.exs b/test/reactor/dsl/compose_test.exs index 00d3b12..a1a02fa 100644 --- a/test/reactor/dsl/compose_test.exs +++ b/test/reactor/dsl/compose_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/debug_test.exs b/test/reactor/dsl/debug_test.exs index e84902d..aee36b8 100644 --- a/test/reactor/dsl/debug_test.exs +++ b/test/reactor/dsl/debug_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/flunk_test.exs b/test/reactor/dsl/flunk_test.exs index 9aec5cb..5b2fc67 100644 --- a/test/reactor/dsl/flunk_test.exs +++ b/test/reactor/dsl/flunk_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/group_test.exs b/test/reactor/dsl/group_test.exs index a5922e1..db83e6d 100644 --- a/test/reactor/dsl/group_test.exs +++ b/test/reactor/dsl/group_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/guard_test.exs b/test/reactor/dsl/guard_test.exs index de65d1f..11e39a0 100644 --- a/test/reactor/dsl/guard_test.exs +++ b/test/reactor/dsl/guard_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/input_test.exs b/test/reactor/dsl/input_test.exs index c2c2613..e9a50c3 100644 --- a/test/reactor/dsl/input_test.exs +++ b/test/reactor/dsl/input_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/map_test.exs b/test/reactor/dsl/map_test.exs index 847bb22..3ce888b 100644 --- a/test/reactor/dsl/map_test.exs +++ b/test/reactor/dsl/map_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/nested_dependencies_test.exs b/test/reactor/dsl/nested_dependencies_test.exs index 45408ba..ac9e12c 100644 --- a/test/reactor/dsl/nested_dependencies_test.exs +++ b/test/reactor/dsl/nested_dependencies_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/recurse_test.exs b/test/reactor/dsl/recurse_test.exs index 0864be6..87bcd98 100644 --- a/test/reactor/dsl/recurse_test.exs +++ b/test/reactor/dsl/recurse_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/switch_test.exs b/test/reactor/dsl/switch_test.exs index 08ee1ed..9339959 100644 --- a/test/reactor/dsl/switch_test.exs +++ b/test/reactor/dsl/switch_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/template_test.exs b/test/reactor/dsl/template_test.exs index a2afd17..b3da78a 100644 --- a/test/reactor/dsl/template_test.exs +++ b/test/reactor/dsl/template_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/transformer_test.exs b/test/reactor/dsl/transformer_test.exs index 5f8ad74..bde9f83 100644 --- a/test/reactor/dsl/transformer_test.exs +++ b/test/reactor/dsl/transformer_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/verifier_test.exs b/test/reactor/dsl/verifier_test.exs index c8b0e7f..6446fe7 100644 --- a/test/reactor/dsl/verifier_test.exs +++ b/test/reactor/dsl/verifier_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/wait_for_test.exs b/test/reactor/dsl/wait_for_test.exs index 9f566b0..15e7c60 100644 --- a/test/reactor/dsl/wait_for_test.exs +++ b/test/reactor/dsl/wait_for_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl/where_test.exs b/test/reactor/dsl/where_test.exs index 7fd373a..f9faf22 100644 --- a/test/reactor/dsl/where_test.exs +++ b/test/reactor/dsl/where_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/dsl_test.exs b/test/reactor/dsl_test.exs index e1746fa..b020188 100644 --- a/test/reactor/dsl_test.exs +++ b/test/reactor/dsl_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/error_test.exs b/test/reactor/error_test.exs index 183088d..db12d9f 100644 --- a/test/reactor/error_test.exs +++ b/test/reactor/error_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/executor/async_test.exs b/test/reactor/executor/async_test.exs index de04ac7..601126e 100644 --- a/test/reactor/executor/async_test.exs +++ b/test/reactor/executor/async_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/executor/compensation_test.exs b/test/reactor/executor/compensation_test.exs index 888f602..b035245 100644 --- a/test/reactor/executor/compensation_test.exs +++ b/test/reactor/executor/compensation_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/executor/concurrency_tracker_test.exs b/test/reactor/executor/concurrency_tracker_test.exs index 5bb265c..70e7dd7 100644 --- a/test/reactor/executor/concurrency_tracker_test.exs +++ b/test/reactor/executor/concurrency_tracker_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/executor/event_test.exs b/test/reactor/executor/event_test.exs index 5bcdd8c..d6ff77e 100644 --- a/test/reactor/executor/event_test.exs +++ b/test/reactor/executor/event_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/executor/hooks_test.exs b/test/reactor/executor/hooks_test.exs index 678c8ae..c95d3cb 100644 --- a/test/reactor/executor/hooks_test.exs +++ b/test/reactor/executor/hooks_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/executor/init_test.exs b/test/reactor/executor/init_test.exs index 605e28d..deff59a 100644 --- a/test/reactor/executor/init_test.exs +++ b/test/reactor/executor/init_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/executor/state_test.exs b/test/reactor/executor/state_test.exs index 4e1dad7..b523db8 100644 --- a/test/reactor/executor/state_test.exs +++ b/test/reactor/executor/state_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/executor/step_runner_test.exs b/test/reactor/executor/step_runner_test.exs index 990b3e6..9ce51b2 100644 --- a/test/reactor/executor/step_runner_test.exs +++ b/test/reactor/executor/step_runner_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/executor/sync_test.exs b/test/reactor/executor/sync_test.exs index 8634630..1e829c8 100644 --- a/test/reactor/executor/sync_test.exs +++ b/test/reactor/executor/sync_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/executor_test.exs b/test/reactor/executor_test.exs index f6f50b7..c9b2432 100644 --- a/test/reactor/executor_test.exs +++ b/test/reactor/executor_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/info_test.exs b/test/reactor/info_test.exs index 3242de0..1cbc96f 100644 --- a/test/reactor/info_test.exs +++ b/test/reactor/info_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/mermaid_test.exs b/test/reactor/mermaid_test.exs index ed668b1..dcdc960 100644 --- a/test/reactor/mermaid_test.exs +++ b/test/reactor/mermaid_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/middleware/telemetry_test.exs b/test/reactor/middleware/telemetry_test.exs index fa9d939..f4a475d 100644 --- a/test/reactor/middleware/telemetry_test.exs +++ b/test/reactor/middleware/telemetry_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/planner_test.exs b/test/reactor/planner_test.exs index 73867c5..19ae94b 100644 --- a/test/reactor/planner_test.exs +++ b/test/reactor/planner_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/step/anon_fn_test.exs b/test/reactor/step/anon_fn_test.exs index aa822a8..f1a5533 100644 --- a/test/reactor/step/anon_fn_test.exs +++ b/test/reactor/step/anon_fn_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/step/around_test.exs b/test/reactor/step/around_test.exs index 82b2ac5..3ce6255 100644 --- a/test/reactor/step/around_test.exs +++ b/test/reactor/step/around_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/step/error_test.exs b/test/reactor/step/error_test.exs index 7583bb4..d8197e7 100644 --- a/test/reactor/step/error_test.exs +++ b/test/reactor/step/error_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/step/group_test.exs b/test/reactor/step/group_test.exs index ed06ccb..0d2c9db 100644 --- a/test/reactor/step/group_test.exs +++ b/test/reactor/step/group_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/step/switch_test.exs b/test/reactor/step/switch_test.exs index 2946fc8..a6c58a9 100644 --- a/test/reactor/step/switch_test.exs +++ b/test/reactor/step/switch_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/step/transform_all_test.exs b/test/reactor/step/transform_all_test.exs index 58be02a..b67a35c 100644 --- a/test/reactor/step/transform_all_test.exs +++ b/test/reactor/step/transform_all_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/step/transform_test.exs b/test/reactor/step/transform_test.exs index e0cdd4d..bb899e4 100644 --- a/test/reactor/step/transform_test.exs +++ b/test/reactor/step/transform_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/step_test.exs b/test/reactor/step_test.exs index 2a19858..c54cb59 100644 --- a/test/reactor/step_test.exs +++ b/test/reactor/step_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor/utils_test.exs b/test/reactor/utils_test.exs index af6b1b8..14f36b9 100644 --- a/test/reactor/utils_test.exs +++ b/test/reactor/utils_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/reactor_test.exs b/test/reactor_test.exs index b868b7b..9c318f4 100644 --- a/test/reactor_test.exs +++ b/test/reactor_test.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/support/example/basic_reactor.ex b/test/support/example/basic_reactor.ex index d39d1ce..aafd6f5 100644 --- a/test/support/example/basic_reactor.ex +++ b/test/support/example/basic_reactor.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/support/example/complex_reactor.ex b/test/support/example/complex_reactor.ex index e82415c..cae257c 100644 --- a/test/support/example/complex_reactor.ex +++ b/test/support/example/complex_reactor.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/support/example/hello_world_reactor.ex b/test/support/example/hello_world_reactor.ex index c780a8d..2c54768 100644 --- a/test/support/example/hello_world_reactor.ex +++ b/test/support/example/hello_world_reactor.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/support/example/steps/compensable.ex b/test/support/example/steps/compensable.ex index b858e8c..6638a50 100644 --- a/test/support/example/steps/compensable.ex +++ b/test/support/example/steps/compensable.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/support/example/steps/doable.ex b/test/support/example/steps/doable.ex index e127193..084a98d 100644 --- a/test/support/example/steps/doable.ex +++ b/test/support/example/steps/doable.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/support/example/steps/greeter.ex b/test/support/example/steps/greeter.ex index 7923404..bf0d6c9 100644 --- a/test/support/example/steps/greeter.ex +++ b/test/support/example/steps/greeter.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/support/example/steps/undoable.ex b/test/support/example/steps/undoable.ex index 79fc769..88e2ee3 100644 --- a/test/support/example/steps/undoable.ex +++ b/test/support/example/steps/undoable.ex @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT diff --git a/test/test_helper.exs b/test/test_helper.exs index 2f37866..57ae029 100644 --- a/test/test_helper.exs +++ b/test/test_helper.exs @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2023 James Harton, Zach Daniel, Alembic Pty and contributors -# SPDX-FileCopyrightText: 2023 reactor contributors +# SPDX-FileCopyrightText: 2023 reactor contributors # # SPDX-License-Identifier: MIT