Cisco Cisco StadiumVision Mobile Streamer Licensing Information

Page of 477
   */ 
 
/* 
 * This file is a modified version of 
 * http://gee.cs.oswego.edu/cgi-
bin/viewcvs.cgi/jsr166/src/main/java/util/concurrent/AbstractExecutorService.
java?revision=1.35 
 * which contained the following notice: 
 * 
 * Written by Doug Lea with assistance from members of JCP JSR-166 Expert 
Group and released to the 
 * public domain, as explained at 
http://creativecommons.org/publicdomain/zero/1.0/ 
 * 
 * Rationale for copying: 
 * Guava targets JDK5, whose AbstractExecutorService class lacks the 
newTaskFor protected 
 * customization methods needed by MoreExecutors.listeningDecorator. This 
class is a copy of 
 * AbstractExecutorService from the JSR166 CVS repository. It contains the 
desired methods. 
 */ 
 
1.22 hibernate 3.3.1.GA  
1.22.1 Available under license :  
GNU LESSER GENERAL PUBLIC LICENSE  
 
 
       Version 2.1, February 1999  
  
 Copyright (C) 1991, 1999 Free Software Foundation, Inc.  
     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
 Everyone is permitted to copy and distribute verbatim copies  
 of this license document, but changing it is not allowed.  
  
[This is the first released version of the Lesser GPL.  It also counts  
 as the successor of the GNU Library Public License, version 2, hence  
 the version number 2.1.]  
  
 
 
 
    Preamble  
  
  The licenses for most software are designed to take away your  
freedom to share and change it.  By contrast, the GNU General Public  
Licenses are intended to guarantee your freedom to share and change  
free software--to make sure the software is free for all its users.  
  
  This license, the Lesser General Public License, applies to some  
specially designated software packages--typically libraries--of the  
Free Software Foundation and other authors who decide to use it.  You  
can use it too, but we suggest you first think carefully about whether  
this license or the ordinary General Public License is the better  
strategy to use in any particular case, based on the explanations below.