| 1 | Kolproxy is created by Tor Gunnar Houeland (houeland@pvv.org), player Eleron (#1564433) in the Kingdom of Loathing. |
|---|
| 2 | |
|---|
| 3 | Kolproxy uses versions of the following Haskell modules: |
|---|
| 4 | array |
|---|
| 5 | base |
|---|
| 6 | binary |
|---|
| 7 | bytestring |
|---|
| 8 | bzlib |
|---|
| 9 | cereal |
|---|
| 10 | cgi |
|---|
| 11 | containers |
|---|
| 12 | crypto-api |
|---|
| 13 | data-default |
|---|
| 14 | directory |
|---|
| 15 | extensible-exceptions |
|---|
| 16 | ffi |
|---|
| 17 | filepath |
|---|
| 18 | ghc-prim |
|---|
| 19 | haskell98 |
|---|
| 20 | hsluamodded |
|---|
| 21 | HTTP |
|---|
| 22 | integer-simple |
|---|
| 23 | json |
|---|
| 24 | MonadCatchIO-mtl |
|---|
| 25 | mtl |
|---|
| 26 | network |
|---|
| 27 | old-locale |
|---|
| 28 | old-time |
|---|
| 29 | parsec |
|---|
| 30 | pretty |
|---|
| 31 | process |
|---|
| 32 | pureMD5 |
|---|
| 33 | random |
|---|
| 34 | regex-base |
|---|
| 35 | regex-tdfa |
|---|
| 36 | rts |
|---|
| 37 | syb |
|---|
| 38 | tagged |
|---|
| 39 | time |
|---|
| 40 | transformers |
|---|
| 41 | unix |
|---|
| 42 | xhtml |
|---|
| 43 | |
|---|
| 44 | With the corresponding list of copyright notices for those parts: |
|---|
| 45 | |
|---|
| 46 | array LICENSE file: |
|---|
| 47 | This library (libraries/base) is derived from code from several |
|---|
| 48 | sources: |
|---|
| 49 | |
|---|
| 50 | * Code from the GHC project which is largely (c) The University of |
|---|
| 51 | Glasgow, and distributable under a BSD-style license (see below), |
|---|
| 52 | |
|---|
| 53 | * Code from the Haskell 98 Report which is (c) Simon Peyton Jones |
|---|
| 54 | and freely redistributable (but see the full license for |
|---|
| 55 | restrictions). |
|---|
| 56 | |
|---|
| 57 | * Code from the Haskell Foreign Function Interface specification, |
|---|
| 58 | which is (c) Manuel M. T. Chakravarty and freely redistributable |
|---|
| 59 | (but see the full license for restrictions). |
|---|
| 60 | |
|---|
| 61 | The full text of these licenses is reproduced below. All of the |
|---|
| 62 | licenses are BSD-style or compatible. |
|---|
| 63 | |
|---|
| 64 | ----------------------------------------------------------------------------- |
|---|
| 65 | |
|---|
| 66 | The Glasgow Haskell Compiler License |
|---|
| 67 | |
|---|
| 68 | Copyright 2004, The University Court of the University of Glasgow. |
|---|
| 69 | All rights reserved. |
|---|
| 70 | |
|---|
| 71 | Redistribution and use in source and binary forms, with or without |
|---|
| 72 | modification, are permitted provided that the following conditions are met: |
|---|
| 73 | |
|---|
| 74 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 75 | this list of conditions and the following disclaimer. |
|---|
| 76 | |
|---|
| 77 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 78 | this list of conditions and the following disclaimer in the documentation |
|---|
| 79 | and/or other materials provided with the distribution. |
|---|
| 80 | |
|---|
| 81 | - Neither name of the University nor the names of its contributors may be |
|---|
| 82 | used to endorse or promote products derived from this software without |
|---|
| 83 | specific prior written permission. |
|---|
| 84 | |
|---|
| 85 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 86 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 87 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 88 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 89 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 90 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 91 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 92 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 93 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 94 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 95 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 96 | DAMAGE. |
|---|
| 97 | |
|---|
| 98 | ----------------------------------------------------------------------------- |
|---|
| 99 | |
|---|
| 100 | Code derived from the document "Report on the Programming Language |
|---|
| 101 | Haskell 98", is distributed under the following license: |
|---|
| 102 | |
|---|
| 103 | Copyright (c) 2002 Simon Peyton Jones |
|---|
| 104 | |
|---|
| 105 | The authors intend this Report to belong to the entire Haskell |
|---|
| 106 | community, and so we grant permission to copy and distribute it for |
|---|
| 107 | any purpose, provided that it is reproduced in its entirety, |
|---|
| 108 | including this Notice. Modified versions of this Report may also be |
|---|
| 109 | copied and distributed for any purpose, provided that the modified |
|---|
| 110 | version is clearly presented as such, and that it does not claim to |
|---|
| 111 | be a definition of the Haskell 98 Language. |
|---|
| 112 | |
|---|
| 113 | ----------------------------------------------------------------------------- |
|---|
| 114 | |
|---|
| 115 | Code derived from the document "The Haskell 98 Foreign Function |
|---|
| 116 | Interface, An Addendum to the Haskell 98 Report" is distributed under |
|---|
| 117 | the following license: |
|---|
| 118 | |
|---|
| 119 | Copyright (c) 2002 Manuel M. T. Chakravarty |
|---|
| 120 | |
|---|
| 121 | The authors intend this Report to belong to the entire Haskell |
|---|
| 122 | community, and so we grant permission to copy and distribute it for |
|---|
| 123 | any purpose, provided that it is reproduced in its entirety, |
|---|
| 124 | including this Notice. Modified versions of this Report may also be |
|---|
| 125 | copied and distributed for any purpose, provided that the modified |
|---|
| 126 | version is clearly presented as such, and that it does not claim to |
|---|
| 127 | be a definition of the Haskell 98 Foreign Function Interface. |
|---|
| 128 | |
|---|
| 129 | ----------------------------------------------------------------------------- |
|---|
| 130 | |
|---|
| 131 | base LICENSE file: |
|---|
| 132 | This library (libraries/base) is derived from code from several |
|---|
| 133 | sources: |
|---|
| 134 | |
|---|
| 135 | * Code from the GHC project which is largely (c) The University of |
|---|
| 136 | Glasgow, and distributable under a BSD-style license (see below), |
|---|
| 137 | |
|---|
| 138 | * Code from the Haskell 98 Report which is (c) Simon Peyton Jones |
|---|
| 139 | and freely redistributable (but see the full license for |
|---|
| 140 | restrictions). |
|---|
| 141 | |
|---|
| 142 | * Code from the Haskell Foreign Function Interface specification, |
|---|
| 143 | which is (c) Manuel M. T. Chakravarty and freely redistributable |
|---|
| 144 | (but see the full license for restrictions). |
|---|
| 145 | |
|---|
| 146 | The full text of these licenses is reproduced below. All of the |
|---|
| 147 | licenses are BSD-style or compatible. |
|---|
| 148 | |
|---|
| 149 | ----------------------------------------------------------------------------- |
|---|
| 150 | |
|---|
| 151 | The Glasgow Haskell Compiler License |
|---|
| 152 | |
|---|
| 153 | Copyright 2004, The University Court of the University of Glasgow. |
|---|
| 154 | All rights reserved. |
|---|
| 155 | |
|---|
| 156 | Redistribution and use in source and binary forms, with or without |
|---|
| 157 | modification, are permitted provided that the following conditions are met: |
|---|
| 158 | |
|---|
| 159 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 160 | this list of conditions and the following disclaimer. |
|---|
| 161 | |
|---|
| 162 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 163 | this list of conditions and the following disclaimer in the documentation |
|---|
| 164 | and/or other materials provided with the distribution. |
|---|
| 165 | |
|---|
| 166 | - Neither name of the University nor the names of its contributors may be |
|---|
| 167 | used to endorse or promote products derived from this software without |
|---|
| 168 | specific prior written permission. |
|---|
| 169 | |
|---|
| 170 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 171 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 172 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 173 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 174 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 175 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 176 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 177 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 178 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 179 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 180 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 181 | DAMAGE. |
|---|
| 182 | |
|---|
| 183 | ----------------------------------------------------------------------------- |
|---|
| 184 | |
|---|
| 185 | Code derived from the document "Report on the Programming Language |
|---|
| 186 | Haskell 98", is distributed under the following license: |
|---|
| 187 | |
|---|
| 188 | Copyright (c) 2002 Simon Peyton Jones |
|---|
| 189 | |
|---|
| 190 | The authors intend this Report to belong to the entire Haskell |
|---|
| 191 | community, and so we grant permission to copy and distribute it for |
|---|
| 192 | any purpose, provided that it is reproduced in its entirety, |
|---|
| 193 | including this Notice. Modified versions of this Report may also be |
|---|
| 194 | copied and distributed for any purpose, provided that the modified |
|---|
| 195 | version is clearly presented as such, and that it does not claim to |
|---|
| 196 | be a definition of the Haskell 98 Language. |
|---|
| 197 | |
|---|
| 198 | ----------------------------------------------------------------------------- |
|---|
| 199 | |
|---|
| 200 | Code derived from the document "The Haskell 98 Foreign Function |
|---|
| 201 | Interface, An Addendum to the Haskell 98 Report" is distributed under |
|---|
| 202 | the following license: |
|---|
| 203 | |
|---|
| 204 | Copyright (c) 2002 Manuel M. T. Chakravarty |
|---|
| 205 | |
|---|
| 206 | The authors intend this Report to belong to the entire Haskell |
|---|
| 207 | community, and so we grant permission to copy and distribute it for |
|---|
| 208 | any purpose, provided that it is reproduced in its entirety, |
|---|
| 209 | including this Notice. Modified versions of this Report may also be |
|---|
| 210 | copied and distributed for any purpose, provided that the modified |
|---|
| 211 | version is clearly presented as such, and that it does not claim to |
|---|
| 212 | be a definition of the Haskell 98 Foreign Function Interface. |
|---|
| 213 | |
|---|
| 214 | ----------------------------------------------------------------------------- |
|---|
| 215 | |
|---|
| 216 | binary LICENSE file: |
|---|
| 217 | Copyright (c) Lennart Kolmodin |
|---|
| 218 | |
|---|
| 219 | All rights reserved. |
|---|
| 220 | |
|---|
| 221 | Redistribution and use in source and binary forms, with or without |
|---|
| 222 | modification, are permitted provided that the following conditions |
|---|
| 223 | are met: |
|---|
| 224 | |
|---|
| 225 | 1. Redistributions of source code must retain the above copyright |
|---|
| 226 | notice, this list of conditions and the following disclaimer. |
|---|
| 227 | |
|---|
| 228 | 2. Redistributions in binary form must reproduce the above copyright |
|---|
| 229 | notice, this list of conditions and the following disclaimer in the |
|---|
| 230 | documentation and/or other materials provided with the distribution. |
|---|
| 231 | |
|---|
| 232 | 3. Neither the name of the author nor the names of his contributors |
|---|
| 233 | may be used to endorse or promote products derived from this software |
|---|
| 234 | without specific prior written permission. |
|---|
| 235 | |
|---|
| 236 | THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND ANY EXPRESS |
|---|
| 237 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
|---|
| 238 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|---|
| 239 | DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR |
|---|
| 240 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 241 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|---|
| 242 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|---|
| 243 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
|---|
| 244 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
|---|
| 245 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
|---|
| 246 | POSSIBILITY OF SUCH DAMAGE. |
|---|
| 247 | |
|---|
| 248 | bytestring LICENSE file: |
|---|
| 249 | Copyright (c) Don Stewart 2005-2009 |
|---|
| 250 | (c) Duncan Coutts 2006-2009 |
|---|
| 251 | (c) David Roundy 2003-2005. |
|---|
| 252 | |
|---|
| 253 | All rights reserved. |
|---|
| 254 | |
|---|
| 255 | Redistribution and use in source and binary forms, with or without |
|---|
| 256 | modification, are permitted provided that the following conditions |
|---|
| 257 | are met: |
|---|
| 258 | 1. Redistributions of source code must retain the above copyright |
|---|
| 259 | notice, this list of conditions and the following disclaimer. |
|---|
| 260 | 2. Redistributions in binary form must reproduce the above copyright |
|---|
| 261 | notice, this list of conditions and the following disclaimer in the |
|---|
| 262 | documentation and/or other materials provided with the distribution. |
|---|
| 263 | 3. Neither the name of the author nor the names of his contributors |
|---|
| 264 | may be used to endorse or promote products derived from this software |
|---|
| 265 | without specific prior written permission. |
|---|
| 266 | |
|---|
| 267 | THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
|---|
| 268 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|---|
| 269 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|---|
| 270 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE |
|---|
| 271 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 272 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|---|
| 273 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|---|
| 274 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 275 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 276 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|---|
| 277 | SUCH DAMAGE. |
|---|
| 278 | |
|---|
| 279 | bzlib LICENSE file: |
|---|
| 280 | Copyright (c) 2006-2008, Duncan Coutts |
|---|
| 281 | All rights reserved. |
|---|
| 282 | |
|---|
| 283 | Redistribution and use in source and binary forms, with or without |
|---|
| 284 | modification, are permitted provided that the following conditions are met: |
|---|
| 285 | |
|---|
| 286 | 1. Redistributions of source code must retain the above copyright notice, |
|---|
| 287 | this list of conditions and the following disclaimer. |
|---|
| 288 | 2. Redistributions in binary form must reproduce the above copyright |
|---|
| 289 | notice, this list of conditions and the following disclaimer in the |
|---|
| 290 | documentation and/or other materials provided with the distribution. |
|---|
| 291 | 3. This clause is intentionally left blank. |
|---|
| 292 | |
|---|
| 293 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
|---|
| 294 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|---|
| 295 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|---|
| 296 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
|---|
| 297 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
|---|
| 298 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
|---|
| 299 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
|---|
| 300 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
|---|
| 301 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
|---|
| 302 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
|---|
| 303 | POSSIBILITY OF SUCH DAMAGE. |
|---|
| 304 | |
|---|
| 305 | cereal LICENSE file: |
|---|
| 306 | Copyright (c) Lennart Kolmodin, Galois, Inc. |
|---|
| 307 | |
|---|
| 308 | All rights reserved. |
|---|
| 309 | |
|---|
| 310 | Redistribution and use in source and binary forms, with or without |
|---|
| 311 | modification, are permitted provided that the following conditions |
|---|
| 312 | are met: |
|---|
| 313 | |
|---|
| 314 | 1. Redistributions of source code must retain the above copyright |
|---|
| 315 | notice, this list of conditions and the following disclaimer. |
|---|
| 316 | |
|---|
| 317 | 2. Redistributions in binary form must reproduce the above copyright |
|---|
| 318 | notice, this list of conditions and the following disclaimer in the |
|---|
| 319 | documentation and/or other materials provided with the distribution. |
|---|
| 320 | |
|---|
| 321 | 3. Neither the name of the author nor the names of his contributors |
|---|
| 322 | may be used to endorse or promote products derived from this software |
|---|
| 323 | without specific prior written permission. |
|---|
| 324 | |
|---|
| 325 | THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND ANY EXPRESS |
|---|
| 326 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
|---|
| 327 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|---|
| 328 | DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR |
|---|
| 329 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 330 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|---|
| 331 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|---|
| 332 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
|---|
| 333 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
|---|
| 334 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
|---|
| 335 | POSSIBILITY OF SUCH DAMAGE. |
|---|
| 336 | |
|---|
| 337 | cgi LICENSE file: |
|---|
| 338 | Copyright 2001-2010, The University Court of the University of |
|---|
| 339 | Glasgow, Bjorn Bringert, Andy Gill, Anders Kaseorg, Ian Lynagh, Erik |
|---|
| 340 | Meijer, Sven Panne, Jeremy Shaw |
|---|
| 341 | |
|---|
| 342 | All rights reserved. |
|---|
| 343 | |
|---|
| 344 | Redistribution and use in source and binary forms, with or without |
|---|
| 345 | modification, are permitted provided that the following conditions are met: |
|---|
| 346 | |
|---|
| 347 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 348 | this list of conditions and the following disclaimer. |
|---|
| 349 | |
|---|
| 350 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 351 | this list of conditions and the following disclaimer in the documentation |
|---|
| 352 | and/or other materials provided with the distribution. |
|---|
| 353 | |
|---|
| 354 | - Neither name of the University nor the names of its contributors may be |
|---|
| 355 | used to endorse or promote products derived from this software without |
|---|
| 356 | specific prior written permission. |
|---|
| 357 | |
|---|
| 358 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 359 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 360 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 361 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 362 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 363 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 364 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 365 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 366 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 367 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 368 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 369 | DAMAGE. |
|---|
| 370 | |
|---|
| 371 | containers LICENSE file: |
|---|
| 372 | This library (libraries/containers) is derived from code from several |
|---|
| 373 | sources: |
|---|
| 374 | |
|---|
| 375 | * Code from the GHC project which is largely (c) The University of |
|---|
| 376 | Glasgow, and distributable under a BSD-style license (see below), |
|---|
| 377 | |
|---|
| 378 | * Code from the Haskell 98 Report which is (c) Simon Peyton Jones |
|---|
| 379 | and freely redistributable (but see the full license for |
|---|
| 380 | restrictions). |
|---|
| 381 | |
|---|
| 382 | * Code from the Haskell Foreign Function Interface specification, |
|---|
| 383 | which is (c) Manuel M. T. Chakravarty and freely redistributable |
|---|
| 384 | (but see the full license for restrictions). |
|---|
| 385 | |
|---|
| 386 | The full text of these licenses is reproduced below. All of the |
|---|
| 387 | licenses are BSD-style or compatible. |
|---|
| 388 | |
|---|
| 389 | ----------------------------------------------------------------------------- |
|---|
| 390 | |
|---|
| 391 | The Glasgow Haskell Compiler License |
|---|
| 392 | |
|---|
| 393 | Copyright 2004, The University Court of the University of Glasgow. |
|---|
| 394 | All rights reserved. |
|---|
| 395 | |
|---|
| 396 | Redistribution and use in source and binary forms, with or without |
|---|
| 397 | modification, are permitted provided that the following conditions are met: |
|---|
| 398 | |
|---|
| 399 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 400 | this list of conditions and the following disclaimer. |
|---|
| 401 | |
|---|
| 402 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 403 | this list of conditions and the following disclaimer in the documentation |
|---|
| 404 | and/or other materials provided with the distribution. |
|---|
| 405 | |
|---|
| 406 | - Neither name of the University nor the names of its contributors may be |
|---|
| 407 | used to endorse or promote products derived from this software without |
|---|
| 408 | specific prior written permission. |
|---|
| 409 | |
|---|
| 410 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 411 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 412 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 413 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 414 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 415 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 416 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 417 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 418 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 419 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 420 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 421 | DAMAGE. |
|---|
| 422 | |
|---|
| 423 | ----------------------------------------------------------------------------- |
|---|
| 424 | |
|---|
| 425 | Code derived from the document "Report on the Programming Language |
|---|
| 426 | Haskell 98", is distributed under the following license: |
|---|
| 427 | |
|---|
| 428 | Copyright (c) 2002 Simon Peyton Jones |
|---|
| 429 | |
|---|
| 430 | The authors intend this Report to belong to the entire Haskell |
|---|
| 431 | community, and so we grant permission to copy and distribute it for |
|---|
| 432 | any purpose, provided that it is reproduced in its entirety, |
|---|
| 433 | including this Notice. Modified versions of this Report may also be |
|---|
| 434 | copied and distributed for any purpose, provided that the modified |
|---|
| 435 | version is clearly presented as such, and that it does not claim to |
|---|
| 436 | be a definition of the Haskell 98 Language. |
|---|
| 437 | |
|---|
| 438 | ----------------------------------------------------------------------------- |
|---|
| 439 | |
|---|
| 440 | Code derived from the document "The Haskell 98 Foreign Function |
|---|
| 441 | Interface, An Addendum to the Haskell 98 Report" is distributed under |
|---|
| 442 | the following license: |
|---|
| 443 | |
|---|
| 444 | Copyright (c) 2002 Manuel M. T. Chakravarty |
|---|
| 445 | |
|---|
| 446 | The authors intend this Report to belong to the entire Haskell |
|---|
| 447 | community, and so we grant permission to copy and distribute it for |
|---|
| 448 | any purpose, provided that it is reproduced in its entirety, |
|---|
| 449 | including this Notice. Modified versions of this Report may also be |
|---|
| 450 | copied and distributed for any purpose, provided that the modified |
|---|
| 451 | version is clearly presented as such, and that it does not claim to |
|---|
| 452 | be a definition of the Haskell 98 Foreign Function Interface. |
|---|
| 453 | |
|---|
| 454 | ----------------------------------------------------------------------------- |
|---|
| 455 | |
|---|
| 456 | crypto-api LICENSE file: |
|---|
| 457 | Copyright (c) Thomas DuBuisson |
|---|
| 458 | |
|---|
| 459 | All rights reserved. |
|---|
| 460 | |
|---|
| 461 | Redistribution and use in source and binary forms, with or without |
|---|
| 462 | modification, are permitted provided that the following conditions |
|---|
| 463 | are met: |
|---|
| 464 | |
|---|
| 465 | 1. Redistributions of source code must retain the above copyright |
|---|
| 466 | notice, this list of conditions and the following disclaimer. |
|---|
| 467 | |
|---|
| 468 | 2. Redistributions in binary form must reproduce the above copyright |
|---|
| 469 | notice, this list of conditions and the following disclaimer in the |
|---|
| 470 | documentation and/or other materials provided with the distribution. |
|---|
| 471 | |
|---|
| 472 | 3. Neither the name of the author nor the names of his contributors |
|---|
| 473 | may be used to endorse or promote products derived from this software |
|---|
| 474 | without specific prior written permission. |
|---|
| 475 | |
|---|
| 476 | THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND ANY EXPRESS |
|---|
| 477 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
|---|
| 478 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|---|
| 479 | DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR |
|---|
| 480 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 481 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|---|
| 482 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|---|
| 483 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
|---|
| 484 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
|---|
| 485 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
|---|
| 486 | POSSIBILITY OF SUCH DAMAGE. |
|---|
| 487 | |
|---|
| 488 | |
|---|
| 489 | |
|---|
| 490 | LargeWord is the work of Dominic Steinitz. See LargeWord.hs for copyright information. |
|---|
| 491 | {http://www.opensource.org/licenses/bsd-license.php} |
|---|
| 492 | |
|---|
| 493 | data-default LICENSE file: |
|---|
| 494 | Copyright (c) 2010, Lukas Mai |
|---|
| 495 | |
|---|
| 496 | All rights reserved. |
|---|
| 497 | |
|---|
| 498 | Redistribution and use in source and binary forms, with or without modification, |
|---|
| 499 | are permitted provided that the following conditions are met: |
|---|
| 500 | |
|---|
| 501 | * Redistributions of source code must retain the above copyright notice, this |
|---|
| 502 | list of conditions and the following disclaimer. |
|---|
| 503 | * Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 504 | this list of conditions and the following disclaimer in the documentation |
|---|
| 505 | and/or other materials provided with the distribution. |
|---|
| 506 | * Neither the name of the author nor the names of his contributors |
|---|
| 507 | may be used to endorse or promote products derived from this software |
|---|
| 508 | without specific prior written permission. |
|---|
| 509 | |
|---|
| 510 | THIS SOFTWARE IS PROVIDED BY LUKAS MAI AND CONTRIBUTORS "AS IS" AND ANY |
|---|
| 511 | EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
|---|
| 512 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|---|
| 513 | DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY |
|---|
| 514 | DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
|---|
| 515 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
|---|
| 516 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
|---|
| 517 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
|---|
| 518 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
|---|
| 519 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| 520 | |
|---|
| 521 | directory LICENSE file: |
|---|
| 522 | This library (libraries/base) is derived from code from two |
|---|
| 523 | sources: |
|---|
| 524 | |
|---|
| 525 | * Code from the GHC project which is largely (c) The University of |
|---|
| 526 | Glasgow, and distributable under a BSD-style license (see below), |
|---|
| 527 | |
|---|
| 528 | * Code from the Haskell 98 Report which is (c) Simon Peyton Jones |
|---|
| 529 | and freely redistributable (but see the full license for |
|---|
| 530 | restrictions). |
|---|
| 531 | |
|---|
| 532 | The full text of these licenses is reproduced below. Both of the |
|---|
| 533 | licenses are BSD-style or compatible. |
|---|
| 534 | |
|---|
| 535 | ----------------------------------------------------------------------------- |
|---|
| 536 | |
|---|
| 537 | The Glasgow Haskell Compiler License |
|---|
| 538 | |
|---|
| 539 | Copyright 2004, The University Court of the University of Glasgow. |
|---|
| 540 | All rights reserved. |
|---|
| 541 | |
|---|
| 542 | Redistribution and use in source and binary forms, with or without |
|---|
| 543 | modification, are permitted provided that the following conditions are met: |
|---|
| 544 | |
|---|
| 545 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 546 | this list of conditions and the following disclaimer. |
|---|
| 547 | |
|---|
| 548 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 549 | this list of conditions and the following disclaimer in the documentation |
|---|
| 550 | and/or other materials provided with the distribution. |
|---|
| 551 | |
|---|
| 552 | - Neither name of the University nor the names of its contributors may be |
|---|
| 553 | used to endorse or promote products derived from this software without |
|---|
| 554 | specific prior written permission. |
|---|
| 555 | |
|---|
| 556 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 557 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 558 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 559 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 560 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 561 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 562 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 563 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 564 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 565 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 566 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 567 | DAMAGE. |
|---|
| 568 | |
|---|
| 569 | ----------------------------------------------------------------------------- |
|---|
| 570 | |
|---|
| 571 | Code derived from the document "Report on the Programming Language |
|---|
| 572 | Haskell 98", is distributed under the following license: |
|---|
| 573 | |
|---|
| 574 | Copyright (c) 2002 Simon Peyton Jones |
|---|
| 575 | |
|---|
| 576 | The authors intend this Report to belong to the entire Haskell |
|---|
| 577 | community, and so we grant permission to copy and distribute it for |
|---|
| 578 | any purpose, provided that it is reproduced in its entirety, |
|---|
| 579 | including this Notice. Modified versions of this Report may also be |
|---|
| 580 | copied and distributed for any purpose, provided that the modified |
|---|
| 581 | version is clearly presented as such, and that it does not claim to |
|---|
| 582 | be a definition of the Haskell 98 Language. |
|---|
| 583 | |
|---|
| 584 | ----------------------------------------------------------------------------- |
|---|
| 585 | |
|---|
| 586 | extensible-exceptions LICENSE file: |
|---|
| 587 | This library (libraries/extensible-exceptions) is derived from code from several |
|---|
| 588 | sources: |
|---|
| 589 | |
|---|
| 590 | * Code from the GHC project which is largely (c) The University of |
|---|
| 591 | Glasgow, and distributable under a BSD-style license (see below), |
|---|
| 592 | |
|---|
| 593 | * Code from the Haskell 98 Report which is (c) Simon Peyton Jones |
|---|
| 594 | and freely redistributable (but see the full license for |
|---|
| 595 | restrictions). |
|---|
| 596 | |
|---|
| 597 | * Code from the Haskell Foreign Function Interface specification, |
|---|
| 598 | which is (c) Manuel M. T. Chakravarty and freely redistributable |
|---|
| 599 | (but see the full license for restrictions). |
|---|
| 600 | |
|---|
| 601 | The full text of these licenses is reproduced below. All of the |
|---|
| 602 | licenses are BSD-style or compatible. |
|---|
| 603 | |
|---|
| 604 | ----------------------------------------------------------------------------- |
|---|
| 605 | |
|---|
| 606 | The Glasgow Haskell Compiler License |
|---|
| 607 | |
|---|
| 608 | Copyright 2004, The University Court of the University of Glasgow. |
|---|
| 609 | All rights reserved. |
|---|
| 610 | |
|---|
| 611 | Redistribution and use in source and binary forms, with or without |
|---|
| 612 | modification, are permitted provided that the following conditions are met: |
|---|
| 613 | |
|---|
| 614 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 615 | this list of conditions and the following disclaimer. |
|---|
| 616 | |
|---|
| 617 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 618 | this list of conditions and the following disclaimer in the documentation |
|---|
| 619 | and/or other materials provided with the distribution. |
|---|
| 620 | |
|---|
| 621 | - Neither name of the University nor the names of its contributors may be |
|---|
| 622 | used to endorse or promote products derived from this software without |
|---|
| 623 | specific prior written permission. |
|---|
| 624 | |
|---|
| 625 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 626 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 627 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 628 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 629 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 630 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 631 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 632 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 633 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 634 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 635 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 636 | DAMAGE. |
|---|
| 637 | |
|---|
| 638 | ----------------------------------------------------------------------------- |
|---|
| 639 | |
|---|
| 640 | Code derived from the document "Report on the Programming Language |
|---|
| 641 | Haskell 98", is distributed under the following license: |
|---|
| 642 | |
|---|
| 643 | Copyright (c) 2002 Simon Peyton Jones |
|---|
| 644 | |
|---|
| 645 | The authors intend this Report to belong to the entire Haskell |
|---|
| 646 | community, and so we grant permission to copy and distribute it for |
|---|
| 647 | any purpose, provided that it is reproduced in its entirety, |
|---|
| 648 | including this Notice. Modified versions of this Report may also be |
|---|
| 649 | copied and distributed for any purpose, provided that the modified |
|---|
| 650 | version is clearly presented as such, and that it does not claim to |
|---|
| 651 | be a definition of the Haskell 98 Language. |
|---|
| 652 | |
|---|
| 653 | ----------------------------------------------------------------------------- |
|---|
| 654 | |
|---|
| 655 | Code derived from the document "The Haskell 98 Foreign Function |
|---|
| 656 | Interface, An Addendum to the Haskell 98 Report" is distributed under |
|---|
| 657 | the following license: |
|---|
| 658 | |
|---|
| 659 | Copyright (c) 2002 Manuel M. T. Chakravarty |
|---|
| 660 | |
|---|
| 661 | The authors intend this Report to belong to the entire Haskell |
|---|
| 662 | community, and so we grant permission to copy and distribute it for |
|---|
| 663 | any purpose, provided that it is reproduced in its entirety, |
|---|
| 664 | including this Notice. Modified versions of this Report may also be |
|---|
| 665 | copied and distributed for any purpose, provided that the modified |
|---|
| 666 | version is clearly presented as such, and that it does not claim to |
|---|
| 667 | be a definition of the Haskell 98 Foreign Function Interface. |
|---|
| 668 | |
|---|
| 669 | ----------------------------------------------------------------------------- |
|---|
| 670 | |
|---|
| 671 | ffi LICENSE file: |
|---|
| 672 | libffi - Copyright (c) 1996-2008 Red Hat, Inc and others. |
|---|
| 673 | See source files for details. |
|---|
| 674 | |
|---|
| 675 | Permission is hereby granted, free of charge, to any person obtaining |
|---|
| 676 | a copy of this software and associated documentation files (the |
|---|
| 677 | ``Software''), to deal in the Software without restriction, including |
|---|
| 678 | without limitation the rights to use, copy, modify, merge, publish, |
|---|
| 679 | distribute, sublicense, and/or sell copies of the Software, and to |
|---|
| 680 | permit persons to whom the Software is furnished to do so, subject to |
|---|
| 681 | the following conditions: |
|---|
| 682 | |
|---|
| 683 | The above copyright notice and this permission notice shall be included |
|---|
| 684 | in all copies or substantial portions of the Software. |
|---|
| 685 | |
|---|
| 686 | THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, |
|---|
| 687 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
|---|
| 688 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
|---|
| 689 | IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
|---|
| 690 | CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
|---|
| 691 | TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
|---|
| 692 | SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
|---|
| 693 | |
|---|
| 694 | filepath LICENSE file: |
|---|
| 695 | Copyright Neil Mitchell 2005-2007. |
|---|
| 696 | All rights reserved. |
|---|
| 697 | |
|---|
| 698 | Redistribution and use in source and binary forms, with or without |
|---|
| 699 | modification, are permitted provided that the following conditions are |
|---|
| 700 | met: |
|---|
| 701 | |
|---|
| 702 | * Redistributions of source code must retain the above copyright |
|---|
| 703 | notice, this list of conditions and the following disclaimer. |
|---|
| 704 | |
|---|
| 705 | * Redistributions in binary form must reproduce the above |
|---|
| 706 | copyright notice, this list of conditions and the following |
|---|
| 707 | disclaimer in the documentation and/or other materials provided |
|---|
| 708 | with the distribution. |
|---|
| 709 | |
|---|
| 710 | * Neither the name of Neil Mitchell nor the names of other |
|---|
| 711 | contributors may be used to endorse or promote products derived |
|---|
| 712 | from this software without specific prior written permission. |
|---|
| 713 | |
|---|
| 714 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
|---|
| 715 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
|---|
| 716 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
|---|
| 717 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
|---|
| 718 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
|---|
| 719 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
|---|
| 720 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
|---|
| 721 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
|---|
| 722 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
|---|
| 723 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
|---|
| 724 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| 725 | |
|---|
| 726 | ghc-prim LICENSE file: |
|---|
| 727 | This library (libraries/ghc-prim) is derived from code from several |
|---|
| 728 | sources: |
|---|
| 729 | |
|---|
| 730 | * Code from the GHC project which is largely (c) The University of |
|---|
| 731 | Glasgow, and distributable under a BSD-style license (see below), |
|---|
| 732 | |
|---|
| 733 | * Code from the Haskell 98 Report which is (c) Simon Peyton Jones |
|---|
| 734 | and freely redistributable (but see the full license for |
|---|
| 735 | restrictions). |
|---|
| 736 | |
|---|
| 737 | The full text of these licenses is reproduced below. All of the |
|---|
| 738 | licenses are BSD-style or compatible. |
|---|
| 739 | |
|---|
| 740 | ----------------------------------------------------------------------------- |
|---|
| 741 | |
|---|
| 742 | The Glasgow Haskell Compiler License |
|---|
| 743 | |
|---|
| 744 | Copyright 2004, The University Court of the University of Glasgow. |
|---|
| 745 | All rights reserved. |
|---|
| 746 | |
|---|
| 747 | Redistribution and use in source and binary forms, with or without |
|---|
| 748 | modification, are permitted provided that the following conditions are met: |
|---|
| 749 | |
|---|
| 750 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 751 | this list of conditions and the following disclaimer. |
|---|
| 752 | |
|---|
| 753 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 754 | this list of conditions and the following disclaimer in the documentation |
|---|
| 755 | and/or other materials provided with the distribution. |
|---|
| 756 | |
|---|
| 757 | - Neither name of the University nor the names of its contributors may be |
|---|
| 758 | used to endorse or promote products derived from this software without |
|---|
| 759 | specific prior written permission. |
|---|
| 760 | |
|---|
| 761 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 762 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 763 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 764 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 765 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 766 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 767 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 768 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 769 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 770 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 771 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 772 | DAMAGE. |
|---|
| 773 | |
|---|
| 774 | ----------------------------------------------------------------------------- |
|---|
| 775 | |
|---|
| 776 | Code derived from the document "Report on the Programming Language |
|---|
| 777 | Haskell 98", is distributed under the following license: |
|---|
| 778 | |
|---|
| 779 | Copyright (c) 2002 Simon Peyton Jones |
|---|
| 780 | |
|---|
| 781 | The authors intend this Report to belong to the entire Haskell |
|---|
| 782 | community, and so we grant permission to copy and distribute it for |
|---|
| 783 | any purpose, provided that it is reproduced in its entirety, |
|---|
| 784 | including this Notice. Modified versions of this Report may also be |
|---|
| 785 | copied and distributed for any purpose, provided that the modified |
|---|
| 786 | version is clearly presented as such, and that it does not claim to |
|---|
| 787 | be a definition of the Haskell 98 Language. |
|---|
| 788 | |
|---|
| 789 | haskell98 LICENSE file: |
|---|
| 790 | Code derived from the document "Report on the Programming Language |
|---|
| 791 | Haskell 98", is distributed under the following license: |
|---|
| 792 | |
|---|
| 793 | Copyright (c) 2002 Simon Peyton Jones |
|---|
| 794 | |
|---|
| 795 | The authors intend this Report to belong to the entire Haskell |
|---|
| 796 | community, and so we grant permission to copy and distribute it for |
|---|
| 797 | any purpose, provided that it is reproduced in its entirety, |
|---|
| 798 | including this Notice. Modified versions of this Report may also be |
|---|
| 799 | copied and distributed for any purpose, provided that the modified |
|---|
| 800 | version is clearly presented as such, and that it does not claim to |
|---|
| 801 | be a definition of the Haskell 98 Language. |
|---|
| 802 | |
|---|
| 803 | ----------------------------------------------------------------------------- |
|---|
| 804 | |
|---|
| 805 | Code derived from the document "The Haskell 98 Foreign Function |
|---|
| 806 | Interface, An Addendum to the Haskell 98 Report" is distributed under |
|---|
| 807 | the following license: |
|---|
| 808 | |
|---|
| 809 | Copyright (c) 2002 Manuel M. T. Chakravarty |
|---|
| 810 | |
|---|
| 811 | The authors intend this Report to belong to the entire Haskell |
|---|
| 812 | community, and so we grant permission to copy and distribute it for |
|---|
| 813 | any purpose, provided that it is reproduced in its entirety, |
|---|
| 814 | including this Notice. Modified versions of this Report may also be |
|---|
| 815 | copied and distributed for any purpose, provided that the modified |
|---|
| 816 | version is clearly presented as such, and that it does not claim to |
|---|
| 817 | be a definition of the Haskell 98 Foreign Function Interface. |
|---|
| 818 | |
|---|
| 819 | hsluamodded COPYRIGHT file for the original hslua module: |
|---|
| 820 | Lua License |
|---|
| 821 | ----------- |
|---|
| 822 | |
|---|
| 823 | Lua is licensed under the terms of the MIT license reproduced below. |
|---|
| 824 | This means that Lua is free software and can be used for both academic |
|---|
| 825 | and commercial purposes at absolutely no cost. |
|---|
| 826 | |
|---|
| 827 | For details and rationale, see http://www.lua.org/license.html . |
|---|
| 828 | |
|---|
| 829 | =============================================================================== |
|---|
| 830 | |
|---|
| 831 | Copyright (C) 1994-2007 Lua.org, PUC-Rio. |
|---|
| 832 | Copyright (C) 2007 Gracjan Polak |
|---|
| 833 | |
|---|
| 834 | Permission is hereby granted, free of charge, to any person obtaining a copy |
|---|
| 835 | of this software and associated documentation files (the "Software"), to deal |
|---|
| 836 | in the Software without restriction, including without limitation the rights |
|---|
| 837 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
|---|
| 838 | copies of the Software, and to permit persons to whom the Software is |
|---|
| 839 | furnished to do so, subject to the following conditions: |
|---|
| 840 | |
|---|
| 841 | The above copyright notice and this permission notice shall be included in |
|---|
| 842 | all copies or substantial portions of the Software. |
|---|
| 843 | |
|---|
| 844 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|---|
| 845 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|---|
| 846 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
|---|
| 847 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
|---|
| 848 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
|---|
| 849 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
|---|
| 850 | THE SOFTWARE. |
|---|
| 851 | |
|---|
| 852 | =============================================================================== |
|---|
| 853 | |
|---|
| 854 | (end of COPYRIGHT) |
|---|
| 855 | |
|---|
| 856 | HTTP LICENSE file: |
|---|
| 857 | Copyright (c) 2002, Warrick Gray |
|---|
| 858 | Copyright (c) 2002-2005, Ian Lynagh |
|---|
| 859 | Copyright (c) 2003-2006, Bjorn Bringert |
|---|
| 860 | Copyright (c) 2004, Andre Furtado |
|---|
| 861 | Copyright (c) 2004, Ganesh Sittampalam |
|---|
| 862 | Copyright (c) 2004-2005, Dominic Steinitz |
|---|
| 863 | |
|---|
| 864 | All rights reserved. |
|---|
| 865 | |
|---|
| 866 | Redistribution and use in source and binary forms, with or without |
|---|
| 867 | modification, are permitted provided that the following conditions are |
|---|
| 868 | met: |
|---|
| 869 | |
|---|
| 870 | * Redistributions of source code must retain the above copyright |
|---|
| 871 | notice, this list of conditions and the following disclaimer. |
|---|
| 872 | |
|---|
| 873 | * Redistributions in binary form must reproduce the above |
|---|
| 874 | copyright notice, this list of conditions and the following |
|---|
| 875 | disclaimer in the documentation and/or other materials provided |
|---|
| 876 | with the distribution. |
|---|
| 877 | |
|---|
| 878 | * The names of contributors may not be used to endorse or promote |
|---|
| 879 | products derived from this software without specific prior |
|---|
| 880 | written permission. |
|---|
| 881 | |
|---|
| 882 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
|---|
| 883 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
|---|
| 884 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
|---|
| 885 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
|---|
| 886 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
|---|
| 887 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
|---|
| 888 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
|---|
| 889 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
|---|
| 890 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
|---|
| 891 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
|---|
| 892 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| 893 | |
|---|
| 894 | integer-simple LICENSE file: |
|---|
| 895 | Copyright (c) Ian Lynagh, 2007-2008. |
|---|
| 896 | All rights reserved. |
|---|
| 897 | |
|---|
| 898 | Redistribution and use in source and binary forms, with or without |
|---|
| 899 | modification, are permitted provided that the following conditions |
|---|
| 900 | are met: |
|---|
| 901 | 1. Redistributions of source code must retain the above copyright |
|---|
| 902 | notice, this list of conditions and the following disclaimer. |
|---|
| 903 | 2. Redistributions in binary form must reproduce the above copyright |
|---|
| 904 | notice, this list of conditions and the following disclaimer in the |
|---|
| 905 | documentation and/or other materials provided with the distribution. |
|---|
| 906 | 3. Neither the name of the author nor the names of its contributors |
|---|
| 907 | may be used to endorse or promote products derived from this software |
|---|
| 908 | without specific prior written permission. |
|---|
| 909 | |
|---|
| 910 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |
|---|
| 911 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|---|
| 912 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|---|
| 913 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
|---|
| 914 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 915 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|---|
| 916 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|---|
| 917 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 918 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 919 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|---|
| 920 | SUCH DAMAGE. |
|---|
| 921 | |
|---|
| 922 | json LICENSE file: |
|---|
| 923 | Copyright (c) Galois, Inc. 2007 |
|---|
| 924 | |
|---|
| 925 | All rights reserved. |
|---|
| 926 | |
|---|
| 927 | Redistribution and use in source and binary forms, with or without |
|---|
| 928 | modification, are permitted provided that the following conditions |
|---|
| 929 | are met: |
|---|
| 930 | 1. Redistributions of source code must retain the above copyright |
|---|
| 931 | notice, this list of conditions and the following disclaimer. |
|---|
| 932 | 2. Redistributions in binary form must reproduce the above copyright |
|---|
| 933 | notice, this list of conditions and the following disclaimer in the |
|---|
| 934 | documentation and/or other materials provided with the distribution. |
|---|
| 935 | 3. Neither the name of the author nor the names of his contributors |
|---|
| 936 | may be used to endorse or promote products derived from this software |
|---|
| 937 | without specific prior written permission. |
|---|
| 938 | |
|---|
| 939 | THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND |
|---|
| 940 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|---|
| 941 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|---|
| 942 | ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE |
|---|
| 943 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 944 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|---|
| 945 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|---|
| 946 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 947 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 948 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|---|
| 949 | SUCH DAMAGE. |
|---|
| 950 | |
|---|
| 951 | MonadCatchIO-mtl is in the public domain. |
|---|
| 952 | |
|---|
| 953 | mtl LICENSE file: |
|---|
| 954 | The Glasgow Haskell Compiler License |
|---|
| 955 | |
|---|
| 956 | Copyright 2004, The University Court of the University of Glasgow. |
|---|
| 957 | All rights reserved. |
|---|
| 958 | |
|---|
| 959 | Redistribution and use in source and binary forms, with or without |
|---|
| 960 | modification, are permitted provided that the following conditions are met: |
|---|
| 961 | |
|---|
| 962 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 963 | this list of conditions and the following disclaimer. |
|---|
| 964 | |
|---|
| 965 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 966 | this list of conditions and the following disclaimer in the documentation |
|---|
| 967 | and/or other materials provided with the distribution. |
|---|
| 968 | |
|---|
| 969 | - Neither name of the University nor the names of its contributors may be |
|---|
| 970 | used to endorse or promote products derived from this software without |
|---|
| 971 | specific prior written permission. |
|---|
| 972 | |
|---|
| 973 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 974 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 975 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 976 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 977 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 978 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 979 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 980 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 981 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 982 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 983 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 984 | DAMAGE. |
|---|
| 985 | |
|---|
| 986 | network LICENSE file: |
|---|
| 987 | Copyright (c) 2002-2010, The University Court of the University of Glasgow. |
|---|
| 988 | Copyright (c) 2007-2010, Johan Tibell |
|---|
| 989 | |
|---|
| 990 | Redistribution and use in source and binary forms, with or without |
|---|
| 991 | modification, are permitted provided that the following conditions are met: |
|---|
| 992 | |
|---|
| 993 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 994 | this list of conditions and the following disclaimer. |
|---|
| 995 | |
|---|
| 996 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 997 | this list of conditions and the following disclaimer in the documentation |
|---|
| 998 | and/or other materials provided with the distribution. |
|---|
| 999 | |
|---|
| 1000 | - Neither name of the University nor the names of its contributors may be |
|---|
| 1001 | used to endorse or promote products derived from this software without |
|---|
| 1002 | specific prior written permission. |
|---|
| 1003 | |
|---|
| 1004 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 1005 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 1006 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 1007 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 1008 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 1009 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 1010 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 1011 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 1012 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 1013 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 1014 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 1015 | DAMAGE. |
|---|
| 1016 | |
|---|
| 1017 | old-locale LICENSE file: |
|---|
| 1018 | This library (libraries/base) is derived from code from two |
|---|
| 1019 | sources: |
|---|
| 1020 | |
|---|
| 1021 | * Code from the GHC project which is largely (c) The University of |
|---|
| 1022 | Glasgow, and distributable under a BSD-style license (see below), |
|---|
| 1023 | |
|---|
| 1024 | * Code from the Haskell 98 Report which is (c) Simon Peyton Jones |
|---|
| 1025 | and freely redistributable (but see the full license for |
|---|
| 1026 | restrictions). |
|---|
| 1027 | |
|---|
| 1028 | The full text of these licenses is reproduced below. Both of the |
|---|
| 1029 | licenses are BSD-style or compatible. |
|---|
| 1030 | |
|---|
| 1031 | ----------------------------------------------------------------------------- |
|---|
| 1032 | |
|---|
| 1033 | The Glasgow Haskell Compiler License |
|---|
| 1034 | |
|---|
| 1035 | Copyright 2004, The University Court of the University of Glasgow. |
|---|
| 1036 | All rights reserved. |
|---|
| 1037 | |
|---|
| 1038 | Redistribution and use in source and binary forms, with or without |
|---|
| 1039 | modification, are permitted provided that the following conditions are met: |
|---|
| 1040 | |
|---|
| 1041 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 1042 | this list of conditions and the following disclaimer. |
|---|
| 1043 | |
|---|
| 1044 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 1045 | this list of conditions and the following disclaimer in the documentation |
|---|
| 1046 | and/or other materials provided with the distribution. |
|---|
| 1047 | |
|---|
| 1048 | - Neither name of the University nor the names of its contributors may be |
|---|
| 1049 | used to endorse or promote products derived from this software without |
|---|
| 1050 | specific prior written permission. |
|---|
| 1051 | |
|---|
| 1052 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 1053 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 1054 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 1055 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 1056 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 1057 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 1058 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 1059 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 1060 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 1061 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 1062 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 1063 | DAMAGE. |
|---|
| 1064 | |
|---|
| 1065 | ----------------------------------------------------------------------------- |
|---|
| 1066 | |
|---|
| 1067 | Code derived from the document "Report on the Programming Language |
|---|
| 1068 | Haskell 98", is distributed under the following license: |
|---|
| 1069 | |
|---|
| 1070 | Copyright (c) 2002 Simon Peyton Jones |
|---|
| 1071 | |
|---|
| 1072 | The authors intend this Report to belong to the entire Haskell |
|---|
| 1073 | community, and so we grant permission to copy and distribute it for |
|---|
| 1074 | any purpose, provided that it is reproduced in its entirety, |
|---|
| 1075 | including this Notice. Modified versions of this Report may also be |
|---|
| 1076 | copied and distributed for any purpose, provided that the modified |
|---|
| 1077 | version is clearly presented as such, and that it does not claim to |
|---|
| 1078 | be a definition of the Haskell 98 Language. |
|---|
| 1079 | |
|---|
| 1080 | ----------------------------------------------------------------------------- |
|---|
| 1081 | |
|---|
| 1082 | old-time LICENSE file: |
|---|
| 1083 | This library (libraries/base) is derived from code from two |
|---|
| 1084 | sources: |
|---|
| 1085 | |
|---|
| 1086 | * Code from the GHC project which is largely (c) The University of |
|---|
| 1087 | Glasgow, and distributable under a BSD-style license (see below), |
|---|
| 1088 | |
|---|
| 1089 | * Code from the Haskell 98 Report which is (c) Simon Peyton Jones |
|---|
| 1090 | and freely redistributable (but see the full license for |
|---|
| 1091 | restrictions). |
|---|
| 1092 | |
|---|
| 1093 | The full text of these licenses is reproduced below. Both of the |
|---|
| 1094 | licenses are BSD-style or compatible. |
|---|
| 1095 | |
|---|
| 1096 | ----------------------------------------------------------------------------- |
|---|
| 1097 | |
|---|
| 1098 | The Glasgow Haskell Compiler License |
|---|
| 1099 | |
|---|
| 1100 | Copyright 2004, The University Court of the University of Glasgow. |
|---|
| 1101 | All rights reserved. |
|---|
| 1102 | |
|---|
| 1103 | Redistribution and use in source and binary forms, with or without |
|---|
| 1104 | modification, are permitted provided that the following conditions are met: |
|---|
| 1105 | |
|---|
| 1106 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 1107 | this list of conditions and the following disclaimer. |
|---|
| 1108 | |
|---|
| 1109 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 1110 | this list of conditions and the following disclaimer in the documentation |
|---|
| 1111 | and/or other materials provided with the distribution. |
|---|
| 1112 | |
|---|
| 1113 | - Neither name of the University nor the names of its contributors may be |
|---|
| 1114 | used to endorse or promote products derived from this software without |
|---|
| 1115 | specific prior written permission. |
|---|
| 1116 | |
|---|
| 1117 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 1118 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 1119 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 1120 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 1121 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 1122 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 1123 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 1124 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 1125 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 1126 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 1127 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 1128 | DAMAGE. |
|---|
| 1129 | |
|---|
| 1130 | ----------------------------------------------------------------------------- |
|---|
| 1131 | |
|---|
| 1132 | Code derived from the document "Report on the Programming Language |
|---|
| 1133 | Haskell 98", is distributed under the following license: |
|---|
| 1134 | |
|---|
| 1135 | Copyright (c) 2002 Simon Peyton Jones |
|---|
| 1136 | |
|---|
| 1137 | The authors intend this Report to belong to the entire Haskell |
|---|
| 1138 | community, and so we grant permission to copy and distribute it for |
|---|
| 1139 | any purpose, provided that it is reproduced in its entirety, |
|---|
| 1140 | including this Notice. Modified versions of this Report may also be |
|---|
| 1141 | copied and distributed for any purpose, provided that the modified |
|---|
| 1142 | version is clearly presented as such, and that it does not claim to |
|---|
| 1143 | be a definition of the Haskell 98 Language. |
|---|
| 1144 | |
|---|
| 1145 | ----------------------------------------------------------------------------- |
|---|
| 1146 | |
|---|
| 1147 | parsec LICENSE file: |
|---|
| 1148 | Copyright 1999-2000, Daan Leijen. All rights reserved. |
|---|
| 1149 | |
|---|
| 1150 | Redistribution and use in source and binary forms, with or without |
|---|
| 1151 | modification, are permitted provided that the following conditions are met: |
|---|
| 1152 | |
|---|
| 1153 | * Redistributions of source code must retain the above copyright notice, |
|---|
| 1154 | this list of conditions and the following disclaimer. |
|---|
| 1155 | * Redistributions in binary form must reproduce the above copyright |
|---|
| 1156 | notice, this list of conditions and the following disclaimer in the |
|---|
| 1157 | documentation and/or other materials provided with the distribution. |
|---|
| 1158 | |
|---|
| 1159 | This software is provided by the copyright holders "as is" and any express or |
|---|
| 1160 | implied warranties, including, but not limited to, the implied warranties of |
|---|
| 1161 | merchantability and fitness for a particular purpose are disclaimed. In no |
|---|
| 1162 | event shall the copyright holders be liable for any direct, indirect, |
|---|
| 1163 | incidental, special, exemplary, or consequential damages (including, but not |
|---|
| 1164 | limited to, procurement of substitute goods or services; loss of use, data, |
|---|
| 1165 | or profits; or business interruption) however caused and on any theory of |
|---|
| 1166 | liability, whether in contract, strict liability, or tort (including |
|---|
| 1167 | negligence or otherwise) arising in any way out of the use of this software, |
|---|
| 1168 | even if advised of the possibility of such damage. |
|---|
| 1169 | |
|---|
| 1170 | pretty LICENSE file: |
|---|
| 1171 | This library (libraries/pretty) is derived from code from |
|---|
| 1172 | the GHC project which is largely (c) The University of |
|---|
| 1173 | Glasgow, and distributable under a BSD-style license (see below). |
|---|
| 1174 | |
|---|
| 1175 | ----------------------------------------------------------------------------- |
|---|
| 1176 | |
|---|
| 1177 | The Glasgow Haskell Compiler License |
|---|
| 1178 | |
|---|
| 1179 | Copyright 2004, The University Court of the University of Glasgow. |
|---|
| 1180 | All rights reserved. |
|---|
| 1181 | |
|---|
| 1182 | Redistribution and use in source and binary forms, with or without |
|---|
| 1183 | modification, are permitted provided that the following conditions are met: |
|---|
| 1184 | |
|---|
| 1185 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 1186 | this list of conditions and the following disclaimer. |
|---|
| 1187 | |
|---|
| 1188 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 1189 | this list of conditions and the following disclaimer in the documentation |
|---|
| 1190 | and/or other materials provided with the distribution. |
|---|
| 1191 | |
|---|
| 1192 | - Neither name of the University nor the names of its contributors may be |
|---|
| 1193 | used to endorse or promote products derived from this software without |
|---|
| 1194 | specific prior written permission. |
|---|
| 1195 | |
|---|
| 1196 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 1197 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 1198 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 1199 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 1200 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 1201 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 1202 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 1203 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 1204 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 1205 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 1206 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 1207 | DAMAGE. |
|---|
| 1208 | |
|---|
| 1209 | ----------------------------------------------------------------------------- |
|---|
| 1210 | |
|---|
| 1211 | process LICENSE file: |
|---|
| 1212 | This library (libraries/process) is derived from code from two |
|---|
| 1213 | sources: |
|---|
| 1214 | |
|---|
| 1215 | * Code from the GHC project which is largely (c) The University of |
|---|
| 1216 | Glasgow, and distributable under a BSD-style license (see below), |
|---|
| 1217 | |
|---|
| 1218 | * Code from the Haskell 98 Report which is (c) Simon Peyton Jones |
|---|
| 1219 | and freely redistributable (but see the full license for |
|---|
| 1220 | restrictions). |
|---|
| 1221 | |
|---|
| 1222 | The full text of these licenses is reproduced below. Both of the |
|---|
| 1223 | licenses are BSD-style or compatible. |
|---|
| 1224 | |
|---|
| 1225 | ----------------------------------------------------------------------------- |
|---|
| 1226 | |
|---|
| 1227 | The Glasgow Haskell Compiler License |
|---|
| 1228 | |
|---|
| 1229 | Copyright 2004, The University Court of the University of Glasgow. |
|---|
| 1230 | All rights reserved. |
|---|
| 1231 | |
|---|
| 1232 | Redistribution and use in source and binary forms, with or without |
|---|
| 1233 | modification, are permitted provided that the following conditions are met: |
|---|
| 1234 | |
|---|
| 1235 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 1236 | this list of conditions and the following disclaimer. |
|---|
| 1237 | |
|---|
| 1238 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 1239 | this list of conditions and the following disclaimer in the documentation |
|---|
| 1240 | and/or other materials provided with the distribution. |
|---|
| 1241 | |
|---|
| 1242 | - Neither name of the University nor the names of its contributors may be |
|---|
| 1243 | used to endorse or promote products derived from this software without |
|---|
| 1244 | specific prior written permission. |
|---|
| 1245 | |
|---|
| 1246 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 1247 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 1248 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 1249 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 1250 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 1251 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 1252 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 1253 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 1254 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 1255 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 1256 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 1257 | DAMAGE. |
|---|
| 1258 | |
|---|
| 1259 | ----------------------------------------------------------------------------- |
|---|
| 1260 | |
|---|
| 1261 | Code derived from the document "Report on the Programming Language |
|---|
| 1262 | Haskell 98", is distributed under the following license: |
|---|
| 1263 | |
|---|
| 1264 | Copyright (c) 2002 Simon Peyton Jones |
|---|
| 1265 | |
|---|
| 1266 | The authors intend this Report to belong to the entire Haskell |
|---|
| 1267 | community, and so we grant permission to copy and distribute it for |
|---|
| 1268 | any purpose, provided that it is reproduced in its entirety, |
|---|
| 1269 | including this Notice. Modified versions of this Report may also be |
|---|
| 1270 | copied and distributed for any purpose, provided that the modified |
|---|
| 1271 | version is clearly presented as such, and that it does not claim to |
|---|
| 1272 | be a definition of the Haskell 98 Language. |
|---|
| 1273 | |
|---|
| 1274 | ----------------------------------------------------------------------------- |
|---|
| 1275 | |
|---|
| 1276 | pureMD5 LICENSE file: |
|---|
| 1277 | Copyright (c) Thomas DuBuisson |
|---|
| 1278 | |
|---|
| 1279 | All rights reserved. |
|---|
| 1280 | |
|---|
| 1281 | Redistribution and use in source and binary forms, with or without |
|---|
| 1282 | modification, are permitted provided that the following conditions |
|---|
| 1283 | are met: |
|---|
| 1284 | |
|---|
| 1285 | 1. Redistributions of source code must retain the above copyright |
|---|
| 1286 | notice, this list of conditions and the following disclaimer. |
|---|
| 1287 | |
|---|
| 1288 | 2. Redistributions in binary form must reproduce the above copyright |
|---|
| 1289 | notice, this list of conditions and the following disclaimer in the |
|---|
| 1290 | documentation and/or other materials provided with the distribution. |
|---|
| 1291 | |
|---|
| 1292 | 3. Neither the name of the author nor the names of his contributors |
|---|
| 1293 | may be used to endorse or promote products derived from this software |
|---|
| 1294 | without specific prior written permission. |
|---|
| 1295 | |
|---|
| 1296 | THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND ANY EXPRESS |
|---|
| 1297 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
|---|
| 1298 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|---|
| 1299 | DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR |
|---|
| 1300 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 1301 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
|---|
| 1302 | OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
|---|
| 1303 | HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
|---|
| 1304 | STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
|---|
| 1305 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
|---|
| 1306 | POSSIBILITY OF SUCH DAMAGE. |
|---|
| 1307 | |
|---|
| 1308 | random LICENSE file: |
|---|
| 1309 | This library (libraries/base) is derived from code from two |
|---|
| 1310 | sources: |
|---|
| 1311 | |
|---|
| 1312 | * Code from the GHC project which is largely (c) The University of |
|---|
| 1313 | Glasgow, and distributable under a BSD-style license (see below), |
|---|
| 1314 | |
|---|
| 1315 | * Code from the Haskell 98 Report which is (c) Simon Peyton Jones |
|---|
| 1316 | and freely redistributable (but see the full license for |
|---|
| 1317 | restrictions). |
|---|
| 1318 | |
|---|
| 1319 | The full text of these licenses is reproduced below. Both of the |
|---|
| 1320 | licenses are BSD-style or compatible. |
|---|
| 1321 | |
|---|
| 1322 | ----------------------------------------------------------------------------- |
|---|
| 1323 | |
|---|
| 1324 | The Glasgow Haskell Compiler License |
|---|
| 1325 | |
|---|
| 1326 | Copyright 2004, The University Court of the University of Glasgow. |
|---|
| 1327 | All rights reserved. |
|---|
| 1328 | |
|---|
| 1329 | Redistribution and use in source and binary forms, with or without |
|---|
| 1330 | modification, are permitted provided that the following conditions are met: |
|---|
| 1331 | |
|---|
| 1332 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 1333 | this list of conditions and the following disclaimer. |
|---|
| 1334 | |
|---|
| 1335 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 1336 | this list of conditions and the following disclaimer in the documentation |
|---|
| 1337 | and/or other materials provided with the distribution. |
|---|
| 1338 | |
|---|
| 1339 | - Neither name of the University nor the names of its contributors may be |
|---|
| 1340 | used to endorse or promote products derived from this software without |
|---|
| 1341 | specific prior written permission. |
|---|
| 1342 | |
|---|
| 1343 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 1344 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 1345 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 1346 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 1347 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 1348 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 1349 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 1350 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 1351 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 1352 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 1353 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 1354 | DAMAGE. |
|---|
| 1355 | |
|---|
| 1356 | ----------------------------------------------------------------------------- |
|---|
| 1357 | |
|---|
| 1358 | Code derived from the document "Report on the Programming Language |
|---|
| 1359 | Haskell 98", is distributed under the following license: |
|---|
| 1360 | |
|---|
| 1361 | Copyright (c) 2002 Simon Peyton Jones |
|---|
| 1362 | |
|---|
| 1363 | The authors intend this Report to belong to the entire Haskell |
|---|
| 1364 | community, and so we grant permission to copy and distribute it for |
|---|
| 1365 | any purpose, provided that it is reproduced in its entirety, |
|---|
| 1366 | including this Notice. Modified versions of this Report may also be |
|---|
| 1367 | copied and distributed for any purpose, provided that the modified |
|---|
| 1368 | version is clearly presented as such, and that it does not claim to |
|---|
| 1369 | be a definition of the Haskell 98 Language. |
|---|
| 1370 | |
|---|
| 1371 | ----------------------------------------------------------------------------- |
|---|
| 1372 | |
|---|
| 1373 | regex-base LICENSE file: |
|---|
| 1374 | This modile is under this "3 clause" BSD license: |
|---|
| 1375 | |
|---|
| 1376 | Copyright (c) 2007, Christopher Kuklewicz |
|---|
| 1377 | All rights reserved. |
|---|
| 1378 | |
|---|
| 1379 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
|---|
| 1380 | |
|---|
| 1381 | * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. |
|---|
| 1382 | * 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. |
|---|
| 1383 | * The names of the contributors may not be used to endorse or promote products derived from this software without specific prior written permission. |
|---|
| 1384 | |
|---|
| 1385 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| 1386 | |
|---|
| 1387 | regex-tdfa LICENSE file: |
|---|
| 1388 | This modile is under this "3 clause" BSD license: |
|---|
| 1389 | |
|---|
| 1390 | Copyright (c) 2007-2009, Christopher Kuklewicz |
|---|
| 1391 | All rights reserved. |
|---|
| 1392 | |
|---|
| 1393 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
|---|
| 1394 | |
|---|
| 1395 | * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. |
|---|
| 1396 | * 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. |
|---|
| 1397 | * The names of the contributors may not be used to endorse or promote products derived from this software without specific prior written permission. |
|---|
| 1398 | |
|---|
| 1399 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| 1400 | |
|---|
| 1401 | rts LICENSE file for GHC: |
|---|
| 1402 | The Glasgow Haskell Compiler License |
|---|
| 1403 | |
|---|
| 1404 | Copyright 2002, The University Court of the University of Glasgow. |
|---|
| 1405 | All rights reserved. |
|---|
| 1406 | |
|---|
| 1407 | Redistribution and use in source and binary forms, with or without |
|---|
| 1408 | modification, are permitted provided that the following conditions are met: |
|---|
| 1409 | |
|---|
| 1410 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 1411 | this list of conditions and the following disclaimer. |
|---|
| 1412 | |
|---|
| 1413 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 1414 | this list of conditions and the following disclaimer in the documentation |
|---|
| 1415 | and/or other materials provided with the distribution. |
|---|
| 1416 | |
|---|
| 1417 | - Neither name of the University nor the names of its contributors may be |
|---|
| 1418 | used to endorse or promote products derived from this software without |
|---|
| 1419 | specific prior written permission. |
|---|
| 1420 | |
|---|
| 1421 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 1422 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 1423 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 1424 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 1425 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 1426 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 1427 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 1428 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 1429 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 1430 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 1431 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 1432 | DAMAGE. |
|---|
| 1433 | |
|---|
| 1434 | syb LICENSE file: |
|---|
| 1435 | This library (libraries/syb) is derived from code from several |
|---|
| 1436 | sources: |
|---|
| 1437 | |
|---|
| 1438 | * Code from the GHC project which is largely (c) The University of |
|---|
| 1439 | Glasgow, and distributable under a BSD-style license (see below), |
|---|
| 1440 | |
|---|
| 1441 | * Code from the Haskell 98 Report which is (c) Simon Peyton Jones |
|---|
| 1442 | and freely redistributable (but see the full license for |
|---|
| 1443 | restrictions). |
|---|
| 1444 | |
|---|
| 1445 | * Code from the Haskell Foreign Function Interface specification, |
|---|
| 1446 | which is (c) Manuel M. T. Chakravarty and freely redistributable |
|---|
| 1447 | (but see the full license for restrictions). |
|---|
| 1448 | |
|---|
| 1449 | The full text of these licenses is reproduced below. All of the |
|---|
| 1450 | licenses are BSD-style or compatible. |
|---|
| 1451 | |
|---|
| 1452 | ----------------------------------------------------------------------------- |
|---|
| 1453 | |
|---|
| 1454 | The Glasgow Haskell Compiler License |
|---|
| 1455 | |
|---|
| 1456 | Copyright 2004, The University Court of the University of Glasgow. |
|---|
| 1457 | All rights reserved. |
|---|
| 1458 | |
|---|
| 1459 | Redistribution and use in source and binary forms, with or without |
|---|
| 1460 | modification, are permitted provided that the following conditions are met: |
|---|
| 1461 | |
|---|
| 1462 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 1463 | this list of conditions and the following disclaimer. |
|---|
| 1464 | |
|---|
| 1465 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 1466 | this list of conditions and the following disclaimer in the documentation |
|---|
| 1467 | and/or other materials provided with the distribution. |
|---|
| 1468 | |
|---|
| 1469 | - Neither name of the University nor the names of its contributors may be |
|---|
| 1470 | used to endorse or promote products derived from this software without |
|---|
| 1471 | specific prior written permission. |
|---|
| 1472 | |
|---|
| 1473 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 1474 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 1475 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 1476 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 1477 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 1478 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 1479 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 1480 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 1481 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 1482 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 1483 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 1484 | DAMAGE. |
|---|
| 1485 | |
|---|
| 1486 | ----------------------------------------------------------------------------- |
|---|
| 1487 | |
|---|
| 1488 | Code derived from the document "Report on the Programming Language |
|---|
| 1489 | Haskell 98", is distributed under the following license: |
|---|
| 1490 | |
|---|
| 1491 | Copyright (c) 2002 Simon Peyton Jones |
|---|
| 1492 | |
|---|
| 1493 | The authors intend this Report to belong to the entire Haskell |
|---|
| 1494 | community, and so we grant permission to copy and distribute it for |
|---|
| 1495 | any purpose, provided that it is reproduced in its entirety, |
|---|
| 1496 | including this Notice. Modified versions of this Report may also be |
|---|
| 1497 | copied and distributed for any purpose, provided that the modified |
|---|
| 1498 | version is clearly presented as such, and that it does not claim to |
|---|
| 1499 | be a definition of the Haskell 98 Language. |
|---|
| 1500 | |
|---|
| 1501 | ----------------------------------------------------------------------------- |
|---|
| 1502 | |
|---|
| 1503 | Code derived from the document "The Haskell 98 Foreign Function |
|---|
| 1504 | Interface, An Addendum to the Haskell 98 Report" is distributed under |
|---|
| 1505 | the following license: |
|---|
| 1506 | |
|---|
| 1507 | Copyright (c) 2002 Manuel M. T. Chakravarty |
|---|
| 1508 | |
|---|
| 1509 | The authors intend this Report to belong to the entire Haskell |
|---|
| 1510 | community, and so we grant permission to copy and distribute it for |
|---|
| 1511 | any purpose, provided that it is reproduced in its entirety, |
|---|
| 1512 | including this Notice. Modified versions of this Report may also be |
|---|
| 1513 | copied and distributed for any purpose, provided that the modified |
|---|
| 1514 | version is clearly presented as such, and that it does not claim to |
|---|
| 1515 | be a definition of the Haskell 98 Foreign Function Interface. |
|---|
| 1516 | |
|---|
| 1517 | ----------------------------------------------------------------------------- |
|---|
| 1518 | |
|---|
| 1519 | tagged LICENSE file: |
|---|
| 1520 | Copyright (c) 2009 Edward Kmett |
|---|
| 1521 | All rights reserved. |
|---|
| 1522 | |
|---|
| 1523 | Redistribution and use in source and binary forms, with or without |
|---|
| 1524 | modification, are permitted provided that the following conditions are |
|---|
| 1525 | met: |
|---|
| 1526 | |
|---|
| 1527 | * Redistributions of source code must retain the above copyright |
|---|
| 1528 | notice, this list of conditions and the following disclaimer. |
|---|
| 1529 | |
|---|
| 1530 | * Redistributions in binary form must reproduce the above |
|---|
| 1531 | copyright notice, this list of conditions and the following |
|---|
| 1532 | disclaimer in the documentation and/or other materials provided |
|---|
| 1533 | with the distribution. |
|---|
| 1534 | |
|---|
| 1535 | * Neither the name of Edward Kmett nor the names of other |
|---|
| 1536 | contributors may be used to endorse or promote products derived |
|---|
| 1537 | from this software without specific prior written permission. |
|---|
| 1538 | |
|---|
| 1539 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
|---|
| 1540 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
|---|
| 1541 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
|---|
| 1542 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
|---|
| 1543 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
|---|
| 1544 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
|---|
| 1545 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
|---|
| 1546 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
|---|
| 1547 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
|---|
| 1548 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
|---|
| 1549 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| 1550 | |
|---|
| 1551 | time LICENSE file: |
|---|
| 1552 | TimeLib is Copyright (c) Ashley Yakeley, 2004-2010. |
|---|
| 1553 | All rights reserved. |
|---|
| 1554 | |
|---|
| 1555 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
|---|
| 1556 | |
|---|
| 1557 | - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. |
|---|
| 1558 | |
|---|
| 1559 | - Neither name of the copyright holders nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. |
|---|
| 1560 | |
|---|
| 1561 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| 1562 | |
|---|
| 1563 | transformers LICENSE file: |
|---|
| 1564 | The Glasgow Haskell Compiler License |
|---|
| 1565 | |
|---|
| 1566 | Copyright 2004, The University Court of the University of Glasgow. |
|---|
| 1567 | All rights reserved. |
|---|
| 1568 | |
|---|
| 1569 | Redistribution and use in source and binary forms, with or without |
|---|
| 1570 | modification, are permitted provided that the following conditions are met: |
|---|
| 1571 | |
|---|
| 1572 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 1573 | this list of conditions and the following disclaimer. |
|---|
| 1574 | |
|---|
| 1575 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 1576 | this list of conditions and the following disclaimer in the documentation |
|---|
| 1577 | and/or other materials provided with the distribution. |
|---|
| 1578 | |
|---|
| 1579 | - Neither name of the University nor the names of its contributors may be |
|---|
| 1580 | used to endorse or promote products derived from this software without |
|---|
| 1581 | specific prior written permission. |
|---|
| 1582 | |
|---|
| 1583 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 1584 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 1585 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 1586 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 1587 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 1588 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 1589 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 1590 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 1591 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 1592 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 1593 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 1594 | DAMAGE. |
|---|
| 1595 | |
|---|
| 1596 | unix LICENSE file: |
|---|
| 1597 | The Glasgow Haskell Compiler License |
|---|
| 1598 | |
|---|
| 1599 | Copyright 2004, The University Court of the University of Glasgow. |
|---|
| 1600 | All rights reserved. |
|---|
| 1601 | |
|---|
| 1602 | Redistribution and use in source and binary forms, with or without |
|---|
| 1603 | modification, are permitted provided that the following conditions are met: |
|---|
| 1604 | |
|---|
| 1605 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 1606 | this list of conditions and the following disclaimer. |
|---|
| 1607 | |
|---|
| 1608 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 1609 | this list of conditions and the following disclaimer in the documentation |
|---|
| 1610 | and/or other materials provided with the distribution. |
|---|
| 1611 | |
|---|
| 1612 | - Neither name of the University nor the names of its contributors may be |
|---|
| 1613 | used to endorse or promote products derived from this software without |
|---|
| 1614 | specific prior written permission. |
|---|
| 1615 | |
|---|
| 1616 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 1617 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 1618 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 1619 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 1620 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 1621 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 1622 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 1623 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 1624 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 1625 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 1626 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 1627 | DAMAGE. |
|---|
| 1628 | |
|---|
| 1629 | xhtml LICENSE file: |
|---|
| 1630 | Copyright 2001-2005, The University Court of the University of |
|---|
| 1631 | Glasgow, Bjorn Bringert, Andy Gill, Ian Lynagh, Erik Meijer, Sven Panne |
|---|
| 1632 | |
|---|
| 1633 | All rights reserved. |
|---|
| 1634 | |
|---|
| 1635 | Redistribution and use in source and binary forms, with or without |
|---|
| 1636 | modification, are permitted provided that the following conditions are met: |
|---|
| 1637 | |
|---|
| 1638 | - Redistributions of source code must retain the above copyright notice, |
|---|
| 1639 | this list of conditions and the following disclaimer. |
|---|
| 1640 | |
|---|
| 1641 | - Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 1642 | this list of conditions and the following disclaimer in the documentation |
|---|
| 1643 | and/or other materials provided with the distribution. |
|---|
| 1644 | |
|---|
| 1645 | - Neither name of the University nor the names of its contributors may be |
|---|
| 1646 | used to endorse or promote products derived from this software without |
|---|
| 1647 | specific prior written permission. |
|---|
| 1648 | |
|---|
| 1649 | THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF |
|---|
| 1650 | GLASGOW AND THE CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
|---|
| 1651 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
|---|
| 1652 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
|---|
| 1653 | UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE CONTRIBUTORS BE LIABLE |
|---|
| 1654 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 1655 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 1656 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 1657 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
|---|
| 1658 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
|---|
| 1659 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|---|
| 1660 | DAMAGE. |
|---|