|
Message
From: cvs at opencores.org<cvs@o...>
Date: Mon Feb 25 15:06:20 CET 2008
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/08/02 25:15:06 Modified: jop/java/target/src/app/ossi Main.java Log: JOP goes GPL Revision Changes Path 1.4 jop/java/target/src/app/ossi/Main.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/ossi/Main.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: Main.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/ossi/Main.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- Main.java 11 May 2005 16:18:33 -0000 1.3 +++ Main.java 25 Feb 2008 14:06:20 -0000 1.4 @@ -1,4 +1,24 @@ /* + 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/>. +*/ + +/* * */
|
 |