FNA is released under the Microsoft Public License.
Microsoft Public License (Ms-PL)FNA - Copyright 2009-2021 Ethan Lee and the MonoGame TeamAll rights reserved.This license governs use of the accompanying software. If you use the software,you accept this license. If you do not accept the license, do not use thesoftware.1. DefinitionsThe terms "reproduce," "reproduction," "derivative works," and "distribution"have the same meaning here as under U.S. copyright law.A "contribution" is the original software, or any additions or changes to thesoftware.A "contributor" is any person that distributes its contribution under thislicense."Licensed patents" are a contributor's patent claims that read directly on itscontribution.2. Grant of Rights(A) Copyright Grant- Subject to the terms of this license, including thelicense conditions and limitations in section 3, each contributor grants you anon-exclusive, worldwide, royalty-free copyright license to reproduce itscontribution, prepare derivative works of its contribution, and distribute itscontribution or any derivative works that you create.(B) Patent Grant- Subject to the terms of this license, including the licenseconditions and limitations in section 3, each contributor grants you anon-exclusive, worldwide, royalty-free license under its licensed patents tomake, have made, use, sell, offer for sale, import, and/or otherwise dispose ofits contribution in the software or derivative works of the contribution in thesoftware.3. Conditions and Limitations(A) No Trademark License- This license does not grant you rights to use anycontributors' name, logo, or trademarks.(B) If you bring a patent claim against any contributor over patents that youclaim are infringed by the software, your patent license from such contributorto the software ends automatically.(C) If you distribute any portion of the software, you must retain allcopyright, patent, trademark, and attribution notices that are present in thesoftware.(D) If you distribute any portion of the software in source code form, you maydo so only under this license by including a complete copy of this license withyour distribution. If you distribute any portion of the software in compiled orobject code form, you may only do so under a license that complies with thislicense.(E) The software is licensed "as-is." You bear the risk of using it. Thecontributors give no express warranties, guarantees or conditions. You may haveadditional consumer rights under your local laws which this license cannotchange. To the extent permitted under your local laws, the contributors excludethe implied warranties of merchantability, fitness for a particular purpose andnon-infringement.
FNA uses LzxDecoder.cs, released under a dual MSPL/LGPL license.
LzxDecoder.cs was derived from libmspackCopyright 2003-2004 Stuart CaieCopyright 2011 Ali ScissonsThe LZX method was created by Jonathan Forbes and Tomi Poutanen, adaptedby Microsoft Corporation.This source file is Dual licensed; meaning the end-user of this source filemay redistribute/modify it under the LGPL 2.1 or MS-PL licenses.About-----This derived work is recognized by Stuart Caie and is authorized to adaptany changes made to lzxd.c in his libmspack library and will still retainthis dual licensing scheme. Big thanks to Stuart Caie!This file is a pure C# port of the lzxd.c file from libmspack, with minorchanges towards the decompression of XNB files. The original decompressionsoftware of LZX encoded data was written by Suart Caie in hislibmspack/cabextract projects, which can be located athttp://www.cabextract.org.uk/GNU Lesser General Public License, Version 2.1----------------------------------------------https://www.gnu.org/licenses/old-licenses/lgpl-2.1.htmlMicrosoft Public License------------------------http://www.opensource.org/licenses/ms-pl.html
FNA uses code from the Mono.Xna project, released under the MIT license.
MIT LicenseCopyright 2006 The Mono.Xna TeamAll rights reserved.Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.