From 79433b5ab73adf18f7764f64e260e90ed03e7e42 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 6 Aug 2003 09:43:19 +0000 Subject: [PATCH] 2003 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275031 13f79535-47bb-0310-9956-ffa450edef68 --- src/testcases/org/apache/tools/ant/taskdefs/StyleTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/testcases/org/apache/tools/ant/taskdefs/StyleTest.java b/src/testcases/org/apache/tools/ant/taskdefs/StyleTest.java index 75a5c16f7..4ca8c2488 100644 --- a/src/testcases/org/apache/tools/ant/taskdefs/StyleTest.java +++ b/src/testcases/org/apache/tools/ant/taskdefs/StyleTest.java @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2001-2002 The Apache Software Foundation. All rights + * Copyright (c) 2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -151,4 +151,4 @@ public class StyleTest extends BuildFileTest { " but got " + content, content.indexOf(contains) > -1); } -} \ No newline at end of file +}