Update of /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event In directory usw-pr-cvs1:/tmp/cvs-serv16326/net/sourceforge/javaprofiler/jpi/event Modified Files: ArenaDeleteEvent.java ArenaNewEvent.java CallFrame.java CallTrace.java ClassLoadEvent.java ClassLoadHookEvent.java ClassUnload.java CompiledMethodLoadEvent.java CompiledMethodUnloadEvent.java DataDumpRequestEvent.java DataResetRequestEvent.java Event.java EventQueue.java Field.java GCFinishEvent.java GCStartEvent.java HeapDumpEvent.java InstructionStartEvent.java JNIGlobalRefAllocEvent.java JNIGlobalRefFreeEvent.java JNIWeakGlobalRefAllocEvent.java JNIWeakGlobalRefFreeEvent.java JVMInitDoneEvent.java JVMShutDownEvent.java LineNo.java Method.java MethodEntry2Event.java MethodEntryEvent.java MethodExitEvent.java MonitorContendedEnterEvent.java MonitorContendedEnteredEvent.java MonitorContendedExitEvent.java MonitorDumpEvent.java MonitorWaitEvent.java MonitorWaitedEvent.java ObjectAllocEvent.java ObjectDumpEvent.java ObjectFreeEvent.java ObjectMoveEvent.java RawMonitorContendedEnterEvent.java RawMonitorContendedEnteredEvent.java RawMonitorContendedExitEvent.java ThreadEndEvent.java ThreadStartEvent.java Log Message: Plural added in licenses. Index: ArenaDeleteEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/ArenaDeleteEvent.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ArenaDeleteEvent.java 2001/07/17 21:03:39 1.2 --- ArenaDeleteEvent.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. *************** *** 49,52 **** --- 49,55 ---- /* * $Log$ + * Revision 1.3 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.2 2001/07/17 21:03:39 stolis * Javadoc updated. Index: ArenaNewEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/ArenaNewEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** ArenaNewEvent.java 2000/11/27 17:45:39 1.1.1.1 --- ArenaNewEvent.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:39 stolis * First version of the interface of our architecture. Index: CallFrame.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/CallFrame.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** CallFrame.java 2000/11/27 17:45:39 1.1.1.1 --- CallFrame.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. *************** *** 46,49 **** --- 46,52 ---- /* * $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:39 stolis * First version of the interface of our architecture. Index: CallTrace.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/CallTrace.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** CallTrace.java 2000/11/27 17:45:39 1.1.1.1 --- CallTrace.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. *************** *** 49,52 **** --- 49,55 ---- /* * $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:39 stolis * First version of the interface of our architecture. Index: ClassLoadEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/ClassLoadEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** ClassLoadEvent.java 2000/11/27 17:45:42 1.1.1.1 --- ClassLoadEvent.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. *************** *** 113,116 **** --- 113,119 ---- /* * $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:42 stolis * First version of the interface of our architecture. Index: ClassLoadHookEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/ClassLoadHookEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** ClassLoadHookEvent.java 2000/11/27 17:45:47 1.1.1.1 --- ClassLoadHookEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $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:47 stolis * First version of the interface of our architecture. Index: ClassUnload.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/ClassUnload.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** ClassUnload.java 2000/11/27 17:45:53 1.1.1.1 --- ClassUnload.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. *************** *** 34,37 **** --- 34,40 ---- /* * $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:53 stolis * First version of the interface of our architecture. Index: CompiledMethodLoadEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/CompiledMethodLoadEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** CompiledMethodLoadEvent.java 2000/11/27 17:46:10 1.1.1.1 --- CompiledMethodLoadEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:10 stolis * First version of the interface of our architecture. Index: CompiledMethodUnloadEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/CompiledMethodUnloadEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** CompiledMethodUnloadEvent.java 2000/11/27 17:46:10 1.1.1.1 --- CompiledMethodUnloadEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:10 stolis * First version of the interface of our architecture. Index: DataDumpRequestEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/DataDumpRequestEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** DataDumpRequestEvent.java 2000/11/27 17:45:53 1.1.1.1 --- DataDumpRequestEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $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:53 stolis * First version of the interface of our architecture. Index: DataResetRequestEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/DataResetRequestEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** DataResetRequestEvent.java 2000/11/27 17:45:53 1.1.1.1 --- DataResetRequestEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $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:53 stolis * First version of the interface of our architecture. Index: Event.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/Event.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** Event.java 2000/11/27 17:45:30 1.1.1.1 --- Event.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. *************** *** 113,116 **** --- 113,119 ---- /* * $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: EventQueue.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/EventQueue.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** EventQueue.java 2000/11/27 17:45:47 1.1.1.1 --- EventQueue.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. *************** *** 35,38 **** --- 35,41 ---- /* * $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:47 stolis * First version of the interface of our architecture. Index: Field.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/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:33 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. *************** *** 46,49 **** --- 46,52 ---- /* * $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:33 stolis * First version of the interface of our architecture. Index: GCFinishEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/GCFinishEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** GCFinishEvent.java 2000/11/27 17:45:53 1.1.1.1 --- GCFinishEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $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:53 stolis * First version of the interface of our architecture. Index: GCStartEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/GCStartEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** GCStartEvent.java 2000/11/27 17:46:10 1.1.1.1 --- GCStartEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:10 stolis * First version of the interface of our architecture. Index: HeapDumpEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/HeapDumpEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** HeapDumpEvent.java 2000/11/27 17:46:10 1.1.1.1 --- HeapDumpEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:10 stolis * First version of the interface of our architecture. Index: InstructionStartEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/InstructionStartEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** InstructionStartEvent.java 2000/11/27 17:46:28 1.1.1.1 --- InstructionStartEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:28 stolis * First version of the interface of our architecture. Index: JNIGlobalRefAllocEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/JNIGlobalRefAllocEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** JNIGlobalRefAllocEvent.java 2000/11/27 17:46:15 1.1.1.1 --- JNIGlobalRefAllocEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:15 stolis * First version of the interface of our architecture. Index: JNIGlobalRefFreeEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/JNIGlobalRefFreeEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** JNIGlobalRefFreeEvent.java 2000/11/27 17:45:47 1.1.1.1 --- JNIGlobalRefFreeEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $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:47 stolis * First version of the interface of our architecture. Index: JNIWeakGlobalRefAllocEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/JNIWeakGlobalRefAllocEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** JNIWeakGlobalRefAllocEvent.java 2000/11/27 17:46:15 1.1.1.1 --- JNIWeakGlobalRefAllocEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:15 stolis * First version of the interface of our architecture. Index: JNIWeakGlobalRefFreeEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/JNIWeakGlobalRefFreeEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** JNIWeakGlobalRefFreeEvent.java 2000/11/27 17:46:15 1.1.1.1 --- JNIWeakGlobalRefFreeEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:15 stolis * First version of the interface of our architecture. Index: JVMInitDoneEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/JVMInitDoneEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** JVMInitDoneEvent.java 2000/11/27 17:45:47 1.1.1.1 --- JVMInitDoneEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $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:47 stolis * First version of the interface of our architecture. Index: JVMShutDownEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/JVMShutDownEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** JVMShutDownEvent.java 2000/11/27 17:45:47 1.1.1.1 --- JVMShutDownEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $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:47 stolis * First version of the interface of our architecture. Index: LineNo.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/LineNo.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** LineNo.java 2000/11/27 17:45:39 1.1.1.1 --- LineNo.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:39 stolis * First version of the interface of our architecture. Index: Method.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/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:45:39 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. *************** *** 67,70 **** --- 67,73 ---- /* * $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:39 stolis * First version of the interface of our architecture. Index: MethodEntry2Event.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/MethodEntry2Event.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** MethodEntry2Event.java 2000/11/27 17:45:53 1.1.1.1 --- MethodEntry2Event.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. *************** *** 34,37 **** --- 34,40 ---- /* * $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:53 stolis * First version of the interface of our architecture. Index: MethodEntryEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/MethodEntryEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** MethodEntryEvent.java 2000/11/27 17:45:53 1.1.1.1 --- MethodEntryEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $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:53 stolis * First version of the interface of our architecture. Index: MethodExitEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/MethodExitEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** MethodExitEvent.java 2000/11/27 17:45:47 1.1.1.1 --- MethodExitEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $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:47 stolis * First version of the interface of our architecture. Index: MonitorContendedEnterEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/MonitorContendedEnterEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** MonitorContendedEnterEvent.java 2000/11/27 17:46:21 1.1.1.1 --- MonitorContendedEnterEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:21 stolis * First version of the interface of our architecture. Index: MonitorContendedEnteredEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/MonitorContendedEnteredEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** MonitorContendedEnteredEvent.java 2000/11/27 17:46:21 1.1.1.1 --- MonitorContendedEnteredEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:21 stolis * First version of the interface of our architecture. Index: MonitorContendedExitEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/MonitorContendedExitEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** MonitorContendedExitEvent.java 2000/11/27 17:46:28 1.1.1.1 --- MonitorContendedExitEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:28 stolis * First version of the interface of our architecture. Index: MonitorDumpEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/MonitorDumpEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** MonitorDumpEvent.java 2000/11/27 17:46:15 1.1.1.1 --- MonitorDumpEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:15 stolis * First version of the interface of our architecture. Index: MonitorWaitEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/MonitorWaitEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** MonitorWaitEvent.java 2000/11/27 17:46:15 1.1.1.1 --- MonitorWaitEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:15 stolis * First version of the interface of our architecture. Index: MonitorWaitedEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/MonitorWaitedEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** MonitorWaitedEvent.java 2000/11/27 17:46:15 1.1.1.1 --- MonitorWaitedEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:15 stolis * First version of the interface of our architecture. Index: ObjectAllocEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/ObjectAllocEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** ObjectAllocEvent.java 2000/11/27 17:46:21 1.1.1.1 --- ObjectAllocEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:21 stolis * First version of the interface of our architecture. Index: ObjectDumpEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/ObjectDumpEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** ObjectDumpEvent.java 2000/11/27 17:46:21 1.1.1.1 --- ObjectDumpEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:21 stolis * First version of the interface of our architecture. Index: ObjectFreeEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/ObjectFreeEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** ObjectFreeEvent.java 2000/11/27 17:46:21 1.1.1.1 --- ObjectFreeEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:21 stolis * First version of the interface of our architecture. Index: ObjectMoveEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/ObjectMoveEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** ObjectMoveEvent.java 2000/11/27 17:46:21 1.1.1.1 --- ObjectMoveEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:21 stolis * First version of the interface of our architecture. Index: RawMonitorContendedEnterEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/RawMonitorContendedEnterEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** RawMonitorContendedEnterEvent.java 2000/11/27 17:46:28 1.1.1.1 --- RawMonitorContendedEnterEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:28 stolis * First version of the interface of our architecture. Index: RawMonitorContendedEnteredEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/RawMonitorContendedEnteredEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** RawMonitorContendedEnteredEvent.java 2000/11/27 17:46:28 1.1.1.1 --- RawMonitorContendedEnteredEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:28 stolis * First version of the interface of our architecture. Index: RawMonitorContendedExitEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/RawMonitorContendedExitEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** RawMonitorContendedExitEvent.java 2000/11/27 17:46:33 1.1.1.1 --- RawMonitorContendedExitEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:33 stolis * First version of the interface of our architecture. Index: ThreadEndEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/ThreadEndEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** ThreadEndEvent.java 2000/11/27 17:46:28 1.1.1.1 --- ThreadEndEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:28 stolis * First version of the interface of our architecture. Index: ThreadStartEvent.java =================================================================== RCS file: /cvsroot/javaprofiler/interface/net/sourceforge/javaprofiler/jpi/event/ThreadStartEvent.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** ThreadStartEvent.java 2000/11/27 17:46:28 1.1.1.1 --- ThreadStartEvent.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. *************** *** 34,37 **** --- 34,40 ---- /* * $Log$ + * Revision 1.2 2001/09/29 20:55:06 stolis + * Plural added in licenses. + * * Revision 1.1.1.1 2000/11/27 17:46:28 stolis * First version of the interface of our architecture. |