From 42cba81a9f23bb82372cd54791cc456a6a40b56c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 23 Sep 2021 12:54:36 +0200 Subject: Add missing license header Signed-off-by: Matthias Beyer --- src/ui/package.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; -- cgit v1.2.3