ELF64: fix incorrect type for the .strtab section header
[nasm.git] / LICENSE
blob0dd16f61ab8d0766099066ce24eee142a28e12d0
1 Most of NASM is licensed under the GNU Lesser General Public License
2 (LGPL) version 2.1 or, at your option, any later version.
4 Please read the "COPYING" file in the archive root, or visit
5 http://www.gnu.org/licenses/lgpl.html, for information about the LGPL.
7 We are trying to shift the license to the 2-clause BSD license, so any
8 patches submitted are required to be dual-licensed under those two licenses.
10 Many files are already switched to the 2-clause BSD license.
12 The 2-clause BSD license is:
14     Copyright 1996-2009 the NASM Authors - All rights reserved.
16     Redistribution and use in source and binary forms, with or without
17     modification, are permitted provided that the following
18     conditions are met:
20     * Redistributions of source code must retain the above copyright
21       notice, this list of conditions and the following disclaimer.
22     * Redistributions in binary form must reproduce the above
23       copyright notice, this list of conditions and the following
24       disclaimer in the documentation and/or other materials provided
25       with the distribution.
26       
27       THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
28       CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
29       INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
30       MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
31       DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
32       CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
33       SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
34       NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
35       LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
36       HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
37       CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
38       OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
39       EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.