From 4c2ab880ef38afefe2606245eef83ebb6724cc70 Mon Sep 17 00:00:00 2001 From: Mary Date: Fri, 8 Jul 2022 19:45:53 +0200 Subject: 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. --- Ryujinx.Audio/Renderer/Utils/Math/Matrix2x2.cs | 2 +- Ryujinx.Audio/Renderer/Utils/Math/Matrix6x6.cs | 2 +- Ryujinx.Audio/Renderer/Utils/Math/MatrixHelper.cs | 2 +- Ryujinx.Audio/Renderer/Utils/Math/Vector6.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Ryujinx.Audio/Renderer/Utils/Math') diff --git a/Ryujinx.Audio/Renderer/Utils/Math/Matrix2x2.cs b/Ryujinx.Audio/Renderer/Utils/Math/Matrix2x2.cs index f25b1537..7a6edab1 100644 --- a/Ryujinx.Audio/Renderer/Utils/Math/Matrix2x2.cs +++ b/Ryujinx.Audio/Renderer/Utils/Math/Matrix2x2.cs @@ -1,4 +1,4 @@ -namespace Ryujinx.Audio.Renderer.Utils.Math +namespace Ryujinx.Audio.Renderer.Utils.Math { record struct Matrix2x2 { diff --git a/Ryujinx.Audio/Renderer/Utils/Math/Matrix6x6.cs b/Ryujinx.Audio/Renderer/Utils/Math/Matrix6x6.cs index 41e2fc84..ff012302 100644 --- a/Ryujinx.Audio/Renderer/Utils/Math/Matrix6x6.cs +++ b/Ryujinx.Audio/Renderer/Utils/Math/Matrix6x6.cs @@ -1,4 +1,4 @@ -namespace Ryujinx.Audio.Renderer.Utils.Math +namespace Ryujinx.Audio.Renderer.Utils.Math { record struct Matrix6x6 { diff --git a/Ryujinx.Audio/Renderer/Utils/Math/MatrixHelper.cs b/Ryujinx.Audio/Renderer/Utils/Math/MatrixHelper.cs index 3fbffa94..66092e2b 100644 --- a/Ryujinx.Audio/Renderer/Utils/Math/MatrixHelper.cs +++ b/Ryujinx.Audio/Renderer/Utils/Math/MatrixHelper.cs @@ -1,4 +1,4 @@ -using Ryujinx.Audio.Renderer.Utils.Math; +using Ryujinx.Audio.Renderer.Utils.Math; using System.Numerics; using System.Runtime.CompilerServices; diff --git a/Ryujinx.Audio/Renderer/Utils/Math/Vector6.cs b/Ryujinx.Audio/Renderer/Utils/Math/Vector6.cs index b2cd481b..303c5e9d 100644 --- a/Ryujinx.Audio/Renderer/Utils/Math/Vector6.cs +++ b/Ryujinx.Audio/Renderer/Utils/Math/Vector6.cs @@ -1,4 +1,4 @@ -using System.Runtime.CompilerServices; +using System.Runtime.CompilerServices; namespace Ryujinx.Audio.Renderer.Utils.Math { -- cgit v1.2.3