summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-11-02 12:18:36 +0100
committerMatthias Beyer <matthias.beyer@atos.net>2021-11-19 09:58:01 +0100
commitde345521d9fbbb5ae641c27667b9ee7823fa8066 (patch)
treede6a0ecac93fb412a0ce8c28cd85f3ff4965d890 /src
parentbadd1a6968367dfc60ee2d38ddf20b0b530be10d (diff)
Update Copyright string to 2020-2022
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'src')
-rw-r--r--src/cli.rs2
-rw-r--r--src/commands/build.rs2
-rw-r--r--src/commands/db.rs2
-rw-r--r--src/commands/dependencies_of.rs2
-rw-r--r--src/commands/endpoint.rs2
-rw-r--r--src/commands/endpoint_container.rs2
-rw-r--r--src/commands/env_of.rs2
-rw-r--r--src/commands/find_artifact.rs2
-rw-r--r--src/commands/find_pkg.rs2
-rw-r--r--src/commands/lint.rs2
-rw-r--r--src/commands/metrics.rs2
-rw-r--r--src/commands/mod.rs2
-rw-r--r--src/commands/release.rs2
-rw-r--r--src/commands/source.rs2
-rw-r--r--src/commands/tree_of.rs2
-rw-r--r--src/commands/util.rs2
-rw-r--r--src/commands/versions_of.rs2
-rw-r--r--src/commands/what_depends.rs2
-rw-r--r--src/config/configuration.rs2
-rw-r--r--src/config/container_config.rs2
-rw-r--r--src/config/docker_config.rs2
-rw-r--r--src/config/endpoint_config.rs2
-rw-r--r--src/config/mod.rs2
-rw-r--r--src/config/not_validated.rs2
-rw-r--r--src/config/util.rs2
-rw-r--r--src/consts.rs2
-rw-r--r--src/db/connection.rs2
-rw-r--r--src/db/find_artifacts.rs2
-rw-r--r--src/db/mod.rs2
-rw-r--r--src/db/models/artifact.rs2
-rw-r--r--src/db/models/endpoint.rs2
-rw-r--r--src/db/models/envvar.rs2
-rw-r--r--src/db/models/githash.rs2
-rw-r--r--src/db/models/image.rs2
-rw-r--r--src/db/models/job.rs2
-rw-r--r--src/db/models/job_env.rs2
-rw-r--r--src/db/models/mod.rs2
-rw-r--r--src/db/models/package.rs2
-rw-r--r--src/db/models/release_store.rs2
-rw-r--r--src/db/models/releases.rs2
-rw-r--r--src/db/models/submit.rs2
-rw-r--r--src/endpoint/configuration.rs2
-rw-r--r--src/endpoint/configured.rs2
-rw-r--r--src/endpoint/mod.rs2
-rw-r--r--src/endpoint/scheduler.rs2
-rw-r--r--src/endpoint/util.rs2
-rw-r--r--src/filestore/mod.rs2
-rw-r--r--src/filestore/path.rs2
-rw-r--r--src/filestore/release.rs2
-rw-r--r--src/filestore/staging.rs2
-rw-r--r--src/filestore/util.rs2
-rw-r--r--src/job/dag.rs2
-rw-r--r--src/job/job.rs2
-rw-r--r--src/job/mod.rs2
-rw-r--r--src/job/resource.rs2
-rw-r--r--src/job/runnable.rs2
-rw-r--r--src/log/item.rs2
-rw-r--r--src/log/mod.rs2
-rw-r--r--src/log/parser.rs2
-rw-r--r--src/log/sink.rs2
-rw-r--r--src/log/util.rs2
-rw-r--r--src/main.rs2
-rw-r--r--src/orchestrator/mod.rs2
-rw-r--r--src/orchestrator/orchestrator.rs2
-rw-r--r--src/orchestrator/util.rs2
-rw-r--r--src/package/dag.rs2
-rw-r--r--src/package/dependency/build.rs2
-rw-r--r--src/package/dependency/condition.rs2
-rw-r--r--src/package/dependency/mod.rs2
-rw-r--r--src/package/dependency/runtime.rs2
-rw-r--r--src/package/mod.rs2
-rw-r--r--src/package/name.rs2
-rw-r--r--src/package/package.rs2
-rw-r--r--src/package/phase.rs2
-rw-r--r--src/package/script.rs2
-rw-r--r--src/package/source.rs2
-rw-r--r--src/package/util.rs2
-rw-r--r--src/package/version.rs2
-rw-r--r--src/repository/fs/element.rs2
-rw-r--r--src/repository/fs/mod.rs2
-rw-r--r--src/repository/fs/path.rs2
-rw-r--r--src/repository/fs/representation.rs2
-rw-r--r--src/repository/mod.rs2
-rw-r--r--src/repository/repository.rs2
-rw-r--r--src/source/mod.rs2
-rw-r--r--src/ui/mod.rs2
-rw-r--r--src/ui/package.rs2
-rw-r--r--src/util/docker.rs2
-rw-r--r--src/util/env.rs2
-rw-r--r--src/util/filters.rs2
-rw-r--r--src/util/git.rs2
-rw-r--r--src/util/mod.rs2
-rw-r--r--src/util/parser.rs2
-rw-r--r--src/util/progress.rs2
94 files changed, 94 insertions, 94 deletions
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/