From 5d7fae7094d9f32dd9999d3fc6f3407c06543143 Mon Sep 17 00:00:00 2001 From: Claudius Heine Date: Wed, 18 Oct 2017 13:18:47 +0200 Subject: [PATCH] configschema: Added copyright and license variables Signed-off-by: Claudius Heine --- kas/configschema.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kas/configschema.py b/kas/configschema.py index cf9a7cc..36ac67c 100644 --- a/kas/configschema.py +++ b/kas/configschema.py @@ -23,6 +23,8 @@ ''' This module contains the schema of the configuration file. ''' +__license__ = 'MIT' +__copyright__ = 'Copyright (c) Siemens AG, 2017' CONFIGSCHEMA = { 'type': 'object',