From 3b6c6aca706b391ea6efa15da2afc0a5059dc890 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 31 Dec 2020 23:08:22 +0000 Subject: [PATCH] Update copyright year. --- Aaru.Dto.csproj | 2 +- CdOffsetDto.cs | 2 +- DeviceDto.cs | 2 +- SyncDto.cs | 2 +- UsbProductDto.cs | 2 +- UsbVendorDto.cs | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Aaru.Dto.csproj b/Aaru.Dto.csproj index c4ea7cf..ded161a 100644 --- a/Aaru.Dto.csproj +++ b/Aaru.Dto.csproj @@ -13,7 +13,7 @@ true 5.2.99.3380-alpha Claunia.com - Copyright © 2011-2020 Natalia Portillo + Copyright © 2011-2021 Natalia Portillo Aaru Data Preservation Suite Aaru.Dto $(Version) diff --git a/CdOffsetDto.cs b/CdOffsetDto.cs index 4c36492..5c6c082 100644 --- a/CdOffsetDto.cs +++ b/CdOffsetDto.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2021 Natalia Portillo // ****************************************************************************/ using Aaru.CommonTypes.Metadata; diff --git a/DeviceDto.cs b/DeviceDto.cs index dee99aa..ba35862 100644 --- a/DeviceDto.cs +++ b/DeviceDto.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2021 Natalia Portillo // ****************************************************************************/ using System.Collections.Generic; diff --git a/SyncDto.cs b/SyncDto.cs index 4724e66..3c71fa8 100644 --- a/SyncDto.cs +++ b/SyncDto.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2021 Natalia Portillo // ****************************************************************************/ using System.Collections.Generic; diff --git a/UsbProductDto.cs b/UsbProductDto.cs index 6cfe7f8..42fd7bf 100644 --- a/UsbProductDto.cs +++ b/UsbProductDto.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2021 Natalia Portillo // ****************************************************************************/ namespace Aaru.Dto diff --git a/UsbVendorDto.cs b/UsbVendorDto.cs index 0938f09..4bdf750 100644 --- a/UsbVendorDto.cs +++ b/UsbVendorDto.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2021 Natalia Portillo // ****************************************************************************/ namespace Aaru.Dto