File: COPYRIGHT

package info (click to toggle)
egenix-mx-base 3.2.1-1.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,496 kB
  • sloc: ansic: 21,976; python: 17,192; sh: 137; makefile: 116
file content (45 lines) | stat: -rw-r--r-- 2,049 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
    ---------------------------------------------------------------------
    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.

    ---------------------------------------------------------------------