- Fixed copyright message

diff --git a/library/aes.c b/library/aes.c
index 34ed258..45f74a6 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 5fb9424..c7725be 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 6b12355..8d49a81 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 4f5bb43..78e9384 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 11c0a23..89001bd 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 e521f22..37de8c2 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 f737222..8ef4c16 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 25091aa..33c9459 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 13cd6b2..0e76f0b 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 4ebc939..74769c4 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 1519de5..7741033 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 03637f1..73cfbf8 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 d540e68..2984b1d 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 cda1662..e884d56 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 cedfd9c..d576544 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 1b0a96b..333e25c 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 9d719b8..f320c43 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 3f6f0db..dd5ae98 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 39084cb..cf20d01 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 72cfcf3..b4828a1 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 cab38f5..20c2ecc 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 fb46d48..fa172c2 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 3877c04..109f70f 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 e7369eb..c1080b7 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 1403261..ea9748c 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 <polarssl_maintainer at polarssl.org>
+ *
  *  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 4f5665b..2f85aea 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 <polarssl_maintainer at polarssl.org>
+ *
  *  All rights reserved.
  *
  *  This program is free software; you can redistribute it and/or modify