Somehow (c) was not 2004.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137794 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2004-02-16 23:40:47 +00:00
parent c7029589f7
commit c524021b45
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2002-2003 The Apache Software Foundation. All rights
* Copyright (c) 2002-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -74,7 +74,7 @@
*
* @author Stephen Colebourne
* @author Gary D. Gregory
* @version $Id: ClassUtilsTest.java,v 1.8 2004/02/15 00:51:37 ggregory Exp $
* @version $Id: ClassUtilsTest.java,v 1.9 2004/02/16 23:40:47 ggregory Exp $
*/
public class ClassUtilsTest extends TestCase {