|
Message
From: cvs at opencores.org<cvs@o...>
Date: Mon Feb 25 15:05:26 CET 2008
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/08/02 25:15:05 Modified: jop/java/target/src/app/lego/utils AudioPlayback.java TrivialFS.java Log: JOP goes GPL Revision Changes Path 1.2 jop/java/target/src/app/lego/utils/AudioPlayback.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/utils/AudioPlayback.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: AudioPlayback.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/utils/AudioPlayback.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- AudioPlayback.java 5 Jun 2007 15:36:37 -0000 1.1 +++ AudioPlayback.java 25 Feb 2008 14:05:25 -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, Peter Hilber and Alexander Dejaco + + 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 lego.utils; 1.2 jop/java/target/src/app/lego/utils/TrivialFS.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/utils/TrivialFS.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: TrivialFS.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/utils/TrivialFS.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- TrivialFS.java 5 Jun 2007 15:36:37 -0000 1.1 +++ TrivialFS.java 25 Feb 2008 14:05:25 -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, Peter Hilber and Alexander Dejaco + + 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 lego.utils; import util.Amd;
|
 |