REFACTOR: Updated comments and copyright date.

This commit is contained in:
2017-12-19 03:50:57 +00:00
parent 341e8b563a
commit 1a39168f19
716 changed files with 2760 additions and 4058 deletions

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : ata.c
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains ATA commands.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#include <scsi/sg.h>

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : ata.h
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains ATA definitions.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#ifndef DISCIMAGECHEF_DEVICE_REPORT_ATA_H

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : ata_report.c
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Creates report for ATA devices.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#include <string.h>

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : ata_report.h
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains definitions used in ATA reports.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#ifndef DISCIMAGECHEF_DEVICE_REPORT_ATA_REPORT_H

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : atapi.c
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains ATAPI commands.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#include <malloc.h>

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : atapi.h
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains ATAPI definitions.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#ifndef DISCIMAGECHEF_DEVICE_REPORT_ATAPI_H

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : atapi_report.c
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Creates report for ATAPI devices.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#include <string.h>

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : atapi_report.h
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains definitions used in ATAPI reports.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#ifndef DISCIMAGECHEF_DEVICE_REPORT_ATAPI_REPORT_H

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : cdrom_mode.h
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains definitions for CD-ROM MODE PAGE (2Ah).
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#ifndef DISCIMAGECHEF_DEVICE_REPORT_CDROM_MODE_H

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : identify_decode.h
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains decoders for ATA IDENTIFY (PACKET) DEVICE structure.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#include <stdint.h>

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : identify_decode.h
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains definitions for ATA IDENTIFY (PACKET) DEVICE structure.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#ifndef DISCIMAGECHEF_DEVICE_REPORT_IDENTIFY_DECODE_H

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : inquiry_decode.c
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains decoders for SCSI INQUIRY structure.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#include <stdint.h>

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : inquiry_decode.h
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains definitions for SCSI INQUIRY structure.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#ifndef DISCIMAGECHEF_DEVICE_REPORT_INQUIRY_DECODE_H

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : main.c
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -29,7 +28,7 @@ environment, for systems that don't have it.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#include <stdio.h>

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : main.h
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains global definitions.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#ifndef DISCIMAGECHEF_DEVICE_REPORT_MAIN_H

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : mmc_report.c
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Creates report for SCSI MultiMedia devices.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#include <stdint.h>

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : mmc_report.h
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains definitions used in SCSI MultiMedia device reports.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#ifndef DISCIMAGECHEF_DEVICE_REPORT_MMC_REPORT_H

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : scsi.c
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains SCSI commands.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#include <unitypes.h>

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : scsi.h
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains SCSI definitions.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#ifndef DISCIMAGECHEF_DEVICE_REPORT_SCSI_H

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : scsi_mode.c
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains decoders for SCSI MODE PAGEs.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#include <malloc.h>

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : scsi_mode.h
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains definitions for SCSI MODE PAGEs.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#ifndef DISCIMAGECHEF_DEVICE_REPORT_SCSI_MODE_H

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : scsi_report.c
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Creates report for SCSI devices.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#include <malloc.h>

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : scsi_report.h
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains definitions used in SCSI reports.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#ifndef DISCIMAGECHEF_DEVICE_REPORT_SCSI_REPORT_H

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : ssc_report.c
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Creates report for SCSI Streaming devices.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#include <stdint.h>

View File

@@ -3,7 +3,6 @@ The Disc Image Chef
----------------------------------------------------------------------------
Filename : ssc_report.h
Version : 4.0
Author(s) : Natalia Portillo
Component : DiscImageChef.Device.Report
@@ -28,7 +27,7 @@ Contains definitions used in SCSI Streaming device reports.
along with this program. If not, see <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------
Copyright (C) 2011-2018 Claunia.com
Copyright © 2011-2018 Natalia Portillo
****************************************************************************/
#ifndef DISCIMAGECHEF_DEVICE_REPORT_SSC_REPORT_H