From 41b16c9a826101a91dcd33ddef061a533ffd745c Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 29 Dec 2018 15:26:00 +0000 Subject: [PATCH] Correct file headers. --- SCSI/DiscStructureCapabilities.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/SSC/BlockLimits.cs | 2 +- SCSI/SSC/DensitySupport.cs | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/SCSI/DiscStructureCapabilities.cs b/SCSI/DiscStructureCapabilities.cs index 7fd4c4868..0e903cbc1 100644 --- a/SCSI/DiscStructureCapabilities.cs +++ b/SCSI/DiscStructureCapabilities.cs @@ -9,7 +9,7 @@ // // --[ Description ] ---------------------------------------------------------- // -// Decodes SCSI's DISC STRUCTURE structures. +// Decodes SCSI DISC STRUCTURE structures. // // --[ License ] -------------------------------------------------------------- // diff --git a/SCSI/MMC/DiscInformation.cs b/SCSI/MMC/DiscInformation.cs index 9cc4cf13f..ec29764f5 100644 --- a/SCSI/MMC/DiscInformation.cs +++ b/SCSI/MMC/DiscInformation.cs @@ -9,7 +9,7 @@ // // --[ Description ] ---------------------------------------------------------- // -// Decodes MMC's GET DISC INFORMATION structures. +// Decodes MMC GET DISC INFORMATION structures. // // --[ License ] -------------------------------------------------------------- // diff --git a/SCSI/MMC/Enums.cs b/SCSI/MMC/Enums.cs index de9b25a38..a37f8b273 100644 --- a/SCSI/MMC/Enums.cs +++ b/SCSI/MMC/Enums.cs @@ -9,7 +9,7 @@ // // --[ Description ] ---------------------------------------------------------- // -// Contains various SCSI's MMC enumerations. +// Contains various SCSI MMC enumerations. // // --[ License ] -------------------------------------------------------------- // diff --git a/SCSI/MMC/Features.cs b/SCSI/MMC/Features.cs index a333c7ba2..744ff883b 100644 --- a/SCSI/MMC/Features.cs +++ b/SCSI/MMC/Features.cs @@ -9,7 +9,7 @@ // // --[ Description ] ---------------------------------------------------------- // -// Decodes SCSI's MMC feature structures. +// Decodes SCSI MMC feature structures. // // --[ License ] -------------------------------------------------------------- // diff --git a/SCSI/MMC/Hybrid.cs b/SCSI/MMC/Hybrid.cs index 0535b4513..85ef89d0b 100644 --- a/SCSI/MMC/Hybrid.cs +++ b/SCSI/MMC/Hybrid.cs @@ -9,7 +9,7 @@ // // --[ Description ] ---------------------------------------------------------- // -// Decodes SCSI MMC's hybrid structures. +// Decodes SCSI MMC hybrid structures. // // --[ License ] -------------------------------------------------------------- // diff --git a/SCSI/MMC/WriteProtect.cs b/SCSI/MMC/WriteProtect.cs index ad3307389..0541c67e3 100644 --- a/SCSI/MMC/WriteProtect.cs +++ b/SCSI/MMC/WriteProtect.cs @@ -9,7 +9,7 @@ // // --[ Description ] ---------------------------------------------------------- // -// Decodes SCSI's MMC write protection structures. +// Decodes SCSI MMC write protection structures. // // --[ License ] -------------------------------------------------------------- // diff --git a/SCSI/SSC/BlockLimits.cs b/SCSI/SSC/BlockLimits.cs index e195ce869..8530db867 100644 --- a/SCSI/SSC/BlockLimits.cs +++ b/SCSI/SSC/BlockLimits.cs @@ -9,7 +9,7 @@ // // --[ Description ] ---------------------------------------------------------- // -// Decodes SCSI's SSC block limits structures. +// Decodes SCSI SSC block limits structures. // // --[ License ] -------------------------------------------------------------- // diff --git a/SCSI/SSC/DensitySupport.cs b/SCSI/SSC/DensitySupport.cs index bb717da8e..5cedadeda 100644 --- a/SCSI/SSC/DensitySupport.cs +++ b/SCSI/SSC/DensitySupport.cs @@ -9,7 +9,7 @@ // // --[ Description ] ---------------------------------------------------------- // -// Decodes SCSI's SSC density support structures. +// Decodes SCSI SSC density support structures. // // --[ License ] -------------------------------------------------------------- //