# HG changeset patch # User Franz Glasner # Date 1519767334 -3600 # Node ID 6c7f90dbce98dff08c989e263fb3e5997e2e5a3e # Parent e408f960746e0b5a492bb9f22e1ad924f436175a Adjusted the Copyright and change the RCS keywords in accordance with "kwarchive" diff -r e408f960746e -r 6c7f90dbce98 .hgkwarchive --- 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 diff -r e408f960746e -r 6c7f90dbce98 LICENSE --- 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 diff -r e408f960746e -r 6c7f90dbce98 README --- 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. diff -r e408f960746e -r 6c7f90dbce98 configmix/__init__.py --- 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 diff -r e408f960746e -r 6c7f90dbce98 doc/conf.py --- 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