From 77b385e91a0e48c4c263b2db1baa4887c7f61860 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Tue, 28 Jul 2009 17:23:11 +0000
Subject: [PATCH] - Updated copyright messages on all relevant files
---
include/polarssl/aes.h | 5 +++--
include/polarssl/arc4.h | 5 +++--
include/polarssl/base64.h | 5 +++--
include/polarssl/bignum.h | 5 +++--
include/polarssl/bn_mul.h | 5 +++--
include/polarssl/camellia.h | 3 ++-
include/polarssl/certs.h | 5 +++--
include/polarssl/config.h | 5 +++--
include/polarssl/debug.h | 5 +++--
include/polarssl/des.h | 5 +++--
include/polarssl/dhm.h | 5 +++--
include/polarssl/havege.h | 5 +++--
include/polarssl/md2.h | 5 +++--
include/polarssl/md4.h | 5 +++--
include/polarssl/md5.h | 5 +++--
include/polarssl/net.h | 5 +++--
include/polarssl/openssl.h | 5 +++--
include/polarssl/padlock.h | 5 +++--
include/polarssl/rsa.h | 5 +++--
include/polarssl/sha1.h | 5 +++--
include/polarssl/sha2.h | 5 +++--
include/polarssl/sha4.h | 5 +++--
include/polarssl/ssl.h | 5 +++--
include/polarssl/timing.h | 5 +++--
include/polarssl/x509.h | 5 +++--
include/polarssl/xtea.h | 3 ++-
library/aes.c | 5 +++--
library/arc4.c | 5 +++--
library/base64.c | 5 +++--
library/bignum.c | 5 +++--
library/camellia.c | 3 ++-
library/certs.c | 5 +++--
library/debug.c | 5 +++--
library/des.c | 5 +++--
library/dhm.c | 5 +++--
library/havege.c | 5 +++--
library/md2.c | 5 +++--
library/md4.c | 5 +++--
library/md5.c | 5 +++--
library/net.c | 5 +++--
library/padlock.c | 5 +++--
library/rsa.c | 5 +++--
library/sha1.c | 5 +++--
library/sha2.c | 5 +++--
library/sha4.c | 5 +++--
library/ssl_cli.c | 5 +++--
library/ssl_srv.c | 5 +++--
library/ssl_tls.c | 5 +++--
library/timing.c | 5 +++--
library/x509parse.c | 5 +++--
library/xtea.c | 3 ++-
programs/aes/aescrypt2.c | 5 +++--
programs/hash/hello.c | 5 +++--
programs/hash/md5sum.c | 5 +++--
programs/hash/sha1sum.c | 5 +++--
programs/hash/sha2sum.c | 5 +++--
programs/pkey/dh_client.c | 5 +++--
programs/pkey/dh_genprime.c | 5 +++--
programs/pkey/dh_server.c | 5 +++--
programs/pkey/mpi_demo.c | 5 +++--
programs/pkey/rsa_genkey.c | 5 +++--
programs/pkey/rsa_sign.c | 5 +++--
programs/pkey/rsa_verify.c | 5 +++--
programs/ssl/ssl_client1.c | 5 +++--
programs/ssl/ssl_client2.c | 5 +++--
programs/ssl/ssl_server.c | 5 +++--
programs/test/benchmark.c | 5 +++--
programs/test/selftest.c | 5 +++--
programs/test/ssl_cert_test.c | 3 ++-
programs/test/ssl_test.c | 5 +++--
70 files changed, 205 insertions(+), 135 deletions(-)
diff --git a/include/polarssl/aes.h b/include/polarssl/aes.h
index 1c4fa3b8..11db17ca 100644
--- a/include/polarssl/aes.h
+++ b/include/polarssl/aes.h
@@ -1,9 +1,10 @@
/**
* \file aes.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/arc4.h b/include/polarssl/arc4.h
index 0ff75112..b012299f 100644
--- a/include/polarssl/arc4.h
+++ b/include/polarssl/arc4.h
@@ -1,9 +1,10 @@
/**
* \file arc4.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/base64.h b/include/polarssl/base64.h
index 78919c70..4858ef44 100644
--- a/include/polarssl/base64.h
+++ b/include/polarssl/base64.h
@@ -1,9 +1,10 @@
/**
* \file base64.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h
index a635f265..cb0ac9b8 100644
--- a/include/polarssl/bignum.h
+++ b/include/polarssl/bignum.h
@@ -1,9 +1,10 @@
/**
* \file bignum.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/bn_mul.h b/include/polarssl/bn_mul.h
index 75c8eb37..3eca5cc3 100644
--- a/include/polarssl/bn_mul.h
+++ b/include/polarssl/bn_mul.h
@@ -1,9 +1,10 @@
/**
* \file bn_mul.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/camellia.h b/include/polarssl/camellia.h
index da66ceb1..efdc11be 100644
--- a/include/polarssl/camellia.h
+++ b/include/polarssl/camellia.h
@@ -1,7 +1,8 @@
/**
* \file camellia.h
*
- * Copyright (C) 2009 Paul Bakker
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
* 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/include/polarssl/certs.h b/include/polarssl/certs.h
index 9d8c5f86..aa5a6c3e 100644
--- a/include/polarssl/certs.h
+++ b/include/polarssl/certs.h
@@ -1,9 +1,10 @@
/**
* \file certs.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/config.h b/include/polarssl/config.h
index 785e54cb..c7df39ce 100644
--- a/include/polarssl/config.h
+++ b/include/polarssl/config.h
@@ -1,9 +1,10 @@
/**
* \file config.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/debug.h b/include/polarssl/debug.h
index 7aa3d7c8..b8b20705 100644
--- a/include/polarssl/debug.h
+++ b/include/polarssl/debug.h
@@ -1,9 +1,10 @@
/**
* \file debug.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/des.h b/include/polarssl/des.h
index 2a267270..b0fe69e8 100644
--- a/include/polarssl/des.h
+++ b/include/polarssl/des.h
@@ -1,9 +1,10 @@
/**
* \file des.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/dhm.h b/include/polarssl/dhm.h
index 59756819..93cf4baf 100644
--- a/include/polarssl/dhm.h
+++ b/include/polarssl/dhm.h
@@ -1,9 +1,10 @@
/**
* \file dhm.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/havege.h b/include/polarssl/havege.h
index 6ac20391..ea355b94 100644
--- a/include/polarssl/havege.h
+++ b/include/polarssl/havege.h
@@ -1,9 +1,10 @@
/**
* \file havege.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/md2.h b/include/polarssl/md2.h
index c2433045..26290396 100644
--- a/include/polarssl/md2.h
+++ b/include/polarssl/md2.h
@@ -1,9 +1,10 @@
/**
* \file md2.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/md4.h b/include/polarssl/md4.h
index 17b9aac5..6a947525 100644
--- a/include/polarssl/md4.h
+++ b/include/polarssl/md4.h
@@ -1,9 +1,10 @@
/**
* \file md4.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/md5.h b/include/polarssl/md5.h
index baad48fa..a69024d1 100644
--- a/include/polarssl/md5.h
+++ b/include/polarssl/md5.h
@@ -1,9 +1,10 @@
/**
* \file md5.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/net.h b/include/polarssl/net.h
index f6a28af2..29d66614 100644
--- a/include/polarssl/net.h
+++ b/include/polarssl/net.h
@@ -1,9 +1,10 @@
/**
* \file net.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/openssl.h b/include/polarssl/openssl.h
index 6e03b87b..6950384d 100644
--- a/include/polarssl/openssl.h
+++ b/include/polarssl/openssl.h
@@ -1,9 +1,10 @@
/**
* \file openssl.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/padlock.h b/include/polarssl/padlock.h
index fc8941cb..4cc6be27 100644
--- a/include/polarssl/padlock.h
+++ b/include/polarssl/padlock.h
@@ -1,9 +1,10 @@
/**
* \file padlock.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/rsa.h b/include/polarssl/rsa.h
index 2e8e40cc..26dddbcd 100644
--- a/include/polarssl/rsa.h
+++ b/include/polarssl/rsa.h
@@ -1,9 +1,10 @@
/**
* \file rsa.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/sha1.h b/include/polarssl/sha1.h
index 481aa874..01e522d5 100644
--- a/include/polarssl/sha1.h
+++ b/include/polarssl/sha1.h
@@ -1,9 +1,10 @@
/**
* \file sha1.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/sha2.h b/include/polarssl/sha2.h
index c225ce1d..f3d31ccd 100644
--- a/include/polarssl/sha2.h
+++ b/include/polarssl/sha2.h
@@ -1,9 +1,10 @@
/**
* \file sha2.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/sha4.h b/include/polarssl/sha4.h
index a7f84437..114c60d1 100644
--- a/include/polarssl/sha4.h
+++ b/include/polarssl/sha4.h
@@ -1,9 +1,10 @@
/**
* \file sha4.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h
index 0b4dae84..fa755574 100644
--- a/include/polarssl/ssl.h
+++ b/include/polarssl/ssl.h
@@ -1,9 +1,10 @@
/**
* \file ssl.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/timing.h b/include/polarssl/timing.h
index 203ee9ae..ef5066ec 100644
--- a/include/polarssl/timing.h
+++ b/include/polarssl/timing.h
@@ -1,9 +1,10 @@
/**
* \file timing.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/x509.h b/include/polarssl/x509.h
index 2f6d9c9b..a218e8a9 100644
--- a/include/polarssl/x509.h
+++ b/include/polarssl/x509.h
@@ -1,9 +1,10 @@
/**
* \file x509.h
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/include/polarssl/xtea.h b/include/polarssl/xtea.h
index 86b51d81..1e1f4dc6 100644
--- a/include/polarssl/xtea.h
+++ b/include/polarssl/xtea.h
@@ -1,7 +1,8 @@
/**
* \file xtea.h
*
- * Copyright (C) 2009 Paul Bakker
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
* 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/aes.c b/library/aes.c
index 90473668..04049a40 100644
--- a/library/aes.c
+++ b/library/aes.c
@@ -1,9 +1,10 @@
/*
* FIPS-197 compliant AES implementation
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/arc4.c b/library/arc4.c
index 943e330a..0dccd538 100644
--- a/library/arc4.c
+++ b/library/arc4.c
@@ -1,9 +1,10 @@
/*
* An implementation of the ARCFOUR algorithm
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/base64.c b/library/base64.c
index 4b7e1ab0..327c0224 100644
--- a/library/base64.c
+++ b/library/base64.c
@@ -1,9 +1,10 @@
/*
* RFC 1521 base64 encoding/decoding
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/bignum.c b/library/bignum.c
index aa7230fd..f5db63f8 100644
--- a/library/bignum.c
+++ b/library/bignum.c
@@ -1,9 +1,10 @@
/*
* Multi-precision integer library
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/camellia.c b/library/camellia.c
index e10ab581..5e86e0af 100644
--- a/library/camellia.c
+++ b/library/camellia.c
@@ -1,7 +1,8 @@
/*
* Camellia implementation
*
- * Copyright (C) 2009 Paul Bakker
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
* 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/certs.c b/library/certs.c
index 81938219..5b66c866 100644
--- a/library/certs.c
+++ b/library/certs.c
@@ -1,9 +1,10 @@
/*
* X.509 test certificates
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/debug.c b/library/debug.c
index cd7664d4..c263e49b 100644
--- a/library/debug.c
+++ b/library/debug.c
@@ -1,9 +1,10 @@
/*
* Debugging routines
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/des.c b/library/des.c
index 89849be4..65d3f087 100644
--- a/library/des.c
+++ b/library/des.c
@@ -1,9 +1,10 @@
/*
* FIPS-46-3 compliant Triple-DES implementation
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/dhm.c b/library/dhm.c
index d0961858..ef43ab8b 100644
--- a/library/dhm.c
+++ b/library/dhm.c
@@ -1,9 +1,10 @@
/*
* Diffie-Hellman-Merkle key exchange
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/havege.c b/library/havege.c
index b619f5db..610f9c5f 100644
--- a/library/havege.c
+++ b/library/havege.c
@@ -1,9 +1,10 @@
/*
* HAVEGE: HArdware Volatile Entropy Gathering and Expansion
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/md2.c b/library/md2.c
index f6dd3496..e942ff39 100644
--- a/library/md2.c
+++ b/library/md2.c
@@ -1,9 +1,10 @@
/*
* RFC 1115/1319 compliant MD2 implementation
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/md4.c b/library/md4.c
index acf00cb7..4be1939d 100644
--- a/library/md4.c
+++ b/library/md4.c
@@ -1,9 +1,10 @@
/*
* RFC 1186/1320 compliant MD4 implementation
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/md5.c b/library/md5.c
index a9646175..c5180861 100644
--- a/library/md5.c
+++ b/library/md5.c
@@ -1,9 +1,10 @@
/*
* RFC 1321 compliant MD5 implementation
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/net.c b/library/net.c
index 17f73725..9e7c5ddb 100644
--- a/library/net.c
+++ b/library/net.c
@@ -1,9 +1,10 @@
/*
* TCP networking functions
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/padlock.c b/library/padlock.c
index f14472fa..3344a963 100644
--- a/library/padlock.c
+++ b/library/padlock.c
@@ -1,9 +1,10 @@
/*
* VIA PadLock support functions
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/rsa.c b/library/rsa.c
index 804bcd2c..689cb1e4 100644
--- a/library/rsa.c
+++ b/library/rsa.c
@@ -1,9 +1,10 @@
/*
* The RSA public-key cryptosystem
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/sha1.c b/library/sha1.c
index fbb3a87d..8c5b9da4 100644
--- a/library/sha1.c
+++ b/library/sha1.c
@@ -1,9 +1,10 @@
/*
* FIPS-180-1 compliant SHA-1 implementation
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/sha2.c b/library/sha2.c
index da558d74..8afe73ca 100644
--- a/library/sha2.c
+++ b/library/sha2.c
@@ -1,9 +1,10 @@
/*
* FIPS-180-2 compliant SHA-256 implementation
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/sha4.c b/library/sha4.c
index 62d68373..e78c3e97 100644
--- a/library/sha4.c
+++ b/library/sha4.c
@@ -1,9 +1,10 @@
/*
* FIPS-180-2 compliant SHA-384/512 implementation
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/ssl_cli.c b/library/ssl_cli.c
index 80910816..8e3bfc32 100644
--- a/library/ssl_cli.c
+++ b/library/ssl_cli.c
@@ -1,9 +1,10 @@
/*
* SSLv3/TLSv1 client-side functions
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/ssl_srv.c b/library/ssl_srv.c
index 078ee83f..157a9099 100644
--- a/library/ssl_srv.c
+++ b/library/ssl_srv.c
@@ -1,9 +1,10 @@
/*
* SSLv3/TLSv1 server-side functions
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index b21e44bd..17279ee7 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -1,9 +1,10 @@
/*
* SSLv3/TLSv1 shared functions
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/timing.c b/library/timing.c
index b6ecbf6c..0f5f4bda 100644
--- a/library/timing.c
+++ b/library/timing.c
@@ -1,9 +1,10 @@
/*
* Portable interface to the CPU cycle counter
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/x509parse.c b/library/x509parse.c
index 47aae2a3..9d1846bf 100644
--- a/library/x509parse.c
+++ b/library/x509parse.c
@@ -1,9 +1,10 @@
/*
* X.509 certificate and private key decoding
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/library/xtea.c b/library/xtea.c
index c610a908..5e479d22 100644
--- a/library/xtea.c
+++ b/library/xtea.c
@@ -1,7 +1,8 @@
/*
* An 32-bit implementation of the XTEA algorithm
*
- * Copyright (C) 2009 Paul Bakker
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
* 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/aes/aescrypt2.c b/programs/aes/aescrypt2.c
index 887e2af5..d5305c11 100644
--- a/programs/aes/aescrypt2.c
+++ b/programs/aes/aescrypt2.c
@@ -1,9 +1,10 @@
/*
* AES-256 file encryption program
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/programs/hash/hello.c b/programs/hash/hello.c
index 00f7b8ec..897cccc7 100644
--- a/programs/hash/hello.c
+++ b/programs/hash/hello.c
@@ -1,9 +1,10 @@
/*
* Classic "Hello, world" demonstration program
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/programs/hash/md5sum.c b/programs/hash/md5sum.c
index 08930af3..5ae7a852 100644
--- a/programs/hash/md5sum.c
+++ b/programs/hash/md5sum.c
@@ -1,9 +1,10 @@
/*
* md5sum demonstration program
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/programs/hash/sha1sum.c b/programs/hash/sha1sum.c
index 78ee21e8..3a4fdfb7 100644
--- a/programs/hash/sha1sum.c
+++ b/programs/hash/sha1sum.c
@@ -1,9 +1,10 @@
/*
* sha1sum demonstration program
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/programs/hash/sha2sum.c b/programs/hash/sha2sum.c
index 9f55970f..0ef84f2a 100644
--- a/programs/hash/sha2sum.c
+++ b/programs/hash/sha2sum.c
@@ -1,9 +1,10 @@
/*
* sha2sum demonstration program
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/programs/pkey/dh_client.c b/programs/pkey/dh_client.c
index aa49bbac..599e806a 100644
--- a/programs/pkey/dh_client.c
+++ b/programs/pkey/dh_client.c
@@ -1,9 +1,10 @@
/*
* Diffie-Hellman-Merkle key exchange (client side)
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/programs/pkey/dh_genprime.c b/programs/pkey/dh_genprime.c
index 2ed16ade..cc02ea6d 100644
--- a/programs/pkey/dh_genprime.c
+++ b/programs/pkey/dh_genprime.c
@@ -1,9 +1,10 @@
/*
* Diffie-Hellman-Merkle key exchange (prime generation)
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/programs/pkey/dh_server.c b/programs/pkey/dh_server.c
index ca216c01..abea3737 100644
--- a/programs/pkey/dh_server.c
+++ b/programs/pkey/dh_server.c
@@ -1,9 +1,10 @@
/*
* Diffie-Hellman-Merkle key exchange (server side)
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/programs/pkey/mpi_demo.c b/programs/pkey/mpi_demo.c
index 002565de..f5b45242 100644
--- a/programs/pkey/mpi_demo.c
+++ b/programs/pkey/mpi_demo.c
@@ -1,9 +1,10 @@
/*
* Simple MPI demonstration program
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/programs/pkey/rsa_genkey.c b/programs/pkey/rsa_genkey.c
index 72d5e4a1..d0433213 100644
--- a/programs/pkey/rsa_genkey.c
+++ b/programs/pkey/rsa_genkey.c
@@ -1,9 +1,10 @@
/*
* Example RSA key generation program
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/programs/pkey/rsa_sign.c b/programs/pkey/rsa_sign.c
index f9ef2f30..6ccb001b 100644
--- a/programs/pkey/rsa_sign.c
+++ b/programs/pkey/rsa_sign.c
@@ -1,9 +1,10 @@
/*
* RSA/SHA-1 signature creation program
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/programs/pkey/rsa_verify.c b/programs/pkey/rsa_verify.c
index 96b4a10c..ee26694e 100644
--- a/programs/pkey/rsa_verify.c
+++ b/programs/pkey/rsa_verify.c
@@ -1,9 +1,10 @@
/*
* RSA/SHA-1 signature verification program
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/programs/ssl/ssl_client1.c b/programs/ssl/ssl_client1.c
index 9c5e53df..8b575def 100644
--- a/programs/ssl/ssl_client1.c
+++ b/programs/ssl/ssl_client1.c
@@ -1,9 +1,10 @@
/*
* SSL client demonstration program
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/programs/ssl/ssl_client2.c b/programs/ssl/ssl_client2.c
index 86720e60..e33c9a7b 100644
--- a/programs/ssl/ssl_client2.c
+++ b/programs/ssl/ssl_client2.c
@@ -1,9 +1,10 @@
/*
* SSL client with certificate authentication
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/programs/ssl/ssl_server.c b/programs/ssl/ssl_server.c
index f9b9b36c..67fbd2ec 100644
--- a/programs/ssl/ssl_server.c
+++ b/programs/ssl/ssl_server.c
@@ -1,9 +1,10 @@
/*
* SSL server demonstration program
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/programs/test/benchmark.c b/programs/test/benchmark.c
index 35e29d90..bb5671ea 100644
--- a/programs/test/benchmark.c
+++ b/programs/test/benchmark.c
@@ -1,9 +1,10 @@
/*
* Benchmark demonstration program
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/programs/test/selftest.c b/programs/test/selftest.c
index 22ace15d..ae75430a 100644
--- a/programs/test/selftest.c
+++ b/programs/test/selftest.c
@@ -1,9 +1,10 @@
/*
* Self-test demonstration program
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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
diff --git a/programs/test/ssl_cert_test.c b/programs/test/ssl_cert_test.c
index eb9baf8c..ce687d1c 100644
--- a/programs/test/ssl_cert_test.c
+++ b/programs/test/ssl_cert_test.c
@@ -1,7 +1,8 @@
/*
* SSL certificate functionality tests
*
- * Copyright (C) 2009 Paul Bakker
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
* 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/test/ssl_test.c b/programs/test/ssl_test.c
index 0c088d4b..6ba40698 100644
--- a/programs/test/ssl_test.c
+++ b/programs/test/ssl_test.c
@@ -1,9 +1,10 @@
/*
* SSL/TLS stress testing program
*
- * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ * Copyright (C) 2006-2009, Paul Bakker
+ * All rights reserved.
*
- * Copyright (C) 2009 Paul Bakker
+ * 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