aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio.Renderer/Server/Voice
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Audio.Renderer/Server/Voice')
-rw-r--r--Ryujinx.Audio.Renderer/Server/Voice/VoiceChannelResource.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Server/Voice/VoiceContext.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Server/Voice/VoiceState.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Server/Voice/WaveBuffer.cs2
4 files changed, 4 insertions, 4 deletions
diff --git a/Ryujinx.Audio.Renderer/Server/Voice/VoiceChannelResource.cs b/Ryujinx.Audio.Renderer/Server/Voice/VoiceChannelResource.cs
index 6e6e7e76..00520cfc 100644
--- a/Ryujinx.Audio.Renderer/Server/Voice/VoiceChannelResource.cs
+++ b/Ryujinx.Audio.Renderer/Server/Voice/VoiceChannelResource.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/Server/Voice/VoiceContext.cs b/Ryujinx.Audio.Renderer/Server/Voice/VoiceContext.cs
index 694bf1ae..0dfaa4d5 100644
--- a/Ryujinx.Audio.Renderer/Server/Voice/VoiceContext.cs
+++ b/Ryujinx.Audio.Renderer/Server/Voice/VoiceContext.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/Server/Voice/VoiceState.cs b/Ryujinx.Audio.Renderer/Server/Voice/VoiceState.cs
index 94e39d0f..f30ee2f7 100644
--- a/Ryujinx.Audio.Renderer/Server/Voice/VoiceState.cs
+++ b/Ryujinx.Audio.Renderer/Server/Voice/VoiceState.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/Server/Voice/WaveBuffer.cs b/Ryujinx.Audio.Renderer/Server/Voice/WaveBuffer.cs
index e709639b..a03aa757 100644
--- a/Ryujinx.Audio.Renderer/Server/Voice/WaveBuffer.cs
+++ b/Ryujinx.Audio.Renderer/Server/Voice/WaveBuffer.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