configschema: Added copyright and license variables
Signed-off-by: Claudius Heine <ch@denx.de>
This commit is contained in:
parent
41fc9c8261
commit
5d7fae7094
@ -23,6 +23,8 @@
|
||||
'''
|
||||
This module contains the schema of the configuration file.
|
||||
'''
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright (c) Siemens AG, 2017'
|
||||
|
||||
CONFIGSCHEMA = {
|
||||
'type': 'object',
|
||||
|
Loading…
Reference in New Issue
Block a user