Update of /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/other In directory usw-pr-cvs1:/tmp/cvs-serv26899 Modified Files: MonitorStatContainer.java CPUStatContainer.java CallTreeStatContainer.java AllocStatContainer.java Log Message: License added. Index: MonitorStatContainer.java =================================================================== RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/other/MonitorStatContainer.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** MonitorStatContainer.java 30 May 2002 21:52:13 -0000 1.1.1.1 --- MonitorStatContainer.java 2 Jul 2002 19:47:01 -0000 1.2 *************** *** 1,2 **** --- 1,22 ---- + /* + * Sun Public License Notice + * + * The contents of this file are subject to the Sun Public License Version + * 1.0 (the "License"). You may not use this file except in compliance with + * the License. A copy of the License is available at http://www.sun.com/ + * + * 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. + * Portions created by Pavel Vacha are Copyright (C) 2000-2001. All Rights Reserved. + * Portions created by Michal Pise are Copyright (C) 2000-2001. All Rights Reserved. + * Portions created by Petr Luner are Copyright (C) 2000-2001. All Rights Reserved. + * Portions created by Lukas Petru are Copyright (C) 2000-2001. All Rights Reserved. + * Portions created by Marek Przeczek are Copyright (C) 2000-2001. All Rights Reserved. + * + * Contributors: Jan Stola, Pavel Vacha, Michal Pise, Petr Luner, + * Lukas Petru and Marek Przeczek. + */ package net.sourceforge.javaprofiler.other; *************** *** 5,6 **** --- 25,33 ---- void setMonPureTime( long time); } + + /* + * $Log$ + * Revision 1.2 2002/07/02 19:47:01 stolis + * License added. + * + */ \ No newline at end of file Index: CPUStatContainer.java =================================================================== RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/other/CPUStatContainer.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** CPUStatContainer.java 30 May 2002 21:52:13 -0000 1.1.1.1 --- CPUStatContainer.java 2 Jul 2002 19:47:01 -0000 1.2 *************** *** 1,2 **** --- 1,22 ---- + /* + * Sun Public License Notice + * + * The contents of this file are subject to the Sun Public License Version + * 1.0 (the "License"). You may not use this file except in compliance with + * the License. A copy of the License is available at http://www.sun.com/ + * + * 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. + * Portions created by Pavel Vacha are Copyright (C) 2000-2001. All Rights Reserved. + * Portions created by Michal Pise are Copyright (C) 2000-2001. All Rights Reserved. + * Portions created by Petr Luner are Copyright (C) 2000-2001. All Rights Reserved. + * Portions created by Lukas Petru are Copyright (C) 2000-2001. All Rights Reserved. + * Portions created by Marek Przeczek are Copyright (C) 2000-2001. All Rights Reserved. + * + * Contributors: Jan Stola, Pavel Vacha, Michal Pise, Petr Luner, + * Lukas Petru and Marek Przeczek. + */ package net.sourceforge.javaprofiler.other; *************** *** 5,6 **** --- 25,33 ---- void setCPUPureTime( long time); } + + /* + * $Log$ + * Revision 1.2 2002/07/02 19:47:01 stolis + * License added. + * + */ \ No newline at end of file Index: CallTreeStatContainer.java =================================================================== RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/other/CallTreeStatContainer.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** CallTreeStatContainer.java 30 May 2002 21:52:13 -0000 1.1.1.1 --- CallTreeStatContainer.java 2 Jul 2002 19:47:01 -0000 1.2 *************** *** 1,2 **** --- 1,22 ---- + /* + * Sun Public License Notice + * + * The contents of this file are subject to the Sun Public License Version + * 1.0 (the "License"). You may not use this file except in compliance with + * the License. A copy of the License is available at http://www.sun.com/ + * + * 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. + * Portions created by Pavel Vacha are Copyright (C) 2000-2001. All Rights Reserved. + * Portions created by Michal Pise are Copyright (C) 2000-2001. All Rights Reserved. + * Portions created by Petr Luner are Copyright (C) 2000-2001. All Rights Reserved. + * Portions created by Lukas Petru are Copyright (C) 2000-2001. All Rights Reserved. + * Portions created by Marek Przeczek are Copyright (C) 2000-2001. All Rights Reserved. + * + * Contributors: Jan Stola, Pavel Vacha, Michal Pise, Petr Luner, + * Lukas Petru and Marek Przeczek. + */ package net.sourceforge.javaprofiler.other; *************** *** 6,7 **** --- 26,34 ---- void setCPUCumulatedTime( long time); } + + /* + * $Log$ + * Revision 1.2 2002/07/02 19:47:01 stolis + * License added. + * + */ \ No newline at end of file Index: AllocStatContainer.java =================================================================== RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/other/AllocStatContainer.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** AllocStatContainer.java 30 May 2002 21:52:13 -0000 1.1.1.1 --- AllocStatContainer.java 2 Jul 2002 19:47:02 -0000 1.2 *************** *** 1,2 **** --- 1,22 ---- + /* + * Sun Public License Notice + * + * The contents of this file are subject to the Sun Public License Version + * 1.0 (the "License"). You may not use this file except in compliance with + * the License. A copy of the License is available at http://www.sun.com/ + * + * 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. + * Portions created by Pavel Vacha are Copyright (C) 2000-2001. All Rights Reserved. + * Portions created by Michal Pise are Copyright (C) 2000-2001. All Rights Reserved. + * Portions created by Petr Luner are Copyright (C) 2000-2001. All Rights Reserved. + * Portions created by Lukas Petru are Copyright (C) 2000-2001. All Rights Reserved. + * Portions created by Marek Przeczek are Copyright (C) 2000-2001. All Rights Reserved. + * + * Contributors: Jan Stola, Pavel Vacha, Michal Pise, Petr Luner, + * Lukas Petru and Marek Przeczek. + */ package net.sourceforge.javaprofiler.other; *************** *** 7,8 **** --- 27,35 ---- void setTotalInstancesSize( long size); } + + /* + * $Log$ + * Revision 1.2 2002/07/02 19:47:02 stolis + * License added. + * + */ \ No newline at end of file |