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/Input/AudioInputSystem.cs | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'Ryujinx.Audio/Input/AudioInputSystem.cs') diff --git a/Ryujinx.Audio/Input/AudioInputSystem.cs b/Ryujinx.Audio/Input/AudioInputSystem.cs index b3fd91e7..97b7ba3b 100644 --- a/Ryujinx.Audio/Input/AudioInputSystem.cs +++ b/Ryujinx.Audio/Input/AudioInputSystem.cs @@ -1,20 +1,3 @@ -// -// Copyright (c) 2019-2021 Ryujinx -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Lesser General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public License -// along with this program. If not, see . -// - using Ryujinx.Audio.Common; using Ryujinx.Audio.Integration; using System; -- cgit v1.2.3