aboutsummaryrefslogtreecommitdiffstats
path: root/src/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.py')
-rwxr-xr-xsrc/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test.py b/src/test.py
index 0cfd242..998a10a 100755
--- a/src/test.py
+++ b/src/test.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
@@ -24,7 +24,7 @@ from argparser import *
print('Parent: ' + ArgParser.parent_name())
parser = ArgParser('A test for argparser', 'test [options] [files]',
- 'Copyright © 2013 Mattias Andrée (maandree@member.fsf.org)\n'
+ 'Copyright © 2013 Mattias Andrée (m@maandree.se)\n'
'\n'
'This library is free software: you can redistribute it and/or modify\n'
'it under the terms of the GNU Affero General Public License as published by\n'