aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio.Renderer/Server/Performance
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/Server/Performance
parentb1d3cfd2dac2030bf7ec0938900a8c004f3661a9 (diff)
amadeus: Update copyright year
Happy new Year
Diffstat (limited to 'Ryujinx.Audio.Renderer/Server/Performance')
-rw-r--r--Ryujinx.Audio.Renderer/Server/Performance/IPerformanceDetailEntry.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Server/Performance/IPerformanceEntry.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Server/Performance/IPerformanceHeader.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Server/Performance/PerformanceDetailVersion1.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Server/Performance/PerformanceDetailVersion2.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Server/Performance/PerformanceEntryAddresses.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Server/Performance/PerformanceEntryVersion1.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Server/Performance/PerformanceEntryVersion2.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Server/Performance/PerformanceFrameHeaderVersion1.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Server/Performance/PerformanceFrameHeaderVersion2.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Server/Performance/PerformanceManager.cs2
-rw-r--r--Ryujinx.Audio.Renderer/Server/Performance/PerformanceManagerGeneric.cs2
12 files changed, 12 insertions, 12 deletions
diff --git a/Ryujinx.Audio.Renderer/Server/Performance/IPerformanceDetailEntry.cs b/Ryujinx.Audio.Renderer/Server/Performance/IPerformanceDetailEntry.cs
index d45b60eb..893cc008 100644
--- a/Ryujinx.Audio.Renderer/Server/Performance/IPerformanceDetailEntry.cs
+++ b/Ryujinx.Audio.Renderer/Server/Performance/IPerformanceDetailEntry.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/Performance/IPerformanceEntry.cs b/Ryujinx.Audio.Renderer/Server/Performance/IPerformanceEntry.cs
index 2b7b5405..2a2fa9cc 100644
--- a/Ryujinx.Audio.Renderer/Server/Performance/IPerformanceEntry.cs
+++ b/Ryujinx.Audio.Renderer/Server/Performance/IPerformanceEntry.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/Performance/IPerformanceHeader.cs b/Ryujinx.Audio.Renderer/Server/Performance/IPerformanceHeader.cs
index d5e6e9ae..5a26754d 100644
--- a/Ryujinx.Audio.Renderer/Server/Performance/IPerformanceHeader.cs
+++ b/Ryujinx.Audio.Renderer/Server/Performance/IPerformanceHeader.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/Performance/PerformanceDetailVersion1.cs b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceDetailVersion1.cs
index 6f6e7e57..b7df7f28 100644
--- a/Ryujinx.Audio.Renderer/Server/Performance/PerformanceDetailVersion1.cs
+++ b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceDetailVersion1.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/Performance/PerformanceDetailVersion2.cs b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceDetailVersion2.cs
index edd371b5..da898b29 100644
--- a/Ryujinx.Audio.Renderer/Server/Performance/PerformanceDetailVersion2.cs
+++ b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceDetailVersion2.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/Performance/PerformanceEntryAddresses.cs b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceEntryAddresses.cs
index e56ec559..ad99867f 100644
--- a/Ryujinx.Audio.Renderer/Server/Performance/PerformanceEntryAddresses.cs
+++ b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceEntryAddresses.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/Performance/PerformanceEntryVersion1.cs b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceEntryVersion1.cs
index 0dd50875..ac91ca19 100644
--- a/Ryujinx.Audio.Renderer/Server/Performance/PerformanceEntryVersion1.cs
+++ b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceEntryVersion1.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/Performance/PerformanceEntryVersion2.cs b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceEntryVersion2.cs
index 7ce1e324..84ee5bc9 100644
--- a/Ryujinx.Audio.Renderer/Server/Performance/PerformanceEntryVersion2.cs
+++ b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceEntryVersion2.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/Performance/PerformanceFrameHeaderVersion1.cs b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceFrameHeaderVersion1.cs
index f4df7b09..b0757b37 100644
--- a/Ryujinx.Audio.Renderer/Server/Performance/PerformanceFrameHeaderVersion1.cs
+++ b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceFrameHeaderVersion1.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/Performance/PerformanceFrameHeaderVersion2.cs b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceFrameHeaderVersion2.cs
index ae81fb99..ba873239 100644
--- a/Ryujinx.Audio.Renderer/Server/Performance/PerformanceFrameHeaderVersion2.cs
+++ b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceFrameHeaderVersion2.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/Performance/PerformanceManager.cs b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceManager.cs
index 122f468c..3a336af3 100644
--- a/Ryujinx.Audio.Renderer/Server/Performance/PerformanceManager.cs
+++ b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceManager.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/Performance/PerformanceManagerGeneric.cs b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceManagerGeneric.cs
index f0d3dd5c..b17e6f3f 100644
--- a/Ryujinx.Audio.Renderer/Server/Performance/PerformanceManagerGeneric.cs
+++ b/Ryujinx.Audio.Renderer/Server/Performance/PerformanceManagerGeneric.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