From fdecbbe5dc606ddb51947a6bc64e6d0bb24b44a7 Mon Sep 17 00:00:00 2001 From: Per Allansson Date: Tue, 19 Feb 2013 21:48:46 +0100 Subject: [PATCH] Correct email address --- README | 2 +- configure.ac | 2 +- osslsigncode.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 5c99593..ff6cfc4 100644 --- a/README +++ b/README @@ -134,7 +134,7 @@ You need the *.p7b and *.der files to use osslsigncode, instead of your == BUGS, QUESTIONS etc. -Send an email to mfive@users.sourceforge.net +Send an email to pallansson@gmail.com BUT, if you have questions related to generating spc files, converting between different formats and so on, *please* diff --git a/configure.ac b/configure.ac index b1bc952..4ff5b8e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) -AC_INIT([osslsigncode], [1.4], [mfive@users.sourceforge.net]) +AC_INIT([osslsigncode], [1.4], [pallansson@gmail.com]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE diff --git a/osslsigncode.c b/osslsigncode.c index f55853e..c7184ae 100644 --- a/osslsigncode.c +++ b/osslsigncode.c @@ -1,7 +1,7 @@ /* OpenSSL based Authenticode signing for PE files and Java CAB's. - Copyright (C) 2005-2011 mfive + Copyright (C) 2005-2013 Per Allansson This program is free software; you can redistribute it and/or modify