From dd670b29cf17a343899e81b3ff157b65bcc67329 Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Thu, 15 Jan 2004 05:22:08 +0000 Subject: [PATCH] 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 --- .../org/apache/commons/math/random/EmpiricalDistribution.java | 4 ++-- .../apache/commons/math/random/EmpiricalDistributionImpl.java | 4 ++-- src/java/org/apache/commons/math/random/ValueServer.java | 4 ++-- .../apache/commons/math/random/EmpiricalDistributionTest.java | 4 ++-- src/test/org/apache/commons/math/random/ValueServerTest.java | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/java/org/apache/commons/math/random/EmpiricalDistribution.java b/src/java/org/apache/commons/math/random/EmpiricalDistribution.java index 9d8382598..67b583fdb 100644 --- a/src/java/org/apache/commons/math/random/EmpiricalDistribution.java +++ b/src/java/org/apache/commons/math/random/EmpiricalDistribution.java @@ -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 { diff --git a/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java b/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java index dddf5b709..ba6ca4593 100644 --- a/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java +++ b/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java @@ -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. *

* - * @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 { diff --git a/src/java/org/apache/commons/math/random/ValueServer.java b/src/java/org/apache/commons/math/random/ValueServer.java index 9479b8cff..a1095980d 100644 --- a/src/java/org/apache/commons/math/random/ValueServer.java +++ b/src/java/org/apache/commons/math/random/ValueServer.java @@ -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 = sigma *
  • CONSTANT_MODE -- returns mu every time.
  • * - * @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 { diff --git a/src/test/org/apache/commons/math/random/EmpiricalDistributionTest.java b/src/test/org/apache/commons/math/random/EmpiricalDistributionTest.java index 5bbf1b2df..536cb9f10 100644 --- a/src/test/org/apache/commons/math/random/EmpiricalDistributionTest.java +++ b/src/test/org/apache/commons/math/random/EmpiricalDistributionTest.java @@ -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 { diff --git a/src/test/org/apache/commons/math/random/ValueServerTest.java b/src/test/org/apache/commons/math/random/ValueServerTest.java index 56aec541f..be7f1ffb0 100644 --- a/src/test/org/apache/commons/math/random/ValueServerTest.java +++ b/src/test/org/apache/commons/math/random/ValueServerTest.java @@ -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 {