summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-09-09 00:09:37 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-09-09 00:11:59 +0200
commite278dfc7038f921c5f3f923c21cb8e19cae8116c (patch)
tree7c9ae0c4e767074d22c53b3e5c8a932cec3f8239
parent7c6e845bc7443d3222c9e363b9cc5436bb5b36ae (diff)
downloadfemtomail-e278dfc7038f921c5f3f923c21cb8e19cae8116c.tar.gz
Update email and copyright datesHEADmaster
-rw-r--r--README.md4
-rw-r--r--femtomail.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 380d807..7da706e 100644
--- a/README.md
+++ b/README.md
@@ -74,12 +74,12 @@ invoked without specifying mail contents, an empty message will be created. If
the mail does not contain headers, `Date` and `From` headers will be appended
anyway.
-Other bugs can be reported at &lt;lekensteyn@gmail.com&gt;.
+Other bugs can be reported at &lt;peter@lekensteyn.nl&gt;.
Copyright
---------
-Copyright (c) 2013 Peter Wu &lt;lekensteyn@gmail.com&gt;
+Copyright (c) 2013-2015 Peter Wu &lt;peter@lekensteyn.nl&gt;
License: GNU GPL version 3 or later &lt;http://gnu.org/licenses/gpl.html&gt;.
This is free software: you are free to change and redistribute it. There is NO
diff --git a/femtomail.c b/femtomail.c
index 2838463..fa8126d 100644
--- a/femtomail.c
+++ b/femtomail.c
@@ -8,7 +8,7 @@
* # install -m 755 femtomail /usr/bin/sendmail
* # setcap cap_setuid,cap_setgid=ep /usr/bin/sendmail
*
- * Copyright (C) 2013 Peter Wu <lekensteyn@gmail.com>
+ * Copyright (C) 2013-2015 Peter Wu <peter@lekensteyn.nl>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by