summaryrefslogtreecommitdiffstats
path: root/src/log/item.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/log/item.rs')
-rw-r--r--src/log/item.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/log/item.rs b/src/log/item.rs
index 139ca76..4236bb6 100644
--- a/src/log/item.rs
+++ b/src/log/item.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 anyhow::Result;
#[derive(Debug, PartialEq, Eq, Hash)]