Updated copyright date (after BZ #25972 changes).

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141059 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-01-15 05:22:08 +00:00
parent 7061290656
commit dd670b29cf
5 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003 The Apache Software Foundation. All rights
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -81,7 +81,7 @@ import org.apache.commons.math.stat.DescriptiveStatistics;
* build grouped frequnecy histograms representing the input data or to
* generate random values "like" those in the input file -- i.e., the values
* generated will follow the distribution of the values in the file.
* @version $Revision: 1.11 $ $Date: 2004/01/11 07:19:52 $
* @version $Revision: 1.12 $ $Date: 2004/01/15 05:22:08 $
*/
public interface EmpiricalDistribution {

View File

@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003 The Apache Software Foundation. All rights
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -92,7 +92,7 @@ import org.apache.commons.math.stat.StorelessDescriptiveStatisticsImpl;
* entry per line.</li>
* </ol></p>
*
* @version $Revision: 1.12 $ $Date: 2004/01/11 07:22:14 $
* @version $Revision: 1.13 $ $Date: 2004/01/15 05:22:08 $
*/
public class EmpiricalDistributionImpl implements Serializable, EmpiricalDistribution {

View File

@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003 The Apache Software Foundation. All rights
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -78,7 +78,7 @@ import java.net.MalformedURLException;
* standard deviation = <code>sigma</code></li>
* <li> CONSTANT_MODE -- returns <code>mu</code> every time.</li></ul>
*
* @version $Revision: 1.9 $ $Date: 2004/01/11 07:24:30 $
* @version $Revision: 1.10 $ $Date: 2004/01/15 05:22:08 $
*
*/
public class ValueServer implements Serializable {

View File

@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003 The Apache Software Foundation. All rights
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -66,7 +66,7 @@ import org.apache.commons.math.stat.StorelessDescriptiveStatisticsImpl;
/**
* Test cases for the EmpiricalDistribution class
*
* @version $Revision: 1.9 $ $Date: 2004/01/11 20:50:11 $
* @version $Revision: 1.10 $ $Date: 2004/01/15 05:22:08 $
*/
public final class EmpiricalDistributionTest extends TestCase {

View File

@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2003 The Apache Software Foundation. All rights
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -64,7 +64,7 @@ import org.apache.commons.math.stat.StorelessDescriptiveStatisticsImpl;
/**
* Test cases for the ValueServer class.
*
* @version $Revision: 1.9 $ $Date: 2004/01/11 07:26:51 $
* @version $Revision: 1.10 $ $Date: 2004/01/15 05:22:08 $
*/
public final class ValueServerTest extends TestCase {