From 2e651f66446da16a413e442359ed39bdb6eeadef Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 6 Dec 2022 12:49:50 +0000 Subject: [PATCH] Update copyright notices. --- 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 c0af7b4..0d798d4 100644 --- a/Aaru.Dto.csproj +++ b/Aaru.Dto.csproj @@ -13,7 +13,7 @@ true 5.3.1 Claunia.com - Copyright © 2011-2022 Natalia Portillo + Copyright © 2011-2023 Natalia Portillo Aaru Data Preservation Suite Aaru.Dto $(Version) diff --git a/CdOffsetDto.cs b/CdOffsetDto.cs index e71b77e..c90cf5e 100644 --- a/CdOffsetDto.cs +++ b/CdOffsetDto.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2022 Natalia Portillo +// Copyright © 2011-2023 Natalia Portillo // ****************************************************************************/ using Aaru.CommonTypes.Metadata; diff --git a/DeviceDto.cs b/DeviceDto.cs index 4b20490..60c1871 100644 --- a/DeviceDto.cs +++ b/DeviceDto.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2022 Natalia Portillo +// Copyright © 2011-2023 Natalia Portillo // ****************************************************************************/ using System.Collections.Generic; diff --git a/SyncDto.cs b/SyncDto.cs index 8f8c5d9..a60fdc8 100644 --- a/SyncDto.cs +++ b/SyncDto.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2022 Natalia Portillo +// Copyright © 2011-2023 Natalia Portillo // ****************************************************************************/ using System.Collections.Generic; diff --git a/UsbProductDto.cs b/UsbProductDto.cs index c104b72..aa8c617 100644 --- a/UsbProductDto.cs +++ b/UsbProductDto.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2022 Natalia Portillo +// Copyright © 2011-2023 Natalia Portillo // ****************************************************************************/ namespace Aaru.Dto diff --git a/UsbVendorDto.cs b/UsbVendorDto.cs index 3c2c58a..9a637fd 100644 --- a/UsbVendorDto.cs +++ b/UsbVendorDto.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2022 Natalia Portillo +// Copyright © 2011-2023 Natalia Portillo // ****************************************************************************/ namespace Aaru.Dto