|
Message
From: cvs at opencores.org<cvs@o...>
Date: Mon Feb 25 00:07:51 CET 2008
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/08/02 25:00:07 Modified: jop/java/target/src/common/com/jopdesign/sys SoftFloat.java Log: license corrected Revision Changes Path 1.5 jop/java/target/src/common/com/jopdesign/sys/SoftFloat.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/common/com/jopdesign/sys/SoftFloat.java.diff?r1=1.4&r2=1.5 (In the diff below, changes in quantity of whitespace are not shown.) Index: SoftFloat.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/common/com/jopdesign/sys/SoftFloat.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- SoftFloat.java 24 Feb 2008 18:36:08 -0000 1.4 +++ SoftFloat.java 24 Feb 2008 23:07:51 -0000 1.5 @@ -1,26 +1,8 @@ -/* - This file is part of JOP, the Java Optimized Processor - see <http://www.jopdesign.com/> - - Copyright (C) 2001-2008, Martin Schoeberl (martin@j...) - - 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/>. -*/ /* This Java source file is derived from the SoftFloat IEC/IEEE Floating-point Arithmetic Package, Release 2b, which requires the following paragraphs to be included: */ + /*============================================================================ This C source file is part of the SoftFloat IEC/IEEE Floating-point Arithmetic @@ -52,6 +34,10 @@ =============================================================================*/ +/* + Adapted to Java (2005, 2007) by Martin Schoeberl (martin@j...) +*/ + package com.jopdesign.sys; /** * comments:
|
 |