Mercurial > hgrepos > Python > libs > ConfigMix
changeset 78:3a8f712d27df
Put copyright and license into the README.txt
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Wed, 14 Mar 2018 23:54:00 +0100 |
| parents | 025005f1234f |
| children | a43749f751e0 |
| files | README.txt configmix/__init__.py doc/conf.py doc/license.rst |
| diffstat | 4 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Wed Mar 14 23:44:37 2018 +0100 +++ b/README.txt Wed Mar 14 23:54:00 2018 +0100 @@ -6,6 +6,10 @@ :Author: Franz Glasner :Version: |release| :Date: |today| +:Copyright: (c) 2015–2018, Franz Glasner. + All rights reserved. +:License: 3-clause BSD License. + See :ref:`LICENSE.txt <license>` for more details. :Revision: |VCSRevision| :Repository: |VCSHGpath|
--- a/configmix/__init__.py Wed Mar 14 23:44:37 2018 +0100 +++ b/configmix/__init__.py Wed Mar 14 23:54:00 2018 +0100 @@ -8,7 +8,7 @@ :Author: Franz Glasner :Copyright: Copyright (c) 2015-2018, Franz Glasner. All rights reserved. -:License: BSD 3-Clause License. +:License: 3-clause BSD License. See LICENSE.txt for details. :ID: $Header$
--- a/doc/conf.py Wed Mar 14 23:44:37 2018 +0100 +++ b/doc/conf.py Wed Mar 14 23:54:00 2018 +0100 @@ -22,7 +22,7 @@ # -- Project information ----------------------------------------------------- project = 'ConfigMix' -copyright = '2015–2018, Franz Glasner' +copyright = '2015–2018, Franz Glasner. All rights reserved' author = 'Franz Glasner' # The short X.Y version
