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