From 1f3c39c194cde7635d802539134de56b314d08cd Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Sun, 21 Mar 2010 17:30:05 +0000
Subject: [PATCH] - Removed copyright line for Christophe Devine for clarity
---
include/polarssl/aes.h | 2 --
include/polarssl/arc4.h | 2 --
include/polarssl/base64.h | 2 --
include/polarssl/bignum.h | 2 --
include/polarssl/bn_mul.h | 2 --
include/polarssl/certs.h | 2 --
include/polarssl/config.h | 2 --
include/polarssl/debug.h | 2 --
include/polarssl/des.h | 2 --
include/polarssl/dhm.h | 2 --
include/polarssl/havege.h | 2 --
include/polarssl/md2.h | 2 --
include/polarssl/md4.h | 2 --
include/polarssl/md5.h | 2 --
include/polarssl/net.h | 2 --
include/polarssl/openssl.h | 2 --
include/polarssl/padlock.h | 2 --
include/polarssl/rsa.h | 2 --
include/polarssl/sha1.h | 2 --
include/polarssl/sha2.h | 2 --
include/polarssl/sha4.h | 2 --
include/polarssl/ssl.h | 2 --
include/polarssl/timing.h | 2 --
include/polarssl/x509.h | 2 --
library/aes.c | 2 --
library/arc4.c | 2 --
library/base64.c | 2 --
library/bignum.c | 2 --
library/certs.c | 2 --
library/debug.c | 2 --
library/des.c | 2 --
library/dhm.c | 2 --
library/havege.c | 2 --
library/md2.c | 2 --
library/md4.c | 2 --
library/md5.c | 2 --
library/net.c | 2 --
library/padlock.c | 2 --
library/rsa.c | 2 --
library/sha1.c | 2 --
library/sha2.c | 2 --
library/sha4.c | 2 --
library/ssl_cli.c | 2 --
library/ssl_srv.c | 2 --
library/ssl_tls.c | 2 --
library/timing.c | 2 --
library/x509parse.c | 2 --
programs/aes/aescrypt2.c | 2 --
programs/hash/hello.c | 2 --
programs/hash/md5sum.c | 2 --
programs/hash/sha1sum.c | 2 --
programs/hash/sha2sum.c | 2 --
programs/pkey/dh_client.c | 2 --
programs/pkey/dh_genprime.c | 2 --
programs/pkey/dh_server.c | 2 --
programs/pkey/mpi_demo.c | 2 --
programs/pkey/rsa_genkey.c | 2 --
programs/pkey/rsa_sign.c | 2 --
programs/pkey/rsa_verify.c | 2 --
programs/ssl/ssl_client1.c | 2 --
programs/ssl/ssl_client2.c | 2 --
programs/ssl/ssl_server.c | 2 --
programs/test/benchmark.c | 2 --
programs/test/selftest.c | 2 --
programs/test/ssl_test.c | 2 --
programs/x509/cert_app.c | 2 --
66 files changed, 132 deletions(-)
diff --git a/include/polarssl/aes.h b/include/polarssl/aes.h
index 8268390eac..3b77761b04 100644
--- a/include/polarssl/aes.h
+++ b/include/polarssl/aes.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/arc4.h b/include/polarssl/arc4.h
index 14abe39e57..16088241e9 100644
--- a/include/polarssl/arc4.h
+++ b/include/polarssl/arc4.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/base64.h b/include/polarssl/base64.h
index 6144184071..e5988bc213 100644
--- a/include/polarssl/base64.h
+++ b/include/polarssl/base64.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h
index f4135123b8..6a1e9242ed 100644
--- a/include/polarssl/bignum.h
+++ b/include/polarssl/bignum.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/bn_mul.h b/include/polarssl/bn_mul.h
index 3eca5cc330..6607cebc90 100644
--- a/include/polarssl/bn_mul.h
+++ b/include/polarssl/bn_mul.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/certs.h b/include/polarssl/certs.h
index b982d7e2f6..4a4214665a 100644
--- a/include/polarssl/certs.h
+++ b/include/polarssl/certs.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/config.h b/include/polarssl/config.h
index c09bca6ede..16b984282a 100644
--- a/include/polarssl/config.h
+++ b/include/polarssl/config.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/debug.h b/include/polarssl/debug.h
index 9bae62717b..d7af4aa9ae 100644
--- a/include/polarssl/debug.h
+++ b/include/polarssl/debug.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/des.h b/include/polarssl/des.h
index 04fdf67151..c646058362 100644
--- a/include/polarssl/des.h
+++ b/include/polarssl/des.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/dhm.h b/include/polarssl/dhm.h
index b6f3348d6e..d9021f8140 100644
--- a/include/polarssl/dhm.h
+++ b/include/polarssl/dhm.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/havege.h b/include/polarssl/havege.h
index ea355b9483..3d626b4fd1 100644
--- a/include/polarssl/havege.h
+++ b/include/polarssl/havege.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/md2.h b/include/polarssl/md2.h
index 71040eb8da..5003236d89 100644
--- a/include/polarssl/md2.h
+++ b/include/polarssl/md2.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/md4.h b/include/polarssl/md4.h
index 24b90ec66a..743b76fb7e 100644
--- a/include/polarssl/md4.h
+++ b/include/polarssl/md4.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/md5.h b/include/polarssl/md5.h
index ac28a0b415..e924e5dd23 100644
--- a/include/polarssl/md5.h
+++ b/include/polarssl/md5.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/net.h b/include/polarssl/net.h
index 8a5fc4eadc..a95892eb13 100644
--- a/include/polarssl/net.h
+++ b/include/polarssl/net.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/openssl.h b/include/polarssl/openssl.h
index 6950384d72..ed47ad83ce 100644
--- a/include/polarssl/openssl.h
+++ b/include/polarssl/openssl.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/padlock.h b/include/polarssl/padlock.h
index cccc55d997..99c9787277 100644
--- a/include/polarssl/padlock.h
+++ b/include/polarssl/padlock.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/rsa.h b/include/polarssl/rsa.h
index e7ee76a5df..08cfa2ca21 100644
--- a/include/polarssl/rsa.h
+++ b/include/polarssl/rsa.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/sha1.h b/include/polarssl/sha1.h
index 060f7203ce..f8d6c5feab 100644
--- a/include/polarssl/sha1.h
+++ b/include/polarssl/sha1.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/sha2.h b/include/polarssl/sha2.h
index d9f3855ea2..bb7db3e576 100644
--- a/include/polarssl/sha2.h
+++ b/include/polarssl/sha2.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/sha4.h b/include/polarssl/sha4.h
index eb35f04e72..f78dc03023 100644
--- a/include/polarssl/sha4.h
+++ b/include/polarssl/sha4.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h
index 6b2ee3c728..b2dfa320c3 100644
--- a/include/polarssl/ssl.h
+++ b/include/polarssl/ssl.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/timing.h b/include/polarssl/timing.h
index ef5066ec91..dc092872b0 100644
--- a/include/polarssl/timing.h
+++ b/include/polarssl/timing.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/include/polarssl/x509.h b/include/polarssl/x509.h
index 9e1d5d6ac2..cd3336c8c9 100644
--- a/include/polarssl/x509.h
+++ b/include/polarssl/x509.h
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/aes.c b/library/aes.c
index bf7b337b6c..9af8b71e93 100644
--- a/library/aes.c
+++ b/library/aes.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/arc4.c b/library/arc4.c
index b87053ec49..7c37f4c77b 100644
--- a/library/arc4.c
+++ b/library/arc4.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/base64.c b/library/base64.c
index 6a6c3aeb79..34d21bc710 100644
--- a/library/base64.c
+++ b/library/base64.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/bignum.c b/library/bignum.c
index fa9f1f1417..5a47fbd823 100644
--- a/library/bignum.c
+++ b/library/bignum.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/certs.c b/library/certs.c
index 5b66c8668d..ebca842011 100644
--- a/library/certs.c
+++ b/library/certs.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/debug.c b/library/debug.c
index 58bb816b2e..abd5e71417 100644
--- a/library/debug.c
+++ b/library/debug.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/des.c b/library/des.c
index d2f7662b02..9f3b4f16ed 100644
--- a/library/des.c
+++ b/library/des.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/dhm.c b/library/dhm.c
index 04d1e9f1f9..f48841f31f 100644
--- a/library/dhm.c
+++ b/library/dhm.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/havege.c b/library/havege.c
index 610f9c5f81..e657c0dc1b 100644
--- a/library/havege.c
+++ b/library/havege.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/md2.c b/library/md2.c
index 3a0d1f5aa9..eba880e407 100644
--- a/library/md2.c
+++ b/library/md2.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/md4.c b/library/md4.c
index 564a7f9ee7..6310abcdd2 100644
--- a/library/md4.c
+++ b/library/md4.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/md5.c b/library/md5.c
index 5ab33835b5..1a22e10ac7 100644
--- a/library/md5.c
+++ b/library/md5.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/net.c b/library/net.c
index e3b173855b..b558e410ba 100644
--- a/library/net.c
+++ b/library/net.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/padlock.c b/library/padlock.c
index 4c30ddd9d0..50526e38af 100644
--- a/library/padlock.c
+++ b/library/padlock.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/rsa.c b/library/rsa.c
index 6fca27d59d..c6c0e9985c 100644
--- a/library/rsa.c
+++ b/library/rsa.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/sha1.c b/library/sha1.c
index 7f8ec63423..6c71eda3c9 100644
--- a/library/sha1.c
+++ b/library/sha1.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/sha2.c b/library/sha2.c
index 8f920ce44d..49446f5b89 100644
--- a/library/sha2.c
+++ b/library/sha2.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/sha4.c b/library/sha4.c
index 699cca7aeb..78637d41a4 100644
--- a/library/sha4.c
+++ b/library/sha4.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/ssl_cli.c b/library/ssl_cli.c
index 5802fdc1b2..ef7bbd6b1f 100644
--- a/library/ssl_cli.c
+++ b/library/ssl_cli.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/ssl_srv.c b/library/ssl_srv.c
index aec33a247b..8113deeef2 100644
--- a/library/ssl_srv.c
+++ b/library/ssl_srv.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index 733551307c..d157a37e8b 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/timing.c b/library/timing.c
index 0b62b10310..c2d1f23ddf 100644
--- a/library/timing.c
+++ b/library/timing.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/library/x509parse.c b/library/x509parse.c
index 3013e9b55c..104bc32290 100644
--- a/library/x509parse.c
+++ b/library/x509parse.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/aes/aescrypt2.c b/programs/aes/aescrypt2.c
index d5305c1122..30de39eb96 100644
--- a/programs/aes/aescrypt2.c
+++ b/programs/aes/aescrypt2.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/hash/hello.c b/programs/hash/hello.c
index 897cccc7a8..521ff57424 100644
--- a/programs/hash/hello.c
+++ b/programs/hash/hello.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/hash/md5sum.c b/programs/hash/md5sum.c
index 5ae7a852db..cf14fd120f 100644
--- a/programs/hash/md5sum.c
+++ b/programs/hash/md5sum.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/hash/sha1sum.c b/programs/hash/sha1sum.c
index 3a4fdfb7c1..64573d0729 100644
--- a/programs/hash/sha1sum.c
+++ b/programs/hash/sha1sum.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/hash/sha2sum.c b/programs/hash/sha2sum.c
index 0ef84f2aac..545bededef 100644
--- a/programs/hash/sha2sum.c
+++ b/programs/hash/sha2sum.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/pkey/dh_client.c b/programs/pkey/dh_client.c
index 599e806a5e..5ccb236eca 100644
--- a/programs/pkey/dh_client.c
+++ b/programs/pkey/dh_client.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/pkey/dh_genprime.c b/programs/pkey/dh_genprime.c
index cc02ea6d87..b0cfce04d2 100644
--- a/programs/pkey/dh_genprime.c
+++ b/programs/pkey/dh_genprime.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/pkey/dh_server.c b/programs/pkey/dh_server.c
index abea373752..48e6da2ae3 100644
--- a/programs/pkey/dh_server.c
+++ b/programs/pkey/dh_server.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/pkey/mpi_demo.c b/programs/pkey/mpi_demo.c
index f5b4524201..f6de60973c 100644
--- a/programs/pkey/mpi_demo.c
+++ b/programs/pkey/mpi_demo.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/pkey/rsa_genkey.c b/programs/pkey/rsa_genkey.c
index d0433213df..56aef7e208 100644
--- a/programs/pkey/rsa_genkey.c
+++ b/programs/pkey/rsa_genkey.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/pkey/rsa_sign.c b/programs/pkey/rsa_sign.c
index 6ccb001b50..ce2e51789b 100644
--- a/programs/pkey/rsa_sign.c
+++ b/programs/pkey/rsa_sign.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/pkey/rsa_verify.c b/programs/pkey/rsa_verify.c
index ee26694e95..4093762944 100644
--- a/programs/pkey/rsa_verify.c
+++ b/programs/pkey/rsa_verify.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/ssl/ssl_client1.c b/programs/ssl/ssl_client1.c
index 43668530af..209e37ee8f 100644
--- a/programs/ssl/ssl_client1.c
+++ b/programs/ssl/ssl_client1.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/ssl/ssl_client2.c b/programs/ssl/ssl_client2.c
index c86962975e..a5d26d82ba 100644
--- a/programs/ssl/ssl_client2.c
+++ b/programs/ssl/ssl_client2.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/ssl/ssl_server.c b/programs/ssl/ssl_server.c
index e0af1b0687..ef667373bb 100644
--- a/programs/ssl/ssl_server.c
+++ b/programs/ssl/ssl_server.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/test/benchmark.c b/programs/test/benchmark.c
index 922c5eccde..9434ec5fef 100644
--- a/programs/test/benchmark.c
+++ b/programs/test/benchmark.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/test/selftest.c b/programs/test/selftest.c
index ae75430a55..71a2014932 100644
--- a/programs/test/selftest.c
+++ b/programs/test/selftest.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/test/ssl_test.c b/programs/test/ssl_test.c
index f12c2e918d..f776bce4b4 100644
--- a/programs/test/ssl_test.c
+++ b/programs/test/ssl_test.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or
diff --git a/programs/x509/cert_app.c b/programs/x509/cert_app.c
index 1df51988ab..b3199c4a8d 100644
--- a/programs/x509/cert_app.c
+++ b/programs/x509/cert_app.c
@@ -4,8 +4,6 @@
* Copyright (C) 2006-2009, Paul Bakker
* All rights reserved.
*
- * Joined copyright on original XySSL code with: Christophe Devine
- *
* 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
* the Free Software Foundation; either version 2 of the License, or