summaryrefslogtreecommitdiffstats
path: root/src/config
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/config
parentbadd1a6968367dfc60ee2d38ddf20b0b530be10d (diff)
Update Copyright string to 2020-2022
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'src/config')
-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
7 files changed, 7 insertions, 7 deletions
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