summaryrefslogtreecommitdiffstats
path: root/src/db/models
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-02-22 09:19:55 +0100
committerMatthias Beyer <matthias.beyer@atos.net>2021-02-22 10:00:34 +0100
commit8bc36dec7ffdf30b8317cf4bd95b49cf8c96d2ed (patch)
tree54aba834281c6b0ddc2cd071717b11ddf948f5fb /src/db/models
parent3c7f31f0fa8350f65cf3e74955a22eef0674cd4d (diff)
Fix: Add missing license header
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'src/db/models')
-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;