From b96f154e51ed3aaca328257d74cae0a517ed31e0 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Sun, 18 Jul 2010 20:36:00 +0000
Subject: [PATCH] - Fixed copyright message
---
include/polarssl/aes.h | 3 +++
include/polarssl/arc4.h | 3 +++
include/polarssl/base64.h | 3 +++
include/polarssl/bignum.h | 3 +++
include/polarssl/bn_mul.h | 3 +++
include/polarssl/camellia.h | 3 +++
include/polarssl/certs.h | 3 +++
include/polarssl/config.h | 3 +++
include/polarssl/debug.h | 3 +++
include/polarssl/des.h | 3 +++
include/polarssl/dhm.h | 3 +++
include/polarssl/havege.h | 3 +++
include/polarssl/md2.h | 3 +++
include/polarssl/md4.h | 3 +++
include/polarssl/md5.h | 3 +++
include/polarssl/net.h | 3 +++
include/polarssl/openssl.h | 3 +++
include/polarssl/padlock.h | 3 +++
include/polarssl/rsa.h | 3 +++
include/polarssl/sha1.h | 3 +++
include/polarssl/sha2.h | 3 +++
include/polarssl/sha4.h | 3 +++
include/polarssl/ssl.h | 3 +++
include/polarssl/timing.h | 3 +++
include/polarssl/version.h | 3 +++
include/polarssl/x509.h | 3 +++
include/polarssl/xtea.h | 3 +++
library/aes.c | 3 +++
library/arc4.c | 3 +++
library/base64.c | 3 +++
library/bignum.c | 3 +++
library/camellia.c | 3 +++
library/certs.c | 3 +++
library/debug.c | 3 +++
library/des.c | 3 +++
library/dhm.c | 3 +++
library/havege.c | 3 +++
library/md2.c | 3 +++
library/md4.c | 3 +++
library/md5.c | 3 +++
library/net.c | 3 +++
library/padlock.c | 3 +++
library/rsa.c | 3 +++
library/sha1.c | 3 +++
library/sha2.c | 3 +++
library/sha4.c | 3 +++
library/ssl_cli.c | 3 +++
library/ssl_srv.c | 3 +++
library/ssl_tls.c | 3 +++
library/timing.c | 3 +++
library/version.c | 3 +++
library/x509parse.c | 3 +++
library/xtea.c | 3 +++
programs/aes/aescrypt2.c | 3 +++
programs/hash/hello.c | 3 +++
programs/hash/md5sum.c | 3 +++
programs/hash/sha1sum.c | 3 +++
programs/hash/sha2sum.c | 3 +++
programs/pkey/dh_client.c | 3 +++
programs/pkey/dh_genprime.c | 3 +++
programs/pkey/dh_server.c | 3 +++
programs/pkey/mpi_demo.c | 3 +++
programs/pkey/rsa_genkey.c | 3 +++
programs/pkey/rsa_sign.c | 3 +++
programs/pkey/rsa_verify.c | 3 +++
programs/ssl/ssl_client1.c | 3 +++
programs/ssl/ssl_client2.c | 3 +++
programs/ssl/ssl_server.c | 3 +++
programs/test/benchmark.c | 3 +++
programs/test/selftest.c | 3 +++
programs/test/ssl_cert_test.c | 3 +++
programs/test/ssl_test.c | 3 +++
programs/x509/cert_app.c | 3 +++
73 files changed, 219 insertions(+)
diff --git a/include/polarssl/aes.h b/include/polarssl/aes.h
index 9cb4a92951..5576680e71 100644
--- a/include/polarssl/aes.h
+++ b/include/polarssl/aes.h
@@ -2,7 +2,10 @@
* \file aes.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 d9077de642..74f57415d0 100644
--- a/include/polarssl/arc4.h
+++ b/include/polarssl/arc4.h
@@ -2,7 +2,10 @@
* \file arc4.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 67a52f14ec..2ae4169200 100644
--- a/include/polarssl/base64.h
+++ b/include/polarssl/base64.h
@@ -2,7 +2,10 @@
* \file base64.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 417f5603a8..80399a2280 100644
--- a/include/polarssl/bignum.h
+++ b/include/polarssl/bignum.h
@@ -2,7 +2,10 @@
* \file bignum.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 2470fc7b50..a73d5fb0ff 100644
--- a/include/polarssl/bn_mul.h
+++ b/include/polarssl/bn_mul.h
@@ -2,7 +2,10 @@
* \file bn_mul.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 13c8f42c94..323d03ea58 100644
--- a/include/polarssl/camellia.h
+++ b/include/polarssl/camellia.h
@@ -2,7 +2,10 @@
* \file camellia.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 de49dd889e..e5e684d78f 100644
--- a/include/polarssl/certs.h
+++ b/include/polarssl/certs.h
@@ -2,7 +2,10 @@
* \file certs.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 aeee124b8c..96058f2e25 100644
--- a/include/polarssl/config.h
+++ b/include/polarssl/config.h
@@ -2,7 +2,10 @@
* \file config.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 abc3e71758..43634b7865 100644
--- a/include/polarssl/debug.h
+++ b/include/polarssl/debug.h
@@ -2,7 +2,10 @@
* \file debug.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 9722ec094b..4a8e8ae30f 100644
--- a/include/polarssl/des.h
+++ b/include/polarssl/des.h
@@ -2,7 +2,10 @@
* \file des.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 7d5f1b8c0c..a2eb5d5dd5 100644
--- a/include/polarssl/dhm.h
+++ b/include/polarssl/dhm.h
@@ -2,7 +2,10 @@
* \file dhm.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 bcd9f85ad7..5b643bcc6c 100644
--- a/include/polarssl/havege.h
+++ b/include/polarssl/havege.h
@@ -2,7 +2,10 @@
* \file havege.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 b2c0e3ba45..3124cb7282 100644
--- a/include/polarssl/md2.h
+++ b/include/polarssl/md2.h
@@ -2,7 +2,10 @@
* \file md2.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 a4b4dfca2c..84f8b1f9d7 100644
--- a/include/polarssl/md4.h
+++ b/include/polarssl/md4.h
@@ -2,7 +2,10 @@
* \file md4.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 891828ee21..fe6b5a2345 100644
--- a/include/polarssl/md5.h
+++ b/include/polarssl/md5.h
@@ -2,7 +2,10 @@
* \file md5.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 9e52e57c90..1af6eb8486 100644
--- a/include/polarssl/net.h
+++ b/include/polarssl/net.h
@@ -2,7 +2,10 @@
* \file net.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 c8238cbb8d..e80a54d023 100644
--- a/include/polarssl/openssl.h
+++ b/include/polarssl/openssl.h
@@ -2,7 +2,10 @@
* \file openssl.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 e8faf7c596..12fa7d3c95 100644
--- a/include/polarssl/padlock.h
+++ b/include/polarssl/padlock.h
@@ -2,7 +2,10 @@
* \file padlock.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 d17d388123..03f7956ddc 100644
--- a/include/polarssl/rsa.h
+++ b/include/polarssl/rsa.h
@@ -2,7 +2,10 @@
* \file rsa.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 4043423e30..4eb5f704fa 100644
--- a/include/polarssl/sha1.h
+++ b/include/polarssl/sha1.h
@@ -2,7 +2,10 @@
* \file sha1.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 b49afaac7c..be4ae56a77 100644
--- a/include/polarssl/sha2.h
+++ b/include/polarssl/sha2.h
@@ -2,7 +2,10 @@
* \file sha2.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 30718ed235..64084b4aab 100644
--- a/include/polarssl/sha4.h
+++ b/include/polarssl/sha4.h
@@ -2,7 +2,10 @@
* \file sha4.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 84bf295b8e..0eb46cc2f0 100644
--- a/include/polarssl/ssl.h
+++ b/include/polarssl/ssl.h
@@ -2,7 +2,10 @@
* \file ssl.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 3a88815e04..ff9ceef6f2 100644
--- a/include/polarssl/timing.h
+++ b/include/polarssl/timing.h
@@ -2,7 +2,10 @@
* \file timing.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker
+ *
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/include/polarssl/version.h b/include/polarssl/version.h
index 0d227b4239..c35234f34a 100644
--- a/include/polarssl/version.h
+++ b/include/polarssl/version.h
@@ -2,7 +2,10 @@
* \file version.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 c5bd566640..829adaf2a4 100644
--- a/include/polarssl/x509.h
+++ b/include/polarssl/x509.h
@@ -2,7 +2,10 @@
* \file x509.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 d1635fc275..026a800ac2 100644
--- a/include/polarssl/xtea.h
+++ b/include/polarssl/xtea.h
@@ -2,7 +2,10 @@
* \file xtea.h
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 34ed2589ce..45f74a616d 100644
--- a/library/aes.c
+++ b/library/aes.c
@@ -2,7 +2,10 @@
* FIPS-197 compliant AES implementation
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 5fb94242b9..c7725bec0d 100644
--- a/library/arc4.c
+++ b/library/arc4.c
@@ -2,7 +2,10 @@
* An implementation of the ARCFOUR algorithm
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 6b12355ebc..8d49a81a70 100644
--- a/library/base64.c
+++ b/library/base64.c
@@ -2,7 +2,10 @@
* RFC 1521 base64 encoding/decoding
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 4f5bb434c4..78e9384dd3 100644
--- a/library/bignum.c
+++ b/library/bignum.c
@@ -2,7 +2,10 @@
* Multi-precision integer library
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 11c0a236a4..89001bd152 100644
--- a/library/camellia.c
+++ b/library/camellia.c
@@ -2,7 +2,10 @@
* Camellia implementation
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 e521f22fd5..37de8c2391 100644
--- a/library/certs.c
+++ b/library/certs.c
@@ -2,7 +2,10 @@
* X.509 test certificates
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 f73722210e..8ef4c16202 100644
--- a/library/debug.c
+++ b/library/debug.c
@@ -2,7 +2,10 @@
* Debugging routines
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 25091aae8e..33c94596ce 100644
--- a/library/des.c
+++ b/library/des.c
@@ -2,7 +2,10 @@
* FIPS-46-3 compliant Triple-DES implementation
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 13cd6b29c7..0e76f0b323 100644
--- a/library/dhm.c
+++ b/library/dhm.c
@@ -2,7 +2,10 @@
* Diffie-Hellman-Merkle key exchange
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 4ebc939a6e..74769c41ab 100644
--- a/library/havege.c
+++ b/library/havege.c
@@ -2,7 +2,10 @@
* HAVEGE: HArdware Volatile Entropy Gathering and Expansion
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 1519de5d66..7741033325 100644
--- a/library/md2.c
+++ b/library/md2.c
@@ -2,7 +2,10 @@
* RFC 1115/1319 compliant MD2 implementation
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 03637f15cb..73cfbf87a6 100644
--- a/library/md4.c
+++ b/library/md4.c
@@ -2,7 +2,10 @@
* RFC 1186/1320 compliant MD4 implementation
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 d540e68a91..2984b1d221 100644
--- a/library/md5.c
+++ b/library/md5.c
@@ -2,7 +2,10 @@
* RFC 1321 compliant MD5 implementation
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 cda1662a2a..e884d56fc8 100644
--- a/library/net.c
+++ b/library/net.c
@@ -2,7 +2,10 @@
* TCP networking functions
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 cedfd9ce2b..d576544a8e 100644
--- a/library/padlock.c
+++ b/library/padlock.c
@@ -2,7 +2,10 @@
* VIA PadLock support functions
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 1b0a96b161..333e25c417 100644
--- a/library/rsa.c
+++ b/library/rsa.c
@@ -2,7 +2,10 @@
* The RSA public-key cryptosystem
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 9d719b808a..f320c43e62 100644
--- a/library/sha1.c
+++ b/library/sha1.c
@@ -2,7 +2,10 @@
* FIPS-180-1 compliant SHA-1 implementation
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 3f6f0db5e8..dd5ae98a6c 100644
--- a/library/sha2.c
+++ b/library/sha2.c
@@ -2,7 +2,10 @@
* FIPS-180-2 compliant SHA-256 implementation
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 39084cb284..cf20d0131a 100644
--- a/library/sha4.c
+++ b/library/sha4.c
@@ -2,7 +2,10 @@
* FIPS-180-2 compliant SHA-384/512 implementation
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 72cfcf3edd..b4828a1f68 100644
--- a/library/ssl_cli.c
+++ b/library/ssl_cli.c
@@ -2,7 +2,10 @@
* SSLv3/TLSv1 client-side functions
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 cab38f5604..20c2eccbc0 100644
--- a/library/ssl_srv.c
+++ b/library/ssl_srv.c
@@ -2,7 +2,10 @@
* SSLv3/TLSv1 server-side functions
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 fb46d48f3f..fa172c295f 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -2,7 +2,10 @@
* SSLv3/TLSv1 shared functions
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 3877c04298..109f70f354 100644
--- a/library/timing.c
+++ b/library/timing.c
@@ -2,7 +2,10 @@
* Portable interface to the CPU cycle counter
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker
+ *
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
diff --git a/library/version.c b/library/version.c
index e7369eb432..c1080b7816 100644
--- a/library/version.c
+++ b/library/version.c
@@ -2,7 +2,10 @@
* Version information
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 1403261528..ea9748c9fa 100644
--- a/library/x509parse.c
+++ b/library/x509parse.c
@@ -2,7 +2,10 @@
* X.509 certificate and private key decoding
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 4f5665bdf8..2f85aeacb1 100644
--- a/library/xtea.c
+++ b/library/xtea.c
@@ -2,7 +2,10 @@
* An 32-bit implementation of the XTEA algorithm
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 8315f13e3f..1988ec669a 100644
--- a/programs/aes/aescrypt2.c
+++ b/programs/aes/aescrypt2.c
@@ -2,7 +2,10 @@
* AES-256 file encryption program
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 6183f5e5d4..f9dc3f3e71 100644
--- a/programs/hash/hello.c
+++ b/programs/hash/hello.c
@@ -2,7 +2,10 @@
* Classic "Hello, world" demonstration program
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 4b9a14cf43..0b9d0041cb 100644
--- a/programs/hash/md5sum.c
+++ b/programs/hash/md5sum.c
@@ -2,7 +2,10 @@
* md5sum demonstration program
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 104751168a..954568b7a3 100644
--- a/programs/hash/sha1sum.c
+++ b/programs/hash/sha1sum.c
@@ -2,7 +2,10 @@
* sha1sum demonstration program
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 766f7f3737..6d07f0d80b 100644
--- a/programs/hash/sha2sum.c
+++ b/programs/hash/sha2sum.c
@@ -2,7 +2,10 @@
* sha2sum demonstration program
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 18485aa800..bcf4df562e 100644
--- a/programs/pkey/dh_client.c
+++ b/programs/pkey/dh_client.c
@@ -2,7 +2,10 @@
* Diffie-Hellman-Merkle key exchange (client side)
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 6558f2bcc2..72a291693c 100644
--- a/programs/pkey/dh_genprime.c
+++ b/programs/pkey/dh_genprime.c
@@ -2,7 +2,10 @@
* Diffie-Hellman-Merkle key exchange (prime generation)
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 95e8f69b17..cac46e65d2 100644
--- a/programs/pkey/dh_server.c
+++ b/programs/pkey/dh_server.c
@@ -2,7 +2,10 @@
* Diffie-Hellman-Merkle key exchange (server side)
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 0929722872..008d334862 100644
--- a/programs/pkey/mpi_demo.c
+++ b/programs/pkey/mpi_demo.c
@@ -2,7 +2,10 @@
* Simple MPI demonstration program
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 f16c42c4cf..c42662861f 100644
--- a/programs/pkey/rsa_genkey.c
+++ b/programs/pkey/rsa_genkey.c
@@ -2,7 +2,10 @@
* Example RSA key generation program
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 2279d572ea..e224d4bda4 100644
--- a/programs/pkey/rsa_sign.c
+++ b/programs/pkey/rsa_sign.c
@@ -2,7 +2,10 @@
* RSA/SHA-1 signature creation program
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 6c39f55e0e..b3a7eab4c4 100644
--- a/programs/pkey/rsa_verify.c
+++ b/programs/pkey/rsa_verify.c
@@ -2,7 +2,10 @@
* RSA/SHA-1 signature verification program
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 5036a7e4df..42f4d7efa5 100644
--- a/programs/ssl/ssl_client1.c
+++ b/programs/ssl/ssl_client1.c
@@ -2,7 +2,10 @@
* SSL client demonstration program
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 be5d777eb4..97f3196681 100644
--- a/programs/ssl/ssl_client2.c
+++ b/programs/ssl/ssl_client2.c
@@ -2,7 +2,10 @@
* SSL client with certificate authentication
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 0bfdd9db18..d0e9daa4a0 100644
--- a/programs/ssl/ssl_server.c
+++ b/programs/ssl/ssl_server.c
@@ -2,7 +2,10 @@
* SSL server demonstration program
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 3a109eaba3..b0aba116e1 100644
--- a/programs/test/benchmark.c
+++ b/programs/test/benchmark.c
@@ -2,7 +2,10 @@
* Benchmark demonstration program
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 a5b395525c..75bdd1fc87 100644
--- a/programs/test/selftest.c
+++ b/programs/test/selftest.c
@@ -2,7 +2,10 @@
* Self-test demonstration program
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 4c49110e3c..9f4255b5c4 100644
--- a/programs/test/ssl_cert_test.c
+++ b/programs/test/ssl_cert_test.c
@@ -2,7 +2,10 @@
* SSL certificate functionality tests
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 da9b8ae428..15c221e030 100644
--- a/programs/test/ssl_test.c
+++ b/programs/test/ssl_test.c
@@ -2,7 +2,10 @@
* SSL/TLS stress testing program
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: 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 f20da566b3..31f1dfc02d 100644
--- a/programs/x509/cert_app.c
+++ b/programs/x509/cert_app.c
@@ -2,7 +2,10 @@
* Certificate reading application
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker
+ *
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify