aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio.Renderer/Utils
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Audio.Renderer/Utils')
-rw-r--r--Ryujinx.Audio.Renderer/Utils/AudioProcessorMemoryManager.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Utils/BitArray.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Utils/FileHardwareDevice.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Utils/Mailbox.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Utils/SpanIOHelper.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Utils/SpanMemoryManager.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Utils/SplitterHardwareDevice.cs2
7 files changed, 7 insertions, 7 deletions
diff --git a/Ryujinx.Audio.Renderer/Utils/AudioProcessorMemoryManager.cs b/Ryujinx.Audio.Renderer/Utils/AudioProcessorMemoryManager.cs
index 4a0e51c8..99cbfcdc 100644
--- a/Ryujinx.Audio.Renderer/Utils/AudioProcessorMemoryManager.cs
+++ b/Ryujinx.Audio.Renderer/Utils/AudioProcessorMemoryManager.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Utils/BitArray.cs b/Ryujinx.Audio.Renderer/Utils/BitArray.cs
index 743ece24..6109dd01 100644
--- a/Ryujinx.Audio.Renderer/Utils/BitArray.cs
+++ b/Ryujinx.Audio.Renderer/Utils/BitArray.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Utils/FileHardwareDevice.cs b/Ryujinx.Audio.Renderer/Utils/FileHardwareDevice.cs
index 38e72c7a..d5cbb8df 100644
--- a/Ryujinx.Audio.Renderer/Utils/FileHardwareDevice.cs
+++ b/Ryujinx.Audio.Renderer/Utils/FileHardwareDevice.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Utils/Mailbox.cs b/Ryujinx.Audio.Renderer/Utils/Mailbox.cs
index 1084bc60..a32de870 100644
--- a/Ryujinx.Audio.Renderer/Utils/Mailbox.cs
+++ b/Ryujinx.Audio.Renderer/Utils/Mailbox.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Utils/SpanIOHelper.cs b/Ryujinx.Audio.Renderer/Utils/SpanIOHelper.cs
index 214927bc..70a2fce6 100644
--- a/Ryujinx.Audio.Renderer/Utils/SpanIOHelper.cs
+++ b/Ryujinx.Audio.Renderer/Utils/SpanIOHelper.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Utils/SpanMemoryManager.cs b/Ryujinx.Audio.Renderer/Utils/SpanMemoryManager.cs
index f6cfce0c..102a9f95 100644
--- a/Ryujinx.Audio.Renderer/Utils/SpanMemoryManager.cs
+++ b/Ryujinx.Audio.Renderer/Utils/SpanMemoryManager.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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
diff --git a/Ryujinx.Audio.Renderer/Utils/SplitterHardwareDevice.cs b/Ryujinx.Audio.Renderer/Utils/SplitterHardwareDevice.cs
index 7309540b..f23bde8a 100644
--- a/Ryujinx.Audio.Renderer/Utils/SplitterHardwareDevice.cs
+++ b/Ryujinx.Audio.Renderer/Utils/SplitterHardwareDevice.cs
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2019-2020 Ryujinx
+// 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