9 SJWT copyright notices
Description
Sun Java Wireless Toolkit copyright notices found in Android codebase
Document Sample


Sun Java Wireless Toolkit copyright notices
found in Android codebase on 16 January 2011
Florian Mueller
http://fosspatents.blogspot.com -- Twitter:FOSSpatents
Download link:
http://android.git.kernel.org/?p=platform/external/sonivox.git;a=blob_plain;f=arm-wt-
22k/misc/MMAPI.zip;hb=HEAD
1 Copyright notice in dedicated copyright.txt file (top-level directory):
(c) by Sun Microsystems, Inc.
Taken from Sun's Wireless Toolkit
Download: http://java.sun.com/products/sjwtoolkit/
The demo is modified to provide more test cases.
DO NOT DISTRIBUTE!
2 Copyright notices at start of 37 source code files
The copyright notices of items 2.1 through 2.21 contain references to variables, while items 2.22
through 2.37 state each project name explicitly.
/Sonivox/mmapi/classes/javax/microedition directory
2.1 Control.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
2.2 Controllable.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
2.3 MediaException.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
page 1 of 8
2.4 Player.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
2.5 PlayerListener.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
2.6 TimeBase.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
/Sonivox/mmapi/classes/javax/microedition/media directory
2.7 ContentDescriptor.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
2.8 DataSource.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
2.9 FramePositioningControl.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
page 2 of 8
2.10 GUIControl.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
2.11 MetaDataControl.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
2.12 MIDIControl.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
2.13 PitchControl.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
2.14 RateControl.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
2.15 RecordControl.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
page 3 of 8
2.16 SourceStream.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
2.17 StopTimeControl.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
2.18 TempoControl.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
2.19 ToneControl.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
2.20 VideoControl.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
2.21 VolumeControl.java
/*
* %W% %E%
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
page 4 of 8
/Sonivox/mmapi/classes/com/sun/midp directory
2.22 DefaultEventHandler.java
/*
* patched version for Sonivox's implementation:
* needed in order to remove ABB magic from Sun's
* MMAPI implementation (marked with "$$fb Sonivox removed")
*/
/*
* @(#)DefaultEventHandler.java 1.77 02/09/16 @(#)
*
* Copyright (c) 1999-2002 Sun Microsystems, Inc. All rights
reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms.
*/
/test/mmademo/src/example directory
2.23 BaseListMidlet.java
/*
* @(#)BaseListMidlet.java 1.4 04/03/10
*
* Copyright (c) 2000-2004 Sun Microsystems, Inc. All rights
reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
2.24 DrummerCanvas.java
/*
* @(#)DrummerCanvas.java 1.1 04/05/14
*
* Copyright (c) 2000-2004 Sun Microsystems, Inc. All rights
reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
2.25 PausingAudioTest.java
/*
* @(#)PausingAudioTest.java 1.1 04/08/22
*
* Copyright (c) 2000-2004 Sun Microsystems, Inc. All rights
reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
page 5 of 8
2.26 RingToneConverter.java
/*
* @(#)RingToneConverter.java 1.4 04/02/29
*
* Copyright (c) 2000-2004 Sun Microsystems, Inc. All rights
reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
2.27 SimpleHttpBrowser.java
/*
* @(#)SimpleHttpBrowser.java 1.2 04/02/12
*
* Copyright (c) 2000-2004 Sun Microsystems, Inc. All rights
reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
2.28 SimplePlayer.java
/*
* @(#)SimplePlayer.java 1.5 04/04/21
*
* Copyright (c) 2000-2004 Sun Microsystems, Inc. All rights
reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
2.29 SimplePlayerCanvas.java
/*
* @(#)SimplePlayerCanvas.java 1.7 04/03/10
*
* Copyright (c) 2000-2004 Sun Microsystems, Inc. All rights
reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
2.30 SimplePlayerForm.java
/*
* @(#)SimplePlayerForm.java 1.4 04/03/10
*
* Copyright (c) 2000-2004 Sun Microsystems, Inc. All rights
reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
page 6 of 8
2.31 SimplePlayerGUI.java
/*
* @(#)SimplePlayerGUI.java 1.10 04/08/10
*
* Copyright (c) 2000-2004 Sun Microsystems, Inc. All rights
reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
2.32 SimpleRmsBrowser.java
/*
* @(#)SimpleRmsBrowser.java 1.2 04/02/12
*
* Copyright (c) 2000-2004 Sun Microsystems, Inc. All rights
reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
2.33 SimpleTones.java
/*
* @(#)SimpleTones.java 1.3 04/05/14
*
* Copyright (c) 2000-2004 Sun Microsystems, Inc. All rights
reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
2.34 Utils.java
/*
* @(#)Utils.java 1.5 04/03/10
*
* Copyright (c) 2000-2004 Sun Microsystems, Inc. All rights
reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
2.35 VideoCanvas.java
/*
* @(#)VideoCanvas.java 1.6 04/03/10
*
* Copyright (c) 2000-2004 Sun Microsystems, Inc. All rights
reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
page 7 of 8
2.36 VideoPlayer.java
/*
* @(#)VideoPlayer.java 1.5 04/03/10
*
* Copyright (c) 2000-2004 Sun Microsystems, Inc. All rights
reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
2.37 VideoTest.java
/*
* @(#)VideoTest.java 1.5 04/04/21
*
* Copyright (c) 2000-2004 Sun Microsystems, Inc. All rights
reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
page 8 of 8
Related docs
Other docs by FlorianMueller
Apple v Samsung order to propose schedules for preliminary injunction process
Views: 404 | Downloads: 4
Lodsys patent infringement lawsuit against New York Times Co. and five other defendants
Views: 683 | Downloads: 13
Get documents about "