utf8proc

diff LICENSE @ 0:a0368662434c

Version 0.1
author jbe
date Fri Jun 02 12:00:00 2006 +0200 (2006-06-02)
parents
children d04d3a9b486e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/LICENSE	Fri Jun 02 12:00:00 2006 +0200
     1.3 @@ -0,0 +1,81 @@
     1.4 +/*
     1.5 + *  Copyright (c) 2006, FlexiGuided GmbH, Berlin, Germany
     1.6 + *  Author: Jan Behrens <jan.behrens@flexiguided.de>
     1.7 + *  All rights reserved.
     1.8 + *
     1.9 + *  Redistribution and use in source and binary forms, with or without
    1.10 + *  modification, are permitted provided that the following conditions are
    1.11 + *  met:
    1.12 + *
    1.13 + *  1. Redistributions of source code must retain the above copyright
    1.14 + *     notice, this list of conditions and the following disclaimer.
    1.15 + *  2. Redistributions in binary form must reproduce the above copyright
    1.16 + *     notice, this list of conditions and the following disclaimer in the
    1.17 + *     documentation and/or other materials provided with the distribution.
    1.18 + *  3. Neither the name of the FlexiGuided GmbH nor the names of its
    1.19 + *     contributors may be used to endorse or promote products derived from
    1.20 + *     this software without specific prior written permission.
    1.21 + *
    1.22 + *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    1.23 + *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    1.24 + *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
    1.25 + *  PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
    1.26 + *  OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    1.27 + *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    1.28 + *  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    1.29 + *  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    1.30 + *  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    1.31 + *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    1.32 + *  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    1.33 + *
    1.34 + */
    1.35 +
    1.36 +/*
    1.37 + *  This software distribution contains derived data from a modified version
    1.38 + *  of the Unicode data files. The following license applies to that data:
    1.39 + *
    1.40 + *  COPYRIGHT AND PERMISSION NOTICE
    1.41 + *
    1.42 + *  Copyright (c) 1991-2005 Unicode, Inc. All rights reserved.
    1.43 + *  Distributed under the Terms of Use in
    1.44 + *  http://www.unicode.org/copyright.html.
    1.45 + *
    1.46 + *  Permission is hereby granted, free of charge, to any person obtaining a
    1.47 + *  copy of the Unicode data files and any associated documentation (the
    1.48 + *  "Data Files") or Unicode software and any associated documentation (the
    1.49 + *  "Software") to deal in the Data Files or Software without restriction,
    1.50 + *  including without limitation the rights to use, copy, modify, merge,
    1.51 + *  publish, distribute, and/or sell copies of the Data Files or Software,
    1.52 + *  and to permit persons to whom the Data Files or Software are furnished
    1.53 + *  to do so, provided that (a) the above copyright notice(s) and this
    1.54 + *  permission notice appear with all copies of the Data Files or Software,
    1.55 + *  (b) both the above copyright notice(s) and this permission notice appear
    1.56 + *  in associated documentation, and (c) there is clear notice in each
    1.57 + *  modified Data File or in the Software as well as in the documentation
    1.58 + *  associated with the Data File(s) or Software that the data or software
    1.59 + *  has been modified.
    1.60 + *
    1.61 + *  THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
    1.62 + *  ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
    1.63 + *  WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    1.64 + *  NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT
    1.65 + *  HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR
    1.66 + *  ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
    1.67 + *  RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
    1.68 + *  CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
    1.69 + *  CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
    1.70 + *
    1.71 + *  Except as contained in this notice, the name of a copyright holder shall
    1.72 + *  not be used in advertising or otherwise to promote the sale, use or
    1.73 + *  other dealings in these Data Files or Software without prior written
    1.74 + *  authorization of the copyright holder.
    1.75 + *
    1.76 + */
    1.77 +
    1.78 +/*
    1.79 + *  Unicode is a trademark of Unicode, Inc., and may be registered in some
    1.80 + *  jurisdictions.
    1.81 + *
    1.82 + */
    1.83 +
    1.84 +

Impressum / About Us