/extra/pixman/LICENSE

https://github.com/jensp/Arch-Linux-on-i586 · License · 350 lines · 321 code · 29 blank · 0 comment · 0 complexity · 016a47bc8aa70949799f28f4732d1ab3 MD5 · raw file

  1. ==> pixman/pixman-access.c <==
  2. /*
  3. *
  4. * Copyright © 2000 Keith Packard, member of The XFree86 Project, Inc.
  5. * 2005 Lars Knoll & Zack Rusin, Trolltech
  6. * 2008 Aaron Plattner, NVIDIA Corporation
  7. *
  8. * Permission to use, copy, modify, distribute, and sell this software and its
  9. * documentation for any purpose is hereby granted without fee, provided that
  10. * the above copyright notice appear in all copies and that both that
  11. * copyright notice and this permission notice appear in supporting
  12. * documentation, and that the name of Keith Packard not be used in
  13. * advertising or publicity pertaining to distribution of the software without
  14. * specific, written prior permission. Keith Packard makes no
  15. * representations about the suitability of this software for any purpose. It
  16. * is provided "as is" without express or implied warranty.
  17. *
  18. * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
  19. * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  20. * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
  21. * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  22. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
  23. * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
  24. * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  25. * SOFTWARE.
  26. */
  27. ==> pixman/pixman-arm-simd.h <==
  28. /*
  29. * Copyright © 2008 Mozilla Corporation
  30. *
  31. * Permission to use, copy, modify, distribute, and sell this software and its
  32. * documentation for any purpose is hereby granted without fee, provided that
  33. * the above copyright notice appear in all copies and that both that
  34. * copyright notice and this permission notice appear in supporting
  35. * documentation, and that the name of Mozilla Corporation not be used in
  36. * advertising or publicity pertaining to distribution of the software without
  37. * specific, written prior permission. Mozilla Corporation makes no
  38. * representations about the suitability of this software for any purpose. It
  39. * is provided "as is" without express or implied warranty.
  40. *
  41. * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
  42. * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  43. * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
  44. * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  45. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
  46. * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
  47. * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  48. * SOFTWARE.
  49. *
  50. * Author: Jeff Muizelaar (jeff@infidigm.net)
  51. *
  52. */
  53. /*
  54. * Copyright © 2000 SuSE, Inc.
  55. * Copyright © 2007 Red Hat, Inc.
  56. *
  57. * Permission to use, copy, modify, distribute, and sell this software and its
  58. * documentation for any purpose is hereby granted without fee, provided that
  59. * the above copyright notice appear in all copies and that both that
  60. * copyright notice and this permission notice appear in supporting
  61. * documentation, and that the name of SuSE not be used in advertising or
  62. * publicity pertaining to distribution of the software without specific,
  63. * written prior permission. SuSE makes no representations about the
  64. * suitability of this software for any purpose. It is provided "as is"
  65. * without express or implied warranty.
  66. *
  67. * SuSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
  68. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL SuSE
  69. * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  70. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  71. * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  72. * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  73. */
  74. /*
  75. * Copyright © 2008 Keith Packard
  76. *
  77. * Permission to use, copy, modify, distribute, and sell this software and its
  78. * documentation for any purpose is hereby granted without fee, provided that
  79. * the above copyright notice appear in all copies and that both that copyright
  80. * notice and this permission notice appear in supporting documentation, and
  81. * that the name of the copyright holders not be used in advertising or
  82. * publicity pertaining to distribution of the software without specific,
  83. * written prior permission. The copyright holders make no representations
  84. * about the suitability of this software for any purpose. It is provided "as
  85. * is" without express or implied warranty.
  86. *
  87. * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  88. * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  89. * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  90. * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  91. * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  92. * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  93. * OF THIS SOFTWARE.
  94. */
  95. /*
  96. * Copyright © 2004, 2005 Red Hat, Inc.
  97. * Copyright © 2004 Nicholas Miell
  98. * Copyright © 2005 Trolltech AS
  99. *
  100. * Permission to use, copy, modify, distribute, and sell this software and its
  101. * documentation for any purpose is hereby granted without fee, provided that
  102. * the above copyright notice appear in all copies and that both that
  103. * copyright notice and this permission notice appear in supporting
  104. * documentation, and that the name of Red Hat not be used in advertising or
  105. * publicity pertaining to distribution of the software without specific,
  106. * written prior permission. Red Hat makes no representations about the
  107. * suitability of this software for any purpose. It is provided "as is"
  108. * without express or implied warranty.
  109. *
  110. * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
  111. * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  112. * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
  113. * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  114. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
  115. * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
  116. * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  117. * SOFTWARE.
  118. *
  119. * Author: Søren Sandmann (sandmann@redhat.com)
  120. * Minor Improvements: Nicholas Miell (nmiell@gmail.com)
  121. * MMX code paths for fbcompose.c by Lars Knoll (lars@trolltech.com)
  122. *
  123. * Based on work by Owen Taylor
  124. */
  125. /***********************************************************
  126. Copyright 1987, 1988, 1989, 1998 The Open Group
  127. Permission to use, copy, modify, distribute, and sell this software and its
  128. documentation for any purpose is hereby granted without fee, provided that
  129. the above copyright notice appear in all copies and that both that
  130. copyright notice and this permission notice appear in supporting
  131. documentation.
  132. The above copyright notice and this permission notice shall be included in
  133. all copies or substantial portions of the Software.
  134. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  135. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  136. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  137. OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  138. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  139. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  140. Except as contained in this notice, the name of The Open Group shall not be
  141. used in advertising or otherwise to promote the sale, use or other dealings
  142. in this Software without prior written authorization from The Open Group.
  143. Copyright 1987, 1988, 1989 by
  144. Digital Equipment Corporation, Maynard, Massachusetts.
  145. All Rights Reserved
  146. Permission to use, copy, modify, and distribute this software and its
  147. documentation for any purpose and without fee is hereby granted,
  148. provided that the above copyright notice appear in all copies and that
  149. both that copyright notice and this permission notice appear in
  150. supporting documentation, and that the name of Digital not be
  151. used in advertising or publicity pertaining to distribution of the
  152. software without specific, written prior permission.
  153. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  154. ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  155. DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  156. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  157. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  158. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  159. SOFTWARE.
  160. ******************************************************************/
  161. /*
  162. * Copyright © 2007 Red Hat, Inc.
  163. * Copyright © 2008 Red Hat, Inc.
  164. *
  165. * Permission to use, copy, modify, distribute, and sell this software
  166. * and its documentation for any purpose is hereby granted without
  167. * fee, provided that the above copyright notice appear in all copies
  168. * and that both that copyright notice and this permission notice
  169. * appear in supporting documentation, and that the name of
  170. * Red Hat, Inc. not be used in advertising or publicity pertaining to
  171. * distribution of the software without specific, written prior
  172. * permission. Red Hat, Inc. makes no representations about the
  173. * suitability of this software for any purpose. It is provided "as
  174. * is" without express or implied warranty.
  175. *
  176. * RED HAT, INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
  177. * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  178. * FITNESS, IN NO EVENT SHALL RED HAT, INC. BE LIABLE FOR ANY SPECIAL,
  179. * INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
  180. * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
  181. * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
  182. * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  183. *
  184. * Author: Soren Sandmann <sandmann@redhat.com>
  185. */
  186. /*
  187. * Copyright © 2008 Rodrigo Kumpera
  188. * Copyright © 2008 André Tupinambá
  189. *
  190. * Permission to use, copy, modify, distribute, and sell this software and its
  191. * documentation for any purpose is hereby granted without fee, provided that
  192. * the above copyright notice appear in all copies and that both that
  193. * copyright notice and this permission notice appear in supporting
  194. * documentation, and that the name of Red Hat not be used in advertising or
  195. * publicity pertaining to distribution of the software without specific,
  196. * written prior permission. Red Hat makes no representations about the
  197. * suitability of this software for any purpose. It is provided "as is"
  198. * without express or implied warranty.
  199. *
  200. * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
  201. * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  202. * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
  203. * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  204. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
  205. * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
  206. * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  207. * SOFTWARE.
  208. *
  209. * Author: Rodrigo Kumpera (kumpera@gmail.com)
  210. * André Tupinambá (andrelrt@gmail.com)
  211. *
  212. * Based on work by Owen Taylor and Søren Sandmann
  213. */
  214. /*
  215. * Copyright © 2008 Red Hat, Inc.
  216. *
  217. * Permission is hereby granted, free of charge, to any person
  218. * obtaining a copy of this software and associated documentation
  219. * files (the "Software"), to deal in the Software without
  220. * restriction, including without limitation the rights to use, copy,
  221. * modify, merge, publish, distribute, sublicense, and/or sell copies
  222. * of the Software, and to permit persons to whom the Software is
  223. * furnished to do so, subject to the following conditions:
  224. *
  225. * The above copyright notice and this permission notice shall be
  226. * included in all copies or substantial portions of the Software.
  227. *
  228. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  229. * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  230. * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  231. * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  232. * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  233. * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  234. * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  235. * SOFTWARE.
  236. *
  237. * Author: Carl D. Worth <cworth@cworth.org>
  238. */
  239. /*
  240. * Copyright © 2007 Luca Barbato
  241. *
  242. * Permission to use, copy, modify, distribute, and sell this software and its
  243. * documentation for any purpose is hereby granted without fee, provided that
  244. * the above copyright notice appear in all copies and that both that
  245. * copyright notice and this permission notice appear in supporting
  246. * documentation, and that the name of Luca Barbato not be used in advertising or
  247. * publicity pertaining to distribution of the software without specific,
  248. * written prior permission. Luca Barbato makes no representations about the
  249. * suitability of this software for any purpose. It is provided "as is"
  250. * without express or implied warranty.
  251. *
  252. * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
  253. * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  254. * FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
  255. * SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  256. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
  257. * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
  258. * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  259. * SOFTWARE.
  260. *
  261. * Author: Luca Barbato (lu_zero@gentoo.org)
  262. *
  263. * Based on fbmmx.c by Owen Taylor, Søren Sandmann and Nicholas Miell
  264. */
  265. /***********************************************************
  266. Copyright 1987, 1998 The Open Group
  267. Permission to use, copy, modify, distribute, and sell this software and its
  268. documentation for any purpose is hereby granted without fee, provided that
  269. the above copyright notice appear in all copies and that both that
  270. copyright notice and this permission notice appear in supporting
  271. documentation.
  272. The above copyright notice and this permission notice shall be included in
  273. all copies or substantial portions of the Software.
  274. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  275. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  276. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  277. OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  278. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  279. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  280. Except as contained in this notice, the name of The Open Group shall not be
  281. used in advertising or otherwise to promote the sale, use or other dealings
  282. in this Software without prior written authorization from The Open Group.
  283. Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
  284. All Rights Reserved
  285. Permission to use, copy, modify, and distribute this software and its
  286. documentation for any purpose and without fee is hereby granted,
  287. provided that the above copyright notice appear in all copies and that
  288. both that copyright notice and this permission notice appear in
  289. supporting documentation, and that the name of Digital not be
  290. used in advertising or publicity pertaining to distribution of the
  291. software without specific, written prior permission.
  292. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  293. ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  294. DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  295. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  296. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  297. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  298. SOFTWARE.
  299. ******************************************************************/
  300. /*
  301. * Copyright © 1998, 2004 Keith Packard
  302. * Copyright 2007 Red Hat, Inc.
  303. *
  304. * Permission to use, copy, modify, distribute, and sell this software and its
  305. * documentation for any purpose is hereby granted without fee, provided that
  306. * the above copyright notice appear in all copies and that both that
  307. * copyright notice and this permission notice appear in supporting
  308. * documentation, and that the name of Keith Packard not be used in
  309. * advertising or publicity pertaining to distribution of the software without
  310. * specific, written prior permission. Keith Packard makes no
  311. * representations about the suitability of this software for any purpose. It
  312. * is provided "as is" without express or implied warranty.
  313. *
  314. * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  315. * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  316. * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  317. * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  318. * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  319. * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  320. * PERFORMANCE OF THIS SOFTWARE.
  321. */