Add LICENSE file and include copyright notice in source files

This commit is contained in:
Kristóf Tóth
2018-04-03 14:49:14 +02:00
parent b8bcda134c
commit eaa0eee4ca
35 changed files with 114 additions and 0 deletions

View File

@ -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

View File

@ -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')