aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio.Renderer/Server/Sink
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Audio.Renderer/Server/Sink')
-rw-r--r--Ryujinx.Audio.Renderer/Server/Sink/BaseSink.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Server/Sink/CircularBufferSink.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Server/Sink/DeviceSink.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Server/Sink/SinkContext.cs2
4 files changed, 4 insertions, 4 deletions
diff --git a/Ryujinx.Audio.Renderer/Server/Sink/BaseSink.cs b/Ryujinx.Audio.Renderer/Server/Sink/BaseSink.cs
index 0185f88a..949e3971 100644
--- a/Ryujinx.Audio.Renderer/Server/Sink/BaseSink.cs
+++ b/Ryujinx.Audio.Renderer/Server/Sink/BaseSink.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/Sink/CircularBufferSink.cs b/Ryujinx.Audio.Renderer/Server/Sink/CircularBufferSink.cs
index 7b38d519..16d25a65 100644
--- a/Ryujinx.Audio.Renderer/Server/Sink/CircularBufferSink.cs
+++ b/Ryujinx.Audio.Renderer/Server/Sink/CircularBufferSink.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/Sink/DeviceSink.cs b/Ryujinx.Audio.Renderer/Server/Sink/DeviceSink.cs
index b7ed32fa..79af05f7 100644
--- a/Ryujinx.Audio.Renderer/Server/Sink/DeviceSink.cs
+++ b/Ryujinx.Audio.Renderer/Server/Sink/DeviceSink.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/Sink/SinkContext.cs b/Ryujinx.Audio.Renderer/Server/Sink/SinkContext.cs
index 136f7538..b57dbde9 100644
--- a/Ryujinx.Audio.Renderer/Server/Sink/SinkContext.cs
+++ b/Ryujinx.Audio.Renderer/Server/Sink/SinkContext.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