Corrected copyright date.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141280 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-06-06 16:08:52 +00:00
parent 73b3b9d804
commit d41fbb2325
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2003-2004 The Apache Software Foundation. * Copyright 2004 The Apache Software Foundation.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -22,7 +22,7 @@ import java.math.BigDecimal;
* Interface defining a real-valued matrix with basic algebraic operations, using * Interface defining a real-valued matrix with basic algebraic operations, using
* BigDecimal representations for the entries. * BigDecimal representations for the entries.
* *
* @version $Revision: 1.1 $ $Date: 2004/06/06 04:20:45 $ * @version $Revision: 1.2 $ $Date: 2004/06/06 16:08:52 $
*/ */
public interface BigMatrix { public interface BigMatrix {