mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 12:02:55 +00:00 
			
		
		
		
	Add LICENSE file and include copyright notice in source files
This commit is contained in:
		@@ -1 +1,4 @@
 | 
			
		||||
# Copyright (C) 2018 Avatao.com Innovative Learning Kft.
 | 
			
		||||
# All Rights Reserved. See LICENSE file for details.
 | 
			
		||||
 | 
			
		||||
from .envvars import * # pylint: disable=wildcard-import
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,6 @@
 | 
			
		||||
# Copyright (C) 2018 Avatao.com Innovative Learning Kft.
 | 
			
		||||
# All Rights Reserved. See LICENSE file for details.
 | 
			
		||||
 | 
			
		||||
from envvars import prefixed_envvars_to_namedtuple
 | 
			
		||||
 | 
			
		||||
TAOENV = prefixed_envvars_to_namedtuple('AVATAO_', 'taoenvtuple')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user