summaryrefslogtreecommitdiffstats
path: root/src/job
diff options
context:
space:
mode:
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