You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/01/22 22:45:52 UTC

svn commit: r1437196 - /jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java

Author: pmouawad
Date: Tue Jan 22 21:45:52 2013
New Revision: 1437196

URL: http://svn.apache.org/viewvc?rev=1437196&view=rev
Log:
Fix copyright date

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java

Modified: jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java?rev=1437196&r1=1437195&r2=1437196&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/util/JMeterVersion.java Tue Jan 22 21:45:52 2013
@@ -54,7 +54,7 @@ public final class JMeterVersion {
     private static final String IMPLEMENTATION;
     
     // Same applies to copyright string
-    private static final String COPYRIGHT = "Copyright (c) 1998-2012 The Apache Software Foundation";
+    private static final String COPYRIGHT = "Copyright (c) 1998-2013 The Apache Software Foundation";
 
     static {
         String impl=null;