Update of /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data In directory usw-pr-cvs1:/tmp/cvs-serv17926/net/sourceforge/javaprofiler/jpiimpl/data Modified Files: AllocAbstractStatThreadClassData.java AllocArenaData.java AllocClassData.java AllocClassMethodData.java AllocClassTraceData.java AllocGlobalRefData.java AllocInstanceData.java AllocStatData.java AllocStatIDObjectData.java AllocThreadClassData.java AllocThreadClassMethodData.java AllocThreadClassTraceData.java AllocThreadMethodData.java AllocThreadTraceData.java AllocTraceData.java CPUStatData.java CPUStatIDObjectData.java CPUThreadMethodData.java CPUThreadTraceData.java CPUTraceData.java ClassData.java ClassFieldData.java GCData.java IDObjectData.java MethodData.java ThreadData.java ThreadGroupData.java TraceData.java TraceFrameData.java Log Message: Plural added in licenses. Index: AllocAbstractStatThreadClassData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/AllocAbstractStatThreadClassData.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** AllocAbstractStatThreadClassData.java 2001/07/18 22:20:39 1.2 --- AllocAbstractStatThreadClassData.java 2001/09/29 21:01:33 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. *************** *** 41,44 **** --- 41,47 ---- /* * $Log$ + * Revision 1.3 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.2 2001/07/18 22:20:39 stolis * Mirrors for CPU profiling added; Index: AllocArenaData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/AllocArenaData.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** AllocArenaData.java 2001/07/11 22:27:26 1.1.1.1 --- AllocArenaData.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. *************** *** 116,119 **** --- 116,122 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2001/07/11 22:27:26 stolis * no message Index: AllocClassData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/AllocClassData.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** AllocClassData.java 2001/07/19 21:59:22 1.3 --- AllocClassData.java 2001/09/29 21:01:33 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. *************** *** 144,147 **** --- 144,150 ---- /* * $Log$ + * Revision 1.4 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.3 2001/07/19 21:59:22 stolis * Keys of maps changed. Index: AllocClassMethodData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/AllocClassMethodData.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** AllocClassMethodData.java 2001/07/19 21:59:22 1.3 --- AllocClassMethodData.java 2001/09/29 21:01:33 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. *************** *** 148,151 **** --- 148,154 ---- /* * $Log$ + * Revision 1.4 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.3 2001/07/19 21:59:22 stolis * Keys of maps changed. Index: AllocClassTraceData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/AllocClassTraceData.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** AllocClassTraceData.java 2001/07/19 21:59:22 1.3 --- AllocClassTraceData.java 2001/09/29 21:01:33 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. *************** *** 109,112 **** --- 109,115 ---- /* * $Log$ + * Revision 1.4 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.3 2001/07/19 21:59:22 stolis * Keys of maps changed. Index: AllocGlobalRefData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/AllocGlobalRefData.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** AllocGlobalRefData.java 2001/07/11 22:27:37 1.1.1.1 --- AllocGlobalRefData.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. *************** *** 65,68 **** --- 65,71 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2001/07/11 22:27:37 stolis * no message Index: AllocInstanceData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/AllocInstanceData.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** AllocInstanceData.java 2001/07/19 21:59:22 1.3 --- AllocInstanceData.java 2001/09/29 21:01:33 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. *************** *** 92,95 **** --- 92,98 ---- /* * $Log$ + * Revision 1.4 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.3 2001/07/19 21:59:22 stolis * Keys of maps changed. Index: AllocStatData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/AllocStatData.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** AllocStatData.java 2001/07/18 22:20:39 1.2 --- AllocStatData.java 2001/09/29 21:01:33 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. *************** *** 75,78 **** --- 75,81 ---- /* * $Log$ + * Revision 1.3 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.2 2001/07/18 22:20:39 stolis * Mirrors for CPU profiling added; Index: AllocStatIDObjectData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/AllocStatIDObjectData.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** AllocStatIDObjectData.java 2001/07/18 22:20:39 1.1 --- AllocStatIDObjectData.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. *************** *** 108,111 **** --- 108,114 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1 2001/07/18 22:20:39 stolis * Mirrors for CPU profiling added; Index: AllocThreadClassData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/AllocThreadClassData.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** AllocThreadClassData.java 2001/07/19 21:59:22 1.3 --- AllocThreadClassData.java 2001/09/29 21:01:33 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. *************** *** 109,112 **** --- 109,115 ---- /* * $Log$ + * Revision 1.4 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.3 2001/07/19 21:59:22 stolis * Keys of maps changed. Index: AllocThreadClassMethodData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/AllocThreadClassMethodData.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** AllocThreadClassMethodData.java 2001/07/19 21:59:22 1.3 --- AllocThreadClassMethodData.java 2001/09/29 21:01:33 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. *************** *** 124,127 **** --- 124,130 ---- /* * $Log$ + * Revision 1.4 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.3 2001/07/19 21:59:22 stolis * Keys of maps changed. Index: AllocThreadClassTraceData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/AllocThreadClassTraceData.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** AllocThreadClassTraceData.java 2001/07/11 22:27:48 1.1.1.1 --- AllocThreadClassTraceData.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. *************** *** 82,85 **** --- 82,88 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2001/07/11 22:27:48 stolis * no message Index: AllocThreadMethodData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/AllocThreadMethodData.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** AllocThreadMethodData.java 2001/07/19 21:59:22 1.3 --- AllocThreadMethodData.java 2001/09/29 21:01:33 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. *************** *** 142,145 **** --- 142,148 ---- /* * $Log$ + * Revision 1.4 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.3 2001/07/19 21:59:22 stolis * Keys of maps changed. Index: AllocThreadTraceData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/AllocThreadTraceData.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** AllocThreadTraceData.java 2001/07/19 21:59:22 1.3 --- AllocThreadTraceData.java 2001/09/29 21:01:33 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. *************** *** 109,112 **** --- 109,115 ---- /* * $Log$ + * Revision 1.4 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.3 2001/07/19 21:59:22 stolis * Keys of maps changed. Index: AllocTraceData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/AllocTraceData.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** AllocTraceData.java 2001/07/19 21:59:22 1.3 --- AllocTraceData.java 2001/09/29 21:01:33 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. *************** *** 109,112 **** --- 109,115 ---- /* * $Log$ + * Revision 1.4 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.3 2001/07/19 21:59:22 stolis * Keys of maps changed. Index: CPUStatData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/CPUStatData.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** CPUStatData.java 2001/07/18 22:20:39 1.1 --- CPUStatData.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. *************** *** 55,58 **** --- 55,61 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1 2001/07/18 22:20:39 stolis * Mirrors for CPU profiling added; Index: CPUStatIDObjectData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/CPUStatIDObjectData.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** CPUStatIDObjectData.java 2001/07/18 22:20:39 1.1 --- CPUStatIDObjectData.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. *************** *** 75,78 **** --- 75,81 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1 2001/07/18 22:20:39 stolis * Mirrors for CPU profiling added; Index: CPUThreadMethodData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/CPUThreadMethodData.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** CPUThreadMethodData.java 2001/07/19 21:59:22 1.2 --- CPUThreadMethodData.java 2001/09/29 21:01:33 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. *************** *** 104,107 **** --- 104,110 ---- /* * $Log$ + * Revision 1.3 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.2 2001/07/19 21:59:22 stolis * Keys of maps changed. Index: CPUThreadTraceData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/CPUThreadTraceData.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** CPUThreadTraceData.java 2001/07/18 22:20:39 1.1 --- CPUThreadTraceData.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/07/18 22:20:39 stolis * Mirrors for CPU profiling added; Index: CPUTraceData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/CPUTraceData.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** CPUTraceData.java 2001/07/19 21:59:22 1.2 --- CPUTraceData.java 2001/09/29 21:01:33 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. *************** *** 108,111 **** --- 108,114 ---- /* * $Log$ + * Revision 1.3 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.2 2001/07/19 21:59:22 stolis * Keys of maps changed. Index: ClassData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/ClassData.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ClassData.java 2001/07/18 22:20:39 1.2 --- ClassData.java 2001/09/29 21:01:33 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. *************** *** 195,198 **** --- 195,201 ---- /* * $Log$ + * Revision 1.3 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.2 2001/07/18 22:20:39 stolis * Mirrors for CPU profiling added; Index: ClassFieldData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/ClassFieldData.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** ClassFieldData.java 2001/07/11 22:27:58 1.1.1.1 --- ClassFieldData.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. *************** *** 67,70 **** --- 67,73 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2001/07/11 22:27:58 stolis * no message Index: GCData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/GCData.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** GCData.java 2001/07/11 22:27:58 1.1.1.1 --- GCData.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.1.1 2001/07/11 22:27:58 stolis * no message Index: IDObjectData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/IDObjectData.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** IDObjectData.java 2001/07/11 22:27:58 1.1.1.1 --- IDObjectData.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. *************** *** 52,55 **** --- 52,58 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2001/07/11 22:27:58 stolis * no message Index: MethodData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/MethodData.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** MethodData.java 2001/07/19 21:59:22 1.3 --- MethodData.java 2001/09/29 21:01:33 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. *************** *** 357,360 **** --- 357,363 ---- /* * $Log$ + * Revision 1.4 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.3 2001/07/19 21:59:22 stolis * Keys of maps changed. Index: ThreadData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/ThreadData.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** ThreadData.java 2001/07/19 21:59:22 1.3 --- ThreadData.java 2001/09/29 21:01:33 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. *************** *** 236,239 **** --- 236,242 ---- /* * $Log$ + * Revision 1.4 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.3 2001/07/19 21:59:22 stolis * Keys of maps changed. Index: ThreadGroupData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/ThreadGroupData.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** ThreadGroupData.java 2001/07/11 22:28:06 1.1.1.1 --- ThreadGroupData.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. *************** *** 88,91 **** --- 88,94 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2001/07/11 22:28:06 stolis * no message Index: TraceData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/TraceData.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** TraceData.java 2001/07/19 21:59:22 1.2 --- TraceData.java 2001/09/29 21:01:33 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. *************** *** 41,44 **** --- 41,47 ---- /* * $Log$ + * Revision 1.3 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.2 2001/07/19 21:59:22 stolis * Keys of maps changed. Index: TraceFrameData.java =================================================================== RCS file: /cvsroot/javaprofiler/jpiimpl/net/sourceforge/javaprofiler/jpiimpl/data/TraceFrameData.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** TraceFrameData.java 2001/07/11 22:28:10 1.1.1.1 --- TraceFrameData.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. *************** *** 65,68 **** --- 65,71 ---- /* * $Log$ + * Revision 1.2 2001/09/29 21:01:33 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2001/07/11 22:28:10 stolis * no message |