diff options
| author | Mary <me@thog.eu> | 2021-01-01 00:10:44 +0100 |
|---|---|---|
| committer | Mary <me@thog.eu> | 2021-01-01 00:12:32 +0100 |
| commit | 73118dcb989425ed0ea255d3419028ec21fa23e8 (patch) | |
| tree | f86d709bc5035c6a76a70bf4364896805a79ec57 /Ryujinx.Audio.Renderer/Server/Effect | |
| parent | b1d3cfd2dac2030bf7ec0938900a8c004f3661a9 (diff) | |
amadeus: Update copyright year
Happy new Year
Diffstat (limited to 'Ryujinx.Audio.Renderer/Server/Effect')
9 files changed, 9 insertions, 9 deletions
diff --git a/Ryujinx.Audio.Renderer/Server/Effect/AuxiliaryBufferEffect.cs b/Ryujinx.Audio.Renderer/Server/Effect/AuxiliaryBufferEffect.cs index 02f47a4a..df82945b 100644 --- a/Ryujinx.Audio.Renderer/Server/Effect/AuxiliaryBufferEffect.cs +++ b/Ryujinx.Audio.Renderer/Server/Effect/AuxiliaryBufferEffect.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/Effect/BaseEffect.cs b/Ryujinx.Audio.Renderer/Server/Effect/BaseEffect.cs index 55705f0a..7c491fd1 100644 --- a/Ryujinx.Audio.Renderer/Server/Effect/BaseEffect.cs +++ b/Ryujinx.Audio.Renderer/Server/Effect/BaseEffect.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/Effect/BiquadFilterEffect.cs b/Ryujinx.Audio.Renderer/Server/Effect/BiquadFilterEffect.cs index 1e47d675..aadf2844 100644 --- a/Ryujinx.Audio.Renderer/Server/Effect/BiquadFilterEffect.cs +++ b/Ryujinx.Audio.Renderer/Server/Effect/BiquadFilterEffect.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/Effect/BufferMixEffect.cs b/Ryujinx.Audio.Renderer/Server/Effect/BufferMixEffect.cs index 7f5b1629..14ed3950 100644 --- a/Ryujinx.Audio.Renderer/Server/Effect/BufferMixEffect.cs +++ b/Ryujinx.Audio.Renderer/Server/Effect/BufferMixEffect.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/Effect/DelayEffect.cs b/Ryujinx.Audio.Renderer/Server/Effect/DelayEffect.cs index 9134e003..df3e5ee7 100644 --- a/Ryujinx.Audio.Renderer/Server/Effect/DelayEffect.cs +++ b/Ryujinx.Audio.Renderer/Server/Effect/DelayEffect.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/Effect/EffectContext.cs b/Ryujinx.Audio.Renderer/Server/Effect/EffectContext.cs index d637592e..ff6051ae 100644 --- a/Ryujinx.Audio.Renderer/Server/Effect/EffectContext.cs +++ b/Ryujinx.Audio.Renderer/Server/Effect/EffectContext.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/Effect/Reverb3dEffect.cs b/Ryujinx.Audio.Renderer/Server/Effect/Reverb3dEffect.cs index b9db2294..d9f23799 100644 --- a/Ryujinx.Audio.Renderer/Server/Effect/Reverb3dEffect.cs +++ b/Ryujinx.Audio.Renderer/Server/Effect/Reverb3dEffect.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/Effect/ReverbEffect.cs b/Ryujinx.Audio.Renderer/Server/Effect/ReverbEffect.cs index adc89798..4c81f729 100644 --- a/Ryujinx.Audio.Renderer/Server/Effect/ReverbEffect.cs +++ b/Ryujinx.Audio.Renderer/Server/Effect/ReverbEffect.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/Effect/UsageState.cs b/Ryujinx.Audio.Renderer/Server/Effect/UsageState.cs index afb7c1fc..a519acd4 100644 --- a/Ryujinx.Audio.Renderer/Server/Effect/UsageState.cs +++ b/Ryujinx.Audio.Renderer/Server/Effect/UsageState.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 |
