- Added license replacement script

diff --git a/library/aes.c b/library/aes.c
index 8de06fb..6954339 100644
--- a/library/aes.c
+++ b/library/aes.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@polarssl.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/library/camellia.c b/library/camellia.c
index 80444c2..eb20b69 100644
--- a/library/camellia.c
+++ b/library/camellia.c
@@ -1,7 +1,7 @@
 /*
  *  Camellia implementation
  *
- *  Copyright (C) 2009       Paul Bakker
+ *  Copyright (C) 2009       Paul Bakker <polarssl_maintainer@polarssl.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