From 377ad38ea7264e1dd22000836fcec62446071983 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Wed, 11 Mar 2020 21:56:54 +0000 Subject: [PATCH] Complete file headers. --- CD/Sector.cs | 6 +++--- SecureDigital/CID.cs | 2 +- SecureDigital/CSD.cs | 2 +- SecureDigital/OCR.cs | 2 +- SecureDigital/SCR.cs | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CD/Sector.cs b/CD/Sector.cs index db07b5ed4..f526b6814 100644 --- a/CD/Sector.cs +++ b/CD/Sector.cs @@ -2,14 +2,14 @@ // Aaru Data Preservation Suite // ---------------------------------------------------------------------------- // -// Filename : Scramble.cs +// Filename : Sector.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes and descrambles CompactDisc sectors. // // --[ License ] -------------------------------------------------------------- // diff --git a/SecureDigital/CID.cs b/SecureDigital/CID.cs index 7aacb6d54..8787e1955 100644 --- a/SecureDigital/CID.cs +++ b/SecureDigital/CID.cs @@ -9,7 +9,7 @@ // // --[ Description ] ---------------------------------------------------------- // -// Decodes MultiMediaCard CID. +// Decodes SecureDigital CID. // // --[ License ] -------------------------------------------------------------- // diff --git a/SecureDigital/CSD.cs b/SecureDigital/CSD.cs index eb1f3cff5..1cef2c757 100644 --- a/SecureDigital/CSD.cs +++ b/SecureDigital/CSD.cs @@ -9,7 +9,7 @@ // // --[ Description ] ---------------------------------------------------------- // -// Decodes MultiMediaCard CSD. +// Decodes SecureDigital CSD. // // --[ License ] -------------------------------------------------------------- // diff --git a/SecureDigital/OCR.cs b/SecureDigital/OCR.cs index 78cdec055..3faabc602 100644 --- a/SecureDigital/OCR.cs +++ b/SecureDigital/OCR.cs @@ -9,7 +9,7 @@ // // --[ Description ] ---------------------------------------------------------- // -// Decodes MultiMediaCard OCR. +// Decodes SecureDigital OCR. // // --[ License ] -------------------------------------------------------------- // diff --git a/SecureDigital/SCR.cs b/SecureDigital/SCR.cs index 0a695813b..5bd720b52 100644 --- a/SecureDigital/SCR.cs +++ b/SecureDigital/SCR.cs @@ -9,7 +9,7 @@ // // --[ Description ] ---------------------------------------------------------- // -// Decodes MultiMediaCard SCR. +// Decodes SecureDigital SCR. // // --[ License ] -------------------------------------------------------------- //