- Updated copyright messages on all relevant files

This commit is contained in:
Paul Bakker 2009-07-28 17:23:11 +00:00
parent 13e2dfecaa
commit 77b385e91a
70 changed files with 205 additions and 135 deletions

View file

@ -1,9 +1,10 @@
/*
* AES-256 file encryption program
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* 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

View file

@ -1,9 +1,10 @@
/*
* Classic "Hello, world" demonstration program
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* 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

View file

@ -1,9 +1,10 @@
/*
* md5sum demonstration program
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* 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

View file

@ -1,9 +1,10 @@
/*
* sha1sum demonstration program
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* 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

View file

@ -1,9 +1,10 @@
/*
* sha2sum demonstration program
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* 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

View file

@ -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 <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* 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

View file

@ -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 <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* 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

View file

@ -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 <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* 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

View file

@ -1,9 +1,10 @@
/*
* Simple MPI demonstration program
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* 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

View file

@ -1,9 +1,10 @@
/*
* Example RSA key generation program
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* 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

View file

@ -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 <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* 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

View file

@ -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 <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* 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

View file

@ -1,9 +1,10 @@
/*
* SSL client demonstration program
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* 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

View file

@ -1,9 +1,10 @@
/*
* SSL client with certificate authentication
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* 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

View file

@ -1,9 +1,10 @@
/*
* SSL server demonstration program
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* 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

View file

@ -1,9 +1,10 @@
/*
* Benchmark demonstration program
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* 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

View file

@ -1,9 +1,10 @@
/*
* Self-test demonstration program
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* 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

View file

@ -1,7 +1,8 @@
/*
* SSL certificate functionality tests
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* 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

View file

@ -1,9 +1,10 @@
/*
* SSL/TLS stress testing program
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
* Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* Copyright (C) 2009 Paul Bakker <polarssl_maintainer at polarssl dot org>
* 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