comparison mixconfig/__init__.py @ 4:f76d85ccc5b9

Switch to the "New BSD License"
author Franz Glasner <f.glasner@feldmann-mg.com>
date Tue, 08 Mar 2016 16:46:27 +0100
parents 53ea2bc254e7
children
comparison
equal deleted inserted replaced
3:bedc4f95b9e9 4:f76d85ccc5b9
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 r"""
3
4 :Author: Franz Glasner
5 :License: BSD License.
6 See LICENSE for details.
7
8 """
2 # 9 #
3 # NOTE: ONLY STANDARDLIB-IMPORTS IN THIS MODULE. 10 # NOTE: ONLY STANDARDLIB-IMPORTS IN THIS MODULE.
4 # ITS JUST FOR BOOTSTRAPPING WITH PYTHON2 and PYTHON3. 11 # ITS JUST FOR BOOTSTRAPPING WITH PYTHON2 and PYTHON3.
5 # NO `future`, `six`, ... 12 # NO `future`, `six`, ...
6 # 13 #