From 06a27f18b0d1d553a624ac2ac05e2f8d8f9f498d Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 29 Dec 2018 17:34:38 +0000 Subject: [PATCH] Update copyright year. --- ATA/Identify.cs | 2 +- ATA/Registers.cs | 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/Session.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 +- DiscImageChef.Decoders.csproj | 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/Enums.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/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 +- 118 files changed, 118 insertions(+), 118 deletions(-) diff --git a/ATA/Identify.cs b/ATA/Identify.cs index 3b40247c1..97c2153eb 100644 --- a/ATA/Identify.cs +++ b/ATA/Identify.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/ATA/Registers.cs b/ATA/Registers.cs index e2121f17b..006e40aa1 100644 --- a/ATA/Registers.cs +++ b/ATA/Registers.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.ATA diff --git a/Blu-ray/BCA.cs b/Blu-ray/BCA.cs index dc9170502..7b70c0a5b 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Blu-ray/Cartridge.cs b/Blu-ray/Cartridge.cs index 374f8302c..82e31d152 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Blu-ray/DDS.cs b/Blu-ray/DDS.cs index 741d3fb80..66b453c62 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Blu-ray/DI.cs b/Blu-ray/DI.cs index 846f49dcf..9a9dc025b 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Blu-ray/Spare.cs b/Blu-ray/Spare.cs index ef4e27e4d..dfa92b6c3 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/CD/ATIP.cs b/CD/ATIP.cs index fda9026a2..f6573c9aa 100644 --- a/CD/ATIP.cs +++ b/CD/ATIP.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/CD/CDTextOnLeadIn.cs b/CD/CDTextOnLeadIn.cs index 220232221..9fe4f0bd0 100644 --- a/CD/CDTextOnLeadIn.cs +++ b/CD/CDTextOnLeadIn.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/CD/Enums.cs b/CD/Enums.cs index 5e95552ab..0890f8132 100644 --- a/CD/Enums.cs +++ b/CD/Enums.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/CD/FullTOC.cs b/CD/FullTOC.cs index 9ce165513..dfd70c769 100644 --- a/CD/FullTOC.cs +++ b/CD/FullTOC.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/CD/PMA.cs b/CD/PMA.cs index be183582a..d44016a0d 100644 --- a/CD/PMA.cs +++ b/CD/PMA.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/CD/Sector.cs b/CD/Sector.cs index 830be1fd7..79b84dd27 100644 --- a/CD/Sector.cs +++ b/CD/Sector.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/CD/Session.cs b/CD/Session.cs index c8797e58f..927fbb610 100644 --- a/CD/Session.cs +++ b/CD/Session.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/CD/TOC.cs b/CD/TOC.cs index 2c31b2dba..85e04b7ed 100644 --- a/CD/TOC.cs +++ b/CD/TOC.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DVD/AACS.cs b/DVD/AACS.cs index 5a23fdf61..47bd31923 100644 --- a/DVD/AACS.cs +++ b/DVD/AACS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/DVD/ADIP.cs b/DVD/ADIP.cs index 64cbb65b8..d970c6621 100644 --- a/DVD/ADIP.cs +++ b/DVD/ADIP.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/DVD/BCA.cs b/DVD/BCA.cs index ff6d346b8..9eef5948e 100644 --- a/DVD/BCA.cs +++ b/DVD/BCA.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/DVD/CPRM.cs b/DVD/CPRM.cs index da0bb62ec..b3e957f4a 100644 --- a/DVD/CPRM.cs +++ b/DVD/CPRM.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/DVD/CSS&CPRM.cs b/DVD/CSS&CPRM.cs index 7deb5936f..b920e3204 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/DVD/Cartridge.cs b/DVD/Cartridge.cs index be9317ef7..96a286a0d 100644 --- a/DVD/Cartridge.cs +++ b/DVD/Cartridge.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/DVD/DDS.cs b/DVD/DDS.cs index da0d8dcdf..c4478e812 100644 --- a/DVD/DDS.cs +++ b/DVD/DDS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DVD/DMI.cs b/DVD/DMI.cs index eb71116ff..2b4a50c42 100644 --- a/DVD/DMI.cs +++ b/DVD/DMI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/DVD/Enums.cs b/DVD/Enums.cs index ebc9cba8c..40cf4f3d2 100644 --- a/DVD/Enums.cs +++ b/DVD/Enums.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/DVD/Layers.cs b/DVD/Layers.cs index addd1b0f0..503cb046f 100644 --- a/DVD/Layers.cs +++ b/DVD/Layers.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/DVD/PFI.cs b/DVD/PFI.cs index 384b703f5..8dc6fd703 100644 --- a/DVD/PFI.cs +++ b/DVD/PFI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DVD/PRI.cs b/DVD/PRI.cs index 5fee93d5e..14cd109f1 100644 --- a/DVD/PRI.cs +++ b/DVD/PRI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/DVD/RMD.cs b/DVD/RMD.cs index c4504671c..b20b35ac3 100644 --- a/DVD/RMD.cs +++ b/DVD/RMD.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/DVD/Spare.cs b/DVD/Spare.cs index e911d4e70..8f13ad019 100644 --- a/DVD/Spare.cs +++ b/DVD/Spare.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/DVD/UDI.cs b/DVD/UDI.cs index 2c15762d2..3bf26e284 100644 --- a/DVD/UDI.cs +++ b/DVD/UDI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/DiscImageChef.Decoders.csproj b/DiscImageChef.Decoders.csproj index 8cbf7cdba..2a89ec6f8 100644 --- a/DiscImageChef.Decoders.csproj +++ b/DiscImageChef.Decoders.csproj @@ -13,7 +13,7 @@ true 4.5.99.1693 Claunia.com - Copyright © 2011-2018 Natalia Portillo + Copyright © 2011-2019 Natalia Portillo The Disc Image Chef DiscImageChef.Decoders $(Version) diff --git a/Floppy/Amiga.cs b/Floppy/Amiga.cs index b6afce43b..0b2aada7d 100644 --- a/Floppy/Amiga.cs +++ b/Floppy/Amiga.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/Floppy/Apple2.cs b/Floppy/Apple2.cs index 29ff2e178..1569ebaed 100644 --- a/Floppy/Apple2.cs +++ b/Floppy/Apple2.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Floppy/AppleSony.cs b/Floppy/AppleSony.cs index 1481062d0..90d12c1b3 100644 --- a/Floppy/AppleSony.cs +++ b/Floppy/AppleSony.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Floppy/Commodore.cs b/Floppy/Commodore.cs index dd560f9a0..a6f5faad0 100644 --- a/Floppy/Commodore.cs +++ b/Floppy/Commodore.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/Floppy/Enums.cs b/Floppy/Enums.cs index 1a4030ad3..efb332602 100644 --- a/Floppy/Enums.cs +++ b/Floppy/Enums.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/Floppy/ISO.cs b/Floppy/ISO.cs index 17bc76668..9e6caef20 100644 --- a/Floppy/ISO.cs +++ b/Floppy/ISO.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/Floppy/Perpendicular.cs b/Floppy/Perpendicular.cs index eb97e3e94..1ca02fe06 100644 --- a/Floppy/Perpendicular.cs +++ b/Floppy/Perpendicular.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/Floppy/System34.cs b/Floppy/System34.cs index 6338727ab..bb8529af7 100644 --- a/Floppy/System34.cs +++ b/Floppy/System34.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/Floppy/System3740.cs b/Floppy/System3740.cs index e84062751..de719c6fa 100644 --- a/Floppy/System3740.cs +++ b/Floppy/System3740.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/LisaTag.cs b/LisaTag.cs index 1a4156fb6..140924a6e 100644 --- a/LisaTag.cs +++ b/LisaTag.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/MMC/CID.cs b/MMC/CID.cs index 8399abff2..dd64d664b 100644 --- a/MMC/CID.cs +++ b/MMC/CID.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/MMC/CSD.cs b/MMC/CSD.cs index 38f601877..cf82be92e 100644 --- a/MMC/CSD.cs +++ b/MMC/CSD.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/MMC/ExtendedCSD.cs b/MMC/ExtendedCSD.cs index 19b0e9250..eed1a0403 100644 --- a/MMC/ExtendedCSD.cs +++ b/MMC/ExtendedCSD.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/MMC/OCR.cs b/MMC/OCR.cs index c7d3775d2..2d23a2dbc 100644 --- a/MMC/OCR.cs +++ b/MMC/OCR.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/MMC/VendorString.cs b/MMC/VendorString.cs index fd2448eac..6545e42b2 100644 --- a/MMC/VendorString.cs +++ b/MMC/VendorString.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.MMC diff --git a/PCMCIA/CIS.cs b/PCMCIA/CIS.cs index c99381e95..1055a94d8 100644 --- a/PCMCIA/CIS.cs +++ b/PCMCIA/CIS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/PCMCIA/Enums.cs b/PCMCIA/Enums.cs index aedf592b0..bc4ae60f2 100644 --- a/PCMCIA/Enums.cs +++ b/PCMCIA/Enums.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/PCMCIA/Types.cs b/PCMCIA/Types.cs index f3d31edc6..45e7ae659 100644 --- a/PCMCIA/Types.cs +++ b/PCMCIA/Types.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/PCMCIA/VendorCode.cs b/PCMCIA/VendorCode.cs index 5de2b3560..290c2b68a 100644 --- a/PCMCIA/VendorCode.cs +++ b/PCMCIA/VendorCode.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/DiscStructureCapabilities.cs b/SCSI/DiscStructureCapabilities.cs index 0e903cbc1..5a2aa513d 100644 --- a/SCSI/DiscStructureCapabilities.cs +++ b/SCSI/DiscStructureCapabilities.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Collections.Generic; diff --git a/SCSI/EVPD.cs b/SCSI/EVPD.cs index 1143cf19a..535c2c49f 100644 --- a/SCSI/EVPD.cs +++ b/SCSI/EVPD.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/Enums.cs b/SCSI/Enums.cs index 86af10a93..055975389 100644 --- a/SCSI/Enums.cs +++ b/SCSI/Enums.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Inquiry.cs b/SCSI/Inquiry.cs index 09e2224d5..364a1f5a6 100644 --- a/SCSI/Inquiry.cs +++ b/SCSI/Inquiry.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/MMC/AACS.cs b/SCSI/MMC/AACS.cs index b20b78b18..899cd4a8d 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/MMC/CPRM.cs b/SCSI/MMC/CPRM.cs index 0d2d0d66e..5bdcafb7a 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/MMC/DiscInformation.cs b/SCSI/MMC/DiscInformation.cs index ec29764f5..26940354f 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/MMC/Enums.cs b/SCSI/MMC/Enums.cs index a37f8b273..e36fd881f 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/MMC/Features.cs b/SCSI/MMC/Features.cs index 744ff883b..a7d5f2d3c 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/MMC/Hybrid.cs b/SCSI/MMC/Hybrid.cs index 85ef89d0b..eac7245df 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/MMC/WriteProtect.cs b/SCSI/MMC/WriteProtect.cs index 0541c67e3..ce8a093ca 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/Modes/00_SFF.cs b/SCSI/Modes/00_SFF.cs index 8844dcdbf..36f7dad20 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/01.cs b/SCSI/Modes/01.cs index 8cffdf546..434cadba5 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/01_MMC.cs b/SCSI/Modes/01_MMC.cs index 3230f2e05..2629ce5c5 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/02.cs b/SCSI/Modes/02.cs index 071e3e611..d420ef1b9 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/03.cs b/SCSI/Modes/03.cs index 2128d9701..bfa9edec4 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/04.cs b/SCSI/Modes/04.cs index 8834ed481..4bdc88694 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/05.cs b/SCSI/Modes/05.cs index d4207a637..fafb76576 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/06.cs b/SCSI/Modes/06.cs index 12f642441..690ff8c9a 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/07.cs b/SCSI/Modes/07.cs index b61426d12..5fa677132 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/07_MMC.cs b/SCSI/Modes/07_MMC.cs index 0f3c6e46d..bef397bc9 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/08.cs b/SCSI/Modes/08.cs index 55ef31d99..ab2057d36 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/0A.cs b/SCSI/Modes/0A.cs index 3040b4d09..aea339dc2 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/0B.cs b/SCSI/Modes/0B.cs index b5b753ba8..a9a1d058a 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/0C.cs b/SCSI/Modes/0C.cs index 8393117e3..7edbdf788 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.SCSI diff --git a/SCSI/Modes/0D.cs b/SCSI/Modes/0D.cs index edae3552e..b35f09808 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/0E.cs b/SCSI/Modes/0E.cs index 2c27c014a..f1935740e 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/0F.cs b/SCSI/Modes/0F.cs index 52ac20b5a..e4e25d419 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/10.cs b/SCSI/Modes/10.cs index 812a943ed..e354559e4 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/10_SSC.cs b/SCSI/Modes/10_SSC.cs index 4403711b0..e16192ced 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/11.cs b/SCSI/Modes/11.cs index 46630e133..b3c07bbdd 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/Modes/12_13_14.cs b/SCSI/Modes/12_13_14.cs index 2c29baa36..968f02cb2 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/1A.cs b/SCSI/Modes/1A.cs index 7ba240082..17b5aebc9 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/1B.cs b/SCSI/Modes/1B.cs index f21049302..ad7d84e70 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/1C.cs b/SCSI/Modes/1C.cs index 56ad338cf..7693a6891 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/1C_SFF.cs b/SCSI/Modes/1C_SFF.cs index eed8be82b..5173f456d 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/1D.cs b/SCSI/Modes/1D.cs index 287add1cb..58d4c6eba 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/21_Certance.cs b/SCSI/Modes/21_Certance.cs index 4e9d65226..9a871c357 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/22_Certance.cs b/SCSI/Modes/22_Certance.cs index 25aff1f89..99a7e46e0 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/24_IBM.cs b/SCSI/Modes/24_IBM.cs index f0e88a843..508d8c4ff 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/2A.cs b/SCSI/Modes/2A.cs index c696b53da..e69e58cea 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/Modes/2F_IBM.cs b/SCSI/Modes/2F_IBM.cs index f375e5c33..62b431799 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/30_Apple.cs b/SCSI/Modes/30_Apple.cs index 207c9335c..4c6054990 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/Modes/3B_HP.cs b/SCSI/Modes/3B_HP.cs index 37f4dded2..3c70a34af 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/Modes/3C_HP.cs b/SCSI/Modes/3C_HP.cs index 27e836d7a..00cba9327 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/Modes/3D_HP.cs b/SCSI/Modes/3D_HP.cs index ee028706b..cd06442b5 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/3D_IBM.cs b/SCSI/Modes/3D_IBM.cs index fbd13328f..b75920df3 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/3E_Fujitsu.cs b/SCSI/Modes/3E_Fujitsu.cs index 0feb3b92e..8908b7526 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/Modes/3E_HP.cs b/SCSI/Modes/3E_HP.cs index 97118bd29..1fe1563eb 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/Headers.cs b/SCSI/Modes/Headers.cs index adaa112b1..6b03eeb85 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/Modes/Mode10.cs b/SCSI/Modes/Mode10.cs index 417c2b508..690cc6521 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/Modes/Mode6.cs b/SCSI/Modes/Mode6.cs index 9759e3400..0c3e4b70f 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/Modes/Structs.cs b/SCSI/Modes/Structs.cs index 82f114693..124075c6c 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/SSC/BlockLimits.cs b/SCSI/SSC/BlockLimits.cs index 8530db867..166459174 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/SSC/DensitySupport.cs b/SCSI/SSC/DensitySupport.cs index 5cedadeda..cdaf27b76 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-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/Sense.cs b/SCSI/Sense.cs index 4495e1130..caef98fcf 100644 --- a/SCSI/Sense.cs +++ b/SCSI/Sense.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/Types.cs b/SCSI/Types.cs index b6c762367..ab06e3a88 100644 --- a/SCSI/Types.cs +++ b/SCSI/Types.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Diagnostics.CodeAnalysis; diff --git a/SCSI/VendorString.cs b/SCSI/VendorString.cs index 6605e7635..33d4016bd 100644 --- a/SCSI/VendorString.cs +++ b/SCSI/VendorString.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.SCSI diff --git a/SecureDigital/CID.cs b/SecureDigital/CID.cs index a5e6025a7..dc8877586 100644 --- a/SecureDigital/CID.cs +++ b/SecureDigital/CID.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SecureDigital/CSD.cs b/SecureDigital/CSD.cs index f40041156..2cc2604d2 100644 --- a/SecureDigital/CSD.cs +++ b/SecureDigital/CSD.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SecureDigital/OCR.cs b/SecureDigital/OCR.cs index 0b29a4713..f345707ff 100644 --- a/SecureDigital/OCR.cs +++ b/SecureDigital/OCR.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SecureDigital/SCR.cs b/SecureDigital/SCR.cs index 3c4f9a9df..6a87855cb 100644 --- a/SecureDigital/SCR.cs +++ b/SecureDigital/SCR.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SecureDigital/VendorString.cs b/SecureDigital/VendorString.cs index 14a65dbfb..cccbbef1b 100644 --- a/SecureDigital/VendorString.cs +++ b/SecureDigital/VendorString.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.SecureDigital diff --git a/Sega/CD.cs b/Sega/CD.cs index 0f99589c8..da5425621 100644 --- a/Sega/CD.cs +++ b/Sega/CD.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Sega/Dreamcast.cs b/Sega/Dreamcast.cs index 4613772cf..53dc06607 100644 --- a/Sega/Dreamcast.cs +++ b/Sega/Dreamcast.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Sega/Saturn.cs b/Sega/Saturn.cs index c26958908..9352f5a68 100644 --- a/Sega/Saturn.cs +++ b/Sega/Saturn.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Xbox/DMI.cs b/Xbox/DMI.cs index 808178abb..d193ce364 100644 --- a/Xbox/DMI.cs +++ b/Xbox/DMI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Xbox/SS.cs b/Xbox/SS.cs index ac1cfeab3..ab5e568f3 100644 --- a/Xbox/SS.cs +++ b/Xbox/SS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System;