Skip to content

Commit

Permalink
Restored original copyright date.
Browse files Browse the repository at this point in the history
  • Loading branch information
psteitz committed Feb 18, 2004
1 parent d575708 commit 72edfbf
Show file tree
Hide file tree
Showing 28 changed files with 35 additions and 35 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand All @@ -20,7 +20,7 @@

/**
* @todo add javadoc comment
* @version $Revision: 1.3 $ $Date: 2004/01/29 16:48:47 $
* @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $
*/
public abstract class UnivariateRealFunctionProxy
implements UnivariateRealFunction {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand All @@ -24,7 +24,7 @@

/**
* @todo add javadoc comment
* @version $Revision: 1.3 $ $Date: 2004/01/29 16:48:47 $
* @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $
*/
public class UnivariateRealFunctionUtils {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand All @@ -22,7 +22,7 @@

/**
* @todo add javadoc comment
* @version $Revision: 1.3 $ $Date: 2004/01/29 16:48:47 $
* @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $
*/
public class UnivariateRealFunctionUtilsTest extends TestCase {
/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand All @@ -23,7 +23,7 @@

/**
* @todo add javadoc comment
* @version $Revision: 1.3 $ $Date: 2004/01/29 16:54:04 $
* @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $
*/
public abstract class AbstractDifferenceDerivative extends UnivariateRealFunctionProxy implements UnivariateRealFunction {
/** */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand All @@ -23,7 +23,7 @@

/**
* @todo add javadoc comment
* @version $Revision: 1.3 $ $Date: 2004/01/29 16:54:04 $
* @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $
*/
public class BackwardDifferenceDerivative extends AbstractDifferenceDerivative {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand All @@ -23,7 +23,7 @@

/**
* @todo add javadoc comment
* @version $Revision: 1.3 $ $Date: 2004/01/29 16:54:04 $
* @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $
*/
public class CenterDifferenceDerivative extends AbstractDifferenceDerivative {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand All @@ -23,7 +23,7 @@

/**
* @todo add javadoc comment
* @version $Revision: 1.3 $ $Date: 2004/01/29 16:54:04 $
* @version $Revision: 1.4 $ $Date: 2004/02/18 03:24:19 $
*/
public class ForwardDifferenceDerivative extends AbstractDifferenceDerivative {

Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/function/Compilable.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/function/DefaultContext.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/function/Evaluation.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/function/EvaluationContext.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/function/EvaluationException.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/function/Variable.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/function/simple/Add.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/function/simple/Divide.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/function/simple/Equals.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/function/simple/Multiply.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/function/simple/Power.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/function/simple/Sqrt.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/function/simple/Subtract.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/linear/CholeskySolver.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/linear/CholeskySolverTest.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/linear/Decomposer.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/linear/Decomposition.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/linear/DecompositionFactory.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down
2 changes: 1 addition & 1 deletion org/apache/commons/math/linear/RealVector.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
* Copyright (c) 2003-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
Expand Down

0 comments on commit 72edfbf

Please sign in to comment.