A Java applet SIP soft-phone

Java VoIP Client—journalist solution

Code Licensing

Licenses :

 

LGPL v3 = GNU LESSER GENERAL PUBLIC LICENSE Version 3 (http://www.opensource.org/licenses/lgpl-3.0.html)

GPL v2 = GNU GENERAL PUBLIC LICENSE Version 2 (http://www.opensource.org/licenses/gpl-2.0.php)

 

The Java VoIP client code makes use of a number of projects available under different open source licensing. Use of these projects means that the code alterations made are presented here in the appropriate licensing. Code locations given here are given with respect to the root of the sourceforge subversion repository.

 

The FMJ library components used within this project are covered by the LGPL v3, and as such the FMJ code alterations made in this project is presented here under the LGPL v3 license. This refers to the code present in the location:

 

/trunk/eclipse_workspace/FMJ Audio Capture

 

The audio rate sample convertor is based on the “polyphase” sample rate converter in the open source SoX audio tool. SoX is licensed under GPL v2. It is for this reason the code used within this project making use of SoX code is released under GPL v2. This refers to code present in the location:

 

/trunk/eclipse_workspace/G722/src/uk/co/bbc/media/codec/audio/resample

 

The JSTUN project code used within the project is licensed under GPL v2, as such amendments and changes within this projects uses of the code is presented here under the GPL v2 license. This refers to code present in the location:

 

/trunk/publish_code/JSTUN_LIB

 

The remainder of the project code is released under GPL v2, the terms and conditions of the licenses that this project’s code is released under is available at the links provided above, with local copies of the license texts available here:

local copy LGPL v3

local copy GPL v2

Licensing of ‘Java VoIP client’