home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / libt1-5 / copyright < prev    next >
Encoding:
Text File  |  2008-11-05  |  4.4 KB  |  95 lines

  1. This package was debianized by David Huggins-Daines <dhd@debian.org> on
  2. Fri, 19 Jun 1998 20:01:01 -0400.  It has been also maintained by Artur 
  3. R. Czechowski <arturcz@hell.pl> and Torsten Werner <twerner@debian.org>.
  4.  
  5. It was downloaded from ftp://sunsite.unc.edu/pub/Linux/libs/graphics/
  6.  
  7. Upstream Author:
  8.  
  9.     Rainer Menzner <Rainer.Menzner@web.de>
  10.  
  11. Copyright:
  12.  
  13.     Copyright (C) 1996-2003 Rainer Menzner
  14.  
  15. License:
  16.  
  17.     This package is free software; you can redistribute it and/or
  18.     modify it under the terms of the GNU Lesser General Public
  19.     License as published by the Free Software Foundation; either
  20.     version 2 of the License, or (at your option) any later version.
  21.  
  22.     This package is distributed in the hope that it will be useful,
  23.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  24.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  25.     Lesser General Public License for more details.
  26.  
  27.     You should have received a copy of the GNU Lesser General Public
  28.     License along with this package; if not, write to the Free Software
  29.     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  30.  
  31. On Debian systems, the complete text of the GNU Lesser General
  32. Public License can be found in `/usr/share/common-licenses/LGPL'.
  33.  
  34. The Debian packaging is (C) 2008, Ruben Molina <rmolina@udea.edu.co> and
  35. is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
  36.  
  37. Please note that there are parts of t1lib that are subject to other licenses:
  38. - The parseAFM-package is copyrighted by Adobe Systems Inc.
  39. - The type1 rasterizer is copyrighted by IBM and the X11-consortium.
  40.  
  41. (from lib/t1lib/parseAFM.c)
  42. /*
  43.  * (C) 1988, 1989, 1990 by Adobe Systems Incorporated. All rights reserved.
  44.  *
  45.  * This file may be freely copied and redistributed as long as:
  46.  *   1) This entire notice continues to be included in the file, 
  47.  *   2) If the file has been modified in any way, a notice of such
  48.  *      modification is conspicuously indicated.
  49.  *
  50.  * PostScript, Display PostScript, and Adobe are registered trademarks of
  51.  * Adobe Systems Incorporated.
  52.  * 
  53.  * ************************************************************************
  54.  * THE INFORMATION BELOW IS FURNISHED AS IS, IS SUBJECT TO CHANGE WITHOUT
  55.  * NOTICE, AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY ADOBE SYSTEMS
  56.  * INCORPORATED. ADOBE SYSTEMS INCORPORATED ASSUMES NO RESPONSIBILITY OR 
  57.  * LIABILITY FOR ANY ERRORS OR INACCURACIES, MAKES NO WARRANTY OF ANY 
  58.  * KIND (EXPRESS, IMPLIED OR STATUTORY) WITH RESPECT TO THIS INFORMATION, 
  59.  * AND EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES OF MERCHANTABILITY, 
  60.  * FITNESS FOR PARTICULAR PURPOSES AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  61.  * ************************************************************************
  62.  */
  63.  
  64. (from lib/type1/type1.c)
  65. /* $XConsortium: type1.c,v 1.5 91/10/10 11:20:06 rws Exp $ */
  66. /* Copyright International Business Machines, Corp. 1991
  67.  * All Rights Reserved
  68.  * Copyright Lexmark International, Inc. 1991
  69.  * All Rights Reserved
  70.  * Portions Copyright (c) 1990 Adobe Systems Incorporated.
  71.  * All Rights Reserved
  72.  *
  73.  * License to use, copy, modify, and distribute this software and its
  74.  * documentation for any purpose and without fee is hereby granted,
  75.  * provided that the above copyright notice appear in all copies and that
  76.  * both that copyright notice and this permission notice appear in
  77.  * supporting documentation, and that the name of IBM or Lexmark or Adobe
  78.  * not be used in advertising or publicity pertaining to distribution of
  79.  * the software without specific, written prior permission.
  80.  *
  81.  * IBM, LEXMARK, AND ADOBE PROVIDE THIS SOFTWARE "AS IS", WITHOUT ANY
  82.  * WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT
  83.  * LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  84.  * PARTICULAR PURPOSE, AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.  THE
  85.  * ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE, INCLUDING
  86.  * ANY DUTY TO SUPPORT OR MAINTAIN, BELONGS TO THE LICENSEE.  SHOULD ANY
  87.  * PORTION OF THE SOFTWARE PROVE DEFECTIVE, THE LICENSEE (NOT IBM,
  88.  * LEXMARK, OR ADOBE) ASSUMES THE ENTIRE COST OF ALL SERVICING, REPAIR AND
  89.  * CORRECTION.  IN NO EVENT SHALL IBM, LEXMARK, OR ADOBE BE LIABLE FOR ANY
  90.  * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
  91.  * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
  92.  * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  93.  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  94.  */
  95.