comparison configmix/__init__.py @ 73:6216c561532a

Put a Copyright and License notice into the package's __init__.py
author Franz Glasner <hg@dom66.de>
date Fri, 02 Mar 2018 01:48:11 +0100
parents b511c6d5dec2
children 3a8f712d27df
comparison
equal deleted inserted replaced
72:ebdca6278bb3 73:6216c561532a
3 configmix 3 configmix
4 ^^^^^^^^^ 4 ^^^^^^^^^
5 5
6 A library for helping with configuration files. 6 A library for helping with configuration files.
7 7
8 :Author: Franz Glasner 8 :Author: Franz Glasner
9 :License: BSD License. 9 :Copyright: Copyright (c) 2015-2018, Franz Glasner.
10 See LICENSE for details. 10 All rights reserved.
11 :ID: $Header$ 11 :License: BSD 3-Clause License.
12 See LICENSE.txt for details.
13 :ID: $Header$
12 14
13 """ 15 """
14 16
15 from __future__ import division, print_function, absolute_import 17 from __future__ import division, print_function, absolute_import
16 18