diff --git a/ata.c b/ata.c index d447628..502f569 100644 --- a/ata.c +++ b/ata.c @@ -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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #include diff --git a/ata.h b/ata.h index b4006a9..e981fec 100644 --- a/ata.h +++ b/ata.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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #ifndef DISCIMAGECHEF_DEVICE_REPORT_ATA_H diff --git a/ata_report.c b/ata_report.c index 95cecc4..c2354e6 100644 --- a/ata_report.c +++ b/ata_report.c @@ -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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #include diff --git a/ata_report.h b/ata_report.h index f924aee..fb68b35 100644 --- a/ata_report.h +++ b/ata_report.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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #ifndef DISCIMAGECHEF_DEVICE_REPORT_ATA_REPORT_H diff --git a/atapi.c b/atapi.c index 543ab99..52e1419 100644 --- a/atapi.c +++ b/atapi.c @@ -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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #include diff --git a/atapi.h b/atapi.h index 9b9ab15..353fd8c 100644 --- a/atapi.h +++ b/atapi.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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #ifndef DISCIMAGECHEF_DEVICE_REPORT_ATAPI_H diff --git a/atapi_report.c b/atapi_report.c index afb4ecc..38c18bb 100644 --- a/atapi_report.c +++ b/atapi_report.c @@ -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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #include diff --git a/atapi_report.h b/atapi_report.h index 3d209f7..9713ab1 100644 --- a/atapi_report.h +++ b/atapi_report.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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #ifndef DISCIMAGECHEF_DEVICE_REPORT_ATAPI_REPORT_H diff --git a/cdrom_mode.h b/cdrom_mode.h index a59a8d2..da68039 100644 --- a/cdrom_mode.h +++ b/cdrom_mode.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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #ifndef DISCIMAGECHEF_DEVICE_REPORT_CDROM_MODE_H diff --git a/identify_decode.c b/identify_decode.c index a949dc6..a2f9850 100644 --- a/identify_decode.c +++ b/identify_decode.c @@ -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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #include diff --git a/identify_decode.h b/identify_decode.h index 39aaf98..c7c5c17 100644 --- a/identify_decode.h +++ b/identify_decode.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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #ifndef DISCIMAGECHEF_DEVICE_REPORT_IDENTIFY_DECODE_H diff --git a/inquiry_decode.c b/inquiry_decode.c index a7fd556..1004a99 100644 --- a/inquiry_decode.c +++ b/inquiry_decode.c @@ -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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #include diff --git a/inquiry_decode.h b/inquiry_decode.h index f472ff0..7d57e29 100644 --- a/inquiry_decode.h +++ b/inquiry_decode.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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #ifndef DISCIMAGECHEF_DEVICE_REPORT_INQUIRY_DECODE_H diff --git a/main.c b/main.c index bb58b2a..4d669d0 100644 --- a/main.c +++ b/main.c @@ -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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #include diff --git a/main.h b/main.h index b48ec3c..a00a994 100644 --- a/main.h +++ b/main.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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #ifndef DISCIMAGECHEF_DEVICE_REPORT_MAIN_H diff --git a/mmc_report.c b/mmc_report.c index b2c2efb..a6cffda 100644 --- a/mmc_report.c +++ b/mmc_report.c @@ -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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #include diff --git a/mmc_report.h b/mmc_report.h index 6d542f1..a178eda 100644 --- a/mmc_report.h +++ b/mmc_report.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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #ifndef DISCIMAGECHEF_DEVICE_REPORT_MMC_REPORT_H diff --git a/scsi.c b/scsi.c index abc7eff..7596ca4 100644 --- a/scsi.c +++ b/scsi.c @@ -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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #include diff --git a/scsi.h b/scsi.h index 9b5a960..1ab5d39 100644 --- a/scsi.h +++ b/scsi.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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #ifndef DISCIMAGECHEF_DEVICE_REPORT_SCSI_H diff --git a/scsi_mode.c b/scsi_mode.c index a344f8a..92a6bb5 100644 --- a/scsi_mode.c +++ b/scsi_mode.c @@ -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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #include diff --git a/scsi_mode.h b/scsi_mode.h index 9a59101..0aa976f 100644 --- a/scsi_mode.h +++ b/scsi_mode.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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #ifndef DISCIMAGECHEF_DEVICE_REPORT_SCSI_MODE_H diff --git a/scsi_report.c b/scsi_report.c index a596bee..81b13f1 100644 --- a/scsi_report.c +++ b/scsi_report.c @@ -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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #include diff --git a/scsi_report.h b/scsi_report.h index 585d13a..28ac67d 100644 --- a/scsi_report.h +++ b/scsi_report.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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #ifndef DISCIMAGECHEF_DEVICE_REPORT_SCSI_REPORT_H diff --git a/ssc_report.c b/ssc_report.c index 09aaeaa..2a9870d 100644 --- a/ssc_report.c +++ b/ssc_report.c @@ -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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #include diff --git a/ssc_report.h b/ssc_report.h index 32073cd..32823e8 100644 --- a/ssc_report.h +++ b/ssc_report.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 . ---------------------------------------------------------------------------- -Copyright (C) 2011-2018 Claunia.com +Copyright © 2011-2018 Natalia Portillo ****************************************************************************/ #ifndef DISCIMAGECHEF_DEVICE_REPORT_SSC_REPORT_H