Cisco Cisco StadiumVision Director Informazioni sulle licenze

Pagina di 2163
free software which everyone can redistribute and change under these terms. 
 
  To do so, attach the following notices to the program.  It is safest 
to attach them to the start of each source file to most effectively 
convey the exclusion of warranty; and each file should have at least 
the "copyright" line and a pointer to where the full notice is found. 
 
    , 1 April 1989 
  Ty Coon, President of Vice 
 
This General Public License does not permit incorporating your program into 
proprietary programs.  If your program is a subroutine library, you may 
consider it more useful to permit linking proprietary applications with the 
library.  If this is what you want to do, use the GNU Library General 
Public License instead of this License. 
 
/* Pango 
 * syriac-ot.h: Determine what OpenType features to apply to characters based 
 *              on the rules for Syriac from the OpenType standard. 
 * 
 * Copyright (C) 2004 Emil Soleyman-Zomalan 
 * Author: Emil Soleyman-Zomalan  
 * 
 * This file is based on the Arabic shaping code from FreeType 1 tree; 
original 
 * copyright notice: 
 *                                                                          
 *  The FreeType project -- a free and portable quality TrueType renderer. 
 * 
 *  Copyright 1996-2000 by 
 *  D. Turner, R.Wilhelm, and W. Lemberg 
 * 
 * The code, like the FreeType code it is derived from is dual-licensed 
 * under the GNU General Public License and the FreeType license. See 
 * pango/opentype/COPYING for full details of this licensing scheme. 
 */ 
 
License 
======= 
 
Most of the code of Pango is licensed under the terms of the  
GNU Lesser Public License (LGPL) - see the file COPYING for details. 
 
The OpenType code in pango/opentype is derived from the FreeType  
project (http://www.freetype.org) and is dual-licensed under the  
GNU General Public License and the FreeType license. See see 
pango/opentype/FT-license.txt for full details of the FreeType  
license. 
 
Note that binary distributions of Pango must include a disclaimer  
that the software is based in part of the work of the FreeType Team,  
in the distribution documentation; for instance, by including this  
README file. 
 
Owen Taylor 
otaylor@redhat.com