From c524021b456093efada475f451b68dac9a03207d Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Mon, 16 Feb 2004 23:40:47 +0000 Subject: [PATCH] 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 --- src/test/org/apache/commons/lang/ClassUtilsTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/org/apache/commons/lang/ClassUtilsTest.java b/src/test/org/apache/commons/lang/ClassUtilsTest.java index 1439f368a..33be4146b 100644 --- a/src/test/org/apache/commons/lang/ClassUtilsTest.java +++ b/src/test/org/apache/commons/lang/ClassUtilsTest.java @@ -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 {