/usr/lib64/python2.6/site-packages/mx/BeeBase
NameSizeModeActions
mxBeeBase/-0755rm
BeeBase.py4860644editdlrm
BeeBase.pyc6360644editdlrm
BeeBase.pyo6360644editdlrm
BeeDict.py515460644editdlrm
BeeDict.pyc494510644editdlrm
BeeDict.pyo490180644editdlrm
BeeIndex.py6270644editdlrm
BeeIndex.pyc7680644editdlrm
BeeIndex.pyo7680644editdlrm
BeeStorage.py360760644editdlrm
BeeStorage.pyc318500644editdlrm
BeeStorage.pyo318500644editdlrm
Cache.py67380644editdlrm
Cache.pyc65150644editdlrm
Cache.pyo65150644editdlrm
COPYRIGHT20490644editdlrm
ExitFunctions.py23080644editdlrm
ExitFunctions.pyc28780644editdlrm
ExitFunctions.pyo28780644editdlrm
FileLock.py124190644editdlrm
FileLock.pyc120940644editdlrm
FileLock.pyo120940644editdlrm
LICENSE45870644editdlrm
README1420644editdlrm
showBeeDict.pyc22890644editdlrm
showBeeDict.pyo22890644editdlrm
__init__.py3940644editdlrm
__init__.pyc5560644editdlrm
__init__.pyo5560644editdlrm
Edit: /usr/lib64/python2.6/site-packages/mx/BeeBase/COPYRIGHT (2049B)
--------------------------------------------------------------------- COPYRIGHT NOTICE --------------------------------------------------------------------- Copyright (c) 1997-2000, Marc-Andre Lemburg; mailto:mal@lemburg.com Copyright (c) 2000-2001, eGenix.com Software GmbH; mailto:info@egenix.com All Rights Reserved. This software is protected by copyright and other intellectual property laws and by international treaties. It may only be used under the conditions and terms of the eGenix.com Public License Agreement. You should have received a copy of the eGenix.com Public License Agreement with this software (usually in the file LICENSE located in the package's or software's main directory). Please write to licenses@egenix.com to obtain a copy in case you should not have received a copy. --------------------------------------------------------------------- Parts of this package are based on an ANSI C implementation of a B+Tree implementation written by Thomas Nieman, Portland, Oregon. The files in question are btr.c and btr.h which were heavily modified for the purpose of inclusion in this package by the above author. The original files were extracted from btr.c -- an ANSI C implementation included in the source code distribution of SORTING AND SEARCHING ALGORITHMS: A COOKBOOK by THOMAS NIEMANN Portland, Oregon email: thomasn@jps.net home: http://members.xoom.com/thomasn/s_man.htm From the cookbook: Permission to reproduce this document, in whole or in part, is given provided the original web site listed below is referenced, and no additional restrictions apply. Source code, when part of a software project, may be used freely without reference to the author. ---------------------------------------------------------------------