From fc8c4360b86c8e50551a73696851cbbbc2b85a3d Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Sun, 21 Mar 2010 17:37:16 +0000
Subject: [PATCH] - Updated copyright line to 2010
---
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/camellia.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 +-
include/polarssl/xtea.h | 2 +-
library/aes.c | 2 +-
library/arc4.c | 2 +-
library/base64.c | 2 +-
library/bignum.c | 2 +-
library/camellia.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 +-
library/xtea.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_cert_test.c | 2 +-
programs/test/ssl_test.c | 2 +-
programs/x509/cert_app.c | 2 +-
71 files changed, 71 insertions(+), 71 deletions(-)
diff --git a/include/polarssl/aes.h b/include/polarssl/aes.h
index 3b77761b04..b8a358b92e 100644
--- a/include/polarssl/aes.h
+++ b/include/polarssl/aes.h
@@ -1,7 +1,7 @@
/**
* \file aes.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/arc4.h b/include/polarssl/arc4.h
index 16088241e9..e903cca402 100644
--- a/include/polarssl/arc4.h
+++ b/include/polarssl/arc4.h
@@ -1,7 +1,7 @@
/**
* \file arc4.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/base64.h b/include/polarssl/base64.h
index e5988bc213..bb1c236d30 100644
--- a/include/polarssl/base64.h
+++ b/include/polarssl/base64.h
@@ -1,7 +1,7 @@
/**
* \file base64.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h
index 6a1e9242ed..2f8a75d804 100644
--- a/include/polarssl/bignum.h
+++ b/include/polarssl/bignum.h
@@ -1,7 +1,7 @@
/**
* \file bignum.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/bn_mul.h b/include/polarssl/bn_mul.h
index 6607cebc90..4986b51fd0 100644
--- a/include/polarssl/bn_mul.h
+++ b/include/polarssl/bn_mul.h
@@ -1,7 +1,7 @@
/**
* \file bn_mul.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/camellia.h b/include/polarssl/camellia.h
index ed05990b19..a989cf33e6 100644
--- a/include/polarssl/camellia.h
+++ b/include/polarssl/camellia.h
@@ -1,7 +1,7 @@
/**
* \file camellia.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/certs.h b/include/polarssl/certs.h
index 4a4214665a..6760cdbcdc 100644
--- a/include/polarssl/certs.h
+++ b/include/polarssl/certs.h
@@ -1,7 +1,7 @@
/**
* \file certs.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/config.h b/include/polarssl/config.h
index 16b984282a..64ec89e223 100644
--- a/include/polarssl/config.h
+++ b/include/polarssl/config.h
@@ -1,7 +1,7 @@
/**
* \file config.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/debug.h b/include/polarssl/debug.h
index d7af4aa9ae..aae0ecf5a5 100644
--- a/include/polarssl/debug.h
+++ b/include/polarssl/debug.h
@@ -1,7 +1,7 @@
/**
* \file debug.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/des.h b/include/polarssl/des.h
index c646058362..172877e268 100644
--- a/include/polarssl/des.h
+++ b/include/polarssl/des.h
@@ -1,7 +1,7 @@
/**
* \file des.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/dhm.h b/include/polarssl/dhm.h
index d9021f8140..7032242752 100644
--- a/include/polarssl/dhm.h
+++ b/include/polarssl/dhm.h
@@ -1,7 +1,7 @@
/**
* \file dhm.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/havege.h b/include/polarssl/havege.h
index 3d626b4fd1..08fdd65391 100644
--- a/include/polarssl/havege.h
+++ b/include/polarssl/havege.h
@@ -1,7 +1,7 @@
/**
* \file havege.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/md2.h b/include/polarssl/md2.h
index 5003236d89..15b588238a 100644
--- a/include/polarssl/md2.h
+++ b/include/polarssl/md2.h
@@ -1,7 +1,7 @@
/**
* \file md2.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/md4.h b/include/polarssl/md4.h
index 743b76fb7e..5ceb2c6fb7 100644
--- a/include/polarssl/md4.h
+++ b/include/polarssl/md4.h
@@ -1,7 +1,7 @@
/**
* \file md4.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/md5.h b/include/polarssl/md5.h
index e924e5dd23..aaf9b5838a 100644
--- a/include/polarssl/md5.h
+++ b/include/polarssl/md5.h
@@ -1,7 +1,7 @@
/**
* \file md5.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/net.h b/include/polarssl/net.h
index a95892eb13..80ee8bf067 100644
--- a/include/polarssl/net.h
+++ b/include/polarssl/net.h
@@ -1,7 +1,7 @@
/**
* \file net.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/openssl.h b/include/polarssl/openssl.h
index ed47ad83ce..3f0ea36637 100644
--- a/include/polarssl/openssl.h
+++ b/include/polarssl/openssl.h
@@ -1,7 +1,7 @@
/**
* \file openssl.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/padlock.h b/include/polarssl/padlock.h
index 99c9787277..8fb4e5cbf1 100644
--- a/include/polarssl/padlock.h
+++ b/include/polarssl/padlock.h
@@ -1,7 +1,7 @@
/**
* \file padlock.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/rsa.h b/include/polarssl/rsa.h
index 08cfa2ca21..4219cbed31 100644
--- a/include/polarssl/rsa.h
+++ b/include/polarssl/rsa.h
@@ -1,7 +1,7 @@
/**
* \file rsa.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/sha1.h b/include/polarssl/sha1.h
index f8d6c5feab..6c7a41f38f 100644
--- a/include/polarssl/sha1.h
+++ b/include/polarssl/sha1.h
@@ -1,7 +1,7 @@
/**
* \file sha1.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/sha2.h b/include/polarssl/sha2.h
index bb7db3e576..bc4713b5e2 100644
--- a/include/polarssl/sha2.h
+++ b/include/polarssl/sha2.h
@@ -1,7 +1,7 @@
/**
* \file sha2.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/sha4.h b/include/polarssl/sha4.h
index f78dc03023..c50896436e 100644
--- a/include/polarssl/sha4.h
+++ b/include/polarssl/sha4.h
@@ -1,7 +1,7 @@
/**
* \file sha4.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h
index b2dfa320c3..649b547d73 100644
--- a/include/polarssl/ssl.h
+++ b/include/polarssl/ssl.h
@@ -1,7 +1,7 @@
/**
* \file ssl.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/timing.h b/include/polarssl/timing.h
index dc092872b0..e0edcc536a 100644
--- a/include/polarssl/timing.h
+++ b/include/polarssl/timing.h
@@ -1,7 +1,7 @@
/**
* \file timing.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/x509.h b/include/polarssl/x509.h
index cd3336c8c9..31b1122878 100644
--- a/include/polarssl/x509.h
+++ b/include/polarssl/x509.h
@@ -1,7 +1,7 @@
/**
* \file x509.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/xtea.h b/include/polarssl/xtea.h
index 21f0edfa06..c9c80c9186 100644
--- a/include/polarssl/xtea.h
+++ b/include/polarssl/xtea.h
@@ -1,7 +1,7 @@
/**
* \file xtea.h
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/aes.c b/library/aes.c
index 9af8b71e93..7e6357c3f3 100644
--- a/library/aes.c
+++ b/library/aes.c
@@ -1,7 +1,7 @@
/*
* FIPS-197 compliant AES implementation
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/arc4.c b/library/arc4.c
index 7c37f4c77b..93ea4dc7c8 100644
--- a/library/arc4.c
+++ b/library/arc4.c
@@ -1,7 +1,7 @@
/*
* An implementation of the ARCFOUR algorithm
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/base64.c b/library/base64.c
index 34d21bc710..221c4dd946 100644
--- a/library/base64.c
+++ b/library/base64.c
@@ -1,7 +1,7 @@
/*
* RFC 1521 base64 encoding/decoding
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/bignum.c b/library/bignum.c
index 5a47fbd823..a82d8749bd 100644
--- a/library/bignum.c
+++ b/library/bignum.c
@@ -1,7 +1,7 @@
/*
* Multi-precision integer library
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/camellia.c b/library/camellia.c
index 7656084673..bc619d824b 100644
--- a/library/camellia.c
+++ b/library/camellia.c
@@ -1,7 +1,7 @@
/*
* Camellia implementation
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/certs.c b/library/certs.c
index ebca842011..a56a94f0c9 100644
--- a/library/certs.c
+++ b/library/certs.c
@@ -1,7 +1,7 @@
/*
* X.509 test certificates
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/debug.c b/library/debug.c
index abd5e71417..64717069b3 100644
--- a/library/debug.c
+++ b/library/debug.c
@@ -1,7 +1,7 @@
/*
* Debugging routines
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/des.c b/library/des.c
index 9f3b4f16ed..7798821fc0 100644
--- a/library/des.c
+++ b/library/des.c
@@ -1,7 +1,7 @@
/*
* FIPS-46-3 compliant Triple-DES implementation
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/dhm.c b/library/dhm.c
index f48841f31f..1f179096f0 100644
--- a/library/dhm.c
+++ b/library/dhm.c
@@ -1,7 +1,7 @@
/*
* Diffie-Hellman-Merkle key exchange
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/havege.c b/library/havege.c
index e657c0dc1b..3d96d4d792 100644
--- a/library/havege.c
+++ b/library/havege.c
@@ -1,7 +1,7 @@
/*
* HAVEGE: HArdware Volatile Entropy Gathering and Expansion
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/md2.c b/library/md2.c
index eba880e407..9186980ce3 100644
--- a/library/md2.c
+++ b/library/md2.c
@@ -1,7 +1,7 @@
/*
* RFC 1115/1319 compliant MD2 implementation
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/md4.c b/library/md4.c
index 6310abcdd2..f3d80d0787 100644
--- a/library/md4.c
+++ b/library/md4.c
@@ -1,7 +1,7 @@
/*
* RFC 1186/1320 compliant MD4 implementation
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/md5.c b/library/md5.c
index 1a22e10ac7..7560371068 100644
--- a/library/md5.c
+++ b/library/md5.c
@@ -1,7 +1,7 @@
/*
* RFC 1321 compliant MD5 implementation
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/net.c b/library/net.c
index b558e410ba..67b52a752b 100644
--- a/library/net.c
+++ b/library/net.c
@@ -1,7 +1,7 @@
/*
* TCP networking functions
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/padlock.c b/library/padlock.c
index 50526e38af..76f1d072d7 100644
--- a/library/padlock.c
+++ b/library/padlock.c
@@ -1,7 +1,7 @@
/*
* VIA PadLock support functions
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/rsa.c b/library/rsa.c
index c6c0e9985c..80e63d1aea 100644
--- a/library/rsa.c
+++ b/library/rsa.c
@@ -1,7 +1,7 @@
/*
* The RSA public-key cryptosystem
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/sha1.c b/library/sha1.c
index 6c71eda3c9..0ebdc1e135 100644
--- a/library/sha1.c
+++ b/library/sha1.c
@@ -1,7 +1,7 @@
/*
* FIPS-180-1 compliant SHA-1 implementation
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/sha2.c b/library/sha2.c
index 49446f5b89..f82a7aeb16 100644
--- a/library/sha2.c
+++ b/library/sha2.c
@@ -1,7 +1,7 @@
/*
* FIPS-180-2 compliant SHA-256 implementation
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/sha4.c b/library/sha4.c
index 78637d41a4..c0cbd3d761 100644
--- a/library/sha4.c
+++ b/library/sha4.c
@@ -1,7 +1,7 @@
/*
* FIPS-180-2 compliant SHA-384/512 implementation
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/ssl_cli.c b/library/ssl_cli.c
index ef7bbd6b1f..31c41df318 100644
--- a/library/ssl_cli.c
+++ b/library/ssl_cli.c
@@ -1,7 +1,7 @@
/*
* SSLv3/TLSv1 client-side functions
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/ssl_srv.c b/library/ssl_srv.c
index 8113deeef2..6737545163 100644
--- a/library/ssl_srv.c
+++ b/library/ssl_srv.c
@@ -1,7 +1,7 @@
/*
* SSLv3/TLSv1 server-side functions
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index d157a37e8b..d5e1c27d35 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -1,7 +1,7 @@
/*
* SSLv3/TLSv1 shared functions
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/timing.c b/library/timing.c
index c2d1f23ddf..7bed3f68fb 100644
--- a/library/timing.c
+++ b/library/timing.c
@@ -1,7 +1,7 @@
/*
* Portable interface to the CPU cycle counter
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/x509parse.c b/library/x509parse.c
index 104bc32290..c316c034b0 100644
--- a/library/x509parse.c
+++ b/library/x509parse.c
@@ -1,7 +1,7 @@
/*
* X.509 certificate and private key decoding
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/xtea.c b/library/xtea.c
index f7df1442b4..b47a8ede88 100644
--- a/library/xtea.c
+++ b/library/xtea.c
@@ -1,7 +1,7 @@
/*
* An 32-bit implementation of the XTEA algorithm
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/aes/aescrypt2.c b/programs/aes/aescrypt2.c
index 30de39eb96..bc998601ce 100644
--- a/programs/aes/aescrypt2.c
+++ b/programs/aes/aescrypt2.c
@@ -1,7 +1,7 @@
/*
* AES-256 file encryption program
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/hash/hello.c b/programs/hash/hello.c
index 521ff57424..2d98b63655 100644
--- a/programs/hash/hello.c
+++ b/programs/hash/hello.c
@@ -1,7 +1,7 @@
/*
* Classic "Hello, world" demonstration program
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/hash/md5sum.c b/programs/hash/md5sum.c
index cf14fd120f..78a723b6ec 100644
--- a/programs/hash/md5sum.c
+++ b/programs/hash/md5sum.c
@@ -1,7 +1,7 @@
/*
* md5sum demonstration program
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/hash/sha1sum.c b/programs/hash/sha1sum.c
index 64573d0729..6c8b5c33d8 100644
--- a/programs/hash/sha1sum.c
+++ b/programs/hash/sha1sum.c
@@ -1,7 +1,7 @@
/*
* sha1sum demonstration program
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/hash/sha2sum.c b/programs/hash/sha2sum.c
index 545bededef..083ab10417 100644
--- a/programs/hash/sha2sum.c
+++ b/programs/hash/sha2sum.c
@@ -1,7 +1,7 @@
/*
* sha2sum demonstration program
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/pkey/dh_client.c b/programs/pkey/dh_client.c
index 5ccb236eca..40fee6e061 100644
--- a/programs/pkey/dh_client.c
+++ b/programs/pkey/dh_client.c
@@ -1,7 +1,7 @@
/*
* Diffie-Hellman-Merkle key exchange (client side)
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/pkey/dh_genprime.c b/programs/pkey/dh_genprime.c
index b0cfce04d2..ad77051414 100644
--- a/programs/pkey/dh_genprime.c
+++ b/programs/pkey/dh_genprime.c
@@ -1,7 +1,7 @@
/*
* Diffie-Hellman-Merkle key exchange (prime generation)
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/pkey/dh_server.c b/programs/pkey/dh_server.c
index 48e6da2ae3..2678176e43 100644
--- a/programs/pkey/dh_server.c
+++ b/programs/pkey/dh_server.c
@@ -1,7 +1,7 @@
/*
* Diffie-Hellman-Merkle key exchange (server side)
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/pkey/mpi_demo.c b/programs/pkey/mpi_demo.c
index f6de60973c..e26e4835db 100644
--- a/programs/pkey/mpi_demo.c
+++ b/programs/pkey/mpi_demo.c
@@ -1,7 +1,7 @@
/*
* Simple MPI demonstration program
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/pkey/rsa_genkey.c b/programs/pkey/rsa_genkey.c
index 56aef7e208..179277e16e 100644
--- a/programs/pkey/rsa_genkey.c
+++ b/programs/pkey/rsa_genkey.c
@@ -1,7 +1,7 @@
/*
* Example RSA key generation program
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/pkey/rsa_sign.c b/programs/pkey/rsa_sign.c
index ce2e51789b..87bacb85c8 100644
--- a/programs/pkey/rsa_sign.c
+++ b/programs/pkey/rsa_sign.c
@@ -1,7 +1,7 @@
/*
* RSA/SHA-1 signature creation program
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/pkey/rsa_verify.c b/programs/pkey/rsa_verify.c
index 4093762944..30d43523fd 100644
--- a/programs/pkey/rsa_verify.c
+++ b/programs/pkey/rsa_verify.c
@@ -1,7 +1,7 @@
/*
* RSA/SHA-1 signature verification program
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/ssl/ssl_client1.c b/programs/ssl/ssl_client1.c
index 209e37ee8f..396ae63e88 100644
--- a/programs/ssl/ssl_client1.c
+++ b/programs/ssl/ssl_client1.c
@@ -1,7 +1,7 @@
/*
* SSL client demonstration program
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/ssl/ssl_client2.c b/programs/ssl/ssl_client2.c
index a5d26d82ba..123029d06f 100644
--- a/programs/ssl/ssl_client2.c
+++ b/programs/ssl/ssl_client2.c
@@ -1,7 +1,7 @@
/*
* SSL client with certificate authentication
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/ssl/ssl_server.c b/programs/ssl/ssl_server.c
index ef667373bb..bc72459a88 100644
--- a/programs/ssl/ssl_server.c
+++ b/programs/ssl/ssl_server.c
@@ -1,7 +1,7 @@
/*
* SSL server demonstration program
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/test/benchmark.c b/programs/test/benchmark.c
index 9434ec5fef..88f0ae1ba6 100644
--- a/programs/test/benchmark.c
+++ b/programs/test/benchmark.c
@@ -1,7 +1,7 @@
/*
* Benchmark demonstration program
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/test/selftest.c b/programs/test/selftest.c
index 71a2014932..67b24e662d 100644
--- a/programs/test/selftest.c
+++ b/programs/test/selftest.c
@@ -1,7 +1,7 @@
/*
* Self-test demonstration program
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/test/ssl_cert_test.c b/programs/test/ssl_cert_test.c
index ce687d1c70..b5ed7786ac 100644
--- a/programs/test/ssl_cert_test.c
+++ b/programs/test/ssl_cert_test.c
@@ -1,7 +1,7 @@
/*
* SSL certificate functionality tests
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/test/ssl_test.c b/programs/test/ssl_test.c
index f776bce4b4..14b46f8658 100644
--- a/programs/test/ssl_test.c
+++ b/programs/test/ssl_test.c
@@ -1,7 +1,7 @@
/*
* SSL/TLS stress testing program
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/programs/x509/cert_app.c b/programs/x509/cert_app.c
index b3199c4a8d..d924cb144a 100644
--- a/programs/x509/cert_app.c
+++ b/programs/x509/cert_app.c
@@ -1,7 +1,7 @@
/*
* Certificate reading application
*
- * Copyright (C) 2006-2009, Paul Bakker
+ * Copyright (C) 2006-2010, Paul Bakker
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify