summaryrefslogtreecommitdiffstats
path: root/src/package/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/package/mod.rs')
-rw-r--r--src/package/mod.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/package/mod.rs b/src/package/mod.rs
index 35376c8..febdc59 100644
--- a/src/package/mod.rs
+++ b/src/package/mod.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
+//
+
//! Module that contains all types and functionality that has to do with a package.
mod dependency;