|
Message
From: cvs at opencores.org<cvs@o...>
Date: Mon Feb 25 12:06:55 CET 2008
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/08/02 25:12:06 Modified: jop/java/target/src/test/fpu Basic.java FPUvsSoftFloat.java GenFloatTestSim.java Log: JOP goes GPL Revision Changes Path 1.2 jop/java/target/src/test/fpu/Basic.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/test/fpu/Basic.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: Basic.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/test/fpu/Basic.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- Basic.java 30 Jan 2006 13:16:32 -0000 1.1 +++ Basic.java 25 Feb 2008 11:06:55 -0000 1.2 @@ -1,3 +1,23 @@ +/* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2007, Stephan Ramberger + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + package fpu; import com.jopdesign.sys.Const; 1.2 jop/java/target/src/test/fpu/FPUvsSoftFloat.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/test/fpu/FPUvsSoftFloat.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: FPUvsSoftFloat.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/test/fpu/FPUvsSoftFloat.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- FPUvsSoftFloat.java 15 Aug 2007 17:40:59 -0000 1.1 +++ FPUvsSoftFloat.java 25 Feb 2008 11:06:55 -0000 1.2 @@ -1,3 +1,23 @@ +/* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2007, Stephan Ramberger + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + package fpu; import com.jopdesign.sys.Native; 1.3 jop/java/target/src/test/fpu/GenFloatTestSim.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/test/fpu/GenFloatTestSim.java.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: GenFloatTestSim.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/test/fpu/GenFloatTestSim.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3
--- GenFloatTestSim.java 22 Jan 2007 12:20:52 -0000 1.2
+++ GenFloatTestSim.java 25 Feb 2008 11:06:55 -0000 1.3
@@ -1,3 +1,21 @@
+/*
+ This file is part of JOP, the Java Optimized Processor
+ see <http://www.jopdesign.com/>
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
package fpu;
import com.jopdesign.sys.Native;
|
 |