diff options
Diffstat (limited to 'src/argparser.py')
| -rw-r--r-- | src/argparser.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/argparser.py b/src/argparser.py index f9160da..44a82bb 100644 --- a/src/argparser.py +++ b/src/argparser.py @@ -3,7 +3,7 @@ ''' argparser – command line argument parser library -Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) +Copyright © 2013 Mattias Andrée (m@maandree.se) This library is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -26,7 +26,7 @@ class ArgParser(): ''' Simple argument parser - @author Mattias Andrée, maandree@member.fsf.org + @author Mattias Andrée, m@maandree.se ''' |
