LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Sponsors
  • Mirrors
  • Logos
  • Contact us
  •  
    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:25 CET 2008
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/08/02 25:15:05

    Modified: jop/java/target/src/app/lego AudioPlayback.java
    AudioTest.java BackEMFAvg.java
    BackEMFAvgDeviation.java BackEMFTest.java
    BeQuiet.java ButtonsLedsTest.java
    CrashAvoider2.java Demo2.java FlashProgrammer.java
    InputTest.java InputTestBinary.java
    IsAliveTest.java KnightRider.java
    LegoBoardTest.java LineFollower.java
    ReadTrivialFS.java sound1.java sound2.java
    sound4.java
    Log:
    JOP goes GPL


    Revision Changes Path
    1.2 jop/java/target/src/app/lego/AudioPlayback.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/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/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:36 -0000 1.1
    +++ AudioPlayback.java 25 Feb 2008 14:05:24 -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;

    import lego.utils.TrivialFS;



    1.4 jop/java/target/src/app/lego/AudioTest.java

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

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

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

    import lego.lib.*;



    1.4 jop/java/target/src/app/lego/BackEMFAvg.java

    http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/BackEMFAvg.java.diff?r1=1.3&r2=1.4
    (In the diff below, changes in quantity of whitespace are not shown.) Index: BackEMFAvg.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/BackEMFAvg.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- BackEMFAvg.java 5 Jun 2007 15:36:36 -0000 1.3 +++ BackEMFAvg.java 25 Feb 2008 14:05:24 -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; import lego.lib.*; 1.4 jop/java/target/src/app/lego/BackEMFAvgDeviation.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/BackEMFAvgDeviation.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: BackEMFAvgDeviation.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/BackEMFAvgDeviation.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- BackEMFAvgDeviation.java 5 Jun 2007 15:36:36 -0000 1.3 +++ BackEMFAvgDeviation.java 25 Feb 2008 14:05:24 -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; import lego.lib.*; 1.4 jop/java/target/src/app/lego/BackEMFTest.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/BackEMFTest.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: BackEMFTest.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/BackEMFTest.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- BackEMFTest.java 5 Jun 2007 15:36:36 -0000 1.3 +++ BackEMFTest.java 25 Feb 2008 14:05:24 -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; import joprt.RtThread; 1.4 jop/java/target/src/app/lego/BeQuiet.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/BeQuiet.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: BeQuiet.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/BeQuiet.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- BeQuiet.java 5 Jun 2007 15:36:36 -0000 1.3 +++ BeQuiet.java 25 Feb 2008 14:05:24 -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; public class BeQuiet 1.4 jop/java/target/src/app/lego/ButtonsLedsTest.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/ButtonsLedsTest.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: ButtonsLedsTest.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/ButtonsLedsTest.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- ButtonsLedsTest.java 5 Jun 2007 15:36:36 -0000 1.3 +++ ButtonsLedsTest.java 25 Feb 2008 14:05:24 -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; import lego.lib.*; 1.2 jop/java/target/src/app/lego/CrashAvoider2.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/CrashAvoider2.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: CrashAvoider2.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/CrashAvoider2.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- CrashAvoider2.java 5 Jun 2007 15:36:36 -0000 1.1 +++ CrashAvoider2.java 25 Feb 2008 14:05:24 -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; import com.jopdesign.sys.Const; 1.3 jop/java/target/src/app/lego/Demo2.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/Demo2.java.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: Demo2.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/Demo2.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- Demo2.java 6 Jun 2007 00:09:26 -0000 1.2 +++ Demo2.java 25 Feb 2008 14:05:24 -0000 1.3 @@ -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; import com.jopdesign.sys.Const; 1.2 jop/java/target/src/app/lego/FlashProgrammer.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/FlashProgrammer.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: FlashProgrammer.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/FlashProgrammer.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- FlashProgrammer.java 5 Jun 2007 15:36:36 -0000 1.1 +++ FlashProgrammer.java 25 Feb 2008 14:05:24 -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; import java.io.IOException; 1.4 jop/java/target/src/app/lego/InputTest.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/InputTest.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: InputTest.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/InputTest.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- InputTest.java 5 Jun 2007 15:36:36 -0000 1.3 +++ InputTest.java 25 Feb 2008 14:05:24 -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; import java.io.IOException; 1.2 jop/java/target/src/app/lego/InputTestBinary.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/InputTestBinary.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: InputTestBinary.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/InputTestBinary.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- InputTestBinary.java 5 Jun 2007 15:36:36 -0000 1.1 +++ InputTestBinary.java 25 Feb 2008 14:05:24 -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; import java.io.IOException; 1.4 jop/java/target/src/app/lego/IsAliveTest.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/IsAliveTest.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: IsAliveTest.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/IsAliveTest.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- IsAliveTest.java 5 Jun 2007 15:36:36 -0000 1.3 +++ IsAliveTest.java 25 Feb 2008 14:05:24 -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; import lego.lib.*; 1.2 jop/java/target/src/app/lego/KnightRider.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/KnightRider.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: KnightRider.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/KnightRider.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- KnightRider.java 5 Jun 2007 15:36:36 -0000 1.1 +++ KnightRider.java 25 Feb 2008 14:05:24 -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; import joprt.RtThread; 1.3 jop/java/target/src/app/lego/LegoBoardTest.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/LegoBoardTest.java.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: LegoBoardTest.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/LegoBoardTest.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- LegoBoardTest.java 5 Sep 2007 18:07:26 -0000 1.2 +++ LegoBoardTest.java 25 Feb 2008 14:05:24 -0000 1.3 @@ -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; import com.jopdesign.sys.*; 1.5 jop/java/target/src/app/lego/LineFollower.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/LineFollower.java.diff?r1=1.4&r2=1.5 (In the diff below, changes in quantity of whitespace are not shown.) Index: LineFollower.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/LineFollower.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- LineFollower.java 5 Jun 2007 15:36:36 -0000 1.4 +++ LineFollower.java 25 Feb 2008 14:05:24 -0000 1.5 @@ -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; /** 1.2 jop/java/target/src/app/lego/ReadTrivialFS.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/ReadTrivialFS.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: ReadTrivialFS.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/ReadTrivialFS.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- ReadTrivialFS.java 5 Jun 2007 15:36:36 -0000 1.1 +++ ReadTrivialFS.java 25 Feb 2008 14:05:24 -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; import lego.utils.TrivialFS; 1.4 jop/java/target/src/app/lego/sound1.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/sound1.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: sound1.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/sound1.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- sound1.java 5 Jun 2007 15:36:36 -0000 1.3 +++ sound1.java 25 Feb 2008 14:05:24 -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; import lego.lib.*; 1.4 jop/java/target/src/app/lego/sound2.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/sound2.java.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: sound2.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/sound2.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- sound2.java 5 Jun 2007 15:36:36 -0000 1.3 +++ sound2.java 25 Feb 2008 14:05:24 -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; import joprt.RtThread; 1.2 jop/java/target/src/app/lego/sound4.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/app/lego/sound4.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: sound4.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/app/lego/sound4.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- sound4.java 5 Jun 2007 15:36:36 -0000 1.1 +++ sound4.java 25 Feb 2008 14:05:24 -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; import joprt.RtThread;

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