diff options
author | msvensson@neptunus.(none) <> | 2007-01-29 17:54:41 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2007-01-29 17:54:41 +0100 |
commit | 7a8334edfb78ce41ba1706d73a53e3a21daba5f6 (patch) | |
tree | e75e17c54b64737117d3bab7919d95ec8708c2ea /extra/yassl/include/crypto_wrapper.hpp | |
parent | 46b3a3d7dd89d937a292bd3f7e3a3d6c6ea7f41d (diff) | |
parent | 751d00c47eff2f61e42a43ff55f09d840da1b8bc (diff) | |
download | mariadb-git-7a8334edfb78ce41ba1706d73a53e3a21daba5f6.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/yassl_import/my50-yassl_import
into neptunus.(none):/home/msvensson/mysql/yassl_import/my51-yassl_import
Diffstat (limited to 'extra/yassl/include/crypto_wrapper.hpp')
-rw-r--r-- | extra/yassl/include/crypto_wrapper.hpp | 41 |
1 files changed, 17 insertions, 24 deletions
diff --git a/extra/yassl/include/crypto_wrapper.hpp b/extra/yassl/include/crypto_wrapper.hpp index 83cf3d26398..07b5925265a 100644 --- a/extra/yassl/include/crypto_wrapper.hpp +++ b/extra/yassl/include/crypto_wrapper.hpp @@ -1,27 +1,20 @@ -/* crypto_wrapper.hpp - * - * Copyright (C) 2003 Sawtooth Consulting Ltd. - * - * This file is part of yaSSL. - * - * yaSSL is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * There are special exceptions to the terms and conditions of the GPL as it - * is applied to yaSSL. View the full text of the exception in the file - * FLOSS-EXCEPTIONS in the directory of this software distribution. - * - * yaSSL is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA - */ +/* + Copyright (C) 2000-2007 MySQL AB + + 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 + the Free Software Foundation; version 2 of the License. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; see the file COPYING. If not, write to the + Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301 USA. +*/ /* The crypto wrapper header is used to define policies for the cipher |