summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,