summaryrefslogtreecommitdiffstats
path: root/src/job
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-12-02 19:15:55 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-12-02 19:15:55 +0100
commit5a7535b543a8b28125028fff419062fcc331295b (patch)
tree48d56eb8ed1457bc7bbbe546626498fdffa0ab1e /src/job
parentbadd1a6968367dfc60ee2d38ddf20b0b530be10d (diff)
parent1353e53e6510e079b74d57e2c1c625c7d9f0542d (diff)
Merge branch 'misc'
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