From de345521d9fbbb5ae641c27667b9ee7823fa8066 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 2 Nov 2021 12:18:36 +0100 Subject: Update Copyright string to 2020-2022 Signed-off-by: Matthias Beyer --- migrations/2020-10-29-132821_create_envvars/down.sql | 2 +- migrations/2020-10-29-132821_create_envvars/up.sql | 2 +- migrations/2020-10-29-140235_create_githashes/down.sql | 2 +- migrations/2020-10-29-140235_create_githashes/up.sql | 2 +- migrations/2020-10-29-140838_create_packages/down.sql | 2 +- migrations/2020-10-29-140838_create_packages/up.sql | 2 +- migrations/2020-10-29-140956_create_images/down.sql | 2 +- migrations/2020-10-29-140956_create_images/up.sql | 2 +- migrations/2020-10-29-141023_create_submits/down.sql | 2 +- migrations/2020-10-29-141023_create_submits/up.sql | 2 +- migrations/2020-10-29-141904_create_endpoints/down.sql | 2 +- migrations/2020-10-29-141904_create_endpoints/up.sql | 2 +- migrations/2020-10-29-142339_create_artifacts/down.sql | 2 +- migrations/2020-10-29-142339_create_artifacts/up.sql | 2 +- migrations/2020-10-29-142443_create_jobs/down.sql | 2 +- migrations/2020-10-29-142443_create_jobs/up.sql | 2 +- migrations/2020-10-29-142619_create_job_input_artifacts/down.sql | 2 +- migrations/2020-10-29-142619_create_job_input_artifacts/up.sql | 2 +- migrations/2020-10-29-142914_create_job_envs/down.sql | 2 +- migrations/2020-10-29-142914_create_job_envs/up.sql | 2 +- migrations/2020-10-29-143003_create_submit_envs/down.sql | 2 +- migrations/2020-10-29-143003_create_submit_envs/up.sql | 2 +- migrations/2020-11-05-125716_drop_submit_buildplan/down.sql | 2 +- migrations/2020-11-05-125716_drop_submit_buildplan/up.sql | 2 +- migrations/2020-11-11-111013_job_output_artifacts/down.sql | 2 +- migrations/2020-11-11-111013_job_output_artifacts/up.sql | 2 +- migrations/2020-11-11-111326_job_has_multiple_outputs/down.sql | 2 +- migrations/2020-11-11-111326_job_has_multiple_outputs/up.sql | 2 +- migrations/2020-11-13-161449_add_job_uuid/down.sql | 2 +- migrations/2020-11-13-161449_add_job_uuid/up.sql | 2 +- migrations/2020-12-03-084509_artifact_release_flag/down.sql | 2 +- migrations/2020-12-03-084509_artifact_release_flag/up.sql | 2 +- migrations/2020-12-03-085333_artifact_belongs_to_job/down.sql | 2 +- migrations/2020-12-03-085333_artifact_belongs_to_job/up.sql | 2 +- migrations/2020-12-14-100454_artifact-unique-by-job/down.sql | 2 +- migrations/2020-12-14-100454_artifact-unique-by-job/up.sql | 2 +- migrations/2020-12-14-113756_artifact_not_unique_by_path/down.sql | 2 +- migrations/2020-12-14-113756_artifact_not_unique_by_path/up.sql | 2 +- src/cli.rs | 2 +- src/commands/build.rs | 2 +- src/commands/db.rs | 2 +- src/commands/dependencies_of.rs | 2 +- src/commands/endpoint.rs | 2 +- src/commands/endpoint_container.rs | 2 +- src/commands/env_of.rs | 2 +- src/commands/find_artifact.rs | 2 +- src/commands/find_pkg.rs | 2 +- src/commands/lint.rs | 2 +- src/commands/metrics.rs | 2 +- src/commands/mod.rs | 2 +- src/commands/release.rs | 2 +- src/commands/source.rs | 2 +- src/commands/tree_of.rs | 2 +- src/commands/util.rs | 2 +- src/commands/versions_of.rs | 2 +- src/commands/what_depends.rs | 2 +- src/config/configuration.rs | 2 +- src/config/container_config.rs | 2 +- src/config/docker_config.rs | 2 +- src/config/endpoint_config.rs | 2 +- src/config/mod.rs | 2 +- src/config/not_validated.rs | 2 +- src/config/util.rs | 2 +- src/consts.rs | 2 +- src/db/connection.rs | 2 +- src/db/find_artifacts.rs | 2 +- src/db/mod.rs | 2 +- src/db/models/artifact.rs | 2 +- src/db/models/endpoint.rs | 2 +- src/db/models/envvar.rs | 2 +- src/db/models/githash.rs | 2 +- src/db/models/image.rs | 2 +- src/db/models/job.rs | 2 +- src/db/models/job_env.rs | 2 +- src/db/models/mod.rs | 2 +- src/db/models/package.rs | 2 +- src/db/models/release_store.rs | 2 +- src/db/models/releases.rs | 2 +- src/db/models/submit.rs | 2 +- src/endpoint/configuration.rs | 2 +- src/endpoint/configured.rs | 2 +- src/endpoint/mod.rs | 2 +- src/endpoint/scheduler.rs | 2 +- src/endpoint/util.rs | 2 +- src/filestore/mod.rs | 2 +- src/filestore/path.rs | 2 +- src/filestore/release.rs | 2 +- src/filestore/staging.rs | 2 +- src/filestore/util.rs | 2 +- src/job/dag.rs | 2 +- src/job/job.rs | 2 +- src/job/mod.rs | 2 +- src/job/resource.rs | 2 +- src/job/runnable.rs | 2 +- src/log/item.rs | 2 +- src/log/mod.rs | 2 +- src/log/parser.rs | 2 +- src/log/sink.rs | 2 +- src/log/util.rs | 2 +- src/main.rs | 2 +- src/orchestrator/mod.rs | 2 +- src/orchestrator/orchestrator.rs | 2 +- src/orchestrator/util.rs | 2 +- src/package/dag.rs | 2 +- src/package/dependency/build.rs | 2 +- src/package/dependency/condition.rs | 2 +- src/package/dependency/mod.rs | 2 +- src/package/dependency/runtime.rs | 2 +- src/package/mod.rs | 2 +- src/package/name.rs | 2 +- src/package/package.rs | 2 +- src/package/phase.rs | 2 +- src/package/script.rs | 2 +- src/package/source.rs | 2 +- src/package/util.rs | 2 +- src/package/version.rs | 2 +- src/repository/fs/element.rs | 2 +- src/repository/fs/mod.rs | 2 +- src/repository/fs/path.rs | 2 +- src/repository/fs/representation.rs | 2 +- src/repository/mod.rs | 2 +- src/repository/repository.rs | 2 +- src/source/mod.rs | 2 +- src/ui/mod.rs | 2 +- src/ui/package.rs | 2 +- src/util/docker.rs | 2 +- src/util/env.rs | 2 +- src/util/filters.rs | 2 +- src/util/git.rs | 2 +- src/util/mod.rs | 2 +- src/util/parser.rs | 2 +- src/util/progress.rs | 2 +- 132 files changed, 132 insertions(+), 132 deletions(-) diff --git a/migrations/2020-10-29-132821_create_envvars/down.sql b/migrations/2020-10-29-132821_create_envvars/down.sql index 7a53630..78adddc 100644 --- a/migrations/2020-10-29-132821_create_envvars/down.sql +++ b/migrations/2020-10-29-132821_create_envvars/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-132821_create_envvars/up.sql b/migrations/2020-10-29-132821_create_envvars/up.sql index 6cefed9..3b17272 100644 --- a/migrations/2020-10-29-132821_create_envvars/up.sql +++ b/migrations/2020-10-29-132821_create_envvars/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-140235_create_githashes/down.sql b/migrations/2020-10-29-140235_create_githashes/down.sql index 1be30b9..96002dd 100644 --- a/migrations/2020-10-29-140235_create_githashes/down.sql +++ b/migrations/2020-10-29-140235_create_githashes/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-140235_create_githashes/up.sql b/migrations/2020-10-29-140235_create_githashes/up.sql index f1a6f09..4b49e1e 100644 --- a/migrations/2020-10-29-140235_create_githashes/up.sql +++ b/migrations/2020-10-29-140235_create_githashes/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-140838_create_packages/down.sql b/migrations/2020-10-29-140838_create_packages/down.sql index 09576ab..9854988 100644 --- a/migrations/2020-10-29-140838_create_packages/down.sql +++ b/migrations/2020-10-29-140838_create_packages/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-140838_create_packages/up.sql b/migrations/2020-10-29-140838_create_packages/up.sql index 71a9e9c..bc8d65e 100644 --- a/migrations/2020-10-29-140838_create_packages/up.sql +++ b/migrations/2020-10-29-140838_create_packages/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-140956_create_images/down.sql b/migrations/2020-10-29-140956_create_images/down.sql index 4966d70..3f41f64 100644 --- a/migrations/2020-10-29-140956_create_images/down.sql +++ b/migrations/2020-10-29-140956_create_images/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-140956_create_images/up.sql b/migrations/2020-10-29-140956_create_images/up.sql index 14f2279..bcd93da 100644 --- a/migrations/2020-10-29-140956_create_images/up.sql +++ b/migrations/2020-10-29-140956_create_images/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-141023_create_submits/down.sql b/migrations/2020-10-29-141023_create_submits/down.sql index 0530a22..d5f2c4b 100644 --- a/migrations/2020-10-29-141023_create_submits/down.sql +++ b/migrations/2020-10-29-141023_create_submits/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-141023_create_submits/up.sql b/migrations/2020-10-29-141023_create_submits/up.sql index 7572412..c7bc79c 100644 --- a/migrations/2020-10-29-141023_create_submits/up.sql +++ b/migrations/2020-10-29-141023_create_submits/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-141904_create_endpoints/down.sql b/migrations/2020-10-29-141904_create_endpoints/down.sql index 3e0de1c..296391b 100644 --- a/migrations/2020-10-29-141904_create_endpoints/down.sql +++ b/migrations/2020-10-29-141904_create_endpoints/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-141904_create_endpoints/up.sql b/migrations/2020-10-29-141904_create_endpoints/up.sql index f8cd0eb..4d82c6a 100644 --- a/migrations/2020-10-29-141904_create_endpoints/up.sql +++ b/migrations/2020-10-29-141904_create_endpoints/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-142339_create_artifacts/down.sql b/migrations/2020-10-29-142339_create_artifacts/down.sql index 042e63e..85b287d 100644 --- a/migrations/2020-10-29-142339_create_artifacts/down.sql +++ b/migrations/2020-10-29-142339_create_artifacts/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-142339_create_artifacts/up.sql b/migrations/2020-10-29-142339_create_artifacts/up.sql index 6ba4edb..e3e1af3 100644 --- a/migrations/2020-10-29-142339_create_artifacts/up.sql +++ b/migrations/2020-10-29-142339_create_artifacts/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-142443_create_jobs/down.sql b/migrations/2020-10-29-142443_create_jobs/down.sql index 2bf33c1..2b343ac 100644 --- a/migrations/2020-10-29-142443_create_jobs/down.sql +++ b/migrations/2020-10-29-142443_create_jobs/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-142443_create_jobs/up.sql b/migrations/2020-10-29-142443_create_jobs/up.sql index a002a40..bdef2b6 100644 --- a/migrations/2020-10-29-142443_create_jobs/up.sql +++ b/migrations/2020-10-29-142443_create_jobs/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-142619_create_job_input_artifacts/down.sql b/migrations/2020-10-29-142619_create_job_input_artifacts/down.sql index edef116..1fad5ba 100644 --- a/migrations/2020-10-29-142619_create_job_input_artifacts/down.sql +++ b/migrations/2020-10-29-142619_create_job_input_artifacts/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-142619_create_job_input_artifacts/up.sql b/migrations/2020-10-29-142619_create_job_input_artifacts/up.sql index b835594..f40f209 100644 --- a/migrations/2020-10-29-142619_create_job_input_artifacts/up.sql +++ b/migrations/2020-10-29-142619_create_job_input_artifacts/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-142914_create_job_envs/down.sql b/migrations/2020-10-29-142914_create_job_envs/down.sql index ca3c619..9593326 100644 --- a/migrations/2020-10-29-142914_create_job_envs/down.sql +++ b/migrations/2020-10-29-142914_create_job_envs/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-142914_create_job_envs/up.sql b/migrations/2020-10-29-142914_create_job_envs/up.sql index e7bd0ce..1d0e6eb 100644 --- a/migrations/2020-10-29-142914_create_job_envs/up.sql +++ b/migrations/2020-10-29-142914_create_job_envs/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-143003_create_submit_envs/down.sql b/migrations/2020-10-29-143003_create_submit_envs/down.sql index 5283384..303067d 100644 --- a/migrations/2020-10-29-143003_create_submit_envs/down.sql +++ b/migrations/2020-10-29-143003_create_submit_envs/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-10-29-143003_create_submit_envs/up.sql b/migrations/2020-10-29-143003_create_submit_envs/up.sql index 4161d07..fcfb8a0 100644 --- a/migrations/2020-10-29-143003_create_submit_envs/up.sql +++ b/migrations/2020-10-29-143003_create_submit_envs/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-11-05-125716_drop_submit_buildplan/down.sql b/migrations/2020-11-05-125716_drop_submit_buildplan/down.sql index 6c92a8b..a4b2bd8 100644 --- a/migrations/2020-11-05-125716_drop_submit_buildplan/down.sql +++ b/migrations/2020-11-05-125716_drop_submit_buildplan/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-11-05-125716_drop_submit_buildplan/up.sql b/migrations/2020-11-05-125716_drop_submit_buildplan/up.sql index f136d0a..71cd555 100644 --- a/migrations/2020-11-05-125716_drop_submit_buildplan/up.sql +++ b/migrations/2020-11-05-125716_drop_submit_buildplan/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-11-11-111013_job_output_artifacts/down.sql b/migrations/2020-11-11-111013_job_output_artifacts/down.sql index b2d6c3e..a25fc86 100644 --- a/migrations/2020-11-11-111013_job_output_artifacts/down.sql +++ b/migrations/2020-11-11-111013_job_output_artifacts/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-11-11-111013_job_output_artifacts/up.sql b/migrations/2020-11-11-111013_job_output_artifacts/up.sql index 48e25b4..5ef14cc 100644 --- a/migrations/2020-11-11-111013_job_output_artifacts/up.sql +++ b/migrations/2020-11-11-111013_job_output_artifacts/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-11-11-111326_job_has_multiple_outputs/down.sql b/migrations/2020-11-11-111326_job_has_multiple_outputs/down.sql index affae15..f32d0f3 100644 --- a/migrations/2020-11-11-111326_job_has_multiple_outputs/down.sql +++ b/migrations/2020-11-11-111326_job_has_multiple_outputs/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-11-11-111326_job_has_multiple_outputs/up.sql b/migrations/2020-11-11-111326_job_has_multiple_outputs/up.sql index c1f5e2e..04b6679 100644 --- a/migrations/2020-11-11-111326_job_has_multiple_outputs/up.sql +++ b/migrations/2020-11-11-111326_job_has_multiple_outputs/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-11-13-161449_add_job_uuid/down.sql b/migrations/2020-11-13-161449_add_job_uuid/down.sql index d3846e4..e988c16 100644 --- a/migrations/2020-11-13-161449_add_job_uuid/down.sql +++ b/migrations/2020-11-13-161449_add_job_uuid/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-11-13-161449_add_job_uuid/up.sql b/migrations/2020-11-13-161449_add_job_uuid/up.sql index eba5dc7..b41d363 100644 --- a/migrations/2020-11-13-161449_add_job_uuid/up.sql +++ b/migrations/2020-11-13-161449_add_job_uuid/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-12-03-084509_artifact_release_flag/down.sql b/migrations/2020-12-03-084509_artifact_release_flag/down.sql index 1a68637..59f72a2 100644 --- a/migrations/2020-12-03-084509_artifact_release_flag/down.sql +++ b/migrations/2020-12-03-084509_artifact_release_flag/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-12-03-084509_artifact_release_flag/up.sql b/migrations/2020-12-03-084509_artifact_release_flag/up.sql index a6c03f8..08d6225 100644 --- a/migrations/2020-12-03-084509_artifact_release_flag/up.sql +++ b/migrations/2020-12-03-084509_artifact_release_flag/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-12-03-085333_artifact_belongs_to_job/down.sql b/migrations/2020-12-03-085333_artifact_belongs_to_job/down.sql index 8993cf9..25f879a 100644 --- a/migrations/2020-12-03-085333_artifact_belongs_to_job/down.sql +++ b/migrations/2020-12-03-085333_artifact_belongs_to_job/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-12-03-085333_artifact_belongs_to_job/up.sql b/migrations/2020-12-03-085333_artifact_belongs_to_job/up.sql index b709340..4165fb9 100644 --- a/migrations/2020-12-03-085333_artifact_belongs_to_job/up.sql +++ b/migrations/2020-12-03-085333_artifact_belongs_to_job/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-12-14-100454_artifact-unique-by-job/down.sql b/migrations/2020-12-14-100454_artifact-unique-by-job/down.sql index afa071e..07727b4 100644 --- a/migrations/2020-12-14-100454_artifact-unique-by-job/down.sql +++ b/migrations/2020-12-14-100454_artifact-unique-by-job/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-12-14-100454_artifact-unique-by-job/up.sql b/migrations/2020-12-14-100454_artifact-unique-by-job/up.sql index db29034..a499e5e 100644 --- a/migrations/2020-12-14-100454_artifact-unique-by-job/up.sql +++ b/migrations/2020-12-14-100454_artifact-unique-by-job/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-12-14-113756_artifact_not_unique_by_path/down.sql b/migrations/2020-12-14-113756_artifact_not_unique_by_path/down.sql index 6d7d4ae..6c1e118 100644 --- a/migrations/2020-12-14-113756_artifact_not_unique_by_path/down.sql +++ b/migrations/2020-12-14-113756_artifact_not_unique_by_path/down.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/migrations/2020-12-14-113756_artifact_not_unique_by_path/up.sql b/migrations/2020-12-14-113756_artifact_not_unique_by_path/up.sql index 4eadffe..4669cce 100644 --- a/migrations/2020-12-14-113756_artifact_not_unique_by_path/up.sql +++ b/migrations/2020-12-14-113756_artifact_not_unique_by_path/up.sql @@ -1,5 +1,5 @@ -- --- Copyright (c) 2020-2021 science+computing ag and other contributors +-- Copyright (c) 2020-2022 science+computing ag and other contributors -- -- This program and the accompanying materials are made -- available under the terms of the Eclipse Public License 2.0 diff --git a/src/cli.rs b/src/cli.rs index 07c0f9c..8320f2a 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/commands/build.rs b/src/commands/build.rs index 8148a33..4cb1917 100644 --- a/src/commands/build.rs +++ b/src/commands/build.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/commands/db.rs b/src/commands/db.rs index f79306b..30eec02 100644 --- a/src/commands/db.rs +++ b/src/commands/db.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/commands/dependencies_of.rs b/src/commands/dependencies_of.rs index 827da92..e5bdf86 100644 --- a/src/commands/dependencies_of.rs +++ b/src/commands/dependencies_of.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/commands/endpoint.rs b/src/commands/endpoint.rs index 0b6e517..da9e636 100644 --- a/src/commands/endpoint.rs +++ b/src/commands/endpoint.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/commands/endpoint_container.rs b/src/commands/endpoint_container.rs index 082749b..77e4e51 100644 --- a/src/commands/endpoint_container.rs +++ b/src/commands/endpoint_container.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/commands/env_of.rs b/src/commands/env_of.rs index 9eebc28..0b1c8c7 100644 --- a/src/commands/env_of.rs +++ b/src/commands/env_of.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/commands/find_artifact.rs b/src/commands/find_artifact.rs index 6904cf4..0ee13c2 100644 --- a/src/commands/find_artifact.rs +++ b/src/commands/find_artifact.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/commands/find_pkg.rs b/src/commands/find_pkg.rs index 8982911..e077a96 100644 --- a/src/commands/find_pkg.rs +++ b/src/commands/find_pkg.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/commands/lint.rs b/src/commands/lint.rs index 951b845..2597fa0 100644 --- a/src/commands/lint.rs +++ b/src/commands/lint.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/commands/metrics.rs b/src/commands/metrics.rs index a98eff4..88fffaa 100644 --- a/src/commands/metrics.rs +++ b/src/commands/metrics.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/commands/mod.rs b/src/commands/mod.rs index 0e422ed..63924b2 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/commands/release.rs b/src/commands/release.rs index 5231eb1..6859001 100644 --- a/src/commands/release.rs +++ b/src/commands/release.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/commands/source.rs b/src/commands/source.rs index 68a8926..6f52b2b 100644 --- a/src/commands/source.rs +++ b/src/commands/source.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/commands/tree_of.rs b/src/commands/tree_of.rs index 811b2b7..8c6a336 100644 --- a/src/commands/tree_of.rs +++ b/src/commands/tree_of.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/commands/util.rs b/src/commands/util.rs index 2e409d9..1f18046 100644 --- a/src/commands/util.rs +++ b/src/commands/util.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/commands/versions_of.rs b/src/commands/versions_of.rs index b0aad28..17d9b5b 100644 --- a/src/commands/versions_of.rs +++ b/src/commands/versions_of.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/commands/what_depends.rs b/src/commands/what_depends.rs index 1b28620..ac17174 100644 --- a/src/commands/what_depends.rs +++ b/src/commands/what_depends.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/config/configuration.rs b/src/config/configuration.rs index 0913716..df58cc1 100644 --- a/src/config/configuration.rs +++ b/src/config/configuration.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/config/container_config.rs b/src/config/container_config.rs index 36cfe1a..702d100 100644 --- a/src/config/container_config.rs +++ b/src/config/container_config.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/config/docker_config.rs b/src/config/docker_config.rs index f7cd1db..2326db6 100644 --- a/src/config/docker_config.rs +++ b/src/config/docker_config.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/config/endpoint_config.rs b/src/config/endpoint_config.rs index 05d420f..08b6a08 100644 --- a/src/config/endpoint_config.rs +++ b/src/config/endpoint_config.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/config/mod.rs b/src/config/mod.rs index 372aaae..bd9fe15 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/config/not_validated.rs b/src/config/not_validated.rs index 1d041a5..4a81fbb 100644 --- a/src/config/not_validated.rs +++ b/src/config/not_validated.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/config/util.rs b/src/config/util.rs index 59e3cad..5c76fd3 100644 --- a/src/config/util.rs +++ b/src/config/util.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/consts.rs b/src/consts.rs index 08401eb..9797038 100644 --- a/src/consts.rs +++ b/src/consts.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/db/connection.rs b/src/db/connection.rs index cf9a0c0..8ba2ded 100644 --- a/src/db/connection.rs +++ b/src/db/connection.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/db/find_artifacts.rs b/src/db/find_artifacts.rs index 8974973..23f7267 100644 --- a/src/db/find_artifacts.rs +++ b/src/db/find_artifacts.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/db/mod.rs b/src/db/mod.rs index 93a3216..61111b0 100644 --- a/src/db/mod.rs +++ b/src/db/mod.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/db/models/artifact.rs b/src/db/models/artifact.rs index 0bce8a7..1781d27 100644 --- a/src/db/models/artifact.rs +++ b/src/db/models/artifact.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/db/models/endpoint.rs b/src/db/models/endpoint.rs index 176d4a2..0544308 100644 --- a/src/db/models/endpoint.rs +++ b/src/db/models/endpoint.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/db/models/envvar.rs b/src/db/models/envvar.rs index d3c7c64..2d7e78d 100644 --- a/src/db/models/envvar.rs +++ b/src/db/models/envvar.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/db/models/githash.rs b/src/db/models/githash.rs index e9034e8..98c0a41 100644 --- a/src/db/models/githash.rs +++ b/src/db/models/githash.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/db/models/image.rs b/src/db/models/image.rs index d7b6ae9..bcd4aa8 100644 --- a/src/db/models/image.rs +++ b/src/db/models/image.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/db/models/job.rs b/src/db/models/job.rs index 8f6097b..ee7eefa 100644 --- a/src/db/models/job.rs +++ b/src/db/models/job.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/db/models/job_env.rs b/src/db/models/job_env.rs index 3ca575f..36493ab 100644 --- a/src/db/models/job_env.rs +++ b/src/db/models/job_env.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/db/models/mod.rs b/src/db/models/mod.rs index d127b92..9a20f24 100644 --- a/src/db/models/mod.rs +++ b/src/db/models/mod.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/db/models/package.rs b/src/db/models/package.rs index 1ae81b5..b30dadd 100644 --- a/src/db/models/package.rs +++ b/src/db/models/package.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/db/models/release_store.rs b/src/db/models/release_store.rs index ad6c9b2..89ee492 100644 --- a/src/db/models/release_store.rs +++ b/src/db/models/release_store.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/db/models/releases.rs b/src/db/models/releases.rs index 0aba8bb..306cbaf 100644 --- a/src/db/models/releases.rs +++ b/src/db/models/releases.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/db/models/submit.rs b/src/db/models/submit.rs index 61788ad..5c92011 100644 --- a/src/db/models/submit.rs +++ b/src/db/models/submit.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/endpoint/configuration.rs b/src/endpoint/configuration.rs index bdabd08..11c1d03 100644 --- a/src/endpoint/configuration.rs +++ b/src/endpoint/configuration.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/endpoint/configured.rs b/src/endpoint/configured.rs index e82901e..05c6e72 100644 --- a/src/endpoint/configured.rs +++ b/src/endpoint/configured.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/endpoint/mod.rs b/src/endpoint/mod.rs index 4d24ff5..ef7439f 100644 --- a/src/endpoint/mod.rs +++ b/src/endpoint/mod.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/endpoint/scheduler.rs b/src/endpoint/scheduler.rs index 94590e9..ee3a3ca 100644 --- a/src/endpoint/scheduler.rs +++ b/src/endpoint/scheduler.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/endpoint/util.rs b/src/endpoint/util.rs index 5f6bbc8..6bdb30a 100644 --- a/src/endpoint/util.rs +++ b/src/endpoint/util.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/filestore/mod.rs b/src/filestore/mod.rs index 8d788e2..312fab0 100644 --- a/src/filestore/mod.rs +++ b/src/filestore/mod.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/filestore/path.rs b/src/filestore/path.rs index 6c7558b..6b88d46 100644 --- a/src/filestore/path.rs +++ b/src/filestore/path.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/filestore/release.rs b/src/filestore/release.rs index 188de04..d098124 100644 --- a/src/filestore/release.rs +++ b/src/filestore/release.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/filestore/staging.rs b/src/filestore/staging.rs index ff4b17c..d7d8e04 100644 --- a/src/filestore/staging.rs +++ b/src/filestore/staging.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/filestore/util.rs b/src/filestore/util.rs index ebfbbd7..3c817aa 100644 --- a/src/filestore/util.rs +++ b/src/filestore/util.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/job/dag.rs b/src/job/dag.rs index 8071e78..9a0bd8a 100644 --- a/src/job/dag.rs +++ b/src/job/dag.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/job/job.rs b/src/job/job.rs index 8d2b3f8..a0f07e4 100644 --- a/src/job/job.rs +++ b/src/job/job.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/job/mod.rs b/src/job/mod.rs index 666f42e..0e575c6 100644 --- a/src/job/mod.rs +++ b/src/job/mod.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/job/resource.rs b/src/job/resource.rs index d657599..58cca3a 100644 --- a/src/job/resource.rs +++ b/src/job/resource.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/job/runnable.rs b/src/job/runnable.rs index 5600273..f774537 100644 --- a/src/job/runnable.rs +++ b/src/job/runnable.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/log/item.rs b/src/log/item.rs index d49c51b..290a338 100644 --- a/src/log/item.rs +++ b/src/log/item.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/log/mod.rs b/src/log/mod.rs index 155413f..7075d9a 100644 --- a/src/log/mod.rs +++ b/src/log/mod.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/log/parser.rs b/src/log/parser.rs index c2328f8..c46d226 100644 --- a/src/log/parser.rs +++ b/src/log/parser.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/log/sink.rs b/src/log/sink.rs index 7eeaabf..3139637 100644 --- a/src/log/sink.rs +++ b/src/log/sink.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/log/util.rs b/src/log/util.rs index 7fd9643..b73017e 100644 --- a/src/log/util.rs +++ b/src/log/util.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/main.rs b/src/main.rs index c0ee15a..2dbfa5d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/orchestrator/mod.rs b/src/orchestrator/mod.rs index 523a037..4d2ee5c 100644 --- a/src/orchestrator/mod.rs +++ b/src/orchestrator/mod.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/orchestrator/orchestrator.rs b/src/orchestrator/orchestrator.rs index 3493403..ecaacb0 100644 --- a/src/orchestrator/orchestrator.rs +++ b/src/orchestrator/orchestrator.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/orchestrator/util.rs b/src/orchestrator/util.rs index 2b20694..2c36d85 100644 --- a/src/orchestrator/util.rs +++ b/src/orchestrator/util.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/package/dag.rs b/src/package/dag.rs index c805121..31475af 100644 --- a/src/package/dag.rs +++ b/src/package/dag.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/package/dependency/build.rs b/src/package/dependency/build.rs index 4d51335..b027305 100644 --- a/src/package/dependency/build.rs +++ b/src/package/dependency/build.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/package/dependency/condition.rs b/src/package/dependency/condition.rs index c39ece6..596a25c 100644 --- a/src/package/dependency/condition.rs +++ b/src/package/dependency/condition.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/package/dependency/mod.rs b/src/package/dependency/mod.rs index da80a85..55445ff 100644 --- a/src/package/dependency/mod.rs +++ b/src/package/dependency/mod.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/package/dependency/runtime.rs b/src/package/dependency/runtime.rs index 0a5b824..62ea72e 100644 --- a/src/package/dependency/runtime.rs +++ b/src/package/dependency/runtime.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/package/mod.rs b/src/package/mod.rs index ad226c1..61b81ca 100644 --- a/src/package/mod.rs +++ b/src/package/mod.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/package/name.rs b/src/package/name.rs index 2d2509b..1605b24 100644 --- a/src/package/name.rs +++ b/src/package/name.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/package/package.rs b/src/package/package.rs index 64c5bd0..f5fd5f5 100644 --- a/src/package/package.rs +++ b/src/package/package.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/package/phase.rs b/src/package/phase.rs index 25adad3..8878a28 100644 --- a/src/package/phase.rs +++ b/src/package/phase.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/package/script.rs b/src/package/script.rs index 2b5001a..c60024c 100644 --- a/src/package/script.rs +++ b/src/package/script.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/package/source.rs b/src/package/source.rs index 94270ca..3fd8838 100644 --- a/src/package/source.rs +++ b/src/package/source.rs @@ -1,5 +1,5 @@ // -// Copyright (c) 2020-2021 science+computing ag and other contributors +// Copyright (c) 2020-2022 science+computing ag and other contributors // // This program and the accompanying materials are made // available under the terms of the Eclipse Public License 2.0 diff --git a/src/package/util.rs b/src/package/util.rs index dbb7372..e345ab4 100644 --- a/src/packag