diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2016-08-14 21:56:11 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2016-08-14 21:56:11 +0200 |
commit | c286bb51ea052cc8b27ee034cd1e67999a746e91 (patch) | |
tree | d41b4870285e224c52841030b32f12289cb7e42b /utils/cmdline.py | |
parent | db9494e56641cf2d88bd0a5bbc27712b50d0eda1 (diff) |
Get files ready for 0.9.7 release0.9.7
Diffstat (limited to 'utils/cmdline.py')
-rw-r--r-- | utils/cmdline.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/cmdline.py b/utils/cmdline.py index 3d7d58f..2fd428f 100644 --- a/utils/cmdline.py +++ b/utils/cmdline.py @@ -2,7 +2,7 @@ # cmdline.py - functions for handling command-line options # -# Copyright (C) 2013 Arthur de Jong +# Copyright (C) 2013-2016 Arthur de Jong # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -28,7 +28,7 @@ version_string = ''' %s Written by Arthur de Jong. -Copyright (C) 2013 Arthur de Jong +Copyright (C) 2013-2016 Arthur de Jong This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. '''.strip() % constants.PACKAGE_STRING |