| 1 |
MinGW-w64 licensing |
| 2 |
******************* |
| 3 |
|
| 4 |
The copyright and license notices have been divided in two files: |
| 5 |
The notices in COPYING.MinGW-w64.txt (this file) apply only to |
| 6 |
MinGW-w64 itself. These don't apply to the binaries built with |
| 7 |
MinGW-w64 unless you specifically tell MinGW-w64 to link against |
| 8 |
these parts, for example, by enabling profiling code. |
| 9 |
|
| 10 |
In addition to the notices in this file, also the notices in |
| 11 |
COPYING.MinGW-w64-runtime.txt apply to MinGW-w64. Some (possibly |
| 12 |
all) notices in that file may apply also to the binaries built with |
| 13 |
this version of MinGW-w64. The idea is that if you create binary |
| 14 |
packages of your software with MinGW-w64, you can simply copy |
| 15 |
COPYING.MinGW-w64-runtime.txt into your package to fulfill the |
| 16 |
license requirements of the MinGW runtime. |
| 17 |
|
| 18 |
If you think that not all notices apply to your package and want to |
| 19 |
remove some of them, note that, for example, the gdtoa files always |
| 20 |
get linked in if you use any printf-like function. So usually it is |
| 21 |
easiest and safest to just keep all the notices. |
| 22 |
|
| 23 |
|
| 24 |
==================== |
| 25 |
GCC and GNU binutils |
| 26 |
==================== |
| 27 |
|
| 28 |
Copyright (C) Free Software Foundation |
| 29 |
License: GNU GPLv3+ (see the file COPYING.GPLv3) |
| 30 |
|
| 31 |
|
| 32 |
============== |
| 33 |
Profiling code |
| 34 |
============== |
| 35 |
|
| 36 |
Copyright 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. |
| 37 |
License: GNU GPLv2+ (see the file COPYING.GPLv2) |
| 38 |
|
| 39 |
* * * * * * * |
| 40 |
|
| 41 |
Copyright (c) 1982, 1983, 1986, 1992, 1993 |
| 42 |
The Regents of the University of California. All rights reserved. |
| 43 |
|
| 44 |
Redistribution and use in source and binary forms, with or without |
| 45 |
modification, are permitted provided that the following conditions |
| 46 |
are met: |
| 47 |
1. Redistributions of source code must retain the above copyright |
| 48 |
notice, this list of conditions and the following disclaimer. |
| 49 |
2. Redistributions in binary form must reproduce the above copyright |
| 50 |
notice, this list of conditions and the following disclaimer in the |
| 51 |
documentation and/or other materials provided with the distribution. |
| 52 |
4. Neither the name of the University nor the names of its contributors |
| 53 |
may be used to endorse or promote products derived from this software |
| 54 |
without specific prior written permission. |
| 55 |
|
| 56 |
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
| 57 |
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 58 |
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 59 |
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
| 60 |
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 61 |
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 62 |
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 63 |
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 64 |
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 65 |
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 66 |
SUCH DAMAGE. |
| 67 |
|
| 68 |
|
| 69 |
======================= |
| 70 |
DirectX and DDK headers |
| 71 |
======================= |
| 72 |
|
| 73 |
DirectX and DDK headers are under GNU LGPLv2.1+ (see the file |
| 74 |
COPYING.LGPLv2.1) and copyrighted by various people. Using these |
| 75 |
headers doesn't make LGPLv2.1 apply to your code, because these |
| 76 |
headers files contain only data structure definitions, short |
| 77 |
macros, and short inline functions. Here is the relevant part |
| 78 |
from LGPLv2.1 section 5 paragraph 4: |
| 79 |
|
| 80 |
If such an object file uses only numerical parameters, data |
| 81 |
structure layouts and accessors, and small macros and small |
| 82 |
inline functions (ten lines or less in length), then the use |
| 83 |
of the object file is unrestricted, regardless of whether it |
| 84 |
is legally a derivative work. |
| 85 |
|
| 86 |
==================== |
| 87 |
libmangle and gendef |
| 88 |
==================== |
| 89 |
|
| 90 |
Copyright (c) 2009 mingw-w64 project |
| 91 |
|
| 92 |
Contributing authors: Kai Tietz, Jonathan Yong |
| 93 |
|
| 94 |
Permission is hereby granted, free of charge, to any person obtaining a |
| 95 |
copy of this software and associated documentation files (the "Software"), |
| 96 |
to deal in the Software without restriction, including without limitation |
| 97 |
the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 98 |
and/or sell copies of the Software, and to permit persons to whom the |
| 99 |
Software is furnished to do so, subject to the following conditions: |
| 100 |
|
| 101 |
The above copyright notice and this permission notice shall be included in |
| 102 |
all copies or substantial portions of the Software. |
| 103 |
|
| 104 |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 105 |
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 106 |
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 107 |
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 108 |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 109 |
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
| 110 |
DEALINGS IN THE SOFTWARE. |
| 111 |
|
| 112 |
|
| 113 |
==== |
| 114 |
PSEH |
| 115 |
==== |
| 116 |
|
| 117 |
Copyright (c) 2004-2008 KJK::Hyperion |
| 118 |
|
| 119 |
Permission is hereby granted, free of charge, to any person obtaining a |
| 120 |
copy of this software and associated documentation files (the "Software"), |
| 121 |
to deal in the Software without restriction, including without limitation |
| 122 |
the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 123 |
and/or sell copies of the Software, and to permit persons to whom the |
| 124 |
Software is furnished to do so, subject to the following conditions: |
| 125 |
|
| 126 |
The above copyright notice and this permission notice shall be included in |
| 127 |
all copies or substantial portions of the Software. |
| 128 |
|
| 129 |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 130 |
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 131 |
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 132 |
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 133 |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 134 |
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
| 135 |
DEALINGS IN THE SOFTWARE. |