Update of /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi In directory usw-pr-cvs1:/tmp/cvs-serv16326/net/sourceforge/javaprofiler/jpi Modified Files: ArrayType.java Bootstrap.java CallTreeNode.java ClassInfo.java ClassType.java Field.java InterfaceType.java JavaMonitorInfo.java Method.java MethodInfo.java MonitorInfo.java ProfilerInfo.java RawMonitorInfo.java ReferenceType.java Snapshot.java StackFrame.java StackTrace.java ThreadGroupInfo.java ThreadInfo.java TypeComponent.java VirtualMachine.java VirtualMachineManager.java Log Message: Plural added in licenses. Index: ArrayType.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/ArrayType.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** ArrayType.java 2000/11/27 17:45:11 1.1.1.1 --- ArrayType.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. *************** *** 41,44 **** --- 41,47 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:45:11 stolis * First version of the interface of our architecture. Index: Bootstrap.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/Bootstrap.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Bootstrap.java 2001/08/22 13:16:59 1.3 --- Bootstrap.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. *************** *** 45,48 **** --- 45,51 ---- /* * $Log$ + * Revision 1.4 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.3 2001/08/22 13:16:59 stolis * Bootstrap now points to the implementation of the VirtualMachineManager. Index: CallTreeNode.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/CallTreeNode.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** CallTreeNode.java 2000/11/27 17:45:18 1.1.1.1 --- CallTreeNode.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. *************** *** 72,75 **** --- 72,78 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:45:18 stolis * First version of the interface of our architecture. Index: ClassInfo.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/ClassInfo.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** ClassInfo.java 2000/11/27 17:45:24 1.1.1.1 --- ClassInfo.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. *************** *** 59,62 **** --- 59,65 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:45:24 stolis * First version of the interface of our architecture. Index: ClassType.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/ClassType.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ClassType.java 2001/08/22 13:19:47 1.2 --- ClassType.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. *************** *** 120,123 **** --- 120,126 ---- /* * $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. Index: Field.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/Field.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Field.java 2000/11/27 17:45:18 1.1.1.1 --- Field.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. *************** *** 48,51 **** --- 48,54 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:45:18 stolis * First version of the interface of our architecture. Index: InterfaceType.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/InterfaceType.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** InterfaceType.java 2000/11/27 17:45:05 1.1.1.1 --- InterfaceType.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. *************** *** 86,89 **** --- 86,92 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:45:05 stolis * First version of the interface of our architecture. Index: JavaMonitorInfo.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/JavaMonitorInfo.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** JavaMonitorInfo.java 2000/11/27 17:44:46 1.1.1.1 --- JavaMonitorInfo.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. *************** *** 42,45 **** --- 42,48 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:44:46 stolis * First version of the interface of our architecture. Index: Method.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/Method.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Method.java 2000/11/27 17:44:41 1.1.1.1 --- Method.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. *************** *** 105,108 **** --- 105,111 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:44:41 stolis * First version of the interface of our architecture. Index: MethodInfo.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/MethodInfo.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** MethodInfo.java 2000/11/27 17:45:13 1.1.1.1 --- MethodInfo.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. *************** *** 144,147 **** --- 144,150 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:45:13 stolis * First version of the interface of our architecture. Index: MonitorInfo.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/MonitorInfo.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** MonitorInfo.java 2000/11/27 17:44:46 1.1.1.1 --- MonitorInfo.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. *************** *** 73,76 **** --- 73,79 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:44:46 stolis * First version of the interface of our architecture. Index: ProfilerInfo.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/ProfilerInfo.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ProfilerInfo.java 2001/08/22 13:19:47 1.2 --- ProfilerInfo.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. *************** *** 119,122 **** --- 119,125 ---- /* * $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. Index: RawMonitorInfo.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/RawMonitorInfo.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** RawMonitorInfo.java 2000/11/27 17:44:46 1.1.1.1 --- RawMonitorInfo.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. *************** *** 39,42 **** --- 39,45 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:44:46 stolis * First version of the interface of our architecture. Index: ReferenceType.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/ReferenceType.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ReferenceType.java 2001/08/22 13:19:47 1.2 --- ReferenceType.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. *************** *** 224,227 **** --- 224,230 ---- /* * $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. Index: Snapshot.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/Snapshot.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Snapshot.java 2001/08/22 13:19:47 1.3 --- Snapshot.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. *************** *** 152,155 **** --- 152,158 ---- /* * $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: StackFrame.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/StackFrame.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** StackFrame.java 2000/11/27 17:45:18 1.1.1.1 --- StackFrame.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. *************** *** 47,50 **** --- 47,53 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:45:18 stolis * First version of the interface of our architecture. Index: StackTrace.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/StackTrace.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** StackTrace.java 2000/11/27 17:45:30 1.1.1.1 --- StackTrace.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. *************** *** 58,61 **** --- 58,64 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:45:30 stolis * First version of the interface of our architecture. Index: ThreadGroupInfo.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/ThreadGroupInfo.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ThreadGroupInfo.java 2001/07/17 21:03:34 1.2 --- ThreadGroupInfo.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. *************** *** 118,121 **** --- 118,124 ---- /* * $Log$ + * Revision 1.3 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.2 2001/07/17 21:03:34 stolis * Javadoc updated. Index: ThreadInfo.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/ThreadInfo.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ThreadInfo.java 2001/08/22 13:19:47 1.2 --- ThreadInfo.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. *************** *** 185,188 **** --- 185,191 ---- /* * $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. Index: TypeComponent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/TypeComponent.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** TypeComponent.java 2001/07/17 21:03:34 1.2 --- TypeComponent.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. *************** *** 78,81 **** --- 78,84 ---- /* * $Log$ + * Revision 1.3 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.2 2001/07/17 21:03:34 stolis * Javadoc updated. Index: VirtualMachine.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/VirtualMachine.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** VirtualMachine.java 2001/07/17 21:03:34 1.3 --- VirtualMachine.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. *************** *** 111,114 **** --- 111,117 ---- /* * $Log$ + * Revision 1.4 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.3 2001/07/17 21:03:34 stolis * Javadoc updated. Index: VirtualMachineManager.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/VirtualMachineManager.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** VirtualMachineManager.java 2001/07/17 21:03:34 1.3 --- VirtualMachineManager.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. *************** *** 68,71 **** --- 68,74 ---- /* * $Log$ + * Revision 1.4 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.3 2001/07/17 21:03:34 stolis * Javadoc updated. |