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