From 402e6a9e18e0efeaf6f9207b84dd23431ff37446 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 31 Dec 2020 23:08:22 +0000 Subject: [PATCH] Update copyright year. --- ATA/Identify.cs | 2 +- ATA/Registers.cs | 2 +- Aaru.Decoders.csproj | 2 +- Blu-ray/BCA.cs | 2 +- Blu-ray/Cartridge.cs | 2 +- Blu-ray/DDS.cs | 2 +- Blu-ray/DI.cs | 2 +- Blu-ray/Spare.cs | 2 +- CD/ATIP.cs | 2 +- CD/CDTextOnLeadIn.cs | 2 +- CD/Enums.cs | 2 +- CD/FullTOC.cs | 2 +- CD/PMA.cs | 2 +- CD/Sector.cs | 2 +- CD/SectorBuilder.cs | 2 +- CD/Session.cs | 2 +- CD/Subchannel.cs | 2 +- CD/TOC.cs | 2 +- DVD/AACS.cs | 2 +- DVD/ADIP.cs | 2 +- DVD/BCA.cs | 2 +- DVD/CPRM.cs | 2 +- DVD/CSS&CPRM.cs | 2 +- DVD/Cartridge.cs | 2 +- DVD/DDS.cs | 2 +- DVD/DMI.cs | 2 +- DVD/Enums.cs | 2 +- DVD/Layers.cs | 2 +- DVD/PFI.cs | 2 +- DVD/PRI.cs | 2 +- DVD/RMD.cs | 2 +- DVD/Spare.cs | 2 +- DVD/UDI.cs | 2 +- Floppy/Amiga.cs | 2 +- Floppy/Apple2.cs | 2 +- Floppy/AppleSony.cs | 2 +- Floppy/Commodore.cs | 2 +- Floppy/Enums.cs | 2 +- Floppy/ISO.cs | 2 +- Floppy/Perpendicular.cs | 2 +- Floppy/System34.cs | 2 +- Floppy/System3740.cs | 2 +- LisaTag.cs | 2 +- MMC/CID.cs | 2 +- MMC/CSD.cs | 2 +- MMC/ExtendedCSD.cs | 2 +- MMC/OCR.cs | 2 +- MMC/VendorString.cs | 2 +- PCMCIA/CIS.cs | 2 +- PCMCIA/Enums.cs | 2 +- PCMCIA/Types.cs | 2 +- PCMCIA/VendorCode.cs | 2 +- SCSI/DiscStructureCapabilities.cs | 2 +- SCSI/EVPD.cs | 2 +- SCSI/Inquiry.cs | 2 +- SCSI/MMC/AACS.cs | 2 +- SCSI/MMC/CPRM.cs | 2 +- SCSI/MMC/DiscInformation.cs | 2 +- SCSI/MMC/Enums.cs | 2 +- SCSI/MMC/Features.cs | 2 +- SCSI/MMC/Hybrid.cs | 2 +- SCSI/MMC/TrackInformation.cs | 2 +- SCSI/MMC/WriteProtect.cs | 2 +- SCSI/Modes/00_SFF.cs | 2 +- SCSI/Modes/01.cs | 2 +- SCSI/Modes/01_MMC.cs | 2 +- SCSI/Modes/02.cs | 2 +- SCSI/Modes/03.cs | 2 +- SCSI/Modes/04.cs | 2 +- SCSI/Modes/05.cs | 2 +- SCSI/Modes/06.cs | 2 +- SCSI/Modes/07.cs | 2 +- SCSI/Modes/07_MMC.cs | 2 +- SCSI/Modes/08.cs | 2 +- SCSI/Modes/0A.cs | 2 +- SCSI/Modes/0B.cs | 2 +- SCSI/Modes/0C.cs | 2 +- SCSI/Modes/0D.cs | 2 +- SCSI/Modes/0E.cs | 2 +- SCSI/Modes/0F.cs | 2 +- SCSI/Modes/10.cs | 2 +- SCSI/Modes/10_SSC.cs | 2 +- SCSI/Modes/11.cs | 2 +- SCSI/Modes/12_13_14.cs | 2 +- SCSI/Modes/1A.cs | 2 +- SCSI/Modes/1B.cs | 2 +- SCSI/Modes/1C.cs | 2 +- SCSI/Modes/1C_SFF.cs | 2 +- SCSI/Modes/1D.cs | 2 +- SCSI/Modes/21_Certance.cs | 2 +- SCSI/Modes/22_Certance.cs | 2 +- SCSI/Modes/24_IBM.cs | 2 +- SCSI/Modes/2A.cs | 2 +- SCSI/Modes/2F_IBM.cs | 2 +- SCSI/Modes/30_Apple.cs | 2 +- SCSI/Modes/3B_HP.cs | 2 +- SCSI/Modes/3C_HP.cs | 2 +- SCSI/Modes/3D_HP.cs | 2 +- SCSI/Modes/3D_IBM.cs | 2 +- SCSI/Modes/3E_Fujitsu.cs | 2 +- SCSI/Modes/3E_HP.cs | 2 +- SCSI/Modes/Headers.cs | 2 +- SCSI/Modes/Mode10.cs | 2 +- SCSI/Modes/Mode6.cs | 2 +- SCSI/Modes/Structs.cs | 2 +- SCSI/SSC/BlockLimits.cs | 2 +- SCSI/SSC/DensitySupport.cs | 2 +- SCSI/Sense.cs | 2 +- SCSI/Types.cs | 2 +- SCSI/VendorString.cs | 2 +- SecureDigital/CID.cs | 2 +- SecureDigital/CSD.cs | 2 +- SecureDigital/OCR.cs | 2 +- SecureDigital/SCR.cs | 2 +- SecureDigital/VendorString.cs | 2 +- Sega/CD.cs | 2 +- Sega/Dreamcast.cs | 2 +- Sega/Saturn.cs | 2 +- Xbox/DMI.cs | 2 +- Xbox/SS.cs | 2 +- 120 files changed, 120 insertions(+), 120 deletions(-) diff --git a/ATA/Identify.cs b/ATA/Identify.cs index ed75c57..b1e721a 100644 --- a/ATA/Identify.cs +++ b/ATA/Identify.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; diff --git a/ATA/Registers.cs b/ATA/Registers.cs index 4e56471..e03539b 100644 --- a/ATA/Registers.cs +++ b/ATA/Registers.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.Runtime.InteropServices; diff --git a/Aaru.Decoders.csproj b/Aaru.Decoders.csproj index 04679c4..0f6174c 100644 --- a/Aaru.Decoders.csproj +++ b/Aaru.Decoders.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.Decoders $(Version) diff --git a/Blu-ray/BCA.cs b/Blu-ray/BCA.cs index 31eb628..aa5ddf6 100644 --- a/Blu-ray/BCA.cs +++ b/Blu-ray/BCA.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; diff --git a/Blu-ray/Cartridge.cs b/Blu-ray/Cartridge.cs index 20c3f08..3074b30 100644 --- a/Blu-ray/Cartridge.cs +++ b/Blu-ray/Cartridge.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; diff --git a/Blu-ray/DDS.cs b/Blu-ray/DDS.cs index f64f9d7..4abf4bd 100644 --- a/Blu-ray/DDS.cs +++ b/Blu-ray/DDS.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; diff --git a/Blu-ray/DI.cs b/Blu-ray/DI.cs index ba7afc0..538a240 100644 --- a/Blu-ray/DI.cs +++ b/Blu-ray/DI.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; diff --git a/Blu-ray/Spare.cs b/Blu-ray/Spare.cs index 45b60ea..a49a920 100644 --- a/Blu-ray/Spare.cs +++ b/Blu-ray/Spare.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.Diagnostics.CodeAnalysis; diff --git a/CD/ATIP.cs b/CD/ATIP.cs index 32c205a..f170408 100644 --- a/CD/ATIP.cs +++ b/CD/ATIP.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; diff --git a/CD/CDTextOnLeadIn.cs b/CD/CDTextOnLeadIn.cs index 0b2ed5e..2596c6c 100644 --- a/CD/CDTextOnLeadIn.cs +++ b/CD/CDTextOnLeadIn.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; diff --git a/CD/Enums.cs b/CD/Enums.cs index ec5b843..45f38b5 100644 --- a/CD/Enums.cs +++ b/CD/Enums.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.Diagnostics.CodeAnalysis; diff --git a/CD/FullTOC.cs b/CD/FullTOC.cs index 56e6984..1dd6e8c 100644 --- a/CD/FullTOC.cs +++ b/CD/FullTOC.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.Diagnostics.CodeAnalysis; diff --git a/CD/PMA.cs b/CD/PMA.cs index 354fb8d..20024b6 100644 --- a/CD/PMA.cs +++ b/CD/PMA.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.Diagnostics.CodeAnalysis; diff --git a/CD/Sector.cs b/CD/Sector.cs index 6eb4a9b..2419b53 100644 --- a/CD/Sector.cs +++ b/CD/Sector.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; diff --git a/CD/SectorBuilder.cs b/CD/SectorBuilder.cs index 85113f9..9ce88d1 100644 --- a/CD/SectorBuilder.cs +++ b/CD/SectorBuilder.cs @@ -23,7 +23,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2021 Natalia Portillo // ****************************************************************************/ using System; diff --git a/CD/Session.cs b/CD/Session.cs index 584f886..f470810 100644 --- a/CD/Session.cs +++ b/CD/Session.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.Diagnostics.CodeAnalysis; diff --git a/CD/Subchannel.cs b/CD/Subchannel.cs index 34fa78c..eb715d6 100644 --- a/CD/Subchannel.cs +++ b/CD/Subchannel.cs @@ -23,7 +23,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2021 Natalia Portillo // ****************************************************************************/ using System; diff --git a/CD/TOC.cs b/CD/TOC.cs index 12ee7d6..1e4b153 100644 --- a/CD/TOC.cs +++ b/CD/TOC.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.Diagnostics.CodeAnalysis; diff --git a/DVD/AACS.cs b/DVD/AACS.cs index 283444f..089f5ce 100644 --- a/DVD/AACS.cs +++ b/DVD/AACS.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.Diagnostics.CodeAnalysis; diff --git a/DVD/ADIP.cs b/DVD/ADIP.cs index 93ac1d8..be5f5f3 100644 --- a/DVD/ADIP.cs +++ b/DVD/ADIP.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.Diagnostics.CodeAnalysis; diff --git a/DVD/BCA.cs b/DVD/BCA.cs index c7048dc..20856f0 100644 --- a/DVD/BCA.cs +++ b/DVD/BCA.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.Diagnostics.CodeAnalysis; diff --git a/DVD/CPRM.cs b/DVD/CPRM.cs index cd7e8a2..3d23745 100644 --- a/DVD/CPRM.cs +++ b/DVD/CPRM.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.Diagnostics.CodeAnalysis; diff --git a/DVD/CSS&CPRM.cs b/DVD/CSS&CPRM.cs index bf7336b..a843616 100644 --- a/DVD/CSS&CPRM.cs +++ b/DVD/CSS&CPRM.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.Diagnostics.CodeAnalysis; diff --git a/DVD/Cartridge.cs b/DVD/Cartridge.cs index 951e056..a36dc85 100644 --- a/DVD/Cartridge.cs +++ b/DVD/Cartridge.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.Diagnostics.CodeAnalysis; diff --git a/DVD/DDS.cs b/DVD/DDS.cs index 0423b33..3f2f647 100644 --- a/DVD/DDS.cs +++ b/DVD/DDS.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; diff --git a/DVD/DMI.cs b/DVD/DMI.cs index bc9c5e8..8d6c1dc 100644 --- a/DVD/DMI.cs +++ b/DVD/DMI.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.Diagnostics.CodeAnalysis; diff --git a/DVD/Enums.cs b/DVD/Enums.cs index f5e5b46..b028807 100644 --- a/DVD/Enums.cs +++ b/DVD/Enums.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.Diagnostics.CodeAnalysis; diff --git a/DVD/Layers.cs b/DVD/Layers.cs index 1dd77bc..94b4da2 100644 --- a/DVD/Layers.cs +++ b/DVD/Layers.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.Diagnostics.CodeAnalysis; diff --git a/DVD/PFI.cs b/DVD/PFI.cs index 8519277..b752fba 100644 --- a/DVD/PFI.cs +++ b/DVD/PFI.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; diff --git a/DVD/PRI.cs b/DVD/PRI.cs index 75ff3a2..eba12d5 100644 --- a/DVD/PRI.cs +++ b/DVD/PRI.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.Diagnostics.CodeAnalysis; diff --git a/DVD/RMD.cs b/DVD/RMD.cs index a6dd3c2..82e5917 100644 --- a/DVD/RMD.cs +++ b/DVD/RMD.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.Diagnostics.CodeAnalysis; diff --git a/DVD/Spare.cs b/DVD/Spare.cs index 12dda65..d7338ba 100644 --- a/DVD/Spare.cs +++ b/DVD/Spare.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.Diagnostics.CodeAnalysis; diff --git a/DVD/UDI.cs b/DVD/UDI.cs index 26edac3..761ceda 100644 --- a/DVD/UDI.cs +++ b/DVD/UDI.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.Diagnostics.CodeAnalysis; diff --git a/Floppy/Amiga.cs b/Floppy/Amiga.cs index ea300bc..2d77b33 100644 --- a/Floppy/Amiga.cs +++ b/Floppy/Amiga.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.Diagnostics.CodeAnalysis; diff --git a/Floppy/Apple2.cs b/Floppy/Apple2.cs index 99ffe1a..af7636d 100644 --- a/Floppy/Apple2.cs +++ b/Floppy/Apple2.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; diff --git a/Floppy/AppleSony.cs b/Floppy/AppleSony.cs index 5235903..2b9345c 100644 --- a/Floppy/AppleSony.cs +++ b/Floppy/AppleSony.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; diff --git a/Floppy/Commodore.cs b/Floppy/Commodore.cs index 30eeb07..7e23f83 100644 --- a/Floppy/Commodore.cs +++ b/Floppy/Commodore.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.Diagnostics.CodeAnalysis; diff --git a/Floppy/Enums.cs b/Floppy/Enums.cs index 927b1a9..6c07037 100644 --- a/Floppy/Enums.cs +++ b/Floppy/Enums.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.Diagnostics.CodeAnalysis; diff --git a/Floppy/ISO.cs b/Floppy/ISO.cs index f91ab01..f78bed8 100644 --- a/Floppy/ISO.cs +++ b/Floppy/ISO.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.Diagnostics.CodeAnalysis; diff --git a/Floppy/Perpendicular.cs b/Floppy/Perpendicular.cs index 0532d28..2da30ff 100644 --- a/Floppy/Perpendicular.cs +++ b/Floppy/Perpendicular.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.Diagnostics.CodeAnalysis; diff --git a/Floppy/System34.cs b/Floppy/System34.cs index 58d85b6..f61b7c3 100644 --- a/Floppy/System34.cs +++ b/Floppy/System34.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.Diagnostics.CodeAnalysis; diff --git a/Floppy/System3740.cs b/Floppy/System3740.cs index 833fdbc..f49587e 100644 --- a/Floppy/System3740.cs +++ b/Floppy/System3740.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.Diagnostics.CodeAnalysis; diff --git a/LisaTag.cs b/LisaTag.cs index 0446382..50289ba 100644 --- a/LisaTag.cs +++ b/LisaTag.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; diff --git a/MMC/CID.cs b/MMC/CID.cs index 736de83..46e656c 100644 --- a/MMC/CID.cs +++ b/MMC/CID.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; diff --git a/MMC/CSD.cs b/MMC/CSD.cs index a07015c..2a90c18 100644 --- a/MMC/CSD.cs +++ b/MMC/CSD.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; diff --git a/MMC/ExtendedCSD.cs b/MMC/ExtendedCSD.cs index b9c5ff3..28372de 100644 --- a/MMC/ExtendedCSD.cs +++ b/MMC/ExtendedCSD.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; diff --git a/MMC/OCR.cs b/MMC/OCR.cs index eaa9647..bb4333b 100644 --- a/MMC/OCR.cs +++ b/MMC/OCR.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; diff --git a/MMC/VendorString.cs b/MMC/VendorString.cs index 784e5d0..dbd6317 100644 --- a/MMC/VendorString.cs +++ b/MMC/VendorString.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.Decoders.MMC diff --git a/PCMCIA/CIS.cs b/PCMCIA/CIS.cs index 886a1c3..432f809 100644 --- a/PCMCIA/CIS.cs +++ b/PCMCIA/CIS.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; diff --git a/PCMCIA/Enums.cs b/PCMCIA/Enums.cs index 138dfae..a6ffc9b 100644 --- a/PCMCIA/Enums.cs +++ b/PCMCIA/Enums.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.Diagnostics.CodeAnalysis; diff --git a/PCMCIA/Types.cs b/PCMCIA/Types.cs index b33e9c4..d59fc47 100644 --- a/PCMCIA/Types.cs +++ b/PCMCIA/Types.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.Diagnostics.CodeAnalysis; diff --git a/PCMCIA/VendorCode.cs b/PCMCIA/VendorCode.cs index 0b90845..26b32e7 100644 --- a/PCMCIA/VendorCode.cs +++ b/PCMCIA/VendorCode.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/DiscStructureCapabilities.cs b/SCSI/DiscStructureCapabilities.cs index 425e9fb..aa3e9b1 100644 --- a/SCSI/DiscStructureCapabilities.cs +++ b/SCSI/DiscStructureCapabilities.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/SCSI/EVPD.cs b/SCSI/EVPD.cs index f6dc5bd..8b394f9 100644 --- a/SCSI/EVPD.cs +++ b/SCSI/EVPD.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; diff --git a/SCSI/Inquiry.cs b/SCSI/Inquiry.cs index 4ba88b0..eca0957 100644 --- a/SCSI/Inquiry.cs +++ b/SCSI/Inquiry.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; diff --git a/SCSI/MMC/AACS.cs b/SCSI/MMC/AACS.cs index e909119..6b81cbc 100644 --- a/SCSI/MMC/AACS.cs +++ b/SCSI/MMC/AACS.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; diff --git a/SCSI/MMC/CPRM.cs b/SCSI/MMC/CPRM.cs index feb7a70..2f3585c 100644 --- a/SCSI/MMC/CPRM.cs +++ b/SCSI/MMC/CPRM.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; diff --git a/SCSI/MMC/DiscInformation.cs b/SCSI/MMC/DiscInformation.cs index 0e96c5c..07111e5 100644 --- a/SCSI/MMC/DiscInformation.cs +++ b/SCSI/MMC/DiscInformation.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; diff --git a/SCSI/MMC/Enums.cs b/SCSI/MMC/Enums.cs index 3190151..a9546cd 100644 --- a/SCSI/MMC/Enums.cs +++ b/SCSI/MMC/Enums.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/MMC/Features.cs b/SCSI/MMC/Features.cs index 335c2f9..63e566b 100644 --- a/SCSI/MMC/Features.cs +++ b/SCSI/MMC/Features.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; diff --git a/SCSI/MMC/Hybrid.cs b/SCSI/MMC/Hybrid.cs index 6f88e22..70c912f 100644 --- a/SCSI/MMC/Hybrid.cs +++ b/SCSI/MMC/Hybrid.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/MMC/TrackInformation.cs b/SCSI/MMC/TrackInformation.cs index 830af14..002221e 100644 --- a/SCSI/MMC/TrackInformation.cs +++ b/SCSI/MMC/TrackInformation.cs @@ -23,7 +23,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2020 Natalia Portillo +// Copyright © 2011-2021 Natalia Portillo // ****************************************************************************/ namespace Aaru.Decoders.SCSI.MMC diff --git a/SCSI/MMC/WriteProtect.cs b/SCSI/MMC/WriteProtect.cs index 6a11477..cfd58ba 100644 --- a/SCSI/MMC/WriteProtect.cs +++ b/SCSI/MMC/WriteProtect.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; diff --git a/SCSI/Modes/00_SFF.cs b/SCSI/Modes/00_SFF.cs index f75687d..8374e18 100644 --- a/SCSI/Modes/00_SFF.cs +++ b/SCSI/Modes/00_SFF.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/01.cs b/SCSI/Modes/01.cs index 2c39886..cab5cb5 100644 --- a/SCSI/Modes/01.cs +++ b/SCSI/Modes/01.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/01_MMC.cs b/SCSI/Modes/01_MMC.cs index be90d55..a0588d2 100644 --- a/SCSI/Modes/01_MMC.cs +++ b/SCSI/Modes/01_MMC.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/02.cs b/SCSI/Modes/02.cs index c773fd7..029a1f6 100644 --- a/SCSI/Modes/02.cs +++ b/SCSI/Modes/02.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/03.cs b/SCSI/Modes/03.cs index 2e50d10..f295647 100644 --- a/SCSI/Modes/03.cs +++ b/SCSI/Modes/03.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/04.cs b/SCSI/Modes/04.cs index f065901..35c1b90 100644 --- a/SCSI/Modes/04.cs +++ b/SCSI/Modes/04.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/05.cs b/SCSI/Modes/05.cs index 98736d6..71f612b 100644 --- a/SCSI/Modes/05.cs +++ b/SCSI/Modes/05.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/06.cs b/SCSI/Modes/06.cs index 8c967d9..bd76088 100644 --- a/SCSI/Modes/06.cs +++ b/SCSI/Modes/06.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/07.cs b/SCSI/Modes/07.cs index d1fbaab..44e1447 100644 --- a/SCSI/Modes/07.cs +++ b/SCSI/Modes/07.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/07_MMC.cs b/SCSI/Modes/07_MMC.cs index 94a8d1b..288ad27 100644 --- a/SCSI/Modes/07_MMC.cs +++ b/SCSI/Modes/07_MMC.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/08.cs b/SCSI/Modes/08.cs index 0df2e51..521d032 100644 --- a/SCSI/Modes/08.cs +++ b/SCSI/Modes/08.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/0A.cs b/SCSI/Modes/0A.cs index 2c2fb5e..4d53dff 100644 --- a/SCSI/Modes/0A.cs +++ b/SCSI/Modes/0A.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/0B.cs b/SCSI/Modes/0B.cs index becc265..1570ef6 100644 --- a/SCSI/Modes/0B.cs +++ b/SCSI/Modes/0B.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/0C.cs b/SCSI/Modes/0C.cs index 5fc508b..f258d00 100644 --- a/SCSI/Modes/0C.cs +++ b/SCSI/Modes/0C.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.Decoders.SCSI diff --git a/SCSI/Modes/0D.cs b/SCSI/Modes/0D.cs index df8f56e..131160d 100644 --- a/SCSI/Modes/0D.cs +++ b/SCSI/Modes/0D.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/0E.cs b/SCSI/Modes/0E.cs index 7b92482..cffb6cd 100644 --- a/SCSI/Modes/0E.cs +++ b/SCSI/Modes/0E.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/0F.cs b/SCSI/Modes/0F.cs index faaa868..f5e5cd2 100644 --- a/SCSI/Modes/0F.cs +++ b/SCSI/Modes/0F.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/10.cs b/SCSI/Modes/10.cs index 43c9336..e64c87d 100644 --- a/SCSI/Modes/10.cs +++ b/SCSI/Modes/10.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/10_SSC.cs b/SCSI/Modes/10_SSC.cs index d0e88b1..0aee791 100644 --- a/SCSI/Modes/10_SSC.cs +++ b/SCSI/Modes/10_SSC.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/11.cs b/SCSI/Modes/11.cs index fe4ef48..fbceb43 100644 --- a/SCSI/Modes/11.cs +++ b/SCSI/Modes/11.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; diff --git a/SCSI/Modes/12_13_14.cs b/SCSI/Modes/12_13_14.cs index 8b5e54e..eddc3cc 100644 --- a/SCSI/Modes/12_13_14.cs +++ b/SCSI/Modes/12_13_14.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/1A.cs b/SCSI/Modes/1A.cs index 4dd94bb..7c10da2 100644 --- a/SCSI/Modes/1A.cs +++ b/SCSI/Modes/1A.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/1B.cs b/SCSI/Modes/1B.cs index 3c6705a..fe35cdf 100644 --- a/SCSI/Modes/1B.cs +++ b/SCSI/Modes/1B.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/1C.cs b/SCSI/Modes/1C.cs index db10ada..6d4b5a4 100644 --- a/SCSI/Modes/1C.cs +++ b/SCSI/Modes/1C.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/1C_SFF.cs b/SCSI/Modes/1C_SFF.cs index 0303117..caa6053 100644 --- a/SCSI/Modes/1C_SFF.cs +++ b/SCSI/Modes/1C_SFF.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/1D.cs b/SCSI/Modes/1D.cs index 755b694..a1d2c00 100644 --- a/SCSI/Modes/1D.cs +++ b/SCSI/Modes/1D.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/21_Certance.cs b/SCSI/Modes/21_Certance.cs index b423845..415c5cc 100644 --- a/SCSI/Modes/21_Certance.cs +++ b/SCSI/Modes/21_Certance.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/22_Certance.cs b/SCSI/Modes/22_Certance.cs index 87b1e70..1c360e6 100644 --- a/SCSI/Modes/22_Certance.cs +++ b/SCSI/Modes/22_Certance.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/24_IBM.cs b/SCSI/Modes/24_IBM.cs index b3c778f..7e8f689 100644 --- a/SCSI/Modes/24_IBM.cs +++ b/SCSI/Modes/24_IBM.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/2A.cs b/SCSI/Modes/2A.cs index 54c9b35..bf38861 100644 --- a/SCSI/Modes/2A.cs +++ b/SCSI/Modes/2A.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/2F_IBM.cs b/SCSI/Modes/2F_IBM.cs index c0b3aef..4b9712e 100644 --- a/SCSI/Modes/2F_IBM.cs +++ b/SCSI/Modes/2F_IBM.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/30_Apple.cs b/SCSI/Modes/30_Apple.cs index 75d469f..f93259a 100644 --- a/SCSI/Modes/30_Apple.cs +++ b/SCSI/Modes/30_Apple.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; diff --git a/SCSI/Modes/3B_HP.cs b/SCSI/Modes/3B_HP.cs index 2f494de..322b318 100644 --- a/SCSI/Modes/3B_HP.cs +++ b/SCSI/Modes/3B_HP.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; diff --git a/SCSI/Modes/3C_HP.cs b/SCSI/Modes/3C_HP.cs index a1224c8..23fd67a 100644 --- a/SCSI/Modes/3C_HP.cs +++ b/SCSI/Modes/3C_HP.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; diff --git a/SCSI/Modes/3D_HP.cs b/SCSI/Modes/3D_HP.cs index 86406c8..74d3faf 100644 --- a/SCSI/Modes/3D_HP.cs +++ b/SCSI/Modes/3D_HP.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/3D_IBM.cs b/SCSI/Modes/3D_IBM.cs index 8752a06..46ea7b4 100644 --- a/SCSI/Modes/3D_IBM.cs +++ b/SCSI/Modes/3D_IBM.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/3E_Fujitsu.cs b/SCSI/Modes/3E_Fujitsu.cs index fc4bb65..b2dda37 100644 --- a/SCSI/Modes/3E_Fujitsu.cs +++ b/SCSI/Modes/3E_Fujitsu.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; diff --git a/SCSI/Modes/3E_HP.cs b/SCSI/Modes/3E_HP.cs index 47d9265..900deff 100644 --- a/SCSI/Modes/3E_HP.cs +++ b/SCSI/Modes/3E_HP.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/Headers.cs b/SCSI/Modes/Headers.cs index 364c9e9..40d2530 100644 --- a/SCSI/Modes/Headers.cs +++ b/SCSI/Modes/Headers.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/Mode10.cs b/SCSI/Modes/Mode10.cs index a405edc..a36988d 100644 --- a/SCSI/Modes/Mode10.cs +++ b/SCSI/Modes/Mode10.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; diff --git a/SCSI/Modes/Mode6.cs b/SCSI/Modes/Mode6.cs index 3601903..a656d77 100644 --- a/SCSI/Modes/Mode6.cs +++ b/SCSI/Modes/Mode6.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; diff --git a/SCSI/Modes/Structs.cs b/SCSI/Modes/Structs.cs index 68b8677..644ad36 100644 --- a/SCSI/Modes/Structs.cs +++ b/SCSI/Modes/Structs.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/SSC/BlockLimits.cs b/SCSI/SSC/BlockLimits.cs index de79bf4..1aac695 100644 --- a/SCSI/SSC/BlockLimits.cs +++ b/SCSI/SSC/BlockLimits.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; diff --git a/SCSI/SSC/DensitySupport.cs b/SCSI/SSC/DensitySupport.cs index 5cc57c6..12b668e 100644 --- a/SCSI/SSC/DensitySupport.cs +++ b/SCSI/SSC/DensitySupport.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; diff --git a/SCSI/Sense.cs b/SCSI/Sense.cs index 6527b45..2fab26c 100644 --- a/SCSI/Sense.cs +++ b/SCSI/Sense.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; diff --git a/SCSI/Types.cs b/SCSI/Types.cs index d68166f..8b6e24f 100644 --- a/SCSI/Types.cs +++ b/SCSI/Types.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.Diagnostics.CodeAnalysis; diff --git a/SCSI/VendorString.cs b/SCSI/VendorString.cs index 878d1bb..4e9db3c 100644 --- a/SCSI/VendorString.cs +++ b/SCSI/VendorString.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.Decoders.SCSI diff --git a/SecureDigital/CID.cs b/SecureDigital/CID.cs index 993028c..476ea46 100644 --- a/SecureDigital/CID.cs +++ b/SecureDigital/CID.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; diff --git a/SecureDigital/CSD.cs b/SecureDigital/CSD.cs index 35777eb..ca715b7 100644 --- a/SecureDigital/CSD.cs +++ b/SecureDigital/CSD.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; diff --git a/SecureDigital/OCR.cs b/SecureDigital/OCR.cs index 0114199..62fbd81 100644 --- a/SecureDigital/OCR.cs +++ b/SecureDigital/OCR.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; diff --git a/SecureDigital/SCR.cs b/SecureDigital/SCR.cs index 09022b9..a9b15c0 100644 --- a/SecureDigital/SCR.cs +++ b/SecureDigital/SCR.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; diff --git a/SecureDigital/VendorString.cs b/SecureDigital/VendorString.cs index 66ea127..b983729 100644 --- a/SecureDigital/VendorString.cs +++ b/SecureDigital/VendorString.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.Decoders.SecureDigital diff --git a/Sega/CD.cs b/Sega/CD.cs index 05eb042..2925433 100644 --- a/Sega/CD.cs +++ b/Sega/CD.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; diff --git a/Sega/Dreamcast.cs b/Sega/Dreamcast.cs index 5f849c4..91bd153 100644 --- a/Sega/Dreamcast.cs +++ b/Sega/Dreamcast.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; diff --git a/Sega/Saturn.cs b/Sega/Saturn.cs index b653513..d8225ad 100644 --- a/Sega/Saturn.cs +++ b/Sega/Saturn.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; diff --git a/Xbox/DMI.cs b/Xbox/DMI.cs index dd8659e..17e57c5 100644 --- a/Xbox/DMI.cs +++ b/Xbox/DMI.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; diff --git a/Xbox/SS.cs b/Xbox/SS.cs index 4a823d4..fb2d94c 100644 --- a/Xbox/SS.cs +++ b/Xbox/SS.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;