From: Jan S. <st...@us...> - 2001-10-14 21:55:08
|
Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl In directory usw-pr-cvs1:/tmp/cvs-serv23102 Modified Files: bundle.properties Log Message: Licence added. Index: bundle.properties =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/bundle.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** bundle.properties 2001/08/22 13:27:35 1.1 --- bundle.properties 2001/10/14 21:55:06 1.2 *************** *** 1,6 **** SocketLaunchDesc=Connector that launches target VM using command line and attaches to it through shared memory. ShmemAttachDesc=Connector that attaches by shared memory to other VM. - Port=Port - Address=Address ListenPort=Port number at which to listen for VM connection. OptionsDesc=Launched VM options. --- 1,24 ---- + ## + ## Sun Public License Notice + ## + ## The contents of this file are subject to the Sun Public License Version + ## 1.0 (the "License"). You may not use this file except in compliance with + ## the License. A copy of the License is available at http://www.sun.com/ + ## + ## The Original Code is the Java Profiler module. + ## The Initial Developers of the Original Code are Jan Stola, Pavel Vacha, + ## Michal Pise, Petr Luner, Lukas Petru and Marek Przeczek. + ## Portions created by Jan Stola are Copyright (C) 2000-2001. All Rights Reserved. + ## Portions created by Pavel Vacha are Copyright (C) 2000-2001. All Rights Reserved. + ## Portions created by Michal Pise are Copyright (C) 2000-2001. All Rights Reserved. + ## Portions created by Petr Luner are Copyright (C) 2000-2001. All Rights Reserved. + ## Portions created by Lukas Petru are Copyright (C) 2000-2001. All Rights Reserved. + ## Portions created by Marek Przeczek are Copyright (C) 2000-2001. All Rights Reserved. + ## + ## Contributors: Jan Stola, Pavel Vacha, Michal Pise, Petr Luner, + ## Lukas Petru and Marek Przeczek. + ## SocketLaunchDesc=Connector that launches target VM using command line and attaches to it through shared memory. ShmemAttachDesc=Connector that attaches by shared memory to other VM. ListenPort=Port number at which to listen for VM connection. OptionsDesc=Launched VM options. *************** *** 15,20 **** ShmemLaunchDesc=Connector that launches target VM using command line and attaches to it through socket. ShmemListenDesc=Connector that accepts shared memory connections initiated by other VMs. ! LaunchPort=Port number to used for the communication. ! LaunchAddress=Name of the shared memory area to use for the communication. QuoteDesc=Character used to combine space-delimited text into a single command line argument. Quote=Quote --- 33,40 ---- ShmemLaunchDesc=Connector that launches target VM using command line and attaches to it through socket. ShmemListenDesc=Connector that accepts shared memory connections initiated by other VMs. ! ShmemTransport=Shared Memory Transport ! SocketTransport=Socket Transport ! Port=Port ! Address=Address QuoteDesc=Character used to combine space-delimited text into a single command line argument. Quote=Quote |