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