Cisco Cisco StadiumVision Director Informazioni sulle licenze

Pagina di 2061
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 
# OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 
# ====================================================================== 
 
#------------------------------------------------------------------------- 
#  This file contains real Python object wrappers for DB and DBEnv 
#  C "objects" that can be usefully subclassed.  The previous SWIG 
#  based interface allowed this thanks to SWIG's shadow classes. 
#   --  Gregory P. Smith 
#------------------------------------------------------------------------- 

# (C) Copyright 2001  Autonomous Zone Industries 

# License:  This is free software.  You may use this software for any 
#           purpose including modification/redistribution, so long as 
#           this header remains intact and that you do not claim any 
#           rights of ownership or authorship of this software.  This 
#           software has been tested, but no warranty is expressed or 
#           implied. 

 

# TODO it would be *really nice* to have an automatic shadow class populator 
# so that new methods don't need to be added  here manually after being 
# added to _bsddb.c. 
 
Copyright: 
Copyright ? 1999 by Apple Computer, Inc., all rights reserved. 
 
 
 
 
 
You may incorporate this Apple sample source 
code into your program(s) without 
 
 
 
 
restriction. This Apple sample source code has 
been provided "AS IS" and the 
 
 
 
 
responsibility for its operation is yours. You 
are not permitted to redistribute 
 
 
 
 
this Apple sample source code as "Apple sample 
source code" after having made 
 
 
 
 
changes. If you're going to re-distribute the 
source, we require that you make 
 
 
 
 
it clear in the source that the code was 
descended from Apple sample source 
 
 
 
 
code, but that you've made changes. 
 
/* 
 
Unicode implementation based on original code by Fredrik Lundh, 
modified by Marc-Andre Lemburg  according to the 
Unicode Integration Proposal (see file Misc/unicode.txt). 
 
Copyright (c) Corporation for National Research Initiatives. 
 
-------------------------------------------------------------------- 
The original string type implementation is: