|
Message
From: cvs at opencores.org<cvs@o...>
Date: Mon Feb 25 09:39:10 CET 2008
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/08/02 25:09:39 Modified: jop/java/tools/src/com/jopdesign/util Graph.java Vertex.java Log: JOP goes GPL Revision Changes Path 1.4 jop/java/tools/src/com/jopdesign/util/Graph.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/util/Graph.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: Graph.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/util/Graph.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- Graph.java 1 Jun 2006 21:21:15 -0000 1.3 +++ Graph.java 25 Feb 2008 08:39:10 -0000 1.4 @@ -1,3 +1,23 @@ +/* + 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/>. +*/ + package com.jopdesign.util; import java.util.*; 1.3 jop/java/tools/src/com/jopdesign/util/Vertex.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/util/Vertex.java.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: Vertex.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/util/Vertex.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- Vertex.java 1 Jun 2006 21:21:15 -0000 1.2 +++ Vertex.java 25 Feb 2008 08:39:10 -0000 1.3 @@ -1,3 +1,23 @@ +/* + 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/>. +*/ + package com.jopdesign.util; import java.util.HashSet;
|
 |