Changeset 5965 for lang/scala/sandbox

Show
Ignore:
Timestamp:
01/31/08 21:22:30 (5 years ago)
Author:
ryugate
Message:

BSD-LICENSE.txt: update

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/scala/sandbox/BSD-LICENSE.txt

    r5964 r5965  
    1 <OWNER> = Regents of the University of California 
    2 <ORGANIZATION> = University of California, Berkeley 
    3 <YEAR> = 1998 
     1ScalaCheck LICENSE 
    42 
    5 In the original BSD license, both occurrences of the phrase "COPYRIGHT HOLDERS AND CONTRIBUTORS" in the disclaimer read "REGENTS AND CONTRIBUTORS". 
    6  
    7 Here is the license template: 
    8  
    9 Copyright (c) <YEAR>, <OWNER> 
    10  
     3Copyright (c) 2007, Rickard Nilsson 
    114All rights reserved. 
    125 
    13 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 
     6Permission to use, copy, modify, and distribute this software in source 
     7or binary form for any purpose with or without fee is hereby granted, 
     8provided that the following conditions are met: 
    149 
    15     * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 
    16     * 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. 
    17     * Neither the name of the <ORGANIZATION> nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. 
     10   1. Redistributions of source code must retain the above copyright 
     11      notice, this list of conditions and the following disclaimer. 
    1812 
    19 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
    20 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
    21 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 
    22 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 
    23 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
    24 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
    25 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
    26 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
    27 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
    28 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
    29 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
     13   2. Redistributions in binary form must reproduce the above copyright 
     14      notice, this list of conditions and the following disclaimer in the 
     15      documentation and/or other materials provided with the distribution. 
    3016 
     17   3. Neither the name of the author nor the names of its contributors 
     18      may be used to endorse or promote products derived from this 
     19      software without specific prior written permission. 
     20 
     21 
     22THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 
     23ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
     24IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
     25ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 
     26FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
     27DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
     28SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
     29CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
     30LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 
     31OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
     32SUCH DAMAGE.