parts/tagging/LICENSE.txt
changeset 69 c6bca38c1cbf
equal deleted inserted replaced
68:5ff1fc726848 69:c6bca38c1cbf
       
     1 Django Tagging
       
     2 --------------
       
     3 
       
     4 Copyright (c) 2007, Jonathan Buchanan
       
     5 
       
     6 Permission is hereby granted, free of charge, to any person obtaining a copy of
       
     7 this software and associated documentation files (the "Software"), to deal in
       
     8 the Software without restriction, including without limitation the rights to
       
     9 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
       
    10 the Software, and to permit persons to whom the Software is furnished to do so,
       
    11 subject to the following conditions:
       
    12 
       
    13 The above copyright notice and this permission notice shall be included in all
       
    14 copies or substantial portions of the Software.
       
    15 
       
    16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
       
    17 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
       
    18 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
       
    19 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
       
    20 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
       
    21 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
       
    22 
       
    23 Initially based on code from James Bennett's Cab:
       
    24 
       
    25 Cab
       
    26 ---
       
    27 
       
    28 Copyright (c) 2007, James Bennett
       
    29 All rights reserved.
       
    30 
       
    31 Redistribution and use in source and binary forms, with or without
       
    32 modification, are permitted provided that the following conditions are
       
    33 met:
       
    34 
       
    35     * Redistributions of source code must retain the above copyright
       
    36       notice, this list of conditions and the following disclaimer.
       
    37     * Redistributions in binary form must reproduce the above
       
    38       copyright notice, this list of conditions and the following
       
    39       disclaimer in the documentation and/or other materials provided
       
    40       with the distribution.
       
    41     * Neither the name of the author nor the names of other
       
    42       contributors may be used to endorse or promote products derived
       
    43       from this software without specific prior written permission.
       
    44 
       
    45 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
       
    46 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
       
    47 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
       
    48 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
       
    49 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
       
    50 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
       
    51 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
       
    52 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
       
    53 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
       
    54 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
       
    55 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.