voxforge.org
VoxForge Dev

Changeset 2322

Show
Ignore:
Timestamp:
10/05/07 14:51:57 (1 year ago)
Author:
kmaclean
Message:

speech submission app - snapshot

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/License.java

    r2319 r2322  
    6767                + "You should have received a copy of the GNU General Public License" + System.getProperty("line.separator") 
    6868                + "along with these files.  If not, see <http://www.gnu.org/licenses/>." + System.getProperty("line.separator") 
    69                 + System.getProperty("line.separator"); 
     69                + System.getProperty("line.separator") 
     70                + "This Java Applet incorporates open-source "+ System.getProperty("line.separator") 
     71                + "Java code from other projects:"+ System.getProperty("line.separator") 
     72                + "   - MoodleSpeex, (c) Dan Stowell 2006."+ System.getProperty("line.separator") 
     73                + "   - JSpeex player/recorder, (c) Wimba S.A."+ System.getProperty("line.separator") 
     74                + "   - Postlet HTTP uploader,  (c) Simon Rycroft"+ System.getProperty("line.separator") 
     75                + "   - JavaSoundDemo,          (c) Sun Microsystems"+ System.getProperty("line.separator") 
     76                + "Please see the licences stored in the \"copyrights\" folder in the " + System.getProperty("line.separator") 
     77                + "speechsubmission jar file for more details."; 
    7078                 
    7179                gplLicense = "                   GNU GENERAL PUBLIC LICENSE" + System.getProperty("line.separator")