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