- Added email address to header license information
diff --git a/programs/pkey/dh_client.c b/programs/pkey/dh_client.c
index 7f1ed18..6591d23 100644
--- a/programs/pkey/dh_client.c
+++ b/programs/pkey/dh_client.c
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
- * Copyright (C) 2009 Paul Bakker
+ * Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* 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
diff --git a/programs/pkey/dh_genprime.c b/programs/pkey/dh_genprime.c
index b83517a..2ed16ad 100644
--- a/programs/pkey/dh_genprime.c
+++ b/programs/pkey/dh_genprime.c
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
- * Copyright (C) 2009 Paul Bakker
+ * Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* 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
diff --git a/programs/pkey/dh_server.c b/programs/pkey/dh_server.c
index 46f59ba..f7a10e3 100644
--- a/programs/pkey/dh_server.c
+++ b/programs/pkey/dh_server.c
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
- * Copyright (C) 2009 Paul Bakker
+ * Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* 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
diff --git a/programs/pkey/mpi_demo.c b/programs/pkey/mpi_demo.c
index 3d16b5a..002565d 100644
--- a/programs/pkey/mpi_demo.c
+++ b/programs/pkey/mpi_demo.c
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
- * Copyright (C) 2009 Paul Bakker
+ * Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* 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
diff --git a/programs/pkey/rsa_genkey.c b/programs/pkey/rsa_genkey.c
index 093e6e9..066e136 100644
--- a/programs/pkey/rsa_genkey.c
+++ b/programs/pkey/rsa_genkey.c
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
- * Copyright (C) 2009 Paul Bakker
+ * Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* 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
diff --git a/programs/pkey/rsa_sign.c b/programs/pkey/rsa_sign.c
index 0c57bf6..6d6dcee 100644
--- a/programs/pkey/rsa_sign.c
+++ b/programs/pkey/rsa_sign.c
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
- * Copyright (C) 2009 Paul Bakker
+ * Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* 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
diff --git a/programs/pkey/rsa_verify.c b/programs/pkey/rsa_verify.c
index 9848cc2..8a1b2e6 100644
--- a/programs/pkey/rsa_verify.c
+++ b/programs/pkey/rsa_verify.c
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
- * Copyright (C) 2009 Paul Bakker
+ * Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
*
* 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