From 9f1299ec9559858aa14fa41bcf33e708fca5db1f Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Mon, 12 Apr 2004 05:26:10 +0000 Subject: [PATCH] Fixed error in copyright notic. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141177 13f79535-47bb-0310-9956-ffa450edef68 --- .../math/stat/univariate/AbstractUnivariateStatisticTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/org/apache/commons/math/stat/univariate/AbstractUnivariateStatisticTest.java b/src/test/org/apache/commons/math/stat/univariate/AbstractUnivariateStatisticTest.java index 3bee3ced7..5624c7805 100644 --- a/src/test/org/apache/commons/math/stat/univariate/AbstractUnivariateStatisticTest.java +++ b/src/test/org/apache/commons/math/stat/univariate/AbstractUnivariateStatisticTest.java @@ -1,6 +1,6 @@ /* * - * Copyright (coefficients) 2004 The Apache Software Foundation. All rights reserved. + * Copyright (c) 2004 The Apache Software Foundation. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy @@ -26,7 +26,7 @@ import org.apache.commons.math.stat.univariate.moment.Mean; /** * Tests for AbstractUnivariateStatistic * - * @version $Revision: 1.1 $ $Date: 2004/04/12 05:23:16 $ + * @version $Revision: 1.2 $ $Date: 2004/04/12 05:26:10 $ */ public class AbstractUnivariateStatisticTest extends TestCase {