|
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/tools DirectMapped.java GenJvm.java Instruction.java IOSimMin.java IOSimWD.java JavaDown.java jop2dat.java Jopa.java JopBitGen.java JopInstr.java JopSim.java LRUBlockCache.java PrefetchBuffer.java SimpleCache.java TwoBlockCache.java TwoWay.java VarBlockCache.java Log: JOP goes GPL Revision Changes Path 1.2 jop/java/tools/src/com/jopdesign/tools/DirectMapped.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/DirectMapped.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: DirectMapped.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/DirectMapped.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- DirectMapped.java 10 Sep 2004 08:31:33 -0000 1.1 +++ DirectMapped.java 25 Feb 2008 08:39:09 -0000 1.2 @@ -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/>. +*/ + /** * 1.2 jop/java/tools/src/com/jopdesign/tools/GenJvm.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/GenJvm.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: GenJvm.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/GenJvm.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- GenJvm.java 19 Feb 2004 13:22:35 -0000 1.1 +++ GenJvm.java 25 Feb 2008 08:39:09 -0000 1.2 @@ -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/>. +*/ + /** * Generate JVM.java for JVM functions in Java. */ 1.8 jop/java/tools/src/com/jopdesign/tools/Instruction.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/Instruction.java.diff?r1=1.7&r2=1.8 (In the diff below, changes in quantity of whitespace are not shown.) Index: Instruction.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/Instruction.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- Instruction.java 19 Feb 2008 10:19:26 -0000 1.7
+++ Instruction.java 25 Feb 2008 08:39:09 -0000 1.8
@@ -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.tools;
1.5 jop/java/tools/src/com/jopdesign/tools/IOSimMin.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/IOSimMin.java.diff?r1=1.4&r2=1.5
(In the diff below, changes in quantity of whitespace are not shown.)
Index: IOSimMin.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/IOSimMin.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- IOSimMin.java 13 Jan 2008 19:41:53 -0000 1.4
+++ IOSimMin.java 25 Feb 2008 08:39:09 -0000 1.5
@@ -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.tools;
import com.jopdesign.sys.Const;
1.2 jop/java/tools/src/com/jopdesign/tools/IOSimWD.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/IOSimWD.java.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: IOSimWD.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/IOSimWD.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- IOSimWD.java 13 Jan 2008 17:27:47 -0000 1.1
+++ IOSimWD.java 25 Feb 2008 08:39:09 -0000 1.2
@@ -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.tools;
import com.jopdesign.sys.Const;
1.8 jop/java/tools/src/com/jopdesign/tools/JavaDown.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/JavaDown.java.diff?r1=1.7&r2=1.8
(In the diff below, changes in quantity of whitespace are not shown.)
Index: JavaDown.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/JavaDown.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- JavaDown.java 25 Jan 2008 11:46:48 -0000 1.7
+++ JavaDown.java 25 Feb 2008 08:39:09 -0000 1.8
@@ -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/>.
+*/
+
//Copyright: www.jopdesign.com
package com.jopdesign.tools;
1.2 jop/java/tools/src/com/jopdesign/tools/jop2dat.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/jop2dat.java.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: jop2dat.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/jop2dat.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- jop2dat.java 11 May 2005 16:52:22 -0000 1.1
+++ jop2dat.java 25 Feb 2008 08:39:09 -0000 1.2
@@ -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/>.
+*/
+
/**
* jop2dat.java
1.10 jop/java/tools/src/com/jopdesign/tools/Jopa.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/Jopa.java.diff?r1=1.9&r2=1.10
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Jopa.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/Jopa.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- Jopa.java 31 Aug 2007 23:23:27 -0000 1.9
+++ Jopa.java 25 Feb 2008 08:39:09 -0000 1.10
@@ -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.tools;
/**
1.2 jop/java/tools/src/com/jopdesign/tools/JopBitGen.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/JopBitGen.java.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: JopBitGen.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/JopBitGen.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- JopBitGen.java 19 Feb 2004 13:22:36 -0000 1.1
+++ JopBitGen.java 25 Feb 2008 08:39:09 -0000 1.2
@@ -1,4 +1,24 @@
/*
+ This file is part of JOP, the Java Optimized Processor
+ see <http://www.jopdesign.com/>
+
+ Copyright (C) 2004, Ed Anuff
+
+ 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/>.
+*/
+
+/*
* Created on Jan 31, 2004
*
* Generates a binary file from the output of JOP JavaCodeCompact
1.18 jop/java/tools/src/com/jopdesign/tools/JopInstr.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/JopInstr.java.diff?r1=1.17&r2=1.18
(In the diff below, changes in quantity of whitespace are not shown.)
Index: JopInstr.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/JopInstr.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- JopInstr.java 19 Feb 2008 10:19:26 -0000 1.17
+++ JopInstr.java 25 Feb 2008 08:39:09 -0000 1.18
@@ -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/>.
+*/
+
/**
* Definition of JVM instructions for JopSim, Jopa,...
*
1.37 jop/java/tools/src/com/jopdesign/tools/JopSim.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/JopSim.java.diff?r1=1.36&r2=1.37
(In the diff below, changes in quantity of whitespace are not shown.)
Index: JopSim.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/JopSim.java,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- JopSim.java 5 Feb 2008 16:52:56 -0000 1.36
+++ JopSim.java 25 Feb 2008 08:39:09 -0000 1.37
@@ -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/>.
+*/
+
/**
* JopSim.java
1.2 jop/java/tools/src/com/jopdesign/tools/LRUBlockCache.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/LRUBlockCache.java.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: LRUBlockCache.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/LRUBlockCache.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- LRUBlockCache.java 10 Sep 2004 08:31:33 -0000 1.1
+++ LRUBlockCache.java 25 Feb 2008 08:39:09 -0000 1.2
@@ -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/>.
+*/
+
/**
*
1.2 jop/java/tools/src/com/jopdesign/tools/PrefetchBuffer.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/PrefetchBuffer.java.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: PrefetchBuffer.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/PrefetchBuffer.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- PrefetchBuffer.java 10 Sep 2004 08:31:33 -0000 1.1
+++ PrefetchBuffer.java 25 Feb 2008 08:39:09 -0000 1.2
@@ -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/>.
+*/
+
/**
*
1.2 jop/java/tools/src/com/jopdesign/tools/SimpleCache.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/SimpleCache.java.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: SimpleCache.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/SimpleCache.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- SimpleCache.java 10 Sep 2004 08:31:33 -0000 1.1
+++ SimpleCache.java 25 Feb 2008 08:39:09 -0000 1.2
@@ -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/>.
+*/
+
/**
*
1.2 jop/java/tools/src/com/jopdesign/tools/TwoBlockCache.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/TwoBlockCache.java.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: TwoBlockCache.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/TwoBlockCache.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- TwoBlockCache.java 10 Sep 2004 08:31:33 -0000 1.1
+++ TwoBlockCache.java 25 Feb 2008 08:39:09 -0000 1.2
@@ -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/>.
+*/
+
/**
*
1.2 jop/java/tools/src/com/jopdesign/tools/TwoWay.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/TwoWay.java.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: TwoWay.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/TwoWay.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- TwoWay.java 10 Sep 2004 08:31:33 -0000 1.1
+++ TwoWay.java 25 Feb 2008 08:39:09 -0000 1.2
@@ -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/>.
+*/
+
/**
*
1.3 jop/java/tools/src/com/jopdesign/tools/VarBlockCache.java
http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/VarBlockCache.java.diff?r1=1.2&r2=1.3
(In the diff below, changes in quantity of whitespace are not shown.)
Index: VarBlockCache.java
===================================================================
RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/VarBlockCache.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- VarBlockCache.java 5 Feb 2005 17:02:45 -0000 1.2
+++ VarBlockCache.java 25 Feb 2008 08:39:09 -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/>.
+*/
+
/**
*
|
 |