- Updated Copyright to correct entity
diff --git a/programs/aes/aescrypt2.c b/programs/aes/aescrypt2.c
index bc99860..8315f13 100644
--- a/programs/aes/aescrypt2.c
+++ b/programs/aes/aescrypt2.c
@@ -1,7 +1,8 @@
/*
* AES-256 file encryption program
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 2d98b63..6183f5e 100644
--- a/programs/hash/hello.c
+++ b/programs/hash/hello.c
@@ -1,7 +1,8 @@
/*
* Classic "Hello, world" demonstration program
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 78a723b..4b9a14c 100644
--- a/programs/hash/md5sum.c
+++ b/programs/hash/md5sum.c
@@ -1,7 +1,8 @@
/*
* md5sum demonstration program
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 6c8b5c3..1047511 100644
--- a/programs/hash/sha1sum.c
+++ b/programs/hash/sha1sum.c
@@ -1,7 +1,8 @@
/*
* sha1sum demonstration program
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 083ab10..766f7f3 100644
--- a/programs/hash/sha2sum.c
+++ b/programs/hash/sha2sum.c
@@ -1,7 +1,8 @@
/*
* sha2sum demonstration program
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 40fee6e..18485aa 100644
--- a/programs/pkey/dh_client.c
+++ b/programs/pkey/dh_client.c
@@ -1,7 +1,8 @@
/*
* Diffie-Hellman-Merkle key exchange (client side)
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 ad77051..6558f2b 100644
--- a/programs/pkey/dh_genprime.c
+++ b/programs/pkey/dh_genprime.c
@@ -1,7 +1,8 @@
/*
* Diffie-Hellman-Merkle key exchange (prime generation)
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 2678176..95e8f69 100644
--- a/programs/pkey/dh_server.c
+++ b/programs/pkey/dh_server.c
@@ -1,7 +1,8 @@
/*
* Diffie-Hellman-Merkle key exchange (server side)
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 e26e483..0929722 100644
--- a/programs/pkey/mpi_demo.c
+++ b/programs/pkey/mpi_demo.c
@@ -1,7 +1,8 @@
/*
* Simple MPI demonstration program
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 179277e..f16c42c 100644
--- a/programs/pkey/rsa_genkey.c
+++ b/programs/pkey/rsa_genkey.c
@@ -1,7 +1,8 @@
/*
* Example RSA key generation program
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 87bacb8..2279d57 100644
--- a/programs/pkey/rsa_sign.c
+++ b/programs/pkey/rsa_sign.c
@@ -1,7 +1,8 @@
/*
* RSA/SHA-1 signature creation program
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 30d4352..6c39f55 100644
--- a/programs/pkey/rsa_verify.c
+++ b/programs/pkey/rsa_verify.c
@@ -1,7 +1,8 @@
/*
* RSA/SHA-1 signature verification program
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 396ae63..5036a7e 100644
--- a/programs/ssl/ssl_client1.c
+++ b/programs/ssl/ssl_client1.c
@@ -1,7 +1,8 @@
/*
* SSL client demonstration program
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 e154c8d..be5d777 100644
--- a/programs/ssl/ssl_client2.c
+++ b/programs/ssl/ssl_client2.c
@@ -1,7 +1,8 @@
/*
* SSL client with certificate authentication
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 7813ac6..0bfdd9d 100644
--- a/programs/ssl/ssl_server.c
+++ b/programs/ssl/ssl_server.c
@@ -1,7 +1,8 @@
/*
* SSL server demonstration program
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 88f0ae1..3a109ea 100644
--- a/programs/test/benchmark.c
+++ b/programs/test/benchmark.c
@@ -1,7 +1,8 @@
/*
* Benchmark demonstration program
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 67b24e6..a5b3955 100644
--- a/programs/test/selftest.c
+++ b/programs/test/selftest.c
@@ -1,7 +1,8 @@
/*
* Self-test demonstration program
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 b5ed778..4c49110 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) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 14b46f8..da9b8ae 100644
--- a/programs/test/ssl_test.c
+++ b/programs/test/ssl_test.c
@@ -1,7 +1,8 @@
/*
* SSL/TLS stress testing program
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* 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 d924cb1..f20da56 100644
--- a/programs/x509/cert_app.c
+++ b/programs/x509/cert_app.c
@@ -1,7 +1,8 @@
/*
* Certificate reading application
*
- * Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
+ * Copyright (C) 2006-2010, Brainspark B.V.
+ * Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify