Update of /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/connect In directory usw-pr-cvs1:/tmp/cvs-serv16326/net/sourceforge/javaprofiler/jpi/connect Modified Files: ConnectingException.java Connector.java IllegalConnectorArgumentsException.java Transport.java VMStartException.java Log Message: Plural added in licenses. Index: ConnectingException.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/connect/ConnectingException.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** ConnectingException.java 2001/04/23 19:03:38 1.1 --- ConnectingException.java 2001/09/29 20:55:06 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. *************** *** 31,34 **** --- 31,37 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1 2001/04/23 19:03:38 michalpise * Initial (empty) version. Index: Connector.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/connect/Connector.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Connector.java 2001/08/22 13:19:47 1.6 --- Connector.java 2001/09/29 20:55:06 1.7 *************** *** 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. *************** *** 286,289 **** --- 286,292 ---- /* * $Log$ + * Revision 1.7 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.6 2001/08/22 13:19:47 stolis * Full qualification of classes removed where it is not necessary. Index: IllegalConnectorArgumentsException.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/connect/IllegalConnectorArgumentsException.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** IllegalConnectorArgumentsException.java 2001/08/22 13:19:47 1.3 --- IllegalConnectorArgumentsException.java 2001/09/29 20:55:06 1.4 *************** *** 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. *************** *** 70,73 **** --- 70,76 ---- /* * $Log$ + * Revision 1.4 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.3 2001/08/22 13:19:47 stolis * Full qualification of classes removed where it is not necessary. Index: Transport.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/connect/Transport.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Transport.java 2001/08/22 13:19:47 1.3 --- Transport.java 2001/09/29 20:55:06 1.4 *************** *** 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. *************** *** 42,45 **** --- 42,48 ---- /* * $Log$ + * Revision 1.4 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.3 2001/08/22 13:19:47 stolis * Full qualification of classes removed where it is not necessary. Index: VMStartException.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/connect/VMStartException.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** VMStartException.java 2001/08/22 13:19:47 1.2 --- VMStartException.java 2001/09/29 20:55:06 1.3 *************** *** 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. *************** *** 55,58 **** --- 55,61 ---- /* * $Log$ + * Revision 1.3 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.2 2001/08/22 13:19:47 stolis * Full qualification of classes removed where it is not necessary. |