summaryrefslogtreecommitdiffstats
path: root/src/schema.rs
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-01-19 09:40:16 +0100
committerMatthias Beyer <matthias.beyer@atos.net>2021-01-19 15:31:06 +0100
commit07f36a103ced7beb07ead5fa5d07ff0ce4178ece (patch)
treeae79ff89279c75918641ea448e653f161200920c /src/schema.rs
parentca928fbda28aa89bbdef6bfe48700a4722201b1d (diff)
Fix: Remove license header from (generated) schema.rs file
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'src/schema.rs')
-rw-r--r--src/schema.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/schema.rs b/src/schema.rs
index 7aac78a..676b0f7 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -1,13 +1,3 @@
-//
-// 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
-//
-
table! {
artifacts (id) {
id -> Int4,