Update Copyright to 2008

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@608684 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: dc4175dc6d
This commit is contained in:
Sebastian Bazley 2008-01-04 00:18:53 +00:00
parent 4751aea9b2
commit ee63e3bcba
2 changed files with 2 additions and 2 deletions

2
NOTICE
View File

@ -1,5 +1,5 @@
Apache JMeter
Copyright 1998-2007 The Apache Software Foundation
Copyright 1998-2008 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

View File

@ -46,7 +46,7 @@ public class JMeterVersion {
*/
private static final String VERSION = "2.3.2";
static final String COPYRIGHT = "Copyright (c) 1998-2007 The Apache Software Foundation";
static final String COPYRIGHT = "Copyright (c) 1998-2008 The Apache Software Foundation";
private JMeterVersion() // Not instantiable
{