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 15:05:26 CET 2008
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/08/02 25:15:05

    Modified: jop/java/target/src/app/lego/lib Buttons.java
    DigitalInputs.java FutureUse.java Leds.java
    Microphone.java Motor.java Sensors.java
    Speaker.java
    Log:
    JOP goes GPL


    Revision Changes Path
    1.4 jop/java/target/src/app/lego/lib/Buttons.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/lib/Buttons.java.diff?r1=1.3&r2=1.4

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

    Index: Buttons.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/app/lego/lib/Buttons.java,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -b -r1.3 -r1.4
    --- Buttons.java 5 Jun 2007 15:36:37 -0000 1.3
    +++ Buttons.java 25 Feb 2008 14:05:26 -0000 1.4
    @@ -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.lib;

    import com.jopdesign.sys.*;



    1.4 jop/java/target/src/app/lego/lib/DigitalInputs.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/lib/DigitalInputs.java.diff?r1=1.3&r2=1.4

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

    Index: DigitalInputs.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/app/lego/lib/DigitalInputs.java,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -b -r1.3 -r1.4
    --- DigitalInputs.java 5 Jun 2007 15:36:37 -0000 1.3
    +++ DigitalInputs.java 25 Feb 2008 14:05:26 -0000 1.4
    @@ -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.lib;

    import com.jopdesign.sys.*;



    1.4 jop/java/target/src/app/lego/lib/FutureUse.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/lib/FutureUse.java.diff?r1=1.3&r2=1.4

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

    Index: FutureUse.java
    ===================================================================
    RCS file: /cvsroot/martin/jop/java/target/src/app/lego/lib/FutureUse.java,v
    retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- FutureUse.java 5 Jun 2007 15:36:37 -0000 1.3 +++ FutureUse.java 25 Feb 2008 14:05:26 -0000 1.4 @@ -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.lib; import com.jopdesign.sys.*; 1.4 jop/java/target/src/app/lego/lib/Leds.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/lib/Leds.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: Leds.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/lib/Leds.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- Leds.java 5 Jun 2007 15:36:37 -0000 1.3 +++ Leds.java 25 Feb 2008 14:05:26 -0000 1.4 @@ -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.lib; import com.jopdesign.sys.*; 1.4 jop/java/target/src/app/lego/lib/Microphone.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/lib/Microphone.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: Microphone.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/lib/Microphone.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- Microphone.java 5 Jun 2007 15:36:37 -0000 1.3 +++ Microphone.java 25 Feb 2008 14:05:26 -0000 1.4 @@ -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.lib; import com.jopdesign.sys.*; 1.4 jop/java/target/src/app/lego/lib/Motor.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/lib/Motor.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: Motor.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/lib/Motor.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- Motor.java 5 Jun 2007 15:36:37 -0000 1.3 +++ Motor.java 25 Feb 2008 14:05:26 -0000 1.4 @@ -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.lib; import com.jopdesign.sys.*; 1.4 jop/java/target/src/app/lego/lib/Sensors.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/lib/Sensors.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: Sensors.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/lib/Sensors.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- Sensors.java 5 Jun 2007 15:36:37 -0000 1.3 +++ Sensors.java 25 Feb 2008 14:05:26 -0000 1.4 @@ -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.lib; import com.jopdesign.sys.*; 1.4 jop/java/target/src/app/lego/lib/Speaker.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/lib/Speaker.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: Speaker.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/lib/Speaker.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- Speaker.java 5 Jun 2007 15:36:37 -0000 1.3 +++ Speaker.java 25 Feb 2008 14:05:26 -0000 1.4 @@ -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.lib; import com.jopdesign.sys.*;

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