summaryrefslogtreecommitdiffstats
path: root/src/db
diff options
context:
space:
mode:
Diffstat (limited to 'src/db')
-rw-r--r--src/db/connection.rs2
-rw-r--r--src/db/find_artifacts.rs2
-rw-r--r--src/db/mod.rs2
-rw-r--r--src/db/models/artifact.rs2
-rw-r--r--src/db/models/endpoint.rs2
-rw-r--r--src/db/models/envvar.rs2
-rw-r--r--src/db/models/githash.rs2
-rw-r--r--src/db/models/image.rs2
-rw-r--r--src/db/models/job.rs2
-rw-r--r--src/db/models/job_env.rs2
-rw-r--r--src/db/models/mod.rs2
-rw-r--r--src/db/models/package.rs2
-rw-r--r--src/db/models/release_store.rs2
-rw-r--r--src/db/models/releases.rs2
-rw-r--r--src/db/models/submit.rs2
15 files changed, 15 insertions, 15 deletions
diff --git a/src/db/connection.rs b/src/db/connection.rs
index cf9a0c0..8ba2ded 100644
--- a/src/db/connection.rs
+++ b/src/db/connection.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/db/find_artifacts.rs b/src/db/find_artifacts.rs
index 8974973..23f7267 100644
--- a/src/db/find_artifacts.rs
+++ b/src/db/find_artifacts.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/db/mod.rs b/src/db/mod.rs
index 93a3216..61111b0 100644
--- a/src/db/mod.rs
+++ b/src/db/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/db/models/artifact.rs b/src/db/models/artifact.rs
index 0bce8a7..1781d27 100644
--- a/src/db/models/artifact.rs
+++ b/src/db/models/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/db/models/endpoint.rs b/src/db/models/endpoint.rs
index 176d4a2..0544308 100644
--- a/src/db/models/endpoint.rs
+++ b/src/db/models/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/db/models/envvar.rs b/src/db/models/envvar.rs
index d3c7c64..2d7e78d 100644
--- a/src/db/models/envvar.rs
+++ b/src/db/models/envvar.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/db/models/githash.rs b/src/db/models/githash.rs
index e9034e8..98c0a41 100644
--- a/src/db/models/githash.rs
+++ b/src/db/models/githash.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/db/models/image.rs b/src/db/models/image.rs
index d7b6ae9..bcd4aa8 100644
--- a/src/db/models/image.rs
+++ b/src/db/models/image.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/db/models/job.rs b/src/db/models/job.rs
index 8f6097b..ee7eefa 100644
--- a/src/db/models/job.rs
+++ b/src/db/models/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/db/models/job_env.rs b/src/db/models/job_env.rs
index 3ca575f..36493ab 100644
--- a/src/db/models/job_env.rs
+++ b/src/db/models/job_env.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/db/models/mod.rs b/src/db/models/mod.rs
index d127b92..9a20f24 100644
--- a/src/db/models/mod.rs
+++ b/src/db/models/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/db/models/package.rs b/src/db/models/package.rs
index 1ae81b5..b30dadd 100644
--- a/src/db/models/package.rs
+++ b/src/db/models/package.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/db/models/release_store.rs b/src/db/models/release_store.rs
index ad6c9b2..89ee492 100644
--- a/src/db/models/release_store.rs
+++ b/src/db/models/release_store.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/db/models/releases.rs b/src/db/models/releases.rs
index 0aba8bb..306cbaf 100644
--- a/src/db/models/releases.rs
+++ b/src/db/models/releases.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/db/models/submit.rs b/src/db/models/submit.rs
index 61788ad..5c92011 100644
--- a/src/db/models/submit.rs
+++ b/src/db/models/submit.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