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