From e278dfc7038f921c5f3f923c21cb8e19cae8116c Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 9 Sep 2015 00:09:37 +0200 Subject: Update email and copyright dates --- README.md | 4 ++-- femtomail.c | 2 +- 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 <lekensteyn@gmail.com>. +Other bugs can be reported at <peter@lekensteyn.nl>. Copyright --------- -Copyright (c) 2013 Peter Wu <lekensteyn@gmail.com> +Copyright (c) 2013-2015 Peter Wu <peter@lekensteyn.nl> License: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. 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 + * Copyright (C) 2013-2015 Peter Wu * * 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 -- cgit v1.2.1