- Timestamp:
- 12/28/07 15:47:02 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/License.java
r2366 r2375 48 48 49 49 VFlicenseNotice = 50 "VoxForge Speech Submission Application v0.1. 1" + System.getProperty("line.separator")50 "VoxForge Speech Submission Application v0.1.2" + System.getProperty("line.separator") 51 51 + "============================" + System.getProperty("line.separator") 52 52 + "Allows a user to record their speech and upload it to the VoxForge server" + System.getProperty("line.separator") … … 76 76 + "from other projects:"+ System.getProperty("line.separator") 77 77 + " - MoodleSpeex, (c) Dan Stowell 2006."+ System.getProperty("line.separator") 78 + " - JSpeex player/recorder, (c) Wimba S.A."+ System.getProperty("line.separator")79 78 + " - Postlet HTTP uploader, (c) Simon Rycroft"+ System.getProperty("line.separator") 80 79 + " - JavaSoundDemo, (c) Sun Microsystems"+ System.getProperty("line.separator")