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 1c4fa3b83..11db17ca7 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 0ff751122..b012299f7 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 78919c70b..4858ef449 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 a635f265b..cb0ac9b8c 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 75c8eb377..3eca5cc33 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 da66ceb18..efdc11be9 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 9d8c5f86d..aa5a6c3e1 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 785e54cbc..c7df39ce4 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 7aa3d7c86..b8b207051 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 2a2672709..b0fe69e84 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 597568193..93cf4baf7 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 6ac20391b..ea355b948 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 c2433045f..262903962 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 17b9aac5a..6a9475250 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 baad48fa2..a69024d11 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 f6a28af27..29d666146 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 6e03b87bf..6950384d7 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 fc8941cbc..4cc6be27b 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 2e8e40cc8..26dddbcd5 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 481aa874e..01e522d5d 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 c225ce1d6..f3d31ccd7 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 a7f844376..114c60d13 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 0b4dae845..fa755574b 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 203ee9ae5..ef5066ec9 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 2f6d9c9b3..a218e8a9c 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 86b51d817..1e1f4dc66 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 904736681..04049a409 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 943e330a8..0dccd5383 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 4b7e1ab00..327c02248 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 aa7230fdb..f5db63f89 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 e10ab5818..5e86e0aff 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 819382192..5b66c8668 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 cd7664d48..c263e49ba 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 89849be44..65d3f0875 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 d09618586..ef43ab8b3 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 b619f5db1..610f9c5f8 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 f6dd3496a..e942ff395 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 acf00cb71..4be1939d6 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 a96461752..c51808616 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 17f73725f..9e7c5ddbc 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 f14472faf..3344a963c 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 804bcd2c7..689cb1e43 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 fbb3a87d1..8c5b9da4e 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 da558d74f..8afe73ca3 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 62d68373f..e78c3e97e 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 809108163..8e3bfc327 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 078ee83f5..157a90993 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 b21e44bd3..17279ee7e 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 b6ecbf6c8..0f5f4bdae 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 47aae2a38..9d1846bf9 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 c610a908e..5e479d226 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 887e2af5e..d5305c112 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 00f7b8ec7..897cccc7a 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 08930af3d..5ae7a852d 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 78ee21e8f..3a4fdfb7c 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 9f55970fc..0ef84f2aa 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 aa49bbacb..599e806a5 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 2ed16ade5..cc02ea6d8 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 ca216c01c..abea37375 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 002565de7..f5b452420 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 72d5e4a1b..d0433213d 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 f9ef2f307..6ccb001b5 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 96b4a10c4..ee26694e9 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 9c5e53df5..8b575def9 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 86720e60c..e33c9a7b0 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 f9b9b36c0..67fbd2ecb 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 35e29d90e..bb5671ea4 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 22ace15da..ae75430a5 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 eb9baf8c2..ce687d1c7 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 0c088d4b2..6ba406981 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