# HG changeset patch # User Franz Glasner # Date 1519951691 -3600 # Node ID 6216c561532ac873a4992f8ebe793a2144d62e43 # Parent ebdca6278bb3d8c88136cb3d6f009053275baf9f Put a Copyright and License notice into the package's __init__.py diff -r ebdca6278bb3 -r 6216c561532a configmix/__init__.py --- a/configmix/__init__.py Fri Mar 02 01:14:43 2018 +0100 +++ b/configmix/__init__.py Fri Mar 02 01:48:11 2018 +0100 @@ -5,10 +5,12 @@ A library for helping with configuration files. -:Author: Franz Glasner -:License: BSD License. - See LICENSE for details. -:ID: $Header$ +:Author: Franz Glasner +:Copyright: Copyright (c) 2015-2018, Franz Glasner. + All rights reserved. +:License: BSD 3-Clause License. + See LICENSE.txt for details. +:ID: $Header$ """