Mercurial > hgrepos > Python > libs > ConfigMix
changeset 52:6c7f90dbce98
Adjusted the Copyright and change the RCS keywords in accordance with "kwarchive"
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Tue, 27 Feb 2018 22:35:34 +0100 |
| parents | e408f960746e |
| children | 1d43f0b9fa20 |
| files | .hgkwarchive LICENSE README configmix/__init__.py doc/conf.py |
| diffstat | 5 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgkwarchive Tue Feb 27 22:27:56 2018 +0100 +++ b/.hgkwarchive Tue Feb 27 22:35:34 2018 +0100 @@ -1,2 +1,3 @@ [patterns] configmix/**.py = +path:README = reST
--- a/LICENSE Tue Feb 27 22:27:56 2018 +0100 +++ b/LICENSE Tue Feb 27 22:35:34 2018 +0100 @@ -1,4 +1,4 @@ -Copyright (c) 2015, Franz Glasner +Copyright (c) 2015-2018, Franz Glasner All rights reserved. Redistribution and use in source and binary forms, with or without
--- a/README Tue Feb 27 22:27:56 2018 +0100 +++ b/README Tue Feb 27 22:35:34 2018 +0100 @@ -5,7 +5,8 @@ =========== :Author: Franz Glasner -:Path: $HG(sw/libs/py/ConfigMix.hg)$ +:Date: |VCSHGshortdate| +:Path: |VCSHGpath| "ConfigMix" is a library for helping with configuration files.
--- a/configmix/__init__.py Tue Feb 27 22:27:56 2018 +0100 +++ b/configmix/__init__.py Tue Feb 27 22:35:34 2018 +0100 @@ -12,6 +12,8 @@ __version__ = "0.5" +__revision__ = "$Revision$" + import copy
--- a/doc/conf.py Tue Feb 27 22:27:56 2018 +0100 +++ b/doc/conf.py Tue Feb 27 22:35:34 2018 +0100 @@ -20,7 +20,7 @@ # -- Project information ----------------------------------------------------- project = 'ConfigMix' -copyright = '2018, Franz Glasner' +copyright = '2015–2018, Franz Glasner' author = 'Franz Glasner' # The short X.Y version @@ -170,4 +170,4 @@ # -- Options for todo extension ---------------------------------------------- # If true, `todo` and `todoList` produce output, else they produce nothing. -todo_include_todos = True \ No newline at end of file +todo_include_todos = True
