jboutcher    02/02/19 18:38:11

  Modified:    src/org/apache/jmeter/gui/action AboutCommand.java
  Log:
  modified copyright notice - copyright to 2k2, apache software foundation
  
  Revision  Changes    Path
  1.5       +2 -2      
jakarta-jmeter/src/org/apache/jmeter/gui/action/AboutCommand.java
  
  Index: AboutCommand.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/org/apache/jmeter/gui/action/AboutCommand.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AboutCommand.java 1 Oct 2001 12:22:11 -0000       1.4
  +++ AboutCommand.java 20 Feb 2002 02:38:11 -0000      1.5
  @@ -71,7 +71,7 @@
    * installed protocols, config options, etc.
    *
    * @author <a href="[EMAIL PROTECTED]">Berin Loritsch</a>
  - * @version CVS $Revision: 1.4 $ $Date: 2001/10/01 12:22:11 $
  + * @version CVS $Revision: 1.5 $ $Date: 2002/02/20 02:38:11 $
    */
   
   public class AboutCommand implements Command {
  @@ -118,7 +118,7 @@
               });
   
               JLabel jmeter = new JLabel(JMeterUtils.getImage("jmeter.jpg"));
  -            JLabel copyright = new JLabel("Copyright (c) 1998-2001 The Java Apache 
Project", JLabel.CENTER);
  +            JLabel copyright = new JLabel("Copyright (c) 1998-2002 The Apache 
Software Foundation", JLabel.CENTER);
               JLabel rights = new JLabel("All Rights Reserved.", JLabel.CENTER);
               JLabel version = new JLabel("Apache JMeter Version " + 
JMeterUtils.getJMeterVersion(), JLabel.CENTER);
               JPanel infos = new JPanel();
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to