aboutsummaryrefslogtreecommitdiffstats
path: root/src/test.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test.c b/src/test.c
index 8fdbe8b..737ba60 100644
--- a/src/test.c
+++ b/src/test.c
@@ -1,7 +1,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
@@ -28,7 +28,7 @@ int main(int argc, char** argv)
free(pname);
args_init("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"