summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-02-22 10:00:26 +0100
committerMatthias Beyer <matthias.beyer@atos.net>2021-02-22 10:00:41 +0100
commit9e8030ff46efbd4b6f18b84ff2fa271dd744309b (patch)
tree50c8f93d7d78ec27ad38a016b124f8a59d2c8e22
parent8bc36dec7ffdf30b8317cf4bd95b49cf8c96d2ed (diff)
Fix: Add missing license header
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
-rw-r--r--src/util/env.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/util/env.rs b/src/util/env.rs
index b1c0170..de2c1cb 100644
--- a/src/util/env.rs
+++ b/src/util/env.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::anyhow;
use anyhow::Result;