Mercurial > hgrepos > Python > libs > ConfigMix
diff configmix/ini.py @ 79:a43749f751e0
Put a copyright and license note into every source file of the configmix package
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Wed, 14 Mar 2018 23:58:47 +0100 |
| parents | 1f11672c4615 |
| children | 218807d7d883 |
line wrap: on
line diff
--- a/configmix/ini.py Wed Mar 14 23:54:00 2018 +0100 +++ b/configmix/ini.py Wed Mar 14 23:58:47 2018 +0100 @@ -1,4 +1,8 @@ # -*- coding: utf-8 -*- +#- +# :Copyright: (c) 2015-2018, Franz Glasner. All rights reserved. +# :License: 3-clause BSD. See LICENSE.txt for details. +#- r""" configmix.ini ^^^^^^^^^^^^^
