home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #3 / K-CD_2002-03.iso / OpenOffice / license.txt < prev    next >
Text File  |  2001-11-16  |  6KB  |  104 lines

  1. (Temporary license text file)
  2.  
  3. You may only copy and distribute this program consistent with the requirements and distribute this Program consistent with the
  4. requirements of either the GNU General Public License (GPL) and GNU Lesser General Public License (LGPL) or the Sun Industry Standards
  5. Source License (SISSL), respectively, depending on whether you elected to obtain access to this program via the GPL/LGPL Option or the
  6. SISSL Option. Copies of the GPL, LGPL and SISSL licenses can be found http://www.openoffice.org/project/www/license.html
  7.  
  8. The program uses Berkely DB software:
  9.  
  10. /*
  11.  * Copyright (c) 1990-1999
  12.  *      Sleepycat Software.  All rights reserved.
  13.  *
  14.  * Redistribution and use in source and binary forms, with or without
  15.  * modification, are permitted provided that the following conditions
  16.  * are met:
  17.  * 1. Redistributions of source code must retain the above copyright
  18.  *    notice, this list of conditions and the following disclaimer.
  19.  * 2. Redistributions in binary form must reproduce the above copyright
  20.  *    notice, this list of conditions and the following disclaimer in the
  21.  *    documentation and/or other materials provided with the distribution.
  22.  * 3. Redistributions in any form must be accompanied by information on
  23.  *    how to obtain complete source code for the DB software and any
  24.  *    accompanying software that uses the DB software.  The source code
  25.  *    must either be included in the distribution or be available for no
  26.  *    more than the cost of distribution plus a nominal fee, and must be
  27.  *    freely redistributable under reasonable conditions.  For an
  28.  *    executable file, complete source code means the source code for all
  29.  *    modules it contains.  It does not include source code for modules or
  30.  *    files that typically accompany the major components of the operating
  31.  *    system on which the executable file runs.
  32.  *
  33.  * THIS SOFTWARE IS PROVIDED BY SLEEPYCAT SOFTWARE ``AS IS'' AND ANY EXPRESS
  34.  * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  35.  * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
  36.  * NON-INFRINGEMENT, ARE DISCLAIMED.  IN NO EVENT SHALL SLEEPYCAT SOFTWARE
  37.  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  38.  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  39.  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  40.  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  41.  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  42.  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  43.  * THE POSSIBILITY OF SUCH DAMAGE.
  44.  */
  45. /*
  46.  * Copyright (c) 1990, 1993, 1994, 1995
  47.  *      The Regents of the University of California.  All rights reserved.
  48.  *
  49.  * Redistribution and use in source and binary forms, with or without
  50.  * modification, are permitted provided that the following conditions
  51.  * are met:
  52.  * 1. Redistributions of source code must retain the above copyright
  53.  *    notice, this list of conditions and the following disclaimer.
  54.  * 2. Redistributions in binary form must reproduce the above copyright
  55.  *    notice, this list of conditions and the following disclaimer in the
  56.  *    documentation and/or other materials provided with the distribution.
  57.  * 3. Neither the name of the University nor the names of its contributors
  58.  *    may be used to endorse or promote products derived from this software
  59.  *    without specific prior written permission.
  60.  *
  61.  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  62.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  63.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  64.  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  65.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  66.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  67.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  68.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  69.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  70.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  71.  * SUCH DAMAGE.
  72.  */
  73. /*
  74.  * Copyright (c) 1995, 1996
  75.  *      The President and Fellows of Harvard University.  All rights reserved.
  76.  *
  77.  * Redistribution and use in source and binary forms, with or without
  78.  * modification, are permitted provided that the following conditions
  79.  * are met:
  80.  * 1. Redistributions of source code must retain the above copyright
  81.  *    notice, this list of conditions and the following disclaimer.
  82.  * 2. Redistributions in binary form must reproduce the above copyright
  83.  *    notice, this list of conditions and the following disclaimer in the
  84.  *    documentation and/or other materials provided with the distribution.
  85.  * 3. Neither the name of the University nor the names of its contributors
  86.  *    may be used to endorse or promote products derived from this software
  87.  *    without specific prior written permission.
  88.  *
  89.  * THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS'' AND
  90.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  91.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  92.  * ARE DISCLAIMED.  IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE
  93.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  94.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  95.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  96.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  97.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  98.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  99.  * SUCH DAMAGE.
  100.  */
  101.  
  102. ------------------------------------
  103. Copyright 2000 OpenOffice.org. All rights reserved.
  104.