Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect In directory usw-pr-cvs1:/tmp/cvs-serv17926/net/sourceforge/javaprofiler/jpiimpl/connect Modified Files: ArgumentImpl.java BooleanArgumentImpl.java IntegerArgumentImpl.java LaunchConnector.java SelectedArgumentImpl.java ShmemAttachConnector.java ShmemLaunchConnector.java ShmemListenConnector.java ShmemTransport.java SocketAttachConnector.java SocketLaunchConnector.java SocketListenConnector.java SocketTransport.java StringArgumentImpl.java Log Message: Plural added in licenses. Index: ArgumentImpl.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/ArgumentImpl.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** ArgumentImpl.java 2001/08/22 13:35:31 1.1 --- ArgumentImpl.java 2001/09/29 21:01:33 1.2 *************** *** 7,11 **** * * The Original Code is the Java Profiler module. ! * The Initial Developer 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. --- 7,11 ---- * * 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. *************** *** 133,136 **** --- 133,139 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1 2001/08/22 13:35:31 stolis * First version of Connectors. Index: BooleanArgumentImpl.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/BooleanArgumentImpl.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** BooleanArgumentImpl.java 2001/08/22 13:35:31 1.1 --- BooleanArgumentImpl.java 2001/09/29 21:01:33 1.2 *************** *** 7,11 **** * * The Original Code is the Java Profiler module. ! * The Initial Developer 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. --- 7,11 ---- * * 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. *************** *** 76,79 **** --- 76,82 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1 2001/08/22 13:35:31 stolis * First version of Connectors. Index: IntegerArgumentImpl.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/IntegerArgumentImpl.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** IntegerArgumentImpl.java 2001/08/22 13:35:31 1.1 --- IntegerArgumentImpl.java 2001/09/29 21:01:33 1.2 *************** *** 7,11 **** * * The Original Code is the Java Profiler module. ! * The Initial Developer 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. --- 7,11 ---- * * 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. *************** *** 125,128 **** --- 125,131 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1 2001/08/22 13:35:31 stolis * First version of Connectors. Index: LaunchConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/LaunchConnector.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** LaunchConnector.java 2001/08/22 13:35:31 1.1 --- LaunchConnector.java 2001/09/29 21:01:33 1.2 *************** *** 7,11 **** * * The Original Code is the Java Profiler module. ! * The Initial Developer 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. --- 7,11 ---- * * 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. *************** *** 119,122 **** --- 119,125 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1 2001/08/22 13:35:31 stolis * First version of Connectors. Index: SelectedArgumentImpl.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/SelectedArgumentImpl.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** SelectedArgumentImpl.java 2001/08/22 13:35:31 1.1 --- SelectedArgumentImpl.java 2001/09/29 21:01:33 1.2 *************** *** 7,11 **** * * The Original Code is the Java Profiler module. ! * The Initial Developer 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. --- 7,11 ---- * * 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. *************** *** 71,74 **** --- 71,77 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1 2001/08/22 13:35:31 stolis * First version of Connectors. Index: ShmemAttachConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/ShmemAttachConnector.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** ShmemAttachConnector.java 2001/08/22 13:35:31 1.1 --- ShmemAttachConnector.java 2001/09/29 21:01:33 1.2 *************** *** 7,11 **** * * The Original Code is the Java Profiler module. ! * The Initial Developer 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. --- 7,11 ---- * * 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. *************** *** 126,129 **** --- 126,132 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1 2001/08/22 13:35:31 stolis * First version of Connectors. Index: ShmemLaunchConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/ShmemLaunchConnector.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** ShmemLaunchConnector.java 2001/08/22 13:35:31 1.1 --- ShmemLaunchConnector.java 2001/09/29 21:01:33 1.2 *************** *** 7,11 **** * * The Original Code is the Java Profiler module. ! * The Initial Developer 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. --- 7,11 ---- * * 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. *************** *** 107,110 **** --- 107,113 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1 2001/08/22 13:35:31 stolis * First version of Connectors. Index: ShmemListenConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/ShmemListenConnector.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** ShmemListenConnector.java 2001/08/22 13:35:31 1.1 --- ShmemListenConnector.java 2001/09/29 21:01:33 1.2 *************** *** 7,11 **** * * The Original Code is the Java Profiler module. ! * The Initial Developer 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. --- 7,11 ---- * * 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. *************** *** 126,129 **** --- 126,132 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1 2001/08/22 13:35:31 stolis * First version of Connectors. Index: ShmemTransport.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/ShmemTransport.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** ShmemTransport.java 2001/08/22 13:35:31 1.1 --- ShmemTransport.java 2001/09/29 21:01:33 1.2 *************** *** 7,11 **** * * The Original Code is the Java Profiler module. ! * The Initial Developer 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. --- 7,11 ---- * * 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. *************** *** 76,79 **** --- 76,82 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1 2001/08/22 13:35:31 stolis * First version of Connectors. Index: SocketAttachConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/SocketAttachConnector.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** SocketAttachConnector.java 2001/08/22 13:35:31 1.1 --- SocketAttachConnector.java 2001/09/29 21:01:33 1.2 *************** *** 7,11 **** * * The Original Code is the Java Profiler module. ! * The Initial Developer 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. --- 7,11 ---- * * 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. *************** *** 136,139 **** --- 136,142 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1 2001/08/22 13:35:31 stolis * First version of Connectors. Index: SocketLaunchConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/SocketLaunchConnector.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** SocketLaunchConnector.java 2001/08/22 13:35:31 1.1 --- SocketLaunchConnector.java 2001/09/29 21:01:33 1.2 *************** *** 7,11 **** * * The Original Code is the Java Profiler module. ! * The Initial Developer 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. --- 7,11 ---- * * 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. *************** *** 106,109 **** --- 106,112 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1 2001/08/22 13:35:31 stolis * First version of Connectors. Index: SocketListenConnector.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/SocketListenConnector.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** SocketListenConnector.java 2001/08/22 13:35:31 1.1 --- SocketListenConnector.java 2001/09/29 21:01:33 1.2 *************** *** 7,11 **** * * The Original Code is the Java Profiler module. ! * The Initial Developer 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. --- 7,11 ---- * * 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. *************** *** 125,128 **** --- 125,131 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1 2001/08/22 13:35:31 stolis * First version of Connectors. Index: SocketTransport.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/SocketTransport.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** SocketTransport.java 2001/08/22 13:35:31 1.1 --- SocketTransport.java 2001/09/29 21:01:33 1.2 *************** *** 7,11 **** * * The Original Code is the Java Profiler module. ! * The Initial Developer 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. --- 7,11 ---- * * 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. *************** *** 68,71 **** --- 68,74 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1 2001/08/22 13:35:31 stolis * First version of Connectors. Index: StringArgumentImpl.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/connect/StringArgumentImpl.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** StringArgumentImpl.java 2001/08/22 13:35:31 1.1 --- StringArgumentImpl.java 2001/09/29 21:01:33 1.2 *************** *** 7,11 **** * * The Original Code is the Java Profiler module. ! * The Initial Developer 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. --- 7,11 ---- * * 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. *************** *** 48,51 **** --- 48,54 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1 2001/08/22 13:35:31 stolis * First version of Connectors. |