From 28a34f504f625a185ea9d13a107c8bc375f3cffc Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 18 Feb 2022 10:27:00 +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 474a594..f2eb2db 100644 --- a/Aaru.Decryption.csproj +++ b/Aaru.Decryption.csproj @@ -11,7 +11,7 @@ true 5.3.0 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;