aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio/Renderer/Utils/BitArray.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/BitArray.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/BitArray.cs')
-rw-r--r--Ryujinx.Audio/Renderer/Utils/BitArray.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/Ryujinx.Audio/Renderer/Utils/BitArray.cs b/Ryujinx.Audio/Renderer/Utils/BitArray.cs
index 6109dd01..a9c8210f 100644
--- a/Ryujinx.Audio/Renderer/Utils/BitArray.cs
+++ b/Ryujinx.Audio/Renderer/Utils/BitArray.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 <https://www.gnu.org/licenses/>.
-//
-
using System;
using System.Runtime.CompilerServices;