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/Vector6.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.Audio/Renderer/Utils/Math/Vector6.cs') 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