mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Updated comments and copyright date.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user