aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio/Renderer/Utils/Math/Matrix2x2.cs
diff options
context:
space:
mode:
authorMary <mary@mary.zone>2022-07-08 19:45:53 +0200
committerGitHub <noreply@github.com>2022-07-08 19:45:53 +0200
commit4c2ab880ef38afefe2606245eef83ebb6724cc70 (patch)
tree7f23f49dfa14f92480cc50d95471e9f452f40cf3 /Ryujinx.Audio/Renderer/Utils/Math/Matrix2x2.cs
parentbc5bb4459e74ca03aba6f779a98f2788a1c722fe (diff)
misc: Relicense Ryujinx.Audio under the terms of the MIT license (#3449)1.1.168
* 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.
Diffstat (limited to 'Ryujinx.Audio/Renderer/Utils/Math/Matrix2x2.cs')
-rw-r--r--Ryujinx.Audio/Renderer/Utils/Math/Matrix2x2.cs2
1 files changed, 1 insertions, 1 deletions
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
{