misc: Relicense Ryujinx.Audio under the terms of the MIT license (#3449)

* Ryujinx.Audio: Remove BOM from files

* misc: Relicense Ryujinx.Audio under the terms of the MIT license

With the approvals of all the Ryujinx.Audio contributors, this commit
changes Ryujinx.Audio license from LGPLv3 to MIT.
This commit is contained in:
Mary 2022-07-08 19:45:53 +02:00 committed by GitHub
parent bc5bb4459e
commit 4c2ab880ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
207 changed files with 14 additions and 3556 deletions

View file

@ -1,4 +1,4 @@
using Ryujinx.Audio.Renderer.Utils.Math;
using Ryujinx.Audio.Renderer.Utils.Math;
using System.Numerics;
using System.Runtime.CompilerServices;