wok diff xcb-util-image/stuff/licenses/LICENSE @ rev 22991

updated l3afpad (0.8.18.1.10 -> 0.8.18.1.11)
author Hans-G?nter Theisgen
date Sun Mar 01 17:39:44 2020 +0100 (2020-03-01)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xcb-util-image/stuff/licenses/LICENSE	Sun Mar 01 17:39:44 2020 +0100
     1.3 @@ -0,0 +1,267 @@
     1.4 +/* Copyright (C) 2007 Bart Massey
     1.5 + *
     1.6 + * Permission is hereby granted, free of charge, to any person obtaining a
     1.7 + * copy of this software and associated documentation files (the "Software"),
     1.8 + * to deal in the Software without restriction, including without limitation
     1.9 + * the rights to use, copy, modify, merge, publish, distribute, sublicense,
    1.10 + * and/or sell copies of the Software, and to permit persons to whom the
    1.11 + * Software is furnished to do so, subject to the following conditions:
    1.12 + * 
    1.13 + * The above copyright notice and this permission notice shall be included in
    1.14 + * all copies or substantial portions of the Software.
    1.15 + * 
    1.16 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    1.17 + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    1.18 + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    1.19 + * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
    1.20 + * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
    1.21 + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    1.22 + * 
    1.23 + * Except as contained in this notice, the names of the authors or their
    1.24 + * institutions shall not be used in advertising or otherwise to promote the
    1.25 + * sale, use or other dealings in this Software without prior written
    1.26 + * authorization from the authors.
    1.27 + */
    1.28 +
    1.29 +/*
    1.30 + * Copyright (C) 2008-2009 Julien Danjou <julien@danjou.info>
    1.31 + *
    1.32 + * Permission is hereby granted, free of charge, to any person
    1.33 + * obtaining a copy of this software and associated documentation
    1.34 + * files (the "Software"), to deal in the Software without
    1.35 + * restriction, including without limitation the rights to use, copy,
    1.36 + * modify, merge, publish, distribute, sublicense, and/or sell copies
    1.37 + * of the Software, and to permit persons to whom the Software is
    1.38 + * furnished to do so, subject to the following conditions:
    1.39 + *
    1.40 + * The above copyright notice and this permission notice shall be
    1.41 + * included in all copies or substantial portions of the Software.
    1.42 + *
    1.43 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    1.44 + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    1.45 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    1.46 + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
    1.47 + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
    1.48 + * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    1.49 + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    1.50 + *
    1.51 + * Except as contained in this notice, the names of the authors or
    1.52 + * their institutions shall not be used in advertising or otherwise to
    1.53 + * promote the sale, use or other dealings in this Software without
    1.54 + * prior written authorization from the authors.
    1.55 + */
    1.56 +
    1.57 +/*
    1.58 + * Copyright (C) 2008 Arnaud Fontaine <arnau@debian.org>
    1.59 + * Copyright (C) 2007-2008 Vincent Torri <vtorri@univ-evry.fr>
    1.60 + *
    1.61 + * Permission is hereby granted, free of charge, to any person
    1.62 + * obtaining a copy of this software and associated documentation
    1.63 + * files (the "Software"), to deal in the Software without
    1.64 + * restriction, including without limitation the rights to use, copy,
    1.65 + * modify, merge, publish, distribute, sublicense, and/or sell copies
    1.66 + * of the Software, and to permit persons to whom the Software is
    1.67 + * furnished to do so, subject to the following conditions:
    1.68 + *
    1.69 + * The above copyright notice and this permission notice shall be
    1.70 + * included in all copies or substantial portions of the Software.
    1.71 + *
    1.72 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    1.73 + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    1.74 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    1.75 + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
    1.76 + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
    1.77 + * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    1.78 + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    1.79 + *
    1.80 + * Except as contained in this notice, the names of the authors or
    1.81 + * their institutions shall not be used in advertising or otherwise to
    1.82 + * promote the sale, use or other dealings in this Software without
    1.83 + * prior written authorization from the authors.
    1.84 +
    1.85 +/*
    1.86 + * Copyright © 2008 Bart Massey <bart@cs.pdx.edu>
    1.87 + * Copyright © 2008 Julien Danjou <julien@danjou.info>
    1.88 + *
    1.89 + * Permission is hereby granted, free of charge, to any person
    1.90 + * obtaining a copy of this software and associated documentation
    1.91 + * files (the "Software"), to deal in the Software without
    1.92 + * restriction, including without limitation the rights to use, copy,
    1.93 + * modify, merge, publish, distribute, sublicense, and/or sell copies
    1.94 + * of the Software, and to permit persons to whom the Software is
    1.95 + * furnished to do so, subject to the following conditions:
    1.96 + *
    1.97 + * The above copyright notice and this permission notice shall be
    1.98 + * included in all copies or substantial portions of the Software.
    1.99 + *
   1.100 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   1.101 + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   1.102 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   1.103 + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
   1.104 + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   1.105 + * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   1.106 + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   1.107 + *
   1.108 + * Except as contained in this notice, the names of the authors or
   1.109 + * their institutions shall not be used in advertising or otherwise to
   1.110 + * promote the sale, use or other dealings in this Software without
   1.111 + * prior written authorization from the authors.
   1.112 + */
   1.113 +
   1.114 +/*
   1.115 + * Copyright © 2008 Keith Packard <keithp@keithp.com>
   1.116 + *
   1.117 + * Permission is hereby granted, free of charge, to any person
   1.118 + * obtaining a copy of this software and associated documentation
   1.119 + * files (the "Software"), to deal in the Software without
   1.120 + * restriction, including without limitation the rights to use, copy,
   1.121 + * modify, merge, publish, distribute, sublicense, and/or sell copies
   1.122 + * of the Software, and to permit persons to whom the Software is
   1.123 + * furnished to do so, subject to the following conditions:
   1.124 + *
   1.125 + * The above copyright notice and this permission notice shall be
   1.126 + * included in all copies or substantial portions of the Software.
   1.127 + *
   1.128 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   1.129 + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   1.130 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   1.131 + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
   1.132 + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   1.133 + * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   1.134 + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   1.135 + *
   1.136 + * Except as contained in this notice, the names of the authors or
   1.137 + * their institutions shall not be used in advertising or otherwise to
   1.138 + * promote the sale, use or other dealings in this Software without
   1.139 + * prior written authorization from the authors.
   1.140 + */
   1.141 +
   1.142 +/*
   1.143 + * Copyright © 2008 Bart Massey <bart@cs.pdx.edu>
   1.144 + *
   1.145 + * Permission is hereby granted, free of charge, to any person
   1.146 + * obtaining a copy of this software and associated documentation
   1.147 + * files (the "Software"), to deal in the Software without
   1.148 + * restriction, including without limitation the rights to use, copy,
   1.149 + * modify, merge, publish, distribute, sublicense, and/or sell copies
   1.150 + * of the Software, and to permit persons to whom the Software is
   1.151 + * furnished to do so, subject to the following conditions:
   1.152 + *
   1.153 + * The above copyright notice and this permission notice shall be
   1.154 + * included in all copies or substantial portions of the Software.
   1.155 + *
   1.156 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   1.157 + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   1.158 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   1.159 + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
   1.160 + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   1.161 + * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   1.162 + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   1.163 + *
   1.164 + * Except as contained in this notice, the names of the authors or
   1.165 + * their institutions shall not be used in advertising or otherwise to
   1.166 + * promote the sale, use or other dealings in this Software without
   1.167 + * prior written authorization from the authors.
   1.168 + */
   1.169 +
   1.170 +/*
   1.171 + * Copyright © 2008 Ian Osgood <iano@quirkster.com>
   1.172 + * Copyright © 2008 Jamey Sharp <jamey@minilop.net>
   1.173 + * Copyright © 2008 Josh Triplett <josh@freedesktop.org>
   1.174 + * Copyright © 2008 Ulrich Eckhardt <doomster@knuut.de>
   1.175 + *
   1.176 + * Permission is hereby granted, free of charge, to any person
   1.177 + * obtaining a copy of this software and associated documentation
   1.178 + * files (the "Software"), to deal in the Software without
   1.179 + * restriction, including without limitation the rights to use, copy,
   1.180 + * modify, merge, publish, distribute, sublicense, and/or sell copies
   1.181 + * of the Software, and to permit persons to whom the Software is
   1.182 + * furnished to do so, subject to the following conditions:
   1.183 + *
   1.184 + * The above copyright notice and this permission notice shall be
   1.185 + * included in all copies or substantial portions of the Software.
   1.186 + *
   1.187 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   1.188 + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   1.189 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
   1.190 + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
   1.191 + * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
   1.192 + * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   1.193 + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   1.194 + *
   1.195 + * Except as contained in this notice, the names of the authors or
   1.196 + * their institutions shall not be used in advertising or otherwise to
   1.197 + * promote the sale, use or other dealings in this Software without
   1.198 + * prior written authorization from the authors.
   1.199 + */
   1.200 +
   1.201 +/* Copyright © 2006 Jamey Sharp.
   1.202 + *
   1.203 + * Permission is hereby granted, free of charge, to any person obtaining a
   1.204 + * copy of this software and associated documentation files (the "Software"),
   1.205 + * to deal in the Software without restriction, including without limitation
   1.206 + * the rights to use, copy, modify, merge, publish, distribute, sublicense,
   1.207 + * and/or sell copies of the Software, and to permit persons to whom the
   1.208 + * Software is furnished to do so, subject to the following conditions:
   1.209 + * 
   1.210 + * The above copyright notice and this permission notice shall be included in
   1.211 + * all copies or substantial portions of the Software.
   1.212 + * 
   1.213 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   1.214 + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   1.215 + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   1.216 + * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   1.217 + * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   1.218 + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   1.219 + * 
   1.220 + * Except as contained in this notice, the names of the authors or their
   1.221 + * institutions shall not be used in advertising or otherwise to promote the
   1.222 + * sale, use or other dealings in this Software without prior written
   1.223 + * authorization from the authors.
   1.224 + */
   1.225 +
   1.226 +/* Copyright © 2006 Ian Osgood
   1.227 + *
   1.228 + * Permission is hereby granted, free of charge, to any person obtaining a
   1.229 + * copy of this software and associated documentation files (the "Software"),
   1.230 + * to deal in the Software without restriction, including without limitation
   1.231 + * the rights to use, copy, modify, merge, publish, distribute, sublicense,
   1.232 + * and/or sell copies of the Software, and to permit persons to whom the
   1.233 + * Software is furnished to do so, subject to the following conditions:
   1.234 + * 
   1.235 + * The above copyright notice and this permission notice shall be included in
   1.236 + * all copies or substantial portions of the Software.
   1.237 + * 
   1.238 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   1.239 + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   1.240 + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   1.241 + * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   1.242 + * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   1.243 + * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   1.244 + * 
   1.245 + * Except as contained in this notice, the names of the authors or their
   1.246 + * institutions shall not be used in advertising or otherwise to promote the
   1.247 + * sale, use or other dealings in this Software without prior written
   1.248 + * authorization from the authors.
   1.249 + */
   1.250 +
   1.251 +/* Copyright © 2000 Keith Packard
   1.252 + *
   1.253 + * Permission to use, copy, modify, distribute, and sell this software and its
   1.254 + * documentation for any purpose is hereby granted without fee, provided that
   1.255 + * the above copyright notice appear in all copies and that both that
   1.256 + * copyright notice and this permission notice appear in supporting
   1.257 + * documentation, and that the name of Keith Packard not be used in
   1.258 + * advertising or publicity pertaining to distribution of the software without
   1.259 + * specific, written prior permission.  Keith Packard makes no
   1.260 + * representations about the suitability of this software for any purpose.  It
   1.261 + * is provided "as is" without express or implied warranty.
   1.262 + *
   1.263 + * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
   1.264 + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
   1.265 + * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
   1.266 + * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
   1.267 + * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
   1.268 + * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
   1.269 + * PERFORMANCE OF THIS SOFTWARE.
   1.270 + */