diff --git a/ATA/Identify.cs b/ATA/Identify.cs
index 5a464b4dc..90a64bf07 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 54f85ffea..5d46c92c5 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 8d3121134..8f6874f10 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 6fb859a94..98e887c66 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 0b8abed8b..5f02f5c31 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 b6a446e35..13fe3ac48 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 27b2bba98..32f4f7a4f 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 1548c27bd..d56427213 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 7ad099585..f0313f595 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 11d7b1093..420a4260a 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 d57f4cac0..c2d3ead06 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 4e828fbdf..4984f60a1 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 b2f81d1d3..1d62c5061 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 b00f1da1c..993049712 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 3e52bcdf8..d71ad35c0 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 804e28a81..36f5cb804 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 c4b2db314..04de07ee0 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 058ba8e65..cc9d8217d 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 3b031705b..944e57972 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 3c51e4d32..fbc1acf48 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 b2a514dcd..58c51e71d 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 863d83623..fa76580a2 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 e8248452c..f9ac62e0e 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 7d9f05c9e..27005f125 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 f4dad0b62..e763f3c3b 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 e08af47e0..44cea06f4 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 06ecaa2f1..c11f1305c 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 80c7682bb..144df73f6 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 cf77f3f42..5295472cf 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 2150ef7fa..bcddf21b6 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 ce2e6dd83..5259bf0bc 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 df7ca7cbe..4b1dc9671 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 dea113f0e..cce2dc9af 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 9d305227d..9802f96d7 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 d58e8aee1..d874f5a0f 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 d85caf592..9bf3c1ad8 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 3ae4a6600..e01ec3517 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 c252a5ab9..2a935196a 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 19baeea2c..1ec8729f3 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 4a379ce5e..4c2466a55 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 58e7314df..ee93238b7 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 54101db2c..e19b79063 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 1d33fb37d..824f9e7b9 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 22924831f..07c57c156 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 b36e80d55..6181e061f 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 5c0232744..1f8b67637 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 9c73dea47..782a0ebd9 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 87cb5d535..f086ed020 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 0dbe80967..1066de148 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 4a265a7b7..5cc1a16b1 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 2a392b150..24fadebdb 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 8704d47f9..fb60125ae 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 d44babb65..d3d7d3f82 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 3e71da26a..c55d1f4e3 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 18b9c95c1..ba13bf6a2 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 ef83e2d87..670a7740a 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 d1a7184e6..39d9ea916 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 d67ed6cb1..3560552e8 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 2a407a774..192b0a540 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 c6ad1d238..508f64156 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 1afb91df1..81605a65a 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 f4737331b..13c23dabe 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 9c42a5081..67bb61590 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 f65f5def5..4a4fce91a 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 38c109e16..75e136abf 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 bd7e455c4..ce64a292f 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 4e294dcbf..4c62c623a 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 43e77e834..133d03093 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 8d0c33b2c..fe0ad06d0 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 d093a35c4..9411bc6c2 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 fe9f5e58d..7c3c6de93 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 c74830cdb..31e70bf7a 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 7b2eb8ade..0d8400a69 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 190fff5dc..6b1f77de9 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 6f7488819..24327eba5 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 9fe4787e5..5a3f3131b 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 5a41a47bc..04dddbc99 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 7afcd34f3..d02f4f5f2 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;