Cisco Cisco StadiumVision Director Informazioni sulle licenze

Pagina di 2061
source code in a product, acknowledgment is not required but would be 
appreciated. 
 
 
A "png_get_copyright" function is available, for convenient use in "about" 
boxes and the like: 
 
   printf("%s",png_get_copyright(NULL)); 
 
Also, the PNG logo (in PNG format, of course) is supplied in the 
files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31). 
 
Libpng is OSI Certified Open Source Software.  OSI Certified Open Source is a 
certification mark of the Open Source Initiative. 
 
Glenn Randers-Pehrson 
glennrp at users.sourceforge.net 
April 23, 2006 
 
# install - install a program, script, or datafile 
# This comes from X11R5 (mit/util/scripts/install.sh). 

# Copyright 1991 by the Massachusetts Institute of Technology 

# Permission to use, copy, modify, distribute, and sell this software and its 
# documentation for any purpose is hereby granted without fee, provided that 
# the above copyright notice appear in all copies and that both that 
# copyright notice and this permission notice appear in supporting 
# documentation, and that the name of M.I.T. not be used in advertising or 
# publicity pertaining to distribution of the software without specific, 
# written prior permission.  M.I.T. makes no representations about the 
# suitability of this software for any purpose.  It is provided "as is" 
# without express or implied warranty. 

# Calling this script install-sh is preferred over install.sh, to prevent 
# `make' implicit rules from creating a file called install from it 
# when there is no Makefile. 

# This script is compatible with the BSD install script, but was written 
# from scratch.  It can only install one file at a time, a restriction 
# shared with many OS's install programs. 
 
# ltmain.sh - Provide generalized library-building support services. 
# NOTE: Changing this file will not affect anything until you rerun 
configure. 

# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 
# Free Software Foundation, Inc. 
# Originally by Gordon Matzigkeit , 1996 

# This program is free software; you can redistribute it and/or modify 
# it under the terms of the GNU General Public License as published by 
# the Free Software Foundation; either version 2 of the License, or 
# (at your option) any later version. 

# This program is distributed in the hope that it will be useful, but