summaryrefslogtreecommitdiffstats
path: root/src/config/container_config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/container_config.rs')
-rw-r--r--src/config/container_config.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config/container_config.rs b/src/config/container_config.rs
index e50c46f..a890b8d 100644
--- a/src/config/container_config.rs
+++ b/src/config/container_config.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 getset::CopyGetters;
use getset::Getters;
use serde::Deserialize;