From 3d303623c22b3b27e5c9d134958ad7a2dfff7663 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 18 Feb 2022 10:02:34 +0000 Subject: [PATCH] Update copyright year. --- Aaru.Decryption.csproj | 2 +- DVD/CSS.cs | 2 +- DVD/Dump.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Aaru.Decryption.csproj b/Aaru.Decryption.csproj index d3c055c..8112c1f 100644 --- a/Aaru.Decryption.csproj +++ b/Aaru.Decryption.csproj @@ -11,7 +11,7 @@ true 6.0.0-alpha8 Claunia.com - Copyright © 2011-2021 Natalia Portillo + Copyright © 2011-2022 Natalia Portillo Aaru Data Preservation Suite Aaru.Decryption $(Version) diff --git a/DVD/CSS.cs b/DVD/CSS.cs index 318baec..75009c2 100644 --- a/DVD/CSS.cs +++ b/DVD/CSS.cs @@ -31,7 +31,7 @@ // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // // ---------------------------------------------------------------------------- -// Copyright © 2020-2021 Rebecca Wallander +// Copyright © 2020-2022 Rebecca Wallander // ****************************************************************************/ using System; diff --git a/DVD/Dump.cs b/DVD/Dump.cs index 030a55f..cb9b615 100644 --- a/DVD/Dump.cs +++ b/DVD/Dump.cs @@ -31,7 +31,7 @@ // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // // ---------------------------------------------------------------------------- -// Copyright © 2020-2021 Rebecca Wallander +// Copyright © 2020-2022 Rebecca Wallander // ****************************************************************************/ using System;