aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio.Renderer/Dsp/Effect
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Audio.Renderer/Dsp/Effect')
-rw-r--r--Ryujinx.Audio.Renderer/Dsp/Effect/DecayDelay.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Dsp/Effect/DelayLine.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Dsp/Effect/DelayLineReverb3d.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Dsp/Effect/IDelayLine.cs2
4 files changed, 4 insertions, 4 deletions
diff --git a/Ryujinx.Audio.Renderer/Dsp/Effect/DecayDelay.cs b/Ryujinx.Audio.Renderer/Dsp/Effect/DecayDelay.cs
index 6d885dbf..8a815c56 100644
--- a/Ryujinx.Audio.Renderer/Dsp/Effect/DecayDelay.cs
+++ b/Ryujinx.Audio.Renderer/Dsp/Effect/DecayDelay.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/Dsp/Effect/DelayLine.cs b/Ryujinx.Audio.Renderer/Dsp/Effect/DelayLine.cs
index 3766390a..d178e699 100644
--- a/Ryujinx.Audio.Renderer/Dsp/Effect/DelayLine.cs
+++ b/Ryujinx.Audio.Renderer/Dsp/Effect/DelayLine.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/Dsp/Effect/DelayLineReverb3d.cs b/Ryujinx.Audio.Renderer/Dsp/Effect/DelayLineReverb3d.cs
index acdfdb4f..a30dcc63 100644
--- a/Ryujinx.Audio.Renderer/Dsp/Effect/DelayLineReverb3d.cs
+++ b/Ryujinx.Audio.Renderer/Dsp/Effect/DelayLineReverb3d.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/Dsp/Effect/IDelayLine.cs b/Ryujinx.Audio.Renderer/Dsp/Effect/IDelayLine.cs
index d44f5596..ac59445e 100644
--- a/Ryujinx.Audio.Renderer/Dsp/Effect/IDelayLine.cs
+++ b/Ryujinx.Audio.Renderer/Dsp/Effect/IDelayLine.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