summaryrefslogtreecommitdiffstats
path: root/src/filestore/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/filestore/mod.rs')
-rw-r--r--src/filestore/mod.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/filestore/mod.rs b/src/filestore/mod.rs
index 65e0609..0d19d02 100644
--- a/src/filestore/mod.rs
+++ b/src/filestore/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
+//
+
mod artifact;
pub use artifact::*;