summaryrefslogtreecommitdiffstats
path: root/src/db
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-02-22 14:18:43 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-02-22 14:18:43 +0100
commitcc395116613dfb8469d6a4e5ec9fce6a96772a7c (patch)
treedf35a2242584a6e17cd2b31e9290cca5379f72d2 /src/db
parent261b30c9ba1ed11ae28dad222aaa69319c8d7336 (diff)
parent4c1d3406f8fc3f024c18e9b0c508e5bf57477251 (diff)
Merge branch 'misc'
Diffstat (limited to 'src/db')
-rw-r--r--src/db/models/releases.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/db/models/releases.rs b/src/db/models/releases.rs
index 20caed8..0947bd9 100644
--- a/src/db/models/releases.rs
+++ b/src/db/models/releases.rs
@@ -1,3 +1,13 @@
+//
+// Copyright (c) 2020-2021 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
+// which is available at https://www.eclipse.org/legal/epl-2.0/
+//
+// SPDX-License-Identifier: EPL-2.0
+//
+
use anyhow::Error;
use anyhow::Result;
use chrono::NaiveDateTime;