summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-09-23 12:54:36 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-09-23 12:54:36 +0200
commit42cba81a9f23bb82372cd54791cc456a6a40b56c (patch)
tree3b8e12a52a6e43f78e78727dd70215538c8e3d7a
parent56a22ff903df0d881bce88bf68cdb4de8bab06c1 (diff)
Add missing license header
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
-rw-r--r--src/ui/package.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ui/package.rs b/src/ui/package.rs
index 5ac27b0..ba68f86 100644
--- a/src/ui/package.rs
+++ b/src/ui/package.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 std::borrow::Borrow;
use std::collections::BTreeMap;