configschema: Added copyright and license variables

Signed-off-by: Claudius Heine <ch@denx.de>
This commit is contained in:
Claudius Heine 2017-10-18 13:18:47 +02:00 committed by Daniel Wagner
parent 41fc9c8261
commit 5d7fae7094

View File

@ -23,6 +23,8 @@
'''
This module contains the schema of the configuration file.
'''
__license__ = 'MIT'
__copyright__ = 'Copyright (c) Siemens AG, 2017'
CONFIGSCHEMA = {
'type': 'object',