LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Mon Feb 25 00:03:38 CET 2008
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/08/02 25:00:03

    Modified: jop/java/tools/src/com/jopdesign/build AppInfo.java
    BuildVT.java ClassAddress.java ClassInfo.java
    ClassStructConstants.java ClinitOrder.java
    CountStaticFields.java Dump.java
    FindUsedConstants.java GCRTMethodInfo.java
    InsertSynchronized.java JOPizer.java JopWriter.java
    MethodInfo.java MyVisitor.java ReplaceIinc.java
    ReplaceNativeAndCPIdx.java ResolveCPool.java
    SetClassInfo.java SetGCRTMethodInfo.java
    SetMethodInfo.java StringInfo.java
    TransitiveHull.java
    Log:
    JOP goes GPL


    Revision Changes Path
    1.3 jop/java/tools/src/com/jopdesign/build/AppInfo.java

    http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/AppInfo.java.diff?r1=1.2&r2=1.3

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: AppInfo.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/AppInfo.java,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -b -r1.2 -r1.3
    --- AppInfo.java 1 Jun 2006 21:34:36 -0000 1.2
    +++ AppInfo.java 24 Feb 2008 23:03:38 -0000 1.3
    @@ -1,3 +1,23 @@
    +/*
    + This file is part of JOP, the Java Optimized Processor
    + see <http://www.jopdesign.com/>
    +
    + Copyright (C) 2005-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.build;

    import java.io.FileOutputStream;



    1.8 jop/java/tools/src/com/jopdesign/build/BuildVT.java

    http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/BuildVT.java.diff?r1=1.7&r2=1.8

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: BuildVT.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/BuildVT.java,v
    retrieving revision 1.7
    retrieving revision 1.8
    diff -u -b -r1.7 -r1.8
    --- BuildVT.java 11 Aug 2005 15:50:33 -0000 1.7
    +++ BuildVT.java 24 Feb 2008 23:03:38 -0000 1.8
    @@ -1,4 +1,24 @@
    /*
    + This file is part of JOP, the Java Optimized Processor
    + see <http://www.jopdesign.com/>
    +
    + Copyright (C) 2005-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/>.
    +*/
    +
    +/*
    * Created on 04.06.2005
    *
    * TODO To change the template for this generated file go to



    1.2 jop/java/tools/src/com/jopdesign/build/ClassAddress.java
    http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/ClassAddress.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: ClassAddress.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/ClassAddress.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- ClassAddress.java 8 Jun 2005 21:16:36 -0000 1.1 +++ ClassAddress.java 24 Feb 2008 23:03:38 -0000 1.2 @@ -1,4 +1,25 @@ /* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2004,2005, Flavius Gruian + Copyright (C) 2005-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/>. +*/ + +/* * Created on 04.06.2005 * * TODO To change the template for this generated file go to 1.20 jop/java/tools/src/com/jopdesign/build/ClassInfo.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/ClassInfo.java.diff?r1=1.19&r2=1.20 (In the diff below, changes in quantity of whitespace are not shown.) Index: ClassInfo.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/ClassInfo.java,v retrieving revision 1.19 retrieving revision 1.20 diff -u -b -r1.19 -r1.20 --- ClassInfo.java 2 Feb 2008 13:46:44 -0000 1.19 +++ ClassInfo.java 24 Feb 2008 23:03:38 -0000 1.20 @@ -1,4 +1,25 @@ /* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2004,2005, Flavius Gruian + Copyright (C) 2005-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/>. +*/ + +/* * Created on 05.06.2005 * */ 1.2 jop/java/tools/src/com/jopdesign/build/ClassStructConstants.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/ClassStructConstants.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: ClassStructConstants.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/ClassStructConstants.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- ClassStructConstants.java 4 Aug 2007 16:01:53 -0000 1.1 +++ ClassStructConstants.java 24 Feb 2008 23:03:38 -0000 1.2 @@ -1,3 +1,23 @@ +/* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2005-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.build; /** 1.6 jop/java/tools/src/com/jopdesign/build/ClinitOrder.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/ClinitOrder.java.diff?r1=1.5&r2=1.6 (In the diff below, changes in quantity of whitespace are not shown.) Index: ClinitOrder.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/ClinitOrder.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -b -r1.5 -r1.6 --- ClinitOrder.java 17 Dec 2007 14:59:30 -0000 1.5 +++ ClinitOrder.java 24 Feb 2008 23:03:38 -0000 1.6 @@ -1,8 +1,26 @@ /* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2005-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/>. +*/ + +/* * Created on 04.06.2005 * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates */ package com.jopdesign.build; 1.2 jop/java/tools/src/com/jopdesign/build/CountStaticFields.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/CountStaticFields.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: CountStaticFields.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/CountStaticFields.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- CountStaticFields.java 25 Jun 2005 19:51:29 -0000 1.1 +++ CountStaticFields.java 24 Feb 2008 23:03:38 -0000 1.2 @@ -1,8 +1,27 @@ /* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2004,2005, Flavius Gruian + Copyright (C) 2005-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/>. +*/ + +/* * Created on 04.06.2005 * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates */ package com.jopdesign.build; 1.3 jop/java/tools/src/com/jopdesign/build/Dump.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/Dump.java.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: Dump.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/Dump.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- Dump.java 6 Oct 2007 23:40:40 -0000 1.2 +++ Dump.java 24 Feb 2008 23:03:38 -0000 1.3 @@ -1,4 +1,24 @@ /* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2005-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.build; 1.3 jop/java/tools/src/com/jopdesign/build/FindUsedConstants.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/FindUsedConstants.java.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: FindUsedConstants.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/FindUsedConstants.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- FindUsedConstants.java 6 Oct 2007 23:40:40 -0000 1.2 +++ FindUsedConstants.java 24 Feb 2008 23:03:38 -0000 1.3 @@ -1,8 +1,26 @@ /* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2005-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/>. +*/ + +/* * Created on 04.06.2005 * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates */ package com.jopdesign.build; 1.9 jop/java/tools/src/com/jopdesign/build/GCRTMethodInfo.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/GCRTMethodInfo.java.diff?r1=1.8&r2=1.9 (In the diff below, changes in quantity of whitespace are not shown.) Index: GCRTMethodInfo.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/GCRTMethodInfo.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -b -r1.8 -r1.9 --- GCRTMethodInfo.java 26 Jun 2006 10:20:41 -0000 1.8 +++ GCRTMethodInfo.java 24 Feb 2008 23:03:38 -0000 1.9 @@ -1,3 +1,23 @@ +/* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2006, Rasmus Ulslev Pedersen + + 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.build; import java.util.*; 1.3 jop/java/tools/src/com/jopdesign/build/InsertSynchronized.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/InsertSynchronized.java.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: InsertSynchronized.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/InsertSynchronized.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- InsertSynchronized.java 21 Feb 2008 13:53:16 -0000 1.2 +++ InsertSynchronized.java 24 Feb 2008 23:03:38 -0000 1.3 @@ -1,21 +1,23 @@ -/*************************************************************************** -Add code for synchronization of methods. -Copyright (C) 2007 Martin Schoeberl - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version. - -This library 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 -Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public -License along with this library; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - ***************************************************************************/ +/* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2007,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.build; import java.util.*; 1.20 jop/java/tools/src/com/jopdesign/build/JOPizer.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/JOPizer.java.diff?r1=1.19&r2=1.20 (In the diff below, changes in quantity of whitespace are not shown.) Index: JOPizer.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/JOPizer.java,v retrieving revision 1.19 retrieving revision 1.20 diff -u -b -r1.19 -r1.20 --- JOPizer.java 21 Feb 2008 13:53:16 -0000 1.19 +++ JOPizer.java 24 Feb 2008 23:03:38 -0000 1.20 @@ -1,7 +1,24 @@ /* - * Created on 03.06.2005 - * - */ + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2004,2005, Flavius Gruian + Copyright (C) 2005-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.build; import java.util.*; 1.9 jop/java/tools/src/com/jopdesign/build/JopWriter.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/JopWriter.java.diff?r1=1.8&r2=1.9 (In the diff below, changes in quantity of whitespace are not shown.) Index: JopWriter.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/JopWriter.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -b -r1.8 -r1.9 --- JopWriter.java 6 Oct 2007 23:40:40 -0000 1.8 +++ JopWriter.java 24 Feb 2008 23:03:38 -0000 1.9 @@ -1,4 +1,25 @@ /* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2004,2005, Flavius Gruian + Copyright (C) 2005-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/>. +*/ + +/* * Created on 05.06.2005 * * TODO To change the template for this generated file go to @@ -12,9 +33,6 @@ /** * @author Falvius, Martin - * - * TODO To change the template for this generated type comment go to - * Window - Preferences - Java - Code Style - Code Templates */ public class JopWriter { 1.12 jop/java/tools/src/com/jopdesign/build/MethodInfo.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/MethodInfo.java.diff?r1=1.11&r2=1.12 (In the diff below, changes in quantity of whitespace are not shown.) Index: MethodInfo.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/MethodInfo.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -b -r1.11 -r1.12 --- MethodInfo.java 6 Nov 2007 05:44:16 -0000 1.11 +++ MethodInfo.java 24 Feb 2008 23:03:38 -0000 1.12 @@ -1,9 +1,24 @@ /* - * Created on 05.06.2005 - * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates - */ + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2004,2005, Flavius Gruian + Copyright (C) 2005-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.build; import java.util.*; 1.2 jop/java/tools/src/com/jopdesign/build/MyVisitor.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/MyVisitor.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: MyVisitor.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/MyVisitor.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- MyVisitor.java 8 Jun 2005 21:16:36 -0000 1.1 +++ MyVisitor.java 24 Feb 2008 23:03:38 -0000 1.2 @@ -1,8 +1,26 @@ /* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2005-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/>. +*/ + +/* * Created on 04.06.2005 * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates */ package com.jopdesign.build; 1.3 jop/java/tools/src/com/jopdesign/build/ReplaceIinc.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/ReplaceIinc.java.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: ReplaceIinc.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/ReplaceIinc.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- ReplaceIinc.java 6 Oct 2007 23:40:40 -0000 1.2 +++ ReplaceIinc.java 24 Feb 2008 23:03:38 -0000 1.3 @@ -1,11 +1,24 @@ /* - * Created on 04.06.2005 - * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates - */ -package com.jopdesign.build; + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + Copyright (C) 2006-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.build; import java.util.Iterator; 1.11 jop/java/tools/src/com/jopdesign/build/ReplaceNativeAndCPIdx.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/ReplaceNativeAndCPIdx.java.diff?r1=1.10&r2=1.11 (In the diff below, changes in quantity of whitespace are not shown.) Index: ReplaceNativeAndCPIdx.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/ReplaceNativeAndCPIdx.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -b -r1.10 -r1.11 --- ReplaceNativeAndCPIdx.java 5 Feb 2008 16:52:55 -0000 1.10 +++ ReplaceNativeAndCPIdx.java 24 Feb 2008 23:03:38 -0000 1.11 @@ -1,9 +1,24 @@ /* - * Created on 04.06.2005 - * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates - */ + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2004,2005, Flavius Gruian + Copyright (C) 2005-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.build; import java.util.Iterator; @@ -16,8 +31,6 @@ /** * @author Flavius, Martin * - * TODO To change the template for this generated type comment go to Window - - * Preferences - Java - Code Style - Code Templates */ public class ReplaceNativeAndCPIdx extends MyVisitor { 1.2 jop/java/tools/src/com/jopdesign/build/ResolveCPool.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/ResolveCPool.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: ResolveCPool.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/ResolveCPool.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- ResolveCPool.java 8 Jun 2005 21:16:36 -0000 1.1 +++ ResolveCPool.java 24 Feb 2008 23:03:38 -0000 1.2 @@ -1,9 +1,23 @@ /* - * Created on 04.06.2005 - * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates - */ + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2005-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.build; 1.6 jop/java/tools/src/com/jopdesign/build/SetClassInfo.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/SetClassInfo.java.diff?r1=1.5&r2=1.6 (In the diff below, changes in quantity of whitespace are not shown.) Index: SetClassInfo.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/SetClassInfo.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -b -r1.5 -r1.6 --- SetClassInfo.java 7 Oct 2007 02:43:01 -0000 1.5 +++ SetClassInfo.java 24 Feb 2008 23:03:38 -0000 1.6 @@ -1,9 +1,23 @@ /* - * Created on 04.06.2005 - * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates - */ + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2005-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.build; 1.2 jop/java/tools/src/com/jopdesign/build/SetGCRTMethodInfo.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/SetGCRTMethodInfo.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: SetGCRTMethodInfo.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/SetGCRTMethodInfo.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- SetGCRTMethodInfo.java 23 Jan 2006 17:45:57 -0000 1.1 +++ SetGCRTMethodInfo.java 24 Feb 2008 23:03:38 -0000 1.2 @@ -1,3 +1,23 @@ +/* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2006, Rasmus Ulslev Pedersen + + 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.build; import org.apache.bcel.classfile.*; 1.4 jop/java/tools/src/com/jopdesign/build/SetMethodInfo.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/SetMethodInfo.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: SetMethodInfo.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/SetMethodInfo.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- SetMethodInfo.java 6 Oct 2007 23:40:40 -0000 1.3 +++ SetMethodInfo.java 24 Feb 2008 23:03:38 -0000 1.4 @@ -1,20 +1,30 @@ /* - * Created on 04.06.2005 - * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates - */ -package com.jopdesign.build; + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + Copyright (C) 2005-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.build; import org.apache.bcel.classfile.*; /** * @author martin * - * TODO To change the template for this generated type comment go to - * Window - Preferences - Java - Code Style - Code Templates */ public class SetMethodInfo extends MyVisitor { 1.5 jop/java/tools/src/com/jopdesign/build/StringInfo.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/StringInfo.java.diff?r1=1.4&r2=1.5 (In the diff below, changes in quantity of whitespace are not shown.) Index: StringInfo.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/StringInfo.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- StringInfo.java 1 Feb 2008 17:21:51 -0000 1.4 +++ StringInfo.java 24 Feb 2008 23:03:38 -0000 1.5 @@ -1,8 +1,26 @@ /* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) 2004,2005, Flavius Gruian + Copyright (C) 2005-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/>. +*/ + +/* * Created on Dec 15, 2004 - * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates */ package com.jopdesign.build; 1.4 jop/java/tools/src/com/jopdesign/build/TransitiveHull.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/build/TransitiveHull.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: TransitiveHull.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/build/TransitiveHull.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- TransitiveHull.java 14 Nov 2006 12:21:07 -0000 1.3 +++ TransitiveHull.java 24 Feb 2008 23:03:38 -0000 1.4 @@ -1,4 +1,25 @@ /* + This file is part of JOP, the Java Optimized Processor + see <http://www.jopdesign.com/> + + Copyright (C) Markus Dahm + Copyright (C) 2005,2006, 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/>. +*/ + +/* * Created on 04.06.2005 * * TODO To change the template for this generated file go to @@ -25,7 +46,6 @@ * <p> * It fails however in the presence of reflection code. * - * @version $Id: TransitiveHull.java,v 1.3 2006/11/14 12:21:07 martin Exp $ * @author <A HREF="mailto:markus.dahm@b...">M. Dahm</A> */ public class TransitiveHull extends org.apache.bcel.classfile.EmptyVisitor {

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.