From 14c7f45cdae826f88dc539c8c38dd95caf305731 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Fri, 11 Jul 2008 15:50:46 +0000 Subject: Add zook's ZenUtils to SVN git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18010 a1c6a512-1295-4272-9138-f99709370657 --- .../libraries/beecrypt-4.1.2/beecrypt/README.DLL | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 utils/zenutils/libraries/beecrypt-4.1.2/beecrypt/README.DLL (limited to 'utils/zenutils/libraries/beecrypt-4.1.2/beecrypt/README.DLL') diff --git a/utils/zenutils/libraries/beecrypt-4.1.2/beecrypt/README.DLL b/utils/zenutils/libraries/beecrypt-4.1.2/beecrypt/README.DLL new file mode 100755 index 0000000000..2131f87ce2 --- /dev/null +++ b/utils/zenutils/libraries/beecrypt-4.1.2/beecrypt/README.DLL @@ -0,0 +1,37 @@ +File beetest.exe is a compiled version of the test program included in +the source distribution, which you can find on our website: +http://beecrypt.virtualunlimited.com/ + +To run, it needs file beecrypt.dll present in the same directory. + +For Developers: + +Files beecrypt.dll and beecrypt.lib are a pre-compiled version of the +BeeCrypt library for Pentium Pro processors. + +If you want to develop applications with this library, you'll also need +the header files, included in the source distribution (see higher). + +Please make sure you respect the term of the license under which the +BeeCrypt library is released: + +Copyright (c) 1997, 1998, 1999, 2000, 2001 Virtual Unlimited B.V. + +Author: Bob Deblier + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) any later version. + +This library 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 +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with this library; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +For the specifics of this license, see file 'COPYING', included in this +distribution. -- cgit v1.2.3