|
Message
From: cvs at opencores.org<cvs@o...>
Date: Mon Feb 25 09:58:45 CET 2008
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/08/02 25:09:58 Modified: jop/java/tools/src BlockGen.java GenAsynROM.java Log: JOP goes GPL Revision Changes Path 1.2 jop/java/tools/src/BlockGen.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/BlockGen.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: BlockGen.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/BlockGen.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- BlockGen.java 19 Feb 2004 13:22:35 -0000 1.1 +++ BlockGen.java 25 Feb 2008 08:58:45 -0000 1.2 @@ -1,3 +1,22 @@ +/* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2004, Ed Anuff (ed@a...) + + 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/>. +*/ import java.io.*; import java.util.*; 1.2 jop/java/tools/src/GenAsynROM.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/GenAsynROM.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: GenAsynROM.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/GenAsynROM.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- GenAsynROM.java 22 Sep 2007 02:40:54 -0000 1.1 +++ GenAsynROM.java 25 Feb 2008 08:58:45 -0000 1.2 @@ -1,3 +1,24 @@ +/* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2004, Ed Anuff (ed@a...) + Copyright (C) 2007, Wolfgang Puffitsch (hausen@g...) + + 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/>. +*/ + import java.io.*; import java.util.*;
|
 |