aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio.Renderer/Common
diff options
context:
space:
mode:
authorMary <me@thog.eu>2021-01-01 00:10:44 +0100
committerMary <me@thog.eu>2021-01-01 00:12:32 +0100
commit73118dcb989425ed0ea255d3419028ec21fa23e8 (patch)
treef86d709bc5035c6a76a70bf4364896805a79ec57 /Ryujinx.Audio.Renderer/Common
parentb1d3cfd2dac2030bf7ec0938900a8c004f3661a9 (diff)
amadeus: Update copyright year
Happy new Year
Diffstat (limited to 'Ryujinx.Audio.Renderer/Common')
-rw-r--r--Ryujinx.Audio.Renderer/Common/AuxiliaryBufferAddresses.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Common/BehaviourParameter.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Common/EdgeMatrix.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Common/EffectType.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Common/MemoryPoolUserState.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Common/NodeIdHelper.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Common/NodeIdType.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Common/NodeStates.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Common/PerformanceDetailType.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Common/PerformanceEntryType.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Common/PlayState.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Common/ReverbEarlyMode.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Common/ReverbLateMode.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Common/SampleFormat.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Common/SinkType.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Common/UpdateDataHeader.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Common/VoiceUpdateState.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Common/WaveBuffer.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Common/WorkBufferAllocator.cs2
19 files changed, 19 insertions, 19 deletions
diff --git a/Ryujinx.Audio.Renderer/Common/AuxiliaryBufferAddresses.cs b/Ryujinx.Audio.Renderer/Common/AuxiliaryBufferAddresses.cs
index d8e345d8..5d826569 100644
--- a/Ryujinx.Audio.Renderer/Common/AuxiliaryBufferAddresses.cs
+++ b/Ryujinx.Audio.Renderer/Common/AuxiliaryBufferAddresses.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/Common/BehaviourParameter.cs b/Ryujinx.Audio.Renderer/Common/BehaviourParameter.cs
index 8881a92c..0de3d571 100644
--- a/Ryujinx.Audio.Renderer/Common/BehaviourParameter.cs
+++ b/Ryujinx.Audio.Renderer/Common/BehaviourParameter.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/Common/EdgeMatrix.cs b/Ryujinx.Audio.Renderer/Common/EdgeMatrix.cs
index 11528174..33b61780 100644
--- a/Ryujinx.Audio.Renderer/Common/EdgeMatrix.cs
+++ b/Ryujinx.Audio.Renderer/Common/EdgeMatrix.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/Common/EffectType.cs b/Ryujinx.Audio.Renderer/Common/EffectType.cs
index 8349ecb5..082f94f8 100644
--- a/Ryujinx.Audio.Renderer/Common/EffectType.cs
+++ b/Ryujinx.Audio.Renderer/Common/EffectType.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/Common/MemoryPoolUserState.cs b/Ryujinx.Audio.Renderer/Common/MemoryPoolUserState.cs
index f1ea8d9a..7f9765d9 100644
--- a/Ryujinx.Audio.Renderer/Common/MemoryPoolUserState.cs
+++ b/Ryujinx.Audio.Renderer/Common/MemoryPoolUserState.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/Common/NodeIdHelper.cs b/Ryujinx.Audio.Renderer/Common/NodeIdHelper.cs
index 6bb66058..9bf1f2d0 100644
--- a/Ryujinx.Audio.Renderer/Common/NodeIdHelper.cs
+++ b/Ryujinx.Audio.Renderer/Common/NodeIdHelper.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/Common/NodeIdType.cs b/Ryujinx.Audio.Renderer/Common/NodeIdType.cs
index 9ee760e9..4a4796a9 100644
--- a/Ryujinx.Audio.Renderer/Common/NodeIdType.cs
+++ b/Ryujinx.Audio.Renderer/Common/NodeIdType.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/Common/NodeStates.cs b/Ryujinx.Audio.Renderer/Common/NodeStates.cs
index 6598619a..5efd7767 100644
--- a/Ryujinx.Audio.Renderer/Common/NodeStates.cs
+++ b/Ryujinx.Audio.Renderer/Common/NodeStates.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/Common/PerformanceDetailType.cs b/Ryujinx.Audio.Renderer/Common/PerformanceDetailType.cs
index ebf5b469..a92bd0cc 100644
--- a/Ryujinx.Audio.Renderer/Common/PerformanceDetailType.cs
+++ b/Ryujinx.Audio.Renderer/Common/PerformanceDetailType.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/Common/PerformanceEntryType.cs b/Ryujinx.Audio.Renderer/Common/PerformanceEntryType.cs
index ba27633f..0d9a547d 100644
--- a/Ryujinx.Audio.Renderer/Common/PerformanceEntryType.cs
+++ b/Ryujinx.Audio.Renderer/Common/PerformanceEntryType.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/Common/PlayState.cs b/Ryujinx.Audio.Renderer/Common/PlayState.cs
index a96b86dd..7771c154 100644
--- a/Ryujinx.Audio.Renderer/Common/PlayState.cs
+++ b/Ryujinx.Audio.Renderer/Common/PlayState.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/Common/ReverbEarlyMode.cs b/Ryujinx.Audio.Renderer/Common/ReverbEarlyMode.cs
index 2b77336e..a0f65e5e 100644
--- a/Ryujinx.Audio.Renderer/Common/ReverbEarlyMode.cs
+++ b/Ryujinx.Audio.Renderer/Common/ReverbEarlyMode.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/Common/ReverbLateMode.cs b/Ryujinx.Audio.Renderer/Common/ReverbLateMode.cs
index dab78c45..57760821 100644
--- a/Ryujinx.Audio.Renderer/Common/ReverbLateMode.cs
+++ b/Ryujinx.Audio.Renderer/Common/ReverbLateMode.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/Common/SampleFormat.cs b/Ryujinx.Audio.Renderer/Common/SampleFormat.cs
index 24da48bf..b5268408 100644
--- a/Ryujinx.Audio.Renderer/Common/SampleFormat.cs
+++ b/Ryujinx.Audio.Renderer/Common/SampleFormat.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/Common/SinkType.cs b/Ryujinx.Audio.Renderer/Common/SinkType.cs
index 22cab23c..e1a35508 100644
--- a/Ryujinx.Audio.Renderer/Common/SinkType.cs
+++ b/Ryujinx.Audio.Renderer/Common/SinkType.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/Common/UpdateDataHeader.cs b/Ryujinx.Audio.Renderer/Common/UpdateDataHeader.cs
index 40c29f55..ae516662 100644
--- a/Ryujinx.Audio.Renderer/Common/UpdateDataHeader.cs
+++ b/Ryujinx.Audio.Renderer/Common/UpdateDataHeader.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/Common/VoiceUpdateState.cs b/Ryujinx.Audio.Renderer/Common/VoiceUpdateState.cs
index 490bb871..b455ff5c 100644
--- a/Ryujinx.Audio.Renderer/Common/VoiceUpdateState.cs
+++ b/Ryujinx.Audio.Renderer/Common/VoiceUpdateState.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/Common/WaveBuffer.cs b/Ryujinx.Audio.Renderer/Common/WaveBuffer.cs
index c2dd1d6b..53906c0c 100644
--- a/Ryujinx.Audio.Renderer/Common/WaveBuffer.cs
+++ b/Ryujinx.Audio.Renderer/Common/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
diff --git a/Ryujinx.Audio.Renderer/Common/WorkBufferAllocator.cs b/Ryujinx.Audio.Renderer/Common/WorkBufferAllocator.cs
index 5e5fdff0..2aff4eb0 100644
--- a/Ryujinx.Audio.Renderer/Common/WorkBufferAllocator.cs
+++ b/Ryujinx.Audio.Renderer/Common/WorkBufferAllocator.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