Cisco Cisco IPICS Release 2.1 Licensing Information

Page of 20889
             Open Source Used In  Cisco Instant Connect 4.10(1)                                                                                                                                   
156
The OpenCORE external libraries are under the Apache License 2.0. That license    
is incompatible with the LGPL v2.1 and the GPL v2, but not with version 3 of    
those licenses. So to combine the OpenCORE libraries with FFmpeg, the license    
version needs to be upgraded by passing --enable-version3 to configure.    
   
The nonfree external library libfaac can be hooked up in FFmpeg. You need to    
pass --enable-nonfree to configure to enable it. Employ this option with care    
as FFmpeg then becomes nonfree and unredistributable.
FFmpeg contains source code under both GPL and LGPL. We avoid using any GPL code in our project by disable
macros ARCH_X86, HAVE_MMX, HAVE_MMX2, and CONFIG_GPL. This way, our complied DLL are 100%
covered by LGPL v2.1 and later.    
   
We build FFmpeg to several DLLs in case functionality requirement and our product links to the related DLLs via
dynamic link method.    
   
We add our own code to wrap FFmpeg DLLs. We are ready to publish the code to public.
 
2.4 Log4Net 1.2.10.0 
2.4.1 Available under license : 
Apache License
                          Version 2.0, January 2004
                       http://www.apache.org/licenses/
 
  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 
  1. Definitions.
 
     "License" shall mean the terms and conditions for use, reproduction,
     and distribution as defined by Sections 1 through 9 of this document.
 
     "Licensor" shall mean the copyright owner or entity authorized by
     the copyright owner that is granting the License.
 
     "Legal Entity" shall mean the union of the acting entity and all
     other entities that control, are controlled by, or are under common
     control with that entity. For the purposes of this definition,
     "control" means (i) the power, direct or indirect, to cause the
     direction or management of such entity, whether by contract or
     otherwise, or (ii) ownership of fifty percent (50%) or more of the
     outstanding shares, or (iii) beneficial ownership of such entity.
 
     "You" (or "Your") shall mean an individual or Legal Entity
     exercising permissions granted by this License.
 
     "Source" form shall mean the preferred form for making modifications,
     including but not limited to software source code, documentation