diff --git a/Aaru.Dto.csproj b/Aaru.Dto.csproj index 562a9af..934f40c 100644 --- a/Aaru.Dto.csproj +++ b/Aaru.Dto.csproj @@ -13,7 +13,7 @@ true 5.3.0 Claunia.com - Copyright © 2011-2021 Natalia Portillo + Copyright © 2011-2022 Natalia Portillo Aaru Data Preservation Suite Aaru.Dto $(Version) diff --git a/CdOffsetDto.cs b/CdOffsetDto.cs index e0e47a9..e71b77e 100644 --- a/CdOffsetDto.cs +++ b/CdOffsetDto.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2021 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ****************************************************************************/ using Aaru.CommonTypes.Metadata; diff --git a/DeviceDto.cs b/DeviceDto.cs index 0b448d7..4b20490 100644 --- a/DeviceDto.cs +++ b/DeviceDto.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2021 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ****************************************************************************/ using System.Collections.Generic; diff --git a/SyncDto.cs b/SyncDto.cs index 5d1fdfc..8f8c5d9 100644 --- a/SyncDto.cs +++ b/SyncDto.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2021 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ****************************************************************************/ using System.Collections.Generic; diff --git a/UsbProductDto.cs b/UsbProductDto.cs index 738eba6..c104b72 100644 --- a/UsbProductDto.cs +++ b/UsbProductDto.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2021 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ****************************************************************************/ namespace Aaru.Dto diff --git a/UsbVendorDto.cs b/UsbVendorDto.cs index a5ad083..3c2c58a 100644 --- a/UsbVendorDto.cs +++ b/UsbVendorDto.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2021 Natalia Portillo +// Copyright © 2011-2022 Natalia Portillo // ****************************************************************************/ namespace Aaru.Dto