From ca4223bc084e94a176a7a2bc7cd9461766b7a8c8 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 19 Dec 2017 03:50:57 +0000 Subject: [PATCH] REFACTOR: Updated comments and copyright date. --- 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 +- 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 | 6 +++--- MMC/CID.cs | 6 +++--- MMC/CSD.cs | 6 +++--- MMC/ExtendedCSD.cs | 6 +++--- MMC/OCR.cs | 6 +++--- MMC/VendorString.cs | 6 +++--- PCMCIA/CIS.cs | 6 +++--- PCMCIA/Enums.cs | 6 +++--- PCMCIA/Types.cs | 6 +++--- PCMCIA/VendorCode.cs | 6 +++--- Properties/AssemblyInfo.cs | 34 ++++++++++++++++++++++++++++++- 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.cs | 2 +- SCSI/ModesEncoders.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 | 6 +++--- SecureDigital/CSD.cs | 6 +++--- SecureDigital/OCR.cs | 6 +++--- SecureDigital/SCR.cs | 6 +++--- SecureDigital/VendorString.cs | 6 +++--- Sega/CD.cs | 6 +++--- Sega/Dreamcast.cs | 6 +++--- Sega/Saturn.cs | 6 +++--- Xbox/DMI.cs | 2 +- Xbox/SS.cs | 6 +++--- 78 files changed, 148 insertions(+), 116 deletions(-) diff --git a/ATA/Identify.cs b/ATA/Identify.cs index 5a464b4..90a64bf 100644 --- a/ATA/Identify.cs +++ b/ATA/Identify.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/ATA/Registers.cs b/ATA/Registers.cs index 54f85ff..5d46c92 100644 --- a/ATA/Registers.cs +++ b/ATA/Registers.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.ATA diff --git a/Blu-ray/BCA.cs b/Blu-ray/BCA.cs index 8d31211..8f6874f 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-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Blu-ray/Cartridge.cs b/Blu-ray/Cartridge.cs index 6fb859a..98e887c 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-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Blu-ray/DDS.cs b/Blu-ray/DDS.cs index 0b8abed..5f02f5c 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-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Blu-ray/DI.cs b/Blu-ray/DI.cs index b6a446e..13fe3ac 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-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Blu-ray/Spare.cs b/Blu-ray/Spare.cs index 27b2bba..32f4f7a 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-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/CD/ATIP.cs b/CD/ATIP.cs index 1548c27..d564272 100644 --- a/CD/ATIP.cs +++ b/CD/ATIP.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/CD/CDTextOnLeadIn.cs b/CD/CDTextOnLeadIn.cs index 7ad0995..f0313f5 100644 --- a/CD/CDTextOnLeadIn.cs +++ b/CD/CDTextOnLeadIn.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/CD/Enums.cs b/CD/Enums.cs index 11d7b10..420a426 100644 --- a/CD/Enums.cs +++ b/CD/Enums.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.CD diff --git a/CD/FullTOC.cs b/CD/FullTOC.cs index d57f4ca..c2d3ead 100644 --- a/CD/FullTOC.cs +++ b/CD/FullTOC.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/CD/PMA.cs b/CD/PMA.cs index 4e828fb..4984f60 100644 --- a/CD/PMA.cs +++ b/CD/PMA.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/CD/Sector.cs b/CD/Sector.cs index b2f81d1..1d62c50 100644 --- a/CD/Sector.cs +++ b/CD/Sector.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Linq; diff --git a/CD/Session.cs b/CD/Session.cs index b00f1da..9930497 100644 --- a/CD/Session.cs +++ b/CD/Session.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/CD/TOC.cs b/CD/TOC.cs index 3e52bcd..d71ad35 100644 --- a/CD/TOC.cs +++ b/CD/TOC.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DVD/AACS.cs b/DVD/AACS.cs index 804e28a..36f5cb8 100644 --- a/DVD/AACS.cs +++ b/DVD/AACS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DVD/ADIP.cs b/DVD/ADIP.cs index c4b2db3..04de07e 100644 --- a/DVD/ADIP.cs +++ b/DVD/ADIP.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DVD/BCA.cs b/DVD/BCA.cs index 058ba8e..cc9d821 100644 --- a/DVD/BCA.cs +++ b/DVD/BCA.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DVD/CPRM.cs b/DVD/CPRM.cs index 3b03170..944e579 100644 --- a/DVD/CPRM.cs +++ b/DVD/CPRM.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DVD/CSS&CPRM.cs b/DVD/CSS&CPRM.cs index 3c51e4d..fbc1acf 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-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Text; diff --git a/DVD/Cartridge.cs b/DVD/Cartridge.cs index b2a514d..58c51e7 100644 --- a/DVD/Cartridge.cs +++ b/DVD/Cartridge.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Text; diff --git a/DVD/DDS.cs b/DVD/DDS.cs index 863d836..fa76580 100644 --- a/DVD/DDS.cs +++ b/DVD/DDS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DVD/DMI.cs b/DVD/DMI.cs index e824845..f9ac62e 100644 --- a/DVD/DMI.cs +++ b/DVD/DMI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DVD/Enums.cs b/DVD/Enums.cs index 7d9f05c..27005f1 100644 --- a/DVD/Enums.cs +++ b/DVD/Enums.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DVD/Layers.cs b/DVD/Layers.cs index f4dad0b..e763f3c 100644 --- a/DVD/Layers.cs +++ b/DVD/Layers.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DVD/PFI.cs b/DVD/PFI.cs index e08af47..44cea06 100644 --- a/DVD/PFI.cs +++ b/DVD/PFI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DVD/PRI.cs b/DVD/PRI.cs index 06ecaa2..c11f130 100644 --- a/DVD/PRI.cs +++ b/DVD/PRI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DVD/RMD.cs b/DVD/RMD.cs index 80c7682..144df73 100644 --- a/DVD/RMD.cs +++ b/DVD/RMD.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DVD/Spare.cs b/DVD/Spare.cs index cf77f3f..5295472 100644 --- a/DVD/Spare.cs +++ b/DVD/Spare.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Text; diff --git a/DVD/UDI.cs b/DVD/UDI.cs index 2150ef7..bcddf21 100644 --- a/DVD/UDI.cs +++ b/DVD/UDI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/Floppy/Amiga.cs b/Floppy/Amiga.cs index ce2e6dd..5259bf0 100644 --- a/Floppy/Amiga.cs +++ b/Floppy/Amiga.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/Floppy/Apple2.cs b/Floppy/Apple2.cs index df7ca7c..4b1dc96 100644 --- a/Floppy/Apple2.cs +++ b/Floppy/Apple2.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Floppy/AppleSony.cs b/Floppy/AppleSony.cs index dea113f..cce2dc9 100644 --- a/Floppy/AppleSony.cs +++ b/Floppy/AppleSony.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Floppy/Commodore.cs b/Floppy/Commodore.cs index 9d30522..9802f96 100644 --- a/Floppy/Commodore.cs +++ b/Floppy/Commodore.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/Floppy/Enums.cs b/Floppy/Enums.cs index d58e8ae..d874f5a 100644 --- a/Floppy/Enums.cs +++ b/Floppy/Enums.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.Floppy diff --git a/Floppy/ISO.cs b/Floppy/ISO.cs index d85caf5..9bf3c1a 100644 --- a/Floppy/ISO.cs +++ b/Floppy/ISO.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/Floppy/Perpendicular.cs b/Floppy/Perpendicular.cs index 3ae4a66..e01ec35 100644 --- a/Floppy/Perpendicular.cs +++ b/Floppy/Perpendicular.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/Floppy/System34.cs b/Floppy/System34.cs index c252a5a..2a93519 100644 --- a/Floppy/System34.cs +++ b/Floppy/System34.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/Floppy/System3740.cs b/Floppy/System3740.cs index 19baeea..1ec8729 100644 --- a/Floppy/System3740.cs +++ b/Floppy/System3740.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/LisaTag.cs b/LisaTag.cs index 4a379ce..4c2466a 100644 --- a/LisaTag.cs +++ b/LisaTag.cs @@ -5,11 +5,11 @@ // Filename : LisaTag.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes Apple Lisa tags. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; namespace DiscImageChef.Decoders diff --git a/MMC/CID.cs b/MMC/CID.cs index 58e7314..ee93238 100644 --- a/MMC/CID.cs +++ b/MMC/CID.cs @@ -5,11 +5,11 @@ // Filename : CID.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MultiMediaCard CID. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/MMC/CSD.cs b/MMC/CSD.cs index 54101db..e19b790 100644 --- a/MMC/CSD.cs +++ b/MMC/CSD.cs @@ -5,11 +5,11 @@ // Filename : CSD.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MultiMediaCard CSD. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/MMC/ExtendedCSD.cs b/MMC/ExtendedCSD.cs index 1d33fb3..824f9e7 100644 --- a/MMC/ExtendedCSD.cs +++ b/MMC/ExtendedCSD.cs @@ -5,11 +5,11 @@ // Filename : ExtendedCSD.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MultiMediaCard extended CSD. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/MMC/OCR.cs b/MMC/OCR.cs index 2292483..07c57c1 100644 --- a/MMC/OCR.cs +++ b/MMC/OCR.cs @@ -5,11 +5,11 @@ // Filename : OCR.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MultiMediaCard OCR. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/MMC/VendorString.cs b/MMC/VendorString.cs index b36e80d..6181e06 100644 --- a/MMC/VendorString.cs +++ b/MMC/VendorString.cs @@ -5,11 +5,11 @@ // Filename : VendorString.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MultiMediaCard vendor code. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.MMC diff --git a/PCMCIA/CIS.cs b/PCMCIA/CIS.cs index 5c02327..1f8b676 100644 --- a/PCMCIA/CIS.cs +++ b/PCMCIA/CIS.cs @@ -5,11 +5,11 @@ // Filename : CIS.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes PCMCIA Card Information Structure. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/PCMCIA/Enums.cs b/PCMCIA/Enums.cs index 9c73dea..782a0eb 100644 --- a/PCMCIA/Enums.cs +++ b/PCMCIA/Enums.cs @@ -5,11 +5,11 @@ // Filename : Enums.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains PCMCIA enumerations. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.PCMCIA diff --git a/PCMCIA/Types.cs b/PCMCIA/Types.cs index 87cb5d5..f086ed0 100644 --- a/PCMCIA/Types.cs +++ b/PCMCIA/Types.cs @@ -5,11 +5,11 @@ // Filename : Types.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains PCMCIA tuple structures. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.PCMCIA diff --git a/PCMCIA/VendorCode.cs b/PCMCIA/VendorCode.cs index 0dbe809..1066de1 100644 --- a/PCMCIA/VendorCode.cs +++ b/PCMCIA/VendorCode.cs @@ -5,11 +5,11 @@ // Filename : VendorCode.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes PCMCIA vendor code. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.PCMCIA diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 4a265a7..5cc1a16 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -1,4 +1,36 @@ -using System.Reflection; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : AssemblyInfo.cs +// Author(s) : Natalia Portillo +// +// Component : Device structures decoders. +// +// --[ Description ] ---------------------------------------------------------- +// +// C# assembly definitions. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes. diff --git a/SCSI/DiscStructureCapabilities.cs b/SCSI/DiscStructureCapabilities.cs index 2a392b1..24fadeb 100644 --- a/SCSI/DiscStructureCapabilities.cs +++ b/SCSI/DiscStructureCapabilities.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Collections.Generic; diff --git a/SCSI/EVPD.cs b/SCSI/EVPD.cs index 8704d47..fb60125 100644 --- a/SCSI/EVPD.cs +++ b/SCSI/EVPD.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/Enums.cs b/SCSI/Enums.cs index d44babb..d3d7d3f 100644 --- a/SCSI/Enums.cs +++ b/SCSI/Enums.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.SCSI diff --git a/SCSI/Inquiry.cs b/SCSI/Inquiry.cs index 3e71da2..c55d1f4 100644 --- a/SCSI/Inquiry.cs +++ b/SCSI/Inquiry.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/MMC/AACS.cs b/SCSI/MMC/AACS.cs index 18b9c95..ba13bf6 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-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/MMC/CPRM.cs b/SCSI/MMC/CPRM.cs index ef83e2d..670a774 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-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/MMC/DiscInformation.cs b/SCSI/MMC/DiscInformation.cs index d1a7184..39d9ea9 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-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/MMC/Enums.cs b/SCSI/MMC/Enums.cs index d67ed6c..3560552 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-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.SCSI.MMC diff --git a/SCSI/MMC/Features.cs b/SCSI/MMC/Features.cs index 2a407a7..192b0a5 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-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/MMC/Hybrid.cs b/SCSI/MMC/Hybrid.cs index c6ad1d2..508f641 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-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/MMC/WriteProtect.cs b/SCSI/MMC/WriteProtect.cs index 1afb91d..81605a6 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-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/Modes.cs b/SCSI/Modes.cs index f473733..13c23da 100644 --- a/SCSI/Modes.cs +++ b/SCSI/Modes.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/ModesEncoders.cs b/SCSI/ModesEncoders.cs index 9c42a50..67bb615 100644 --- a/SCSI/ModesEncoders.cs +++ b/SCSI/ModesEncoders.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/SSC/BlockLimits.cs b/SCSI/SSC/BlockLimits.cs index f65f5de..4a4fce9 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-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/SSC/DensitySupport.cs b/SCSI/SSC/DensitySupport.cs index 38c109e..75e136a 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-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/Sense.cs b/SCSI/Sense.cs index bd7e455..ce64a29 100644 --- a/SCSI/Sense.cs +++ b/SCSI/Sense.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SCSI/Types.cs b/SCSI/Types.cs index 4e294dc..4c62c62 100644 --- a/SCSI/Types.cs +++ b/SCSI/Types.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.SCSI diff --git a/SCSI/VendorString.cs b/SCSI/VendorString.cs index 43e77e8..133d030 100644 --- a/SCSI/VendorString.cs +++ b/SCSI/VendorString.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.SCSI diff --git a/SecureDigital/CID.cs b/SecureDigital/CID.cs index 8d0c33b..fe0ad06 100644 --- a/SecureDigital/CID.cs +++ b/SecureDigital/CID.cs @@ -5,11 +5,11 @@ // Filename : CID.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MultiMediaCard CID. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SecureDigital/CSD.cs b/SecureDigital/CSD.cs index d093a35..9411bc6 100644 --- a/SecureDigital/CSD.cs +++ b/SecureDigital/CSD.cs @@ -5,11 +5,11 @@ // Filename : CSD.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MultiMediaCard CSD. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SecureDigital/OCR.cs b/SecureDigital/OCR.cs index fe9f5e5..7c3c6de 100644 --- a/SecureDigital/OCR.cs +++ b/SecureDigital/OCR.cs @@ -5,11 +5,11 @@ // Filename : OCR.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MultiMediaCard OCR. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SecureDigital/SCR.cs b/SecureDigital/SCR.cs index c74830c..31e70bf 100644 --- a/SecureDigital/SCR.cs +++ b/SecureDigital/SCR.cs @@ -5,11 +5,11 @@ // Filename : SCR.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MultiMediaCard SCR. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Text; diff --git a/SecureDigital/VendorString.cs b/SecureDigital/VendorString.cs index 7b2eb8a..0d8400a 100644 --- a/SecureDigital/VendorString.cs +++ b/SecureDigital/VendorString.cs @@ -5,11 +5,11 @@ // Filename : VendorString.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes SecureDigital vendor code. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.SecureDigital diff --git a/Sega/CD.cs b/Sega/CD.cs index 190fff5..6b1f77d 100644 --- a/Sega/CD.cs +++ b/Sega/CD.cs @@ -5,11 +5,11 @@ // Filename : CD.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes Sega CD (aka Mega CD) IP.BIN. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Globalization; diff --git a/Sega/Dreamcast.cs b/Sega/Dreamcast.cs index 6f74888..24327eb 100644 --- a/Sega/Dreamcast.cs +++ b/Sega/Dreamcast.cs @@ -5,11 +5,11 @@ // Filename : Dreamcast.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes Sega Dreamcast IP.BIN. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Globalization; diff --git a/Sega/Saturn.cs b/Sega/Saturn.cs index 9fe4787..5a3f313 100644 --- a/Sega/Saturn.cs +++ b/Sega/Saturn.cs @@ -5,11 +5,11 @@ // Filename : Saturn.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes Sega Saturn IP.BIN. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Globalization; diff --git a/Xbox/DMI.cs b/Xbox/DMI.cs index 5a41a47..04dddbc 100644 --- a/Xbox/DMI.cs +++ b/Xbox/DMI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Xbox/SS.cs b/Xbox/SS.cs index 7afcd34..d02f4f5 100644 --- a/Xbox/SS.cs +++ b/Xbox/SS.cs @@ -5,11 +5,11 @@ // Filename : SS.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes Xbox security sectors // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Text;