Code Search for Developers
 
 
  

LICENSE from DrJava at Krugle


Show LICENSE syntax highlighted

PLT Utilities BSD License

Copyright (c) 2007 JavaPLT group at Rice University
All rights reserved.

Developed by:   Java Programming Languages Team
                Rice University
                http://www.cs.rice.edu/~javaplt/

Redistribution and use in source and binary forms, with or without modification, are permitted 
provided that the following conditions are met:

    - Redistributions of source code must retain the above copyright notice, this list of conditions 
      and the following disclaimer.
    - Redistributions in binary form must reproduce the above copyright notice, this list of 
      conditions and the following disclaimer in the documentation and/or other materials provided 
      with the distribution.
    - Neither the name of the JavaPLT group, Rice University, nor the names of the library's 
      contributors may be used to endorse or promote products derived from this software without 
      specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR 
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND 
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER 
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.




See more files for this project here

DrJava

DrJava is a lightweight programming environment for Java designed to foster test-driven software development. It includes an intelligent program editor, an interactions pane for evaluating program text, a source level debugger, and a unit testing tool.

Project homepage: http://sourceforge.net/projects/drjava
Programming language(s): Java
License: other

  lib/
    buildlib/
      ant-contrib.jar
      cenquatasks.jar
      junit.jar
      retroweaver-all-1.2.3.jar
    readme.txt
    retroweaver-rt-1.2.3.jar
  src/
    edu/
      rice/
        cs/
          plt/
            collect/
              CollectUtil.java
              ComplementSet.java
              ComposedMap.java
              ConsList.java
              ConsListTest.java
              ConsVisitor.java
              DelegatedSet.java
              ExternallySortedMultiMap.java
              ExternallySortedSet.java
              HashMultiset.java
              HashRelation.java
              ImmutableMapEntry.java
              ImmutableRelation.java
              IntersectionSet.java
              KeyDrivenEntrySet.java
              Multiset.java
              OneToOneHashMap.java
              OneToOneHashMapTest.java
              OneToOneMap.java
              Relation.java
              TotalMap.java
              UnionSet.java
              WeakHashSet.java
              WeakHashSetTest.java
              package-info.java
            concurrent/
              CompletionMonitor.java
              CompletionMonitorTest.java
              ConcurrentBox.java
              ConcurrentUtil.java
              ConcurrentUtilTest.java
              DelayedInterrupter.java
              IncrementalTask.java
              IncrementalTaskController.java
              ReaderWriterLock.java
              TaskController.java
              package-info.java
            debug/
              AbstractLog.java
              AssertEmptyLog.java
              DebugUtil.java
              FileLog.java
              Indenter.java
              Log.java
              LogSplitter.java
              PopupLog.java
              Stopwatch.java
              SystemErrLog.java
              SystemOutLog.java
              TextLog.java
              VoidLog.java
              WriterLog.java
              package-info.java
            io/
              DirectInputStream.java
              DirectOutputStream.java
              DirectReader.java
              DirectWriter.java
              ExpandingBuffer.java
              ExpandingByteBuffer.java
              ExpandingCharBuffer.java
              IOUtil.java
              LinkedInputAndOutputStream.java
              LinkedReaderAndWriter.java
              OutputStreamSplitter.java
              VoidOutputStream.java
              VoidWriter.java
              WrappedDirectInputStream.java
              WrappedDirectOutputStream.java
              WrappedDirectReader.java
              WrappedDirectWriter.java
              WriterSplitter.java
              package-info.java
            iter/
              AbstractIterable.java
              BinaryMappedIterable.java
              BinaryMappedIterator.java
              CartesianIterable.java
              CartesianIterator.java
              CollapsedIterable.java
              CollapsedIterator.java
              ComposedIterable.java
              ComposedIterator.java
              DiagonalCartesianIterable.java
              DiagonalCartesianIterator.java
              EmptyIterable.java
              EmptyIterator.java
              FilteredIterable.java
              FilteredIterator.java
              FiniteSequenceIterable.java
              FiniteSequenceIterator.java
              ImmutableIterable.java
              ImmutableIterator.java
              IndexedIterator.java
            lambda/
            recur/
            reflect/
            swing/
            text/
            tuple/
  testFiles/
  LICENSE
  build.xml