From 1a39168f195b008857943e2b560092be80fc863a Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 19 Dec 2017 03:50:57 +0000 Subject: [PATCH] REFACTOR: Updated comments and copyright date. --- DiscImageChef.Checksums/Adler32Context.cs | 2 +- DiscImageChef.Checksums/CDChecksums.cs | 4 +- DiscImageChef.Checksums/CRC16Context.cs | 2 +- DiscImageChef.Checksums/CRC32Context.cs | 2 +- DiscImageChef.Checksums/CRC64Context.cs | 2 +- DiscImageChef.Checksums/FletcherContext.cs | 2 +- DiscImageChef.Checksums/MD5Context.cs | 2 +- .../Properties/AssemblyInfo.cs | 34 +++++++++++++++- DiscImageChef.Checksums/RIPEMD160Context.cs | 2 +- DiscImageChef.Checksums/ReedSolomon.cs | 2 +- DiscImageChef.Checksums/SHA1Context.cs | 2 +- DiscImageChef.Checksums/SHA256Context.cs | 2 +- DiscImageChef.Checksums/SHA384Context.cs | 2 +- DiscImageChef.Checksums/SHA512Context.cs | 2 +- DiscImageChef.Checksums/SpamSumContext.cs | 2 +- DiscImageChef.CommonTypes/MediaType.cs | 2 +- .../MediaTypeFromSCSI.cs | 2 +- DiscImageChef.CommonTypes/Partition.cs | 2 +- .../Properties/AssemblyInfo.cs | 34 +++++++++++++++- DiscImageChef.Console/DicConsole.cs | 2 +- .../Properties/AssemblyInfo.cs | 33 +++++++-------- DiscImageChef.Core/Benchmark.cs | 15 +++---- DiscImageChef.Core/Checksum.cs | 7 ++-- DiscImageChef.Core/DataFile.cs | 15 +++---- DiscImageChef.Core/Delegates.cs | 15 +++---- DiscImageChef.Core/Devices/Dumping/ATA.cs | 15 +++---- .../Devices/Dumping/Alcohol120.cs | 15 +++---- .../Devices/Dumping/CompactDisc.cs | 15 +++---- DiscImageChef.Core/Devices/Dumping/MMC.cs | 15 +++---- DiscImageChef.Core/Devices/Dumping/NVMe.cs | 15 +++---- .../Devices/Dumping/ResumeSupport.cs | 17 +++----- DiscImageChef.Core/Devices/Dumping/SBC.cs | 15 +++---- DiscImageChef.Core/Devices/Dumping/SCSI.cs | 15 +++---- DiscImageChef.Core/Devices/Dumping/SSC.cs | 15 +++---- .../Devices/Dumping/SecureDigital.cs | 15 +++---- DiscImageChef.Core/Devices/Dumping/XGD.cs | 15 +++---- DiscImageChef.Core/Devices/Reader.cs | 15 +++---- DiscImageChef.Core/Devices/ReaderATA.cs | 15 +++---- DiscImageChef.Core/Devices/ReaderSCSI.cs | 15 +++---- DiscImageChef.Core/Devices/Report/ATA.cs | 15 +++---- DiscImageChef.Core/Devices/Report/ATAPI.cs | 15 +++---- DiscImageChef.Core/Devices/Report/FireWire.cs | 15 +++---- DiscImageChef.Core/Devices/Report/NVMe.cs | 15 +++---- DiscImageChef.Core/Devices/Report/PCMCIA.cs | 15 +++---- .../Devices/Report/SCSI/General.cs | 17 +++----- DiscImageChef.Core/Devices/Report/SCSI/MMC.cs | 15 +++---- DiscImageChef.Core/Devices/Report/SCSI/SSC.cs | 15 +++---- .../Devices/Report/SecureDigital.cs | 15 +++---- DiscImageChef.Core/Devices/Report/USB.cs | 15 +++---- DiscImageChef.Core/Devices/Scanning/ATA.cs | 15 +++---- DiscImageChef.Core/Devices/Scanning/NVMe.cs | 15 +++---- DiscImageChef.Core/Devices/Scanning/SCSI.cs | 15 +++---- .../Devices/Scanning/ScanResults.cs | 15 +++---- .../Devices/Scanning/SecureDigital.cs | 15 +++---- DiscImageChef.Core/DiscImageChef.Core.csproj | 7 +++- DiscImageChef.Core/Filesystems.cs | 15 +++---- DiscImageChef.Core/ImageFormat.cs | 6 +-- DiscImageChef.Core/Logging/DumpLog.cs | 15 +++---- DiscImageChef.Core/Logging/IBGLog.cs | 6 +-- DiscImageChef.Core/Logging/MHDDLog.cs | 6 +-- DiscImageChef.Core/Partitions.cs | 15 +++---- DiscImageChef.Core/PluginBase.cs | 8 ++-- DiscImageChef.Core/Properties/AssemblyInfo.cs | 15 +++---- DiscImageChef.Core/Remote.cs | 15 +++---- DiscImageChef.Core/Sidecar/AudioMedia.cs | 17 +++----- DiscImageChef.Core/Sidecar/BlockMedia.cs | 15 +++---- DiscImageChef.Core/Sidecar/BlockTape.cs | 17 +++----- DiscImageChef.Core/Sidecar/Events.cs | 15 +++---- DiscImageChef.Core/Sidecar/Helpers.cs | 15 +++---- DiscImageChef.Core/Sidecar/LinearMedia.cs | 15 +++---- DiscImageChef.Core/Sidecar/OpticalDisc.cs | 19 ++++----- DiscImageChef.Core/Sidecar/Sidecar.cs | 15 +++---- DiscImageChef.Core/Statistics.cs | 6 +-- DiscImageChef.Core/Version.cs | 14 ++----- DiscImageChef.Decoders/ATA/Identify.cs | 2 +- DiscImageChef.Decoders/ATA/Registers.cs | 2 +- DiscImageChef.Decoders/Blu-ray/BCA.cs | 2 +- DiscImageChef.Decoders/Blu-ray/Cartridge.cs | 2 +- DiscImageChef.Decoders/Blu-ray/DDS.cs | 2 +- DiscImageChef.Decoders/Blu-ray/DI.cs | 2 +- DiscImageChef.Decoders/Blu-ray/Spare.cs | 2 +- DiscImageChef.Decoders/CD/ATIP.cs | 2 +- DiscImageChef.Decoders/CD/CDTextOnLeadIn.cs | 2 +- DiscImageChef.Decoders/CD/Enums.cs | 2 +- DiscImageChef.Decoders/CD/FullTOC.cs | 2 +- DiscImageChef.Decoders/CD/PMA.cs | 2 +- DiscImageChef.Decoders/CD/Sector.cs | 2 +- DiscImageChef.Decoders/CD/Session.cs | 2 +- DiscImageChef.Decoders/CD/TOC.cs | 2 +- DiscImageChef.Decoders/DVD/AACS.cs | 2 +- DiscImageChef.Decoders/DVD/ADIP.cs | 2 +- DiscImageChef.Decoders/DVD/BCA.cs | 2 +- DiscImageChef.Decoders/DVD/CPRM.cs | 2 +- DiscImageChef.Decoders/DVD/CSS&CPRM.cs | 2 +- DiscImageChef.Decoders/DVD/Cartridge.cs | 2 +- DiscImageChef.Decoders/DVD/DDS.cs | 2 +- DiscImageChef.Decoders/DVD/DMI.cs | 2 +- DiscImageChef.Decoders/DVD/Enums.cs | 2 +- DiscImageChef.Decoders/DVD/Layers.cs | 2 +- DiscImageChef.Decoders/DVD/PFI.cs | 2 +- DiscImageChef.Decoders/DVD/PRI.cs | 2 +- DiscImageChef.Decoders/DVD/RMD.cs | 2 +- DiscImageChef.Decoders/DVD/Spare.cs | 2 +- DiscImageChef.Decoders/DVD/UDI.cs | 2 +- DiscImageChef.Decoders/Floppy/Amiga.cs | 2 +- DiscImageChef.Decoders/Floppy/Apple2.cs | 2 +- DiscImageChef.Decoders/Floppy/AppleSony.cs | 2 +- DiscImageChef.Decoders/Floppy/Commodore.cs | 2 +- DiscImageChef.Decoders/Floppy/Enums.cs | 2 +- DiscImageChef.Decoders/Floppy/ISO.cs | 2 +- .../Floppy/Perpendicular.cs | 2 +- DiscImageChef.Decoders/Floppy/System34.cs | 2 +- DiscImageChef.Decoders/Floppy/System3740.cs | 2 +- DiscImageChef.Decoders/LisaTag.cs | 6 +-- DiscImageChef.Decoders/MMC/CID.cs | 6 +-- DiscImageChef.Decoders/MMC/CSD.cs | 6 +-- DiscImageChef.Decoders/MMC/ExtendedCSD.cs | 6 +-- DiscImageChef.Decoders/MMC/OCR.cs | 6 +-- DiscImageChef.Decoders/MMC/VendorString.cs | 6 +-- DiscImageChef.Decoders/PCMCIA/CIS.cs | 6 +-- DiscImageChef.Decoders/PCMCIA/Enums.cs | 6 +-- DiscImageChef.Decoders/PCMCIA/Types.cs | 6 +-- DiscImageChef.Decoders/PCMCIA/VendorCode.cs | 6 +-- .../Properties/AssemblyInfo.cs | 34 +++++++++++++++- .../SCSI/DiscStructureCapabilities.cs | 2 +- DiscImageChef.Decoders/SCSI/EVPD.cs | 2 +- DiscImageChef.Decoders/SCSI/Enums.cs | 2 +- DiscImageChef.Decoders/SCSI/Inquiry.cs | 2 +- DiscImageChef.Decoders/SCSI/MMC/AACS.cs | 2 +- DiscImageChef.Decoders/SCSI/MMC/CPRM.cs | 2 +- .../SCSI/MMC/DiscInformation.cs | 2 +- DiscImageChef.Decoders/SCSI/MMC/Enums.cs | 2 +- DiscImageChef.Decoders/SCSI/MMC/Features.cs | 2 +- DiscImageChef.Decoders/SCSI/MMC/Hybrid.cs | 2 +- .../SCSI/MMC/WriteProtect.cs | 2 +- DiscImageChef.Decoders/SCSI/Modes.cs | 2 +- DiscImageChef.Decoders/SCSI/ModesEncoders.cs | 2 +- .../SCSI/SSC/BlockLimits.cs | 2 +- .../SCSI/SSC/DensitySupport.cs | 2 +- DiscImageChef.Decoders/SCSI/Sense.cs | 2 +- DiscImageChef.Decoders/SCSI/Types.cs | 2 +- DiscImageChef.Decoders/SCSI/VendorString.cs | 2 +- DiscImageChef.Decoders/SecureDigital/CID.cs | 6 +-- DiscImageChef.Decoders/SecureDigital/CSD.cs | 6 +-- DiscImageChef.Decoders/SecureDigital/OCR.cs | 6 +-- DiscImageChef.Decoders/SecureDigital/SCR.cs | 6 +-- .../SecureDigital/VendorString.cs | 6 +-- DiscImageChef.Decoders/Sega/CD.cs | 6 +-- DiscImageChef.Decoders/Sega/Dreamcast.cs | 6 +-- DiscImageChef.Decoders/Sega/Saturn.cs | 6 +-- DiscImageChef.Decoders/Xbox/DMI.cs | 2 +- DiscImageChef.Decoders/Xbox/SS.cs | 6 +-- DiscImageChef.Device.Report/ata.c | 3 +- DiscImageChef.Device.Report/ata.h | 3 +- DiscImageChef.Device.Report/ata_report.c | 3 +- DiscImageChef.Device.Report/ata_report.h | 3 +- DiscImageChef.Device.Report/atapi.c | 3 +- DiscImageChef.Device.Report/atapi.h | 3 +- DiscImageChef.Device.Report/atapi_report.c | 3 +- DiscImageChef.Device.Report/atapi_report.h | 3 +- DiscImageChef.Device.Report/cdrom_mode.h | 3 +- DiscImageChef.Device.Report/identify_decode.c | 3 +- DiscImageChef.Device.Report/identify_decode.h | 3 +- DiscImageChef.Device.Report/inquiry_decode.c | 3 +- DiscImageChef.Device.Report/inquiry_decode.h | 3 +- DiscImageChef.Device.Report/main.c | 3 +- DiscImageChef.Device.Report/main.h | 3 +- DiscImageChef.Device.Report/mmc_report.c | 3 +- DiscImageChef.Device.Report/mmc_report.h | 3 +- DiscImageChef.Device.Report/scsi.c | 3 +- DiscImageChef.Device.Report/scsi.h | 3 +- DiscImageChef.Device.Report/scsi_mode.c | 3 +- DiscImageChef.Device.Report/scsi_mode.h | 3 +- DiscImageChef.Device.Report/scsi_report.c | 3 +- DiscImageChef.Device.Report/scsi_report.h | 3 +- DiscImageChef.Device.Report/ssc_report.c | 3 +- DiscImageChef.Device.Report/ssc_report.h | 3 +- DiscImageChef.Devices/Command.cs | 2 +- .../Device/AtaCommands/Ata28.cs | 2 +- .../Device/AtaCommands/Ata48.cs | 2 +- .../Device/AtaCommands/AtaCHS.cs | 2 +- .../Device/AtaCommands/Atapi.cs | 2 +- .../Device/AtaCommands/Cfa.cs | 2 +- .../Device/AtaCommands/MCPT.cs | 2 +- .../Device/AtaCommands/Smart.cs | 2 +- DiscImageChef.Devices/Device/Commands.cs | 2 +- DiscImageChef.Devices/Device/Constructor.cs | 2 +- DiscImageChef.Devices/Device/Destructor.cs | 6 ++- DiscImageChef.Devices/Device/List.cs | 6 +-- .../Device/MmcCommands/MMC.cs | 6 +-- .../Device/MmcCommands/SecureDigital.cs | 6 +-- .../Device/ScsiCommands/Adaptec.cs | 2 +- .../Device/ScsiCommands/ArchiveCorp.cs | 2 +- .../Device/ScsiCommands/Certance.cs | 2 +- .../Device/ScsiCommands/Fujitsu.cs | 2 +- .../Device/ScsiCommands/HL-DT-ST.cs | 2 +- .../Device/ScsiCommands/HP.cs | 2 +- .../Device/ScsiCommands/Kreon.cs | 9 ++--- .../Device/ScsiCommands/MMC.cs | 2 +- .../Device/ScsiCommands/NEC.cs | 2 +- .../Device/ScsiCommands/Pioneer.cs | 2 +- .../Device/ScsiCommands/Plasmon.cs | 2 +- .../Device/ScsiCommands/Plextor.cs | 2 +- .../Device/ScsiCommands/SBC.cs | 2 +- .../Device/ScsiCommands/SMC.cs | 2 +- .../Device/ScsiCommands/SPC.cs | 2 +- .../Device/ScsiCommands/SSC.cs | 2 +- .../Device/ScsiCommands/SyQuest.cs | 2 +- DiscImageChef.Devices/Device/Variables.cs | 2 +- DiscImageChef.Devices/Enums.cs | 2 +- DiscImageChef.Devices/FreeBSD/Command.cs | 4 +- DiscImageChef.Devices/FreeBSD/Enums.cs | 2 +- DiscImageChef.Devices/FreeBSD/Extern.cs | 2 +- DiscImageChef.Devices/FreeBSD/ListDevices.cs | 34 +++++++++++++++- DiscImageChef.Devices/FreeBSD/Structs.cs | 2 +- DiscImageChef.Devices/Linux/Command.cs | 2 +- DiscImageChef.Devices/Linux/Enums.cs | 2 +- DiscImageChef.Devices/Linux/Extern.cs | 4 +- DiscImageChef.Devices/Linux/ListDevices.cs | 6 +-- DiscImageChef.Devices/Linux/Structs.cs | 2 +- .../Properties/AssemblyInfo.cs | 34 +++++++++++++++- DiscImageChef.Devices/Windows/Command.cs | 2 +- DiscImageChef.Devices/Windows/Enums.cs | 2 +- DiscImageChef.Devices/Windows/Extern.cs | 2 +- DiscImageChef.Devices/Windows/ListDevices.cs | 6 +-- DiscImageChef.Devices/Windows/Structs.cs | 2 +- DiscImageChef.Devices/Windows/Usb.cs | 34 +++++++++++++++- DiscImageChef.Devices/Windows/UsbFunctions.cs | 34 +++++++++++++++- DiscImageChef.DiscImages/Alcohol120.cs | 2 +- DiscImageChef.DiscImages/Anex86.cs | 6 +-- DiscImageChef.DiscImages/Apple2MG.cs | 6 +-- DiscImageChef.DiscImages/AppleDOS.cs | 8 ++-- DiscImageChef.DiscImages/AppleNIB.cs | 4 +- DiscImageChef.DiscImages/Apridisk.cs | 6 +-- DiscImageChef.DiscImages/BLU.cs | 6 +-- DiscImageChef.DiscImages/BlindWrite4.cs | 2 +- DiscImageChef.DiscImages/BlindWrite5.cs | 2 +- DiscImageChef.DiscImages/CDRDAO.cs | 2 +- DiscImageChef.DiscImages/CDRWin.cs | 2 +- DiscImageChef.DiscImages/CHD.cs | 2 +- DiscImageChef.DiscImages/CPCDSK.cs | 7 ++-- DiscImageChef.DiscImages/CisCopy.cs | 4 +- DiscImageChef.DiscImages/CloneCD.cs | 6 +-- DiscImageChef.DiscImages/CopyQM.cs | 6 +-- DiscImageChef.DiscImages/D88.cs | 6 +-- DiscImageChef.DiscImages/DART.cs | 4 +- DiscImageChef.DiscImages/DIM.cs | 7 ++-- DiscImageChef.DiscImages/DiscFerret.cs | 6 +-- DiscImageChef.DiscImages/DiscJuggler.cs | 6 +-- DiscImageChef.DiscImages/DiskCopy42.cs | 4 +- DiscImageChef.DiscImages/DriDiskCopy.cs | 7 ++-- DiscImageChef.DiscImages/GDI.cs | 2 +- DiscImageChef.DiscImages/HDCopy.cs | 3 +- DiscImageChef.DiscImages/IMD.cs | 4 +- DiscImageChef.DiscImages/ImageInfo.cs | 2 +- DiscImageChef.DiscImages/ImagePlugin.cs | 2 +- DiscImageChef.DiscImages/KryoFlux.cs | 6 +-- DiscImageChef.DiscImages/MaxiDisk.cs | 6 +-- DiscImageChef.DiscImages/NDIF.cs | 4 +- DiscImageChef.DiscImages/NHDr0.cs | 6 +-- DiscImageChef.DiscImages/Nero.cs | 4 +- DiscImageChef.DiscImages/Parallels.cs | 4 +- DiscImageChef.DiscImages/PartClone.cs | 6 +-- DiscImageChef.DiscImages/Partimage.cs | 6 +-- .../Properties/AssemblyInfo.cs | 34 +++++++++++++++- DiscImageChef.DiscImages/QCOW.cs | 4 +- DiscImageChef.DiscImages/QCOW2.cs | 4 +- DiscImageChef.DiscImages/QED.cs | 4 +- DiscImageChef.DiscImages/RayDIM.cs | 6 +-- DiscImageChef.DiscImages/RsIde.cs | 6 +-- DiscImageChef.DiscImages/SaveDskF.cs | 4 +- DiscImageChef.DiscImages/SuperCardPro.cs | 6 +-- DiscImageChef.DiscImages/T98.cs | 6 +-- DiscImageChef.DiscImages/TeleDisk.cs | 4 +- DiscImageChef.DiscImages/UDIF.cs | 4 +- DiscImageChef.DiscImages/UkvFdi.cs | 6 +-- DiscImageChef.DiscImages/VDI.cs | 4 +- DiscImageChef.DiscImages/VHD.cs | 4 +- DiscImageChef.DiscImages/VHDX.cs | 6 +-- DiscImageChef.DiscImages/VMware.cs | 4 +- DiscImageChef.DiscImages/Virtual98.cs | 6 +-- DiscImageChef.DiscImages/ZZZRawImage.cs | 5 +-- DiscImageChef.Filesystems/AODOS.cs | 2 +- DiscImageChef.Filesystems/APFS.cs | 2 +- DiscImageChef.Filesystems/Acorn.cs | 2 +- DiscImageChef.Filesystems/AmigaDOS.cs | 2 +- .../AppleDOS/AppleDOS.cs | 2 +- DiscImageChef.Filesystems/AppleDOS/Dir.cs | 2 +- DiscImageChef.Filesystems/AppleDOS/File.cs | 2 +- DiscImageChef.Filesystems/AppleDOS/Info.cs | 2 +- DiscImageChef.Filesystems/AppleDOS/Structs.cs | 2 +- DiscImageChef.Filesystems/AppleDOS/Super.cs | 2 +- DiscImageChef.Filesystems/AppleDOS/Xattr.cs | 2 +- DiscImageChef.Filesystems/AppleHFS.cs | 2 +- DiscImageChef.Filesystems/AppleHFSPlus.cs | 2 +- .../AppleMFS/AppleMFS.cs | 2 +- DiscImageChef.Filesystems/AppleMFS/Consts.cs | 2 +- DiscImageChef.Filesystems/AppleMFS/Dir.cs | 2 +- DiscImageChef.Filesystems/AppleMFS/File.cs | 2 +- DiscImageChef.Filesystems/AppleMFS/Info.cs | 2 +- DiscImageChef.Filesystems/AppleMFS/Structs.cs | 2 +- DiscImageChef.Filesystems/AppleMFS/Super.cs | 2 +- DiscImageChef.Filesystems/AppleMFS/Xattr.cs | 2 +- DiscImageChef.Filesystems/AtheOS.cs | 8 ++-- DiscImageChef.Filesystems/BFS.cs | 2 +- DiscImageChef.Filesystems/BTRFS.cs | 2 +- DiscImageChef.Filesystems/CBM.cs | 2 +- DiscImageChef.Filesystems/CPM/CPM.cs | 2 +- DiscImageChef.Filesystems/CPM/Consts.cs | 2 +- DiscImageChef.Filesystems/CPM/Definitions.cs | 2 +- DiscImageChef.Filesystems/CPM/Dir.cs | 2 +- DiscImageChef.Filesystems/CPM/File.cs | 2 +- DiscImageChef.Filesystems/CPM/Info.cs | 2 +- DiscImageChef.Filesystems/CPM/Structs.cs | 2 +- DiscImageChef.Filesystems/CPM/Super.cs | 2 +- DiscImageChef.Filesystems/CPM/Xattr.cs | 2 +- DiscImageChef.Filesystems/Cram.cs | 2 +- DiscImageChef.Filesystems/ECMA67.cs | 2 +- DiscImageChef.Filesystems/EFS.cs | 6 +-- DiscImageChef.Filesystems/F2FS.cs | 4 +- DiscImageChef.Filesystems/FAT.cs | 2 +- DiscImageChef.Filesystems/FATX.cs | 4 +- DiscImageChef.Filesystems/FFS.cs | 2 +- DiscImageChef.Filesystems/Filesystem.cs | 4 +- DiscImageChef.Filesystems/Fossil.cs | 4 +- DiscImageChef.Filesystems/HAMMER.cs | 8 ++-- DiscImageChef.Filesystems/HPFS.cs | 2 +- .../ISO9660/Consts/AAIP.cs | 6 +-- .../ISO9660/Consts/Amiga.cs | 6 +-- .../ISO9660/Consts/Apple.cs | 6 +-- .../ISO9660/Consts/CDi.cs | 6 +-- .../ISO9660/Consts/ElTorito.cs | 6 +-- .../ISO9660/Consts/HighSierra.cs | 6 +-- .../ISO9660/Consts/ISO.cs | 6 +-- .../ISO9660/Consts/RRIP.cs | 6 +-- .../ISO9660/Consts/SUSP.cs | 6 +-- .../ISO9660/Consts/XA.cs | 6 +-- .../ISO9660/Consts/Ziso.cs | 6 +-- DiscImageChef.Filesystems/ISO9660/Dir.cs | 6 +-- DiscImageChef.Filesystems/ISO9660/Extent.cs | 6 +-- DiscImageChef.Filesystems/ISO9660/File.cs | 6 +-- DiscImageChef.Filesystems/ISO9660/ISO9660.cs | 6 +-- DiscImageChef.Filesystems/ISO9660/Info.cs | 6 +-- .../ISO9660/Structs/Amiga.cs | 6 +-- .../ISO9660/Structs/Apple.cs | 6 +-- .../ISO9660/Structs/CDi.cs | 6 +-- .../ISO9660/Structs/Common.cs | 6 +-- .../ISO9660/Structs/ElTorito.cs | 6 +-- .../ISO9660/Structs/HighSierra.cs | 6 +-- .../ISO9660/Structs/ISO.cs | 6 +-- .../ISO9660/Structs/Joliet.cs | 6 +-- .../ISO9660/Structs/RRIP.cs | 6 +-- .../ISO9660/Structs/SUSP.cs | 6 +-- .../ISO9660/Structs/XA.cs | 6 +-- .../ISO9660/Structs/Ziso.cs | 6 +-- DiscImageChef.Filesystems/ISO9660/Super.cs | 6 +-- DiscImageChef.Filesystems/ISO9660/Xattr.cs | 6 +-- DiscImageChef.Filesystems/JFS.cs | 4 +- DiscImageChef.Filesystems/LIF.cs | 6 +-- DiscImageChef.Filesystems/LisaFS/Consts.cs | 2 +- DiscImageChef.Filesystems/LisaFS/Dir.cs | 2 +- DiscImageChef.Filesystems/LisaFS/Extent.cs | 2 +- DiscImageChef.Filesystems/LisaFS/File.cs | 2 +- DiscImageChef.Filesystems/LisaFS/Info.cs | 2 +- DiscImageChef.Filesystems/LisaFS/LisaFS.cs | 2 +- DiscImageChef.Filesystems/LisaFS/Structs.cs | 2 +- DiscImageChef.Filesystems/LisaFS/Super.cs | 2 +- DiscImageChef.Filesystems/LisaFS/Xattr.cs | 2 +- DiscImageChef.Filesystems/Locus.cs | 6 +-- DiscImageChef.Filesystems/MicroDOS.cs | 6 +-- DiscImageChef.Filesystems/MinixFS.cs | 2 +- DiscImageChef.Filesystems/NILFS2.cs | 4 +- DiscImageChef.Filesystems/NTFS.cs | 2 +- DiscImageChef.Filesystems/Nintendo.cs | 2 +- DiscImageChef.Filesystems/ODS.cs | 2 +- DiscImageChef.Filesystems/Opera.cs | 2 +- DiscImageChef.Filesystems/PCEngine.cs | 2 +- DiscImageChef.Filesystems/PFS.cs | 2 +- DiscImageChef.Filesystems/ProDOS.cs | 2 +- .../Properties/AssemblyInfo.cs | 34 +++++++++++++++- DiscImageChef.Filesystems/QNX4.cs | 4 +- DiscImageChef.Filesystems/QNX6.cs | 4 +- DiscImageChef.Filesystems/RBF.cs | 6 +-- DiscImageChef.Filesystems/RT11.cs | 2 +- DiscImageChef.Filesystems/Reiser.cs | 4 +- DiscImageChef.Filesystems/Reiser4.cs | 4 +- DiscImageChef.Filesystems/SFS.cs | 2 +- DiscImageChef.Filesystems/SolarFS.cs | 2 +- DiscImageChef.Filesystems/Squash.cs | 2 +- DiscImageChef.Filesystems/Structs.cs | 2 +- DiscImageChef.Filesystems/Symbian.cs | 2 +- DiscImageChef.Filesystems/SysV.cs | 2 +- .../UCSDPascal/Consts.cs | 2 +- DiscImageChef.Filesystems/UCSDPascal/Dir.cs | 2 +- DiscImageChef.Filesystems/UCSDPascal/File.cs | 2 +- DiscImageChef.Filesystems/UCSDPascal/Info.cs | 2 +- .../UCSDPascal/Structs.cs | 2 +- DiscImageChef.Filesystems/UCSDPascal/Super.cs | 2 +- .../UCSDPascal/UCSDPascal.cs | 2 +- DiscImageChef.Filesystems/UDF.cs | 2 +- DiscImageChef.Filesystems/UNICOS.cs | 4 +- DiscImageChef.Filesystems/UNIXBFS.cs | 2 +- DiscImageChef.Filesystems/VMfs.cs | 2 +- DiscImageChef.Filesystems/VxFS.cs | 2 +- DiscImageChef.Filesystems/XFS.cs | 4 +- DiscImageChef.Filesystems/ZFS.cs | 4 +- DiscImageChef.Filesystems/dump.cs | 6 +-- DiscImageChef.Filesystems/exFAT.cs | 4 +- DiscImageChef.Filesystems/ext2FS.cs | 2 +- DiscImageChef.Filesystems/extFS.cs | 2 +- DiscImageChef.Filters/AppleDouble.cs | 4 +- DiscImageChef.Filters/AppleSingle.cs | 4 +- DiscImageChef.Filters/BZip2.cs | 2 +- DiscImageChef.Filters/Filter.cs | 2 +- DiscImageChef.Filters/Filters.cs | 2 +- DiscImageChef.Filters/ForcedSeekStream.cs | 2 +- DiscImageChef.Filters/GZip.cs | 2 +- DiscImageChef.Filters/LZip.cs | 2 +- DiscImageChef.Filters/MacBinary.cs | 4 +- DiscImageChef.Filters/OffsetStream.cs | 2 +- DiscImageChef.Filters/PCExchange.cs | 4 +- .../Properties/AssemblyInfo.cs | 32 ++++++--------- DiscImageChef.Filters/XZ.cs | 2 +- DiscImageChef.Filters/ZZZNoFilter.cs | 2 +- DiscImageChef.Helpers/ArrayFill.cs | 2 +- DiscImageChef.Helpers/ArrayIsEmpty.cs | 2 +- .../BigEndianBitConverter.cs | 2 +- DiscImageChef.Helpers/BigEndianMarshal.cs | 6 +-- DiscImageChef.Helpers/CHS.cs | 6 +-- DiscImageChef.Helpers/CompareBytes.cs | 6 +-- DiscImageChef.Helpers/CountBits.cs | 6 +-- DiscImageChef.Helpers/DateHandlers.cs | 2 +- .../EndianAwareBinaryReader.cs | 2 +- DiscImageChef.Helpers/Extents/ExtentsByte.cs | 6 +-- DiscImageChef.Helpers/Extents/ExtentsInt.cs | 6 +-- DiscImageChef.Helpers/Extents/ExtentsLong.cs | 6 +-- DiscImageChef.Helpers/Extents/ExtentsSByte.cs | 6 +-- DiscImageChef.Helpers/Extents/ExtentsShort.cs | 6 +-- DiscImageChef.Helpers/Extents/ExtentsUInt.cs | 6 +-- DiscImageChef.Helpers/Extents/ExtentsULong.cs | 6 +-- .../Extents/ExtentsUShort.cs | 6 +-- DiscImageChef.Helpers/PrintHex.cs | 2 +- .../Properties/AssemblyInfo.cs | 34 +++++++++++++++- DiscImageChef.Helpers/StringHandlers.cs | 2 +- DiscImageChef.Helpers/Swapping.cs | 2 +- DiscImageChef.Interop/DetectOS.cs | 2 +- DiscImageChef.Interop/PlatformID.cs | 2 +- .../Properties/AssemblyInfo.cs | 40 ++++++++++++++++++- DiscImageChef.Metadata/DeviceReport.cs | 2 +- DiscImageChef.Metadata/Dimensions.cs | 2 +- DiscImageChef.Metadata/ExtentsConverter.cs | 6 +-- DiscImageChef.Metadata/MediaType.cs | 2 +- .../Properties/AssemblyInfo.cs | 33 +++++++-------- DiscImageChef.Metadata/Resume.cs | 6 +-- DiscImageChef.Metadata/Statistics.cs | 6 +-- DiscImageChef.Partitions/Acorn.cs | 2 +- DiscImageChef.Partitions/AppleMap.cs | 2 +- DiscImageChef.Partitions/Apricot.cs | 6 +-- DiscImageChef.Partitions/Atari.cs | 2 +- DiscImageChef.Partitions/BSD.cs | 2 +- DiscImageChef.Partitions/DEC.cs | 2 +- DiscImageChef.Partitions/DragonFlyBSD.cs | 2 +- DiscImageChef.Partitions/GPT.cs | 2 +- DiscImageChef.Partitions/Human68k.cs | 6 +-- DiscImageChef.Partitions/MBR.cs | 4 +- DiscImageChef.Partitions/NeXT.cs | 2 +- DiscImageChef.Partitions/PC98.cs | 2 +- DiscImageChef.Partitions/PartPlugin.cs | 2 +- DiscImageChef.Partitions/Plan9.cs | 6 +-- .../Properties/AssemblyInfo.cs | 34 +++++++++++++++- DiscImageChef.Partitions/RDB.cs | 2 +- DiscImageChef.Partitions/RioKarma.cs | 2 +- DiscImageChef.Partitions/SGI.cs | 4 +- DiscImageChef.Partitions/Sun.cs | 2 +- DiscImageChef.Partitions/UNIX.cs | 6 +-- DiscImageChef.Partitions/VTOC.cs | 2 +- DiscImageChef.Partitions/XENIX.cs | 2 +- DiscImageChef.Partitions/Xbox.cs | 2 +- DiscImageChef.Server/App_Start/Ata.cs | 33 +++++++-------- DiscImageChef.Server/App_Start/ScsiEvpd.cs | 33 +++++++-------- DiscImageChef.Server/App_Start/ScsiInquiry.cs | 35 +++++++--------- .../App_Start/ScsiMmcFeatures.cs | 33 +++++++-------- DiscImageChef.Server/App_Start/ScsiMmcMode.cs | 35 +++++++--------- .../App_Start/ScsiModeSense.cs | 33 +++++++-------- .../App_Start/SscTestedMedia.cs | 33 +++++++-------- DiscImageChef.Server/App_Start/TestedMedia.cs | 33 +++++++-------- .../App_Start/WebApiConfig.cs | 34 +++++++++++++++- DiscImageChef.Server/Changelog.aspx | 33 +++++++++++++++ .../Controllers/UploadReportController.cs | 33 +++++++-------- .../Controllers/UploadStatsController.cs | 33 +++++++-------- DiscImageChef.Server/DONATING.aspx | 33 +++++++++++++++ DiscImageChef.Server/Default.aspx | 34 +++++++++++++++- DiscImageChef.Server/Default.aspx.cs | 34 +++++++++++++++- DiscImageChef.Server/Global.asax.cs | 33 +++++++-------- .../Properties/AssemblyInfo.cs | 33 +++++++-------- DiscImageChef.Server/Statistics.aspx | 33 +++++++++++++++ DiscImageChef.Server/Statistics.aspx.cs | 34 +++++++++++++++- DiscImageChef.Server/TODO.aspx | 33 +++++++++++++++ DiscImageChef.Server/ViewReport.aspx | 33 +++++++++++++++ DiscImageChef.Server/ViewReport.aspx.cs | 34 +++++++++++++++- .../Properties/AssemblyInfo.cs | 33 +++++++-------- DiscImageChef.Settings/Settings.cs | 2 +- DiscImageChef.Tests.Devices/ATA.cs | 17 ++------ DiscImageChef.Tests.Devices/ATA/Ata28.cs | 17 ++------ DiscImageChef.Tests.Devices/ATA/Ata48.cs | 17 ++------ DiscImageChef.Tests.Devices/ATA/AtaCHS.cs | 17 ++------ DiscImageChef.Tests.Devices/ATA/Atapi.cs | 17 ++------ DiscImageChef.Tests.Devices/ATA/Cfa.cs | 17 ++------ DiscImageChef.Tests.Devices/ATA/MCPT.cs | 17 ++------ DiscImageChef.Tests.Devices/ATA/Smart.cs | 17 ++------ DiscImageChef.Tests.Devices/Command.cs | 17 ++------ .../DecodeATARegisters.cs | 17 ++------ DiscImageChef.Tests.Devices/Device.cs | 17 ++------ DiscImageChef.Tests.Devices/Main.cs | 19 +++------ DiscImageChef.Tests.Devices/NVMe.cs | 17 ++------ .../Properties/AssemblyInfo.cs | 17 ++------ DiscImageChef.Tests.Devices/SCSI.cs | 17 ++------ DiscImageChef.Tests.Devices/SCSI/Adaptec.cs | 17 ++------ .../SCSI/ArchiveCorp.cs | 17 ++------ DiscImageChef.Tests.Devices/SCSI/Certance.cs | 17 ++------ DiscImageChef.Tests.Devices/SCSI/Fujitsu.cs | 17 ++------ DiscImageChef.Tests.Devices/SCSI/HL-DT-ST.cs | 17 ++------ DiscImageChef.Tests.Devices/SCSI/HP.cs | 17 ++------ DiscImageChef.Tests.Devices/SCSI/Kreon.cs | 17 ++------ DiscImageChef.Tests.Devices/SCSI/MMC.cs | 17 ++------ DiscImageChef.Tests.Devices/SCSI/NEC.cs | 17 ++------ DiscImageChef.Tests.Devices/SCSI/Pioneer.cs | 17 ++------ DiscImageChef.Tests.Devices/SCSI/Plasmon.cs | 17 ++------ DiscImageChef.Tests.Devices/SCSI/Plextor.cs | 17 ++------ DiscImageChef.Tests.Devices/SCSI/SBC.cs | 17 ++------ DiscImageChef.Tests.Devices/SCSI/SMC.cs | 17 ++------ DiscImageChef.Tests.Devices/SCSI/SPC.cs | 17 ++------ DiscImageChef.Tests.Devices/SCSI/SSC.cs | 17 ++------ DiscImageChef.Tests.Devices/SCSI/SyQuest.cs | 17 ++------ DiscImageChef.Tests.Devices/SecureDigital.cs | 17 ++------ .../SecureDigital/MultiMediaCard.cs | 17 ++------ .../SecureDigital/SecureDigital.cs | 17 ++------ DiscImageChef.Tests/Checksums/Adler32.cs | 17 ++------ DiscImageChef.Tests/Checksums/CRC16.cs | 17 ++------ DiscImageChef.Tests/Checksums/CRC32.cs | 17 ++------ DiscImageChef.Tests/Checksums/CRC64.cs | 17 ++------ DiscImageChef.Tests/Checksums/MD5.cs | 17 ++------ DiscImageChef.Tests/Checksums/RIPEMD160.cs | 17 ++------ DiscImageChef.Tests/Checksums/SHA1.cs | 17 ++------ DiscImageChef.Tests/Checksums/SHA256.cs | 17 ++------ DiscImageChef.Tests/Checksums/SHA384.cs | 17 ++------ DiscImageChef.Tests/Checksums/SHA512.cs | 17 ++------ DiscImageChef.Tests/Checksums/SpamSum.cs | 17 ++------ DiscImageChef.Tests/Consts.cs | 18 +++------ DiscImageChef.Tests/Devices/IomegaJaz.cs | 17 ++------ DiscImageChef.Tests/Devices/LS120.cs | 17 ++------ DiscImageChef.Tests/Devices/PocketZip.cs | 17 ++------ DiscImageChef.Tests/Filesystems/ADFS.cs | 17 ++------ DiscImageChef.Tests/Filesystems/AFFS.cs | 17 ++------ DiscImageChef.Tests/Filesystems/AFFS2_RDB.cs | 19 +++------ DiscImageChef.Tests/Filesystems/AFFS_MBR.cs | 19 +++------ .../Filesystems/AFFS_MBR_RDB.cs | 19 +++------ DiscImageChef.Tests/Filesystems/AFFS_RDB.cs | 19 +++------ DiscImageChef.Tests/Filesystems/AFS.cs | 17 ++------ DiscImageChef.Tests/Filesystems/AFS_MBR.cs | 19 +++------ DiscImageChef.Tests/Filesystems/AOFS.cs | 17 ++------ DiscImageChef.Tests/Filesystems/AOFS_MBR.cs | 21 +++------- .../Filesystems/AOFS_MBR_RDB.cs | 21 +++------- DiscImageChef.Tests/Filesystems/AOFS_RDB.cs | 19 +++------ DiscImageChef.Tests/Filesystems/Atheos_MBR.cs | 21 +++------- DiscImageChef.Tests/Filesystems/BeFS.cs | 17 ++------ DiscImageChef.Tests/Filesystems/BeFS_APM.cs | 19 +++------ DiscImageChef.Tests/Filesystems/BeFS_GPT.cs | 19 +++------ DiscImageChef.Tests/Filesystems/BeFS_MBR.cs | 19 +++------ DiscImageChef.Tests/Filesystems/COHERENT.cs | 17 ++------ .../Filesystems/COHERENT_MBR.cs | 19 +++------ DiscImageChef.Tests/Filesystems/DTFS.cs | 17 ++------ DiscImageChef.Tests/Filesystems/DTFS_MBR.cs | 19 +++------ DiscImageChef.Tests/Filesystems/EAFS.cs | 17 ++------ DiscImageChef.Tests/Filesystems/EAFS_MBR.cs | 19 +++------ DiscImageChef.Tests/Filesystems/F2FS.cs | 19 +++------ DiscImageChef.Tests/Filesystems/FAT12.cs | 17 ++------ DiscImageChef.Tests/Filesystems/FAT12_APM.cs | 19 +++------ DiscImageChef.Tests/Filesystems/FAT12_GPT.cs | 19 +++------ DiscImageChef.Tests/Filesystems/FAT12_MBR.cs | 19 +++------ DiscImageChef.Tests/Filesystems/FAT16.cs | 17 ++------ DiscImageChef.Tests/Filesystems/FAT16_APM.cs | 19 +++------ .../Filesystems/FAT16_Atari.cs | 19 +++------ DiscImageChef.Tests/Filesystems/FAT16_GPT.cs | 17 ++------ DiscImageChef.Tests/Filesystems/FAT16_MBR.cs | 17 ++------ DiscImageChef.Tests/Filesystems/FAT16_RDB.cs | 19 +++------ DiscImageChef.Tests/Filesystems/FAT32_APM.cs | 17 ++------ DiscImageChef.Tests/Filesystems/FAT32_GPT.cs | 17 ++------ DiscImageChef.Tests/Filesystems/FAT32_MBR.cs | 17 ++------ DiscImageChef.Tests/Filesystems/HAMMER_MBR.cs | 19 +++------ DiscImageChef.Tests/Filesystems/HFS.cs | 17 ++------ .../Filesystems/HFSPlus_APM.cs | 17 ++------ .../Filesystems/HFSPlus_GPT.cs | 17 ++------ .../Filesystems/HFSPlus_MBR.cs | 17 ++------ DiscImageChef.Tests/Filesystems/HFSX_APM.cs | 17 ++------ DiscImageChef.Tests/Filesystems/HFSX_GPT.cs | 17 ++------ DiscImageChef.Tests/Filesystems/HFSX_MBR.cs | 17 ++------ DiscImageChef.Tests/Filesystems/HFS_APM.cs | 17 ++------ DiscImageChef.Tests/Filesystems/HFS_CDROM.cs | 17 ++------ DiscImageChef.Tests/Filesystems/HFS_MBR.cs | 17 ++------ DiscImageChef.Tests/Filesystems/HFS_RDB.cs | 19 +++------ DiscImageChef.Tests/Filesystems/HPFS.cs | 19 +++------ DiscImageChef.Tests/Filesystems/HTFS.cs | 17 ++------ DiscImageChef.Tests/Filesystems/HTFS_MBR.cs | 19 +++------ DiscImageChef.Tests/Filesystems/ISO9660.cs | 17 ++------ DiscImageChef.Tests/Filesystems/JFS2.cs | 17 ++------ DiscImageChef.Tests/Filesystems/LFS_MBR.cs | 19 +++------ DiscImageChef.Tests/Filesystems/LisaFS.cs | 17 ++------ DiscImageChef.Tests/Filesystems/Locus.cs | 19 +++------ DiscImageChef.Tests/Filesystems/MFS.cs | 17 ++------ DiscImageChef.Tests/Filesystems/MINIXv1.cs | 19 +++------ .../Filesystems/MINIXv1_MBR.cs | 19 +++------ DiscImageChef.Tests/Filesystems/MINIXv2.cs | 19 +++------ .../Filesystems/MINIXv2_MBR.cs | 19 +++------ DiscImageChef.Tests/Filesystems/MINIXv3.cs | 19 +++------ .../Filesystems/MINIXv3_MBR.cs | 19 +++------ DiscImageChef.Tests/Filesystems/NILFS2.cs | 17 ++------ DiscImageChef.Tests/Filesystems/NTFS_GPT.cs | 17 ++------ DiscImageChef.Tests/Filesystems/NTFS_MBR.cs | 17 ++------ DiscImageChef.Tests/Filesystems/NWFS386.cs | 19 +++------ DiscImageChef.Tests/Filesystems/OCFS2.cs | 19 +++------ DiscImageChef.Tests/Filesystems/PFS3_RDB.cs | 17 ++------ DiscImageChef.Tests/Filesystems/ProDOS_APM.cs | 17 ++------ DiscImageChef.Tests/Filesystems/QNX4.cs | 19 +++------ DiscImageChef.Tests/Filesystems/QNX4_MBR.cs | 19 +++------ DiscImageChef.Tests/Filesystems/ReFS_MBR.cs | 19 +++------ DiscImageChef.Tests/Filesystems/Reiser3.cs | 17 ++------ DiscImageChef.Tests/Filesystems/Reiser4.cs | 17 ++------ DiscImageChef.Tests/Filesystems/SFS_MBR.cs | 17 ++------ .../Filesystems/SFS_MBR_RDB.cs | 17 ++------ DiscImageChef.Tests/Filesystems/SFS_RDB.cs | 17 ++------ DiscImageChef.Tests/Filesystems/SysV.cs | 17 ++------ DiscImageChef.Tests/Filesystems/SysV_MBR.cs | 17 ++------ DiscImageChef.Tests/Filesystems/SysV_RDB.cs | 17 ++------ DiscImageChef.Tests/Filesystems/UDF.cs | 17 ++------ DiscImageChef.Tests/Filesystems/UFS.cs | 17 ++------ DiscImageChef.Tests/Filesystems/UFS_APM.cs | 17 ++------ DiscImageChef.Tests/Filesystems/UFS_MBR.cs | 17 ++------ DiscImageChef.Tests/Filesystems/UFS_NeXT.cs | 17 ++------ .../Filesystems/UFS_NeXT_Floppy.cs | 19 +++------ DiscImageChef.Tests/Filesystems/UFS_RDB.cs | 17 ++------ DiscImageChef.Tests/Filesystems/UFS_Suni86.cs | 17 ++------ DiscImageChef.Tests/Filesystems/UNIXBFS.cs | 19 +++------ .../Filesystems/UNIXBFS_MBR.cs | 19 +++------ .../Filesystems/UNIXBFS_RDB.cs | 19 +++------ DiscImageChef.Tests/Filesystems/XENIX.cs | 17 ++------ DiscImageChef.Tests/Filesystems/XENIX_MBR.cs | 19 +++------ DiscImageChef.Tests/Filesystems/XFS_MBR.cs | 19 +++------ DiscImageChef.Tests/Filesystems/ZFS.cs | 17 ++------ DiscImageChef.Tests/Filesystems/btrfs.cs | 19 +++------ DiscImageChef.Tests/Filesystems/exFAT_APM.cs | 19 +++------ DiscImageChef.Tests/Filesystems/exFAT_GPT.cs | 19 +++------ DiscImageChef.Tests/Filesystems/exFAT_MBR.cs | 19 +++------ DiscImageChef.Tests/Filesystems/ext2.cs | 19 +++------ .../Filters/AppleDoubleDave.cs | 19 +++------ DiscImageChef.Tests/Filters/AppleDoubleDos.cs | 19 +++------ .../Filters/AppleDoubleNetatalk.cs | 19 +++------ DiscImageChef.Tests/Filters/AppleDoubleOsX.cs | 17 ++------ .../Filters/AppleDoubleProDos.cs | 19 +++------ .../Filters/AppleDoubleUnAr.cs | 19 +++------ .../Filters/AppleDoubleUnix.cs | 19 +++------ DiscImageChef.Tests/Filters/AppleSingle.cs | 19 +++------ DiscImageChef.Tests/Filters/BZip2.cs | 19 +++------ DiscImageChef.Tests/Filters/GZip.cs | 17 ++------ DiscImageChef.Tests/Filters/LZip.cs | 19 +++------ DiscImageChef.Tests/Filters/MacBinary1.cs | 17 ++------ DiscImageChef.Tests/Filters/MacBinary2.cs | 19 +++------ DiscImageChef.Tests/Filters/MacBinary3.cs | 19 +++------ DiscImageChef.Tests/Filters/PCExchange.cs | 19 +++------ DiscImageChef.Tests/Filters/XZ.cs | 19 +++------ DiscImageChef.Tests/Images/2MG.cs | 19 +++------ DiscImageChef.Tests/Images/Anex86.cs | 19 +++------ DiscImageChef.Tests/Images/CisCopy.cs | 19 +++------ DiscImageChef.Tests/Images/CopyQM.cs | 19 +++------ DiscImageChef.Tests/Images/D88.cs | 19 +++------ DiscImageChef.Tests/Images/DART.cs | 19 +++------ DiscImageChef.Tests/Images/DiskCopy42.cs | 19 +++------ DiscImageChef.Tests/Partitions/Acorn.cs | 19 +++------ DiscImageChef.Tests/Partitions/AppleMap.cs | 17 ++------ DiscImageChef.Tests/Partitions/Atari.cs | 17 ++------ DiscImageChef.Tests/Partitions/BSD.cs | 17 ++------ DiscImageChef.Tests/Partitions/GPT.cs | 19 +++------ DiscImageChef.Tests/Partitions/MBR.cs | 17 ++------ DiscImageChef.Tests/Partitions/MINIX.cs | 17 ++------ DiscImageChef.Tests/Partitions/PC98.cs | 17 ++------ DiscImageChef.Tests/Partitions/RDB.cs | 17 ++------ DiscImageChef.Tests/Partitions/SGI.cs | 17 ++------ DiscImageChef.Tests/Partitions/Sun.cs | 17 ++------ DiscImageChef.Tests/Partitions/VTOC.cs | 17 ++------ DiscImageChef/AssemblyInfo.cs | 22 +++++----- DiscImageChef/Commands/Analyze.cs | 2 +- DiscImageChef/Commands/Benchmark.cs | 2 +- DiscImageChef/Commands/Checksum.cs | 2 +- DiscImageChef/Commands/Commands.cs | 2 +- DiscImageChef/Commands/Compare.cs | 2 +- DiscImageChef/Commands/Configure.cs | 2 +- DiscImageChef/Commands/CreateSidecar.cs | 2 +- DiscImageChef/Commands/Decode.cs | 2 +- DiscImageChef/Commands/DeviceInfo.cs | 2 +- DiscImageChef/Commands/DeviceReport.cs | 2 +- DiscImageChef/Commands/DumpMedia.cs | 2 +- DiscImageChef/Commands/Entropy.cs | 2 +- DiscImageChef/Commands/ExtractFiles.cs | 2 +- DiscImageChef/Commands/Formats.cs | 2 +- DiscImageChef/Commands/ListDevices.cs | 2 +- DiscImageChef/Commands/ListEncodings.cs | 2 +- DiscImageChef/Commands/Ls.cs | 2 +- DiscImageChef/Commands/MediaInfo.cs | 2 +- DiscImageChef/Commands/MediaScan.cs | 2 +- DiscImageChef/Commands/PrintHex.cs | 2 +- DiscImageChef/Commands/Statistics.cs | 2 +- DiscImageChef/Commands/Verify.cs | 2 +- DiscImageChef/DiscImageChef.csproj | 8 ++-- DiscImageChef/Main.cs | 2 +- DiscImageChef/Options.cs | 2 +- DiscImageChef/Progress.cs | 6 +-- 716 files changed, 2760 insertions(+), 4058 deletions(-) diff --git a/DiscImageChef.Checksums/Adler32Context.cs b/DiscImageChef.Checksums/Adler32Context.cs index 9bb2887c..8dcc6114 100644 --- a/DiscImageChef.Checksums/Adler32Context.cs +++ b/DiscImageChef.Checksums/Adler32Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Checksums/CDChecksums.cs b/DiscImageChef.Checksums/CDChecksums.cs index a48947fb..2d8751f5 100644 --- a/DiscImageChef.Checksums/CDChecksums.cs +++ b/DiscImageChef.Checksums/CDChecksums.cs @@ -9,7 +9,7 @@ // // --[ Description ] ---------------------------------------------------------- // -// Checks a CD checksum. +// Implements CD checksums. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // along with this program.If not, see. // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ECC algorithm from ECM(c) 2002-2011 Neill Corlett // ****************************************************************************/ diff --git a/DiscImageChef.Checksums/CRC16Context.cs b/DiscImageChef.Checksums/CRC16Context.cs index adbfe498..885023af 100644 --- a/DiscImageChef.Checksums/CRC16Context.cs +++ b/DiscImageChef.Checksums/CRC16Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Text; diff --git a/DiscImageChef.Checksums/CRC32Context.cs b/DiscImageChef.Checksums/CRC32Context.cs index 3d515039..dafdd1a1 100644 --- a/DiscImageChef.Checksums/CRC32Context.cs +++ b/DiscImageChef.Checksums/CRC32Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Text; diff --git a/DiscImageChef.Checksums/CRC64Context.cs b/DiscImageChef.Checksums/CRC64Context.cs index 8c96b94e..368dca2f 100644 --- a/DiscImageChef.Checksums/CRC64Context.cs +++ b/DiscImageChef.Checksums/CRC64Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Text; diff --git a/DiscImageChef.Checksums/FletcherContext.cs b/DiscImageChef.Checksums/FletcherContext.cs index f0df45e0..6ede6f9c 100644 --- a/DiscImageChef.Checksums/FletcherContext.cs +++ b/DiscImageChef.Checksums/FletcherContext.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ // Disabled because the speed is abnormally slow diff --git a/DiscImageChef.Checksums/MD5Context.cs b/DiscImageChef.Checksums/MD5Context.cs index b1e50f80..f4c86e98 100644 --- a/DiscImageChef.Checksums/MD5Context.cs +++ b/DiscImageChef.Checksums/MD5Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Security.Cryptography; diff --git a/DiscImageChef.Checksums/Properties/AssemblyInfo.cs b/DiscImageChef.Checksums/Properties/AssemblyInfo.cs index f90eafca..7ddf5f1a 100644 --- a/DiscImageChef.Checksums/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Checksums/Properties/AssemblyInfo.cs @@ -1,4 +1,36 @@ -using System.Reflection; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : AssemblyInfo.cs +// Author(s) : Natalia Portillo +// +// Component : Main program loop. +// +// --[ Description ] ---------------------------------------------------------- +// +// C# assembly definitions. +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes. diff --git a/DiscImageChef.Checksums/RIPEMD160Context.cs b/DiscImageChef.Checksums/RIPEMD160Context.cs index 5fb43a2f..6e9c8b12 100644 --- a/DiscImageChef.Checksums/RIPEMD160Context.cs +++ b/DiscImageChef.Checksums/RIPEMD160Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Security.Cryptography; diff --git a/DiscImageChef.Checksums/ReedSolomon.cs b/DiscImageChef.Checksums/ReedSolomon.cs index 537b4c2f..c005ceec 100644 --- a/DiscImageChef.Checksums/ReedSolomon.cs +++ b/DiscImageChef.Checksums/ReedSolomon.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // Copyright (C) 1996 Phil Karn // Copyright (C) 1995 Robert Morelos-Zaragoza // Copyright (C) 1995 Hari Thirumoorthy diff --git a/DiscImageChef.Checksums/SHA1Context.cs b/DiscImageChef.Checksums/SHA1Context.cs index b79e7ee1..d2b4b066 100644 --- a/DiscImageChef.Checksums/SHA1Context.cs +++ b/DiscImageChef.Checksums/SHA1Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Security.Cryptography; diff --git a/DiscImageChef.Checksums/SHA256Context.cs b/DiscImageChef.Checksums/SHA256Context.cs index cb8c4068..e8ae3c14 100644 --- a/DiscImageChef.Checksums/SHA256Context.cs +++ b/DiscImageChef.Checksums/SHA256Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Security.Cryptography; diff --git a/DiscImageChef.Checksums/SHA384Context.cs b/DiscImageChef.Checksums/SHA384Context.cs index 95852ef6..2bb89efe 100644 --- a/DiscImageChef.Checksums/SHA384Context.cs +++ b/DiscImageChef.Checksums/SHA384Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Security.Cryptography; diff --git a/DiscImageChef.Checksums/SHA512Context.cs b/DiscImageChef.Checksums/SHA512Context.cs index fc50fc5d..61e046b5 100644 --- a/DiscImageChef.Checksums/SHA512Context.cs +++ b/DiscImageChef.Checksums/SHA512Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Security.Cryptography; diff --git a/DiscImageChef.Checksums/SpamSumContext.cs b/DiscImageChef.Checksums/SpamSumContext.cs index 7fb173f4..a2f3abc2 100644 --- a/DiscImageChef.Checksums/SpamSumContext.cs +++ b/DiscImageChef.Checksums/SpamSumContext.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ // Based on ssdeep diff --git a/DiscImageChef.CommonTypes/MediaType.cs b/DiscImageChef.CommonTypes/MediaType.cs index cff71887..c527a945 100644 --- a/DiscImageChef.CommonTypes/MediaType.cs +++ b/DiscImageChef.CommonTypes/MediaType.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.CommonTypes diff --git a/DiscImageChef.CommonTypes/MediaTypeFromSCSI.cs b/DiscImageChef.CommonTypes/MediaTypeFromSCSI.cs index 45eff47d..01cb7210 100644 --- a/DiscImageChef.CommonTypes/MediaTypeFromSCSI.cs +++ b/DiscImageChef.CommonTypes/MediaTypeFromSCSI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.CommonTypes diff --git a/DiscImageChef.CommonTypes/Partition.cs b/DiscImageChef.CommonTypes/Partition.cs index 505a6c1d..a6bf740d 100644 --- a/DiscImageChef.CommonTypes/Partition.cs +++ b/DiscImageChef.CommonTypes/Partition.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.CommonTypes/Properties/AssemblyInfo.cs b/DiscImageChef.CommonTypes/Properties/AssemblyInfo.cs index 958769d4..f9039583 100644 --- a/DiscImageChef.CommonTypes/Properties/AssemblyInfo.cs +++ b/DiscImageChef.CommonTypes/Properties/AssemblyInfo.cs @@ -1,4 +1,36 @@ -using System.Reflection; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : AssemblyInfo.cs +// Author(s) : Natalia Portillo +// +// Component : DiscImageChef common types. +// +// --[ Description ] ---------------------------------------------------------- +// +// C# assembly definitions. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes. diff --git a/DiscImageChef.Console/DicConsole.cs b/DiscImageChef.Console/DicConsole.cs index a5603072..a2708f12 100644 --- a/DiscImageChef.Console/DicConsole.cs +++ b/DiscImageChef.Console/DicConsole.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Console diff --git a/DiscImageChef.Console/Properties/AssemblyInfo.cs b/DiscImageChef.Console/Properties/AssemblyInfo.cs index 16d3281e..95e0e1fe 100644 --- a/DiscImageChef.Console/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Console/Properties/AssemblyInfo.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : AssemblyInfo.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Console. // // --[ Description ] ---------------------------------------------------------- // -// Description +// C# assembly definitions. // // --[ License ] -------------------------------------------------------------- // -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/DiscImageChef.Core/Benchmark.cs b/DiscImageChef.Core/Benchmark.cs index 4ba3a189..de0a1254 100644 --- a/DiscImageChef.Core/Benchmark.cs +++ b/DiscImageChef.Core/Benchmark.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : Benchmark.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Benchmarks DiscImageChef hashing and checksumming speeds. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; diff --git a/DiscImageChef.Core/Checksum.cs b/DiscImageChef.Core/Checksum.cs index 4eeef068..ebdb1de9 100644 --- a/DiscImageChef.Core/Checksum.cs +++ b/DiscImageChef.Core/Checksum.cs @@ -5,11 +5,11 @@ // Filename : Checksum.cs // Author(s) : Natalia Portillo // -// Component : Core methods. +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Methods to checksum data. +// Multithreads checksumming and hashing. // // --[ License ] -------------------------------------------------------------- // @@ -27,9 +27,10 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ + using System.Collections.Generic; using DiscImageChef.Checksums; using Schemas; diff --git a/DiscImageChef.Core/DataFile.cs b/DiscImageChef.Core/DataFile.cs index 18bbe410..df49d974 100644 --- a/DiscImageChef.Core/DataFile.cs +++ b/DiscImageChef.Core/DataFile.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : DataFile.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Abstracts writing to files. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.IO; using DiscImageChef.Console; diff --git a/DiscImageChef.Core/Delegates.cs b/DiscImageChef.Core/Delegates.cs index db7afc28..f2ffb6c8 100644 --- a/DiscImageChef.Core/Delegates.cs +++ b/DiscImageChef.Core/Delegates.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : Delegates.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Delegates to communicate with user interface. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + namespace DiscImageChef.Core { diff --git a/DiscImageChef.Core/Devices/Dumping/ATA.cs b/DiscImageChef.Core/Devices/Dumping/ATA.cs index d87ad813..fe08ac9d 100644 --- a/DiscImageChef.Core/Devices/Dumping/ATA.cs +++ b/DiscImageChef.Core/Devices/Dumping/ATA.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : ATA.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Dumps media from ATA devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using System.IO; diff --git a/DiscImageChef.Core/Devices/Dumping/Alcohol120.cs b/DiscImageChef.Core/Devices/Dumping/Alcohol120.cs index ded7bb6c..7a5329aa 100644 --- a/DiscImageChef.Core/Devices/Dumping/Alcohol120.cs +++ b/DiscImageChef.Core/Devices/Dumping/Alcohol120.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : Alcohol120.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains code for creating Alcohol 120% disc images. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Runtime.InteropServices; using System.IO; diff --git a/DiscImageChef.Core/Devices/Dumping/CompactDisc.cs b/DiscImageChef.Core/Devices/Dumping/CompactDisc.cs index ac389109..01be6230 100644 --- a/DiscImageChef.Core/Devices/Dumping/CompactDisc.cs +++ b/DiscImageChef.Core/Devices/Dumping/CompactDisc.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : CompactDisc.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Dumps CDs and DDCDs. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using System.IO; diff --git a/DiscImageChef.Core/Devices/Dumping/MMC.cs b/DiscImageChef.Core/Devices/Dumping/MMC.cs index 5c564d4b..6910c2e8 100644 --- a/DiscImageChef.Core/Devices/Dumping/MMC.cs +++ b/DiscImageChef.Core/Devices/Dumping/MMC.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : MMC.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Dumps media from SCSI MultiMedia devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Text; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Core/Devices/Dumping/NVMe.cs b/DiscImageChef.Core/Devices/Dumping/NVMe.cs index 167d8cf2..46a161a5 100644 --- a/DiscImageChef.Core/Devices/Dumping/NVMe.cs +++ b/DiscImageChef.Core/Devices/Dumping/NVMe.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : NVMe.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Dumps storage using NVMe protocol. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Text; using DiscImageChef.Devices; diff --git a/DiscImageChef.Core/Devices/Dumping/ResumeSupport.cs b/DiscImageChef.Core/Devices/Dumping/ResumeSupport.cs index a6c6bfe3..1f2ed8b6 100644 --- a/DiscImageChef.Core/Devices/Dumping/ResumeSupport.cs +++ b/DiscImageChef.Core/Devices/Dumping/ResumeSupport.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : ResumeSupport.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains logic to support dump resuming. // // --[ License ] -------------------------------------------------------------- // @@ -32,10 +27,10 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ -using System; + +using System; using System.Collections.Generic; using DiscImageChef.Metadata; using Extents; diff --git a/DiscImageChef.Core/Devices/Dumping/SBC.cs b/DiscImageChef.Core/Devices/Dumping/SBC.cs index f4765d9e..165695cf 100644 --- a/DiscImageChef.Core/Devices/Dumping/SBC.cs +++ b/DiscImageChef.Core/Devices/Dumping/SBC.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : SBC.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Dumps SCSI Block devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using System.IO; diff --git a/DiscImageChef.Core/Devices/Dumping/SCSI.cs b/DiscImageChef.Core/Devices/Dumping/SCSI.cs index 1a500a09..51d0f7ed 100644 --- a/DiscImageChef.Core/Devices/Dumping/SCSI.cs +++ b/DiscImageChef.Core/Devices/Dumping/SCSI.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : SCSI.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Dumps media from SCSI devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.IO; using System.Text; diff --git a/DiscImageChef.Core/Devices/Dumping/SSC.cs b/DiscImageChef.Core/Devices/Dumping/SSC.cs index 23cc4bb7..08199e33 100644 --- a/DiscImageChef.Core/Devices/Dumping/SSC.cs +++ b/DiscImageChef.Core/Devices/Dumping/SSC.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : SSC.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Dumps media from SCSI Streaming devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using System.IO; diff --git a/DiscImageChef.Core/Devices/Dumping/SecureDigital.cs b/DiscImageChef.Core/Devices/Dumping/SecureDigital.cs index 192fbafe..842e0c19 100644 --- a/DiscImageChef.Core/Devices/Dumping/SecureDigital.cs +++ b/DiscImageChef.Core/Devices/Dumping/SecureDigital.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : SecureDigital.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Dumps SecureDigital and MultiMediaCard flash cards. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using System.IO; diff --git a/DiscImageChef.Core/Devices/Dumping/XGD.cs b/DiscImageChef.Core/Devices/Dumping/XGD.cs index ef8a8436..2c283ad0 100644 --- a/DiscImageChef.Core/Devices/Dumping/XGD.cs +++ b/DiscImageChef.Core/Devices/Dumping/XGD.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : XGD.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Dumps Xbox Game Discs. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using System.IO; diff --git a/DiscImageChef.Core/Devices/Reader.cs b/DiscImageChef.Core/Devices/Reader.cs index f53205f9..202dd5cc 100644 --- a/DiscImageChef.Core/Devices/Reader.cs +++ b/DiscImageChef.Core/Devices/Reader.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : Reader.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains common code for reading devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Core/Devices/ReaderATA.cs b/DiscImageChef.Core/Devices/ReaderATA.cs index 1cc23c69..86723ccd 100644 --- a/DiscImageChef.Core/Devices/ReaderATA.cs +++ b/DiscImageChef.Core/Devices/ReaderATA.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : ReaderATA.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains common code for reading ATA devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Console; using DiscImageChef.Decoders.ATA; diff --git a/DiscImageChef.Core/Devices/ReaderSCSI.cs b/DiscImageChef.Core/Devices/ReaderSCSI.cs index 2b392c99..eec0a9ba 100644 --- a/DiscImageChef.Core/Devices/ReaderSCSI.cs +++ b/DiscImageChef.Core/Devices/ReaderSCSI.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : ReaderSCSI.cs -// Version : 1.0 -// Author(s) : NScsilia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains common code for reading SCSI devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Console; diff --git a/DiscImageChef.Core/Devices/Report/ATA.cs b/DiscImageChef.Core/Devices/Report/ATA.cs index dbd04df8..6fd0500b 100644 --- a/DiscImageChef.Core/Devices/Report/ATA.cs +++ b/DiscImageChef.Core/Devices/Report/ATA.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : ATA.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Creates reports from ATA devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using DiscImageChef.Console; diff --git a/DiscImageChef.Core/Devices/Report/ATAPI.cs b/DiscImageChef.Core/Devices/Report/ATAPI.cs index 7e11d110..a72d2a1c 100644 --- a/DiscImageChef.Core/Devices/Report/ATAPI.cs +++ b/DiscImageChef.Core/Devices/Report/ATAPI.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : ATAPI.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Creates reports from ATAPI devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; using DiscImageChef.Metadata; diff --git a/DiscImageChef.Core/Devices/Report/FireWire.cs b/DiscImageChef.Core/Devices/Report/FireWire.cs index 1ed931d9..d5f12a07 100644 --- a/DiscImageChef.Core/Devices/Report/FireWire.cs +++ b/DiscImageChef.Core/Devices/Report/FireWire.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : FireWire.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Creates reports from FireWire devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Core/Devices/Report/NVMe.cs b/DiscImageChef.Core/Devices/Report/NVMe.cs index 3cc83497..a64b0e33 100644 --- a/DiscImageChef.Core/Devices/Report/NVMe.cs +++ b/DiscImageChef.Core/Devices/Report/NVMe.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : NVMe.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Creates reports from NVMe devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Devices; using DiscImageChef.Metadata; diff --git a/DiscImageChef.Core/Devices/Report/PCMCIA.cs b/DiscImageChef.Core/Devices/Report/PCMCIA.cs index 5f56442d..c87dd9ef 100644 --- a/DiscImageChef.Core/Devices/Report/PCMCIA.cs +++ b/DiscImageChef.Core/Devices/Report/PCMCIA.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : PCMCIA.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Creates reports from PCMCIA devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Decoders.PCMCIA; using DiscImageChef.Devices; using DiscImageChef.Metadata; diff --git a/DiscImageChef.Core/Devices/Report/SCSI/General.cs b/DiscImageChef.Core/Devices/Report/SCSI/General.cs index 1d0b310b..d7b3c80d 100644 --- a/DiscImageChef.Core/Devices/Report/SCSI/General.cs +++ b/DiscImageChef.Core/Devices/Report/SCSI/General.cs @@ -2,19 +2,14 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : SCSI.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : General.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Creates reports from SCSI devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using System.IO; diff --git a/DiscImageChef.Core/Devices/Report/SCSI/MMC.cs b/DiscImageChef.Core/Devices/Report/SCSI/MMC.cs index 76bac93d..5decafcb 100644 --- a/DiscImageChef.Core/Devices/Report/SCSI/MMC.cs +++ b/DiscImageChef.Core/Devices/Report/SCSI/MMC.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : MMC.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Creates reports from SCSI MultiMedia devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using System.IO; diff --git a/DiscImageChef.Core/Devices/Report/SCSI/SSC.cs b/DiscImageChef.Core/Devices/Report/SCSI/SSC.cs index 0548120f..4ed5c322 100644 --- a/DiscImageChef.Core/Devices/Report/SCSI/SSC.cs +++ b/DiscImageChef.Core/Devices/Report/SCSI/SSC.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : SSC.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Creates reports from SCSI Streaming devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using DiscImageChef.Console; diff --git a/DiscImageChef.Core/Devices/Report/SecureDigital.cs b/DiscImageChef.Core/Devices/Report/SecureDigital.cs index 1a3fdd06..2ad2789b 100644 --- a/DiscImageChef.Core/Devices/Report/SecureDigital.cs +++ b/DiscImageChef.Core/Devices/Report/SecureDigital.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : SecureDigital.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Creates reports from SecureDigital and MultiMediaCard devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Devices; using DiscImageChef.Metadata; diff --git a/DiscImageChef.Core/Devices/Report/USB.cs b/DiscImageChef.Core/Devices/Report/USB.cs index 30953f7d..f11cfb7a 100644 --- a/DiscImageChef.Core/Devices/Report/USB.cs +++ b/DiscImageChef.Core/Devices/Report/USB.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : USB.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Creates reports from USB devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Core/Devices/Scanning/ATA.cs b/DiscImageChef.Core/Devices/Scanning/ATA.cs index ef92d22e..5d458900 100644 --- a/DiscImageChef.Core/Devices/Scanning/ATA.cs +++ b/DiscImageChef.Core/Devices/Scanning/ATA.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : ATA.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Scans media from ATA devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using DiscImageChef.Console; diff --git a/DiscImageChef.Core/Devices/Scanning/NVMe.cs b/DiscImageChef.Core/Devices/Scanning/NVMe.cs index 75660c5d..8140e0a9 100644 --- a/DiscImageChef.Core/Devices/Scanning/NVMe.cs +++ b/DiscImageChef.Core/Devices/Scanning/NVMe.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : NVMe.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Scans contents of NVMe device. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Devices; diff --git a/DiscImageChef.Core/Devices/Scanning/SCSI.cs b/DiscImageChef.Core/Devices/Scanning/SCSI.cs index 685291ad..f4e5fadf 100644 --- a/DiscImageChef.Core/Devices/Scanning/SCSI.cs +++ b/DiscImageChef.Core/Devices/Scanning/SCSI.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : SCSI.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Scan media from SCSI devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using DiscImageChef.Console; diff --git a/DiscImageChef.Core/Devices/Scanning/ScanResults.cs b/DiscImageChef.Core/Devices/Scanning/ScanResults.cs index d13e66c5..fcb3d780 100644 --- a/DiscImageChef.Core/Devices/Scanning/ScanResults.cs +++ b/DiscImageChef.Core/Devices/Scanning/ScanResults.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : ScanResults.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains structure to store scan results. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; diff --git a/DiscImageChef.Core/Devices/Scanning/SecureDigital.cs b/DiscImageChef.Core/Devices/Scanning/SecureDigital.cs index d2fa4203..fc23315d 100644 --- a/DiscImageChef.Core/Devices/Scanning/SecureDigital.cs +++ b/DiscImageChef.Core/Devices/Scanning/SecureDigital.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : SecureDigital.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Scans SecureDigital and MultiMediaCard devices. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using DiscImageChef.Console; diff --git a/DiscImageChef.Core/DiscImageChef.Core.csproj b/DiscImageChef.Core/DiscImageChef.Core.csproj index a4b454d3..81e58b16 100644 --- a/DiscImageChef.Core/DiscImageChef.Core.csproj +++ b/DiscImageChef.Core/DiscImageChef.Core.csproj @@ -1,4 +1,4 @@ - + Debug @@ -157,6 +157,11 @@ + + + LICENSE + + diff --git a/DiscImageChef.Core/Filesystems.cs b/DiscImageChef.Core/Filesystems.cs index 65073fd2..6ebf36be 100644 --- a/DiscImageChef.Core/Filesystems.cs +++ b/DiscImageChef.Core/Filesystems.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : Filesystems.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Logic to use filesystem plugins. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Core/ImageFormat.cs b/DiscImageChef.Core/ImageFormat.cs index c161074b..e6d67c99 100644 --- a/DiscImageChef.Core/ImageFormat.cs +++ b/DiscImageChef.Core/ImageFormat.cs @@ -2,10 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : DetectImageFormat.cs +// Filename : ImageFormat.cs // Author(s) : Natalia Portillo // -// Component : Main program loop. +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Core/Logging/DumpLog.cs b/DiscImageChef.Core/Logging/DumpLog.cs index f3147aa5..26391c52 100644 --- a/DiscImageChef.Core/Logging/DumpLog.cs +++ b/DiscImageChef.Core/Logging/DumpLog.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : DumpLog.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains glue logic for writing a dump log. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.IO; using System.Reflection; diff --git a/DiscImageChef.Core/Logging/IBGLog.cs b/DiscImageChef.Core/Logging/IBGLog.cs index 0d01ad89..1ff5afe4 100644 --- a/DiscImageChef.Core/Logging/IBGLog.cs +++ b/DiscImageChef.Core/Logging/IBGLog.cs @@ -5,11 +5,11 @@ // Filename : IBGLog.cs // Author(s) : Natalia Portillo // -// Component : Core methods. +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Methods to create a binary media scan log in ImgBurn's format. +// Glue logic to create a binary media scan log in ImgBurn's format. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Core/Logging/MHDDLog.cs b/DiscImageChef.Core/Logging/MHDDLog.cs index 742e7892..2ae67725 100644 --- a/DiscImageChef.Core/Logging/MHDDLog.cs +++ b/DiscImageChef.Core/Logging/MHDDLog.cs @@ -5,11 +5,11 @@ // Filename : MHDDLog.cs // Author(s) : Natalia Portillo // -// Component : Core methods. +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Methods to create a binary media scan log in MHDD's format. +// Glue logic to create a binary media scan log in MHDD's format. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Core/Partitions.cs b/DiscImageChef.Core/Partitions.cs index 20fb283a..54c1382c 100644 --- a/DiscImageChef.Core/Partitions.cs +++ b/DiscImageChef.Core/Partitions.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : Partitions.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Logic to find partitions // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Core/PluginBase.cs b/DiscImageChef.Core/PluginBase.cs index 7000d8f7..d8cd9660 100644 --- a/DiscImageChef.Core/PluginBase.cs +++ b/DiscImageChef.Core/PluginBase.cs @@ -2,14 +2,14 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : Plugins.cs +// Filename : PluginBase.cs // Author(s) : Natalia Portillo // -// Component : Plugins +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Base methods for plugins. +// Class to hold all installed plugins. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Core/Properties/AssemblyInfo.cs b/DiscImageChef.Core/Properties/AssemblyInfo.cs index 0e0ba550..e3008bb8 100644 --- a/DiscImageChef.Core/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Core/Properties/AssemblyInfo.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : AssemblyInfo.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// C# assembly definitions. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/DiscImageChef.Core/Remote.cs b/DiscImageChef.Core/Remote.cs index 2dab5374..92fb9ac3 100644 --- a/DiscImageChef.Core/Remote.cs +++ b/DiscImageChef.Core/Remote.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : Remote.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Handles connections to DiscImageChef.Server. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Threading; using System.IO; using System.Net; diff --git a/DiscImageChef.Core/Sidecar/AudioMedia.cs b/DiscImageChef.Core/Sidecar/AudioMedia.cs index 4baf045f..fd84548d 100644 --- a/DiscImageChef.Core/Sidecar/AudioMedia.cs +++ b/DiscImageChef.Core/Sidecar/AudioMedia.cs @@ -2,19 +2,14 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : AudioMedia.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : Audio.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains logic to create sidecar from an audio media dump. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; diff --git a/DiscImageChef.Core/Sidecar/BlockMedia.cs b/DiscImageChef.Core/Sidecar/BlockMedia.cs index 73b1be0b..8eef8419 100644 --- a/DiscImageChef.Core/Sidecar/BlockMedia.cs +++ b/DiscImageChef.Core/Sidecar/BlockMedia.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : BlockMedia.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains logic to create sidecar from a block media dump. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; diff --git a/DiscImageChef.Core/Sidecar/BlockTape.cs b/DiscImageChef.Core/Sidecar/BlockTape.cs index 27d8f2d5..7354826b 100644 --- a/DiscImageChef.Core/Sidecar/BlockTape.cs +++ b/DiscImageChef.Core/Sidecar/BlockTape.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : BlockTape.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains logic to create sidecar from a block tape media dump. // // --[ License ] -------------------------------------------------------------- // @@ -32,11 +27,11 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ -using System.Collections.Generic; + +using System.Collections.Generic; using Schemas; using System.IO; diff --git a/DiscImageChef.Core/Sidecar/Events.cs b/DiscImageChef.Core/Sidecar/Events.cs index 55e4cec8..df284374 100644 --- a/DiscImageChef.Core/Sidecar/Events.cs +++ b/DiscImageChef.Core/Sidecar/Events.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : Events.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Events to glue user interface with sidecar creation. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Core { diff --git a/DiscImageChef.Core/Sidecar/Helpers.cs b/DiscImageChef.Core/Sidecar/Helpers.cs index 77957773..be802852 100644 --- a/DiscImageChef.Core/Sidecar/Helpers.cs +++ b/DiscImageChef.Core/Sidecar/Helpers.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : Helpers.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains helper logic used on sidecar creation. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Core { diff --git a/DiscImageChef.Core/Sidecar/LinearMedia.cs b/DiscImageChef.Core/Sidecar/LinearMedia.cs index e22de481..e78064cf 100644 --- a/DiscImageChef.Core/Sidecar/LinearMedia.cs +++ b/DiscImageChef.Core/Sidecar/LinearMedia.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : LinearMedia.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains logic to create sidecar from a linear media dump. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; diff --git a/DiscImageChef.Core/Sidecar/OpticalDisc.cs b/DiscImageChef.Core/Sidecar/OpticalDisc.cs index d5c9b605..90f7b34c 100644 --- a/DiscImageChef.Core/Sidecar/OpticalDisc.cs +++ b/DiscImageChef.Core/Sidecar/OpticalDisc.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : OpticalDisc.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains logic to create sidecar from an optical media dump. // // --[ License ] -------------------------------------------------------------- // @@ -32,12 +27,12 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ -using System.Collections.Generic; -using System.IO; + +using System.Collections.Generic; +using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; using DiscImageChef.ImagePlugins; diff --git a/DiscImageChef.Core/Sidecar/Sidecar.cs b/DiscImageChef.Core/Sidecar/Sidecar.cs index 128177e6..cd85135b 100644 --- a/DiscImageChef.Core/Sidecar/Sidecar.cs +++ b/DiscImageChef.Core/Sidecar/Sidecar.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : Sidecar.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Creates sidecar from dump. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; diff --git a/DiscImageChef.Core/Statistics.cs b/DiscImageChef.Core/Statistics.cs index a08ce5bc..fc2933c5 100644 --- a/DiscImageChef.Core/Statistics.cs +++ b/DiscImageChef.Core/Statistics.cs @@ -5,11 +5,11 @@ // Filename : Statistics.cs // Author(s) : Natalia Portillo // -// Component : Core methods. +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Methods to handle statistics. +// Handles usage statistics. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Core/Version.cs b/DiscImageChef.Core/Version.cs index 4cfd6392..088709fa 100644 --- a/DiscImageChef.Core/Version.cs +++ b/DiscImageChef.Core/Version.cs @@ -3,18 +3,13 @@ // ---------------------------------------------------------------------------- // // Filename : Version.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Core algorithms. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Returns DiscImageChef version. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +27,8 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ using DiscImageChef.Interop; using Schemas; diff --git a/DiscImageChef.Decoders/ATA/Identify.cs b/DiscImageChef.Decoders/ATA/Identify.cs index 5a464b4d..90a64bf0 100644 --- a/DiscImageChef.Decoders/ATA/Identify.cs +++ b/DiscImageChef.Decoders/ATA/Identify.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/ATA/Registers.cs b/DiscImageChef.Decoders/ATA/Registers.cs index 54f85ffe..5d46c92c 100644 --- a/DiscImageChef.Decoders/ATA/Registers.cs +++ b/DiscImageChef.Decoders/ATA/Registers.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.ATA diff --git a/DiscImageChef.Decoders/Blu-ray/BCA.cs b/DiscImageChef.Decoders/Blu-ray/BCA.cs index 8d312113..8f6874f1 100644 --- a/DiscImageChef.Decoders/Blu-ray/BCA.cs +++ b/DiscImageChef.Decoders/Blu-ray/BCA.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/Blu-ray/Cartridge.cs b/DiscImageChef.Decoders/Blu-ray/Cartridge.cs index 6fb859a9..98e887c6 100644 --- a/DiscImageChef.Decoders/Blu-ray/Cartridge.cs +++ b/DiscImageChef.Decoders/Blu-ray/Cartridge.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/Blu-ray/DDS.cs b/DiscImageChef.Decoders/Blu-ray/DDS.cs index 0b8abed8..5f02f5c3 100644 --- a/DiscImageChef.Decoders/Blu-ray/DDS.cs +++ b/DiscImageChef.Decoders/Blu-ray/DDS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/Blu-ray/DI.cs b/DiscImageChef.Decoders/Blu-ray/DI.cs index b6a446e3..13fe3ac4 100644 --- a/DiscImageChef.Decoders/Blu-ray/DI.cs +++ b/DiscImageChef.Decoders/Blu-ray/DI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/Blu-ray/Spare.cs b/DiscImageChef.Decoders/Blu-ray/Spare.cs index 27b2bba9..32f4f7a4 100644 --- a/DiscImageChef.Decoders/Blu-ray/Spare.cs +++ b/DiscImageChef.Decoders/Blu-ray/Spare.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/CD/ATIP.cs b/DiscImageChef.Decoders/CD/ATIP.cs index 1548c27b..d5642721 100644 --- a/DiscImageChef.Decoders/CD/ATIP.cs +++ b/DiscImageChef.Decoders/CD/ATIP.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/CD/CDTextOnLeadIn.cs b/DiscImageChef.Decoders/CD/CDTextOnLeadIn.cs index 7ad09958..f0313f59 100644 --- a/DiscImageChef.Decoders/CD/CDTextOnLeadIn.cs +++ b/DiscImageChef.Decoders/CD/CDTextOnLeadIn.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/CD/Enums.cs b/DiscImageChef.Decoders/CD/Enums.cs index 11d7b109..420a4260 100644 --- a/DiscImageChef.Decoders/CD/Enums.cs +++ b/DiscImageChef.Decoders/CD/Enums.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.CD diff --git a/DiscImageChef.Decoders/CD/FullTOC.cs b/DiscImageChef.Decoders/CD/FullTOC.cs index d57f4cac..c2d3ead0 100644 --- a/DiscImageChef.Decoders/CD/FullTOC.cs +++ b/DiscImageChef.Decoders/CD/FullTOC.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/CD/PMA.cs b/DiscImageChef.Decoders/CD/PMA.cs index 4e828fbd..4984f60a 100644 --- a/DiscImageChef.Decoders/CD/PMA.cs +++ b/DiscImageChef.Decoders/CD/PMA.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/CD/Sector.cs b/DiscImageChef.Decoders/CD/Sector.cs index b2f81d1d..1d62c506 100644 --- a/DiscImageChef.Decoders/CD/Sector.cs +++ b/DiscImageChef.Decoders/CD/Sector.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Linq; diff --git a/DiscImageChef.Decoders/CD/Session.cs b/DiscImageChef.Decoders/CD/Session.cs index b00f1da1..99304971 100644 --- a/DiscImageChef.Decoders/CD/Session.cs +++ b/DiscImageChef.Decoders/CD/Session.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/CD/TOC.cs b/DiscImageChef.Decoders/CD/TOC.cs index 3e52bcdf..d71ad35c 100644 --- a/DiscImageChef.Decoders/CD/TOC.cs +++ b/DiscImageChef.Decoders/CD/TOC.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/DVD/AACS.cs b/DiscImageChef.Decoders/DVD/AACS.cs index 804e28a8..36f5cb80 100644 --- a/DiscImageChef.Decoders/DVD/AACS.cs +++ b/DiscImageChef.Decoders/DVD/AACS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DiscImageChef.Decoders/DVD/ADIP.cs b/DiscImageChef.Decoders/DVD/ADIP.cs index c4b2db31..04de07ee 100644 --- a/DiscImageChef.Decoders/DVD/ADIP.cs +++ b/DiscImageChef.Decoders/DVD/ADIP.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DiscImageChef.Decoders/DVD/BCA.cs b/DiscImageChef.Decoders/DVD/BCA.cs index 058ba8e6..cc9d8217 100644 --- a/DiscImageChef.Decoders/DVD/BCA.cs +++ b/DiscImageChef.Decoders/DVD/BCA.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DiscImageChef.Decoders/DVD/CPRM.cs b/DiscImageChef.Decoders/DVD/CPRM.cs index 3b031705..944e5797 100644 --- a/DiscImageChef.Decoders/DVD/CPRM.cs +++ b/DiscImageChef.Decoders/DVD/CPRM.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DiscImageChef.Decoders/DVD/CSS&CPRM.cs b/DiscImageChef.Decoders/DVD/CSS&CPRM.cs index 3c51e4d3..fbc1acf4 100644 --- a/DiscImageChef.Decoders/DVD/CSS&CPRM.cs +++ b/DiscImageChef.Decoders/DVD/CSS&CPRM.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Text; diff --git a/DiscImageChef.Decoders/DVD/Cartridge.cs b/DiscImageChef.Decoders/DVD/Cartridge.cs index b2a514dc..58c51e71 100644 --- a/DiscImageChef.Decoders/DVD/Cartridge.cs +++ b/DiscImageChef.Decoders/DVD/Cartridge.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Text; diff --git a/DiscImageChef.Decoders/DVD/DDS.cs b/DiscImageChef.Decoders/DVD/DDS.cs index 863d8362..fa76580a 100644 --- a/DiscImageChef.Decoders/DVD/DDS.cs +++ b/DiscImageChef.Decoders/DVD/DDS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/DVD/DMI.cs b/DiscImageChef.Decoders/DVD/DMI.cs index e8248452..f9ac62e0 100644 --- a/DiscImageChef.Decoders/DVD/DMI.cs +++ b/DiscImageChef.Decoders/DVD/DMI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DiscImageChef.Decoders/DVD/Enums.cs b/DiscImageChef.Decoders/DVD/Enums.cs index 7d9f05c9..27005f12 100644 --- a/DiscImageChef.Decoders/DVD/Enums.cs +++ b/DiscImageChef.Decoders/DVD/Enums.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DiscImageChef.Decoders/DVD/Layers.cs b/DiscImageChef.Decoders/DVD/Layers.cs index f4dad0b6..e763f3c3 100644 --- a/DiscImageChef.Decoders/DVD/Layers.cs +++ b/DiscImageChef.Decoders/DVD/Layers.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DiscImageChef.Decoders/DVD/PFI.cs b/DiscImageChef.Decoders/DVD/PFI.cs index e08af47e..44cea06f 100644 --- a/DiscImageChef.Decoders/DVD/PFI.cs +++ b/DiscImageChef.Decoders/DVD/PFI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/DVD/PRI.cs b/DiscImageChef.Decoders/DVD/PRI.cs index 06ecaa2f..c11f1305 100644 --- a/DiscImageChef.Decoders/DVD/PRI.cs +++ b/DiscImageChef.Decoders/DVD/PRI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DiscImageChef.Decoders/DVD/RMD.cs b/DiscImageChef.Decoders/DVD/RMD.cs index 80c7682b..144df73f 100644 --- a/DiscImageChef.Decoders/DVD/RMD.cs +++ b/DiscImageChef.Decoders/DVD/RMD.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DiscImageChef.Decoders/DVD/Spare.cs b/DiscImageChef.Decoders/DVD/Spare.cs index cf77f3f4..5295472c 100644 --- a/DiscImageChef.Decoders/DVD/Spare.cs +++ b/DiscImageChef.Decoders/DVD/Spare.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Text; diff --git a/DiscImageChef.Decoders/DVD/UDI.cs b/DiscImageChef.Decoders/DVD/UDI.cs index 2150ef7f..bcddf21b 100644 --- a/DiscImageChef.Decoders/DVD/UDI.cs +++ b/DiscImageChef.Decoders/DVD/UDI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.DVD diff --git a/DiscImageChef.Decoders/Floppy/Amiga.cs b/DiscImageChef.Decoders/Floppy/Amiga.cs index ce2e6dd8..5259bf0b 100644 --- a/DiscImageChef.Decoders/Floppy/Amiga.cs +++ b/DiscImageChef.Decoders/Floppy/Amiga.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/DiscImageChef.Decoders/Floppy/Apple2.cs b/DiscImageChef.Decoders/Floppy/Apple2.cs index df7ca7cb..4b1dc967 100644 --- a/DiscImageChef.Decoders/Floppy/Apple2.cs +++ b/DiscImageChef.Decoders/Floppy/Apple2.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/Floppy/AppleSony.cs b/DiscImageChef.Decoders/Floppy/AppleSony.cs index dea113f0..cce2dc9a 100644 --- a/DiscImageChef.Decoders/Floppy/AppleSony.cs +++ b/DiscImageChef.Decoders/Floppy/AppleSony.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/Floppy/Commodore.cs b/DiscImageChef.Decoders/Floppy/Commodore.cs index 9d305227..9802f96d 100644 --- a/DiscImageChef.Decoders/Floppy/Commodore.cs +++ b/DiscImageChef.Decoders/Floppy/Commodore.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/DiscImageChef.Decoders/Floppy/Enums.cs b/DiscImageChef.Decoders/Floppy/Enums.cs index d58e8aee..d874f5a0 100644 --- a/DiscImageChef.Decoders/Floppy/Enums.cs +++ b/DiscImageChef.Decoders/Floppy/Enums.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.Floppy diff --git a/DiscImageChef.Decoders/Floppy/ISO.cs b/DiscImageChef.Decoders/Floppy/ISO.cs index d85caf59..9bf3c1ad 100644 --- a/DiscImageChef.Decoders/Floppy/ISO.cs +++ b/DiscImageChef.Decoders/Floppy/ISO.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/DiscImageChef.Decoders/Floppy/Perpendicular.cs b/DiscImageChef.Decoders/Floppy/Perpendicular.cs index 3ae4a660..e01ec351 100644 --- a/DiscImageChef.Decoders/Floppy/Perpendicular.cs +++ b/DiscImageChef.Decoders/Floppy/Perpendicular.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/DiscImageChef.Decoders/Floppy/System34.cs b/DiscImageChef.Decoders/Floppy/System34.cs index c252a5ab..2a935196 100644 --- a/DiscImageChef.Decoders/Floppy/System34.cs +++ b/DiscImageChef.Decoders/Floppy/System34.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/DiscImageChef.Decoders/Floppy/System3740.cs b/DiscImageChef.Decoders/Floppy/System3740.cs index 19baeea2..1ec8729f 100644 --- a/DiscImageChef.Decoders/Floppy/System3740.cs +++ b/DiscImageChef.Decoders/Floppy/System3740.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/DiscImageChef.Decoders/LisaTag.cs b/DiscImageChef.Decoders/LisaTag.cs index 4a379ce5..4c2466a5 100644 --- a/DiscImageChef.Decoders/LisaTag.cs +++ b/DiscImageChef.Decoders/LisaTag.cs @@ -5,11 +5,11 @@ // Filename : LisaTag.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes Apple Lisa tags. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; namespace DiscImageChef.Decoders diff --git a/DiscImageChef.Decoders/MMC/CID.cs b/DiscImageChef.Decoders/MMC/CID.cs index 58e7314d..ee93238b 100644 --- a/DiscImageChef.Decoders/MMC/CID.cs +++ b/DiscImageChef.Decoders/MMC/CID.cs @@ -5,11 +5,11 @@ // Filename : CID.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MultiMediaCard CID. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/MMC/CSD.cs b/DiscImageChef.Decoders/MMC/CSD.cs index 54101db2..e19b7906 100644 --- a/DiscImageChef.Decoders/MMC/CSD.cs +++ b/DiscImageChef.Decoders/MMC/CSD.cs @@ -5,11 +5,11 @@ // Filename : CSD.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MultiMediaCard CSD. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/MMC/ExtendedCSD.cs b/DiscImageChef.Decoders/MMC/ExtendedCSD.cs index 1d33fb37..824f9e7b 100644 --- a/DiscImageChef.Decoders/MMC/ExtendedCSD.cs +++ b/DiscImageChef.Decoders/MMC/ExtendedCSD.cs @@ -5,11 +5,11 @@ // Filename : ExtendedCSD.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MultiMediaCard extended CSD. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/MMC/OCR.cs b/DiscImageChef.Decoders/MMC/OCR.cs index 22924831..07c57c15 100644 --- a/DiscImageChef.Decoders/MMC/OCR.cs +++ b/DiscImageChef.Decoders/MMC/OCR.cs @@ -5,11 +5,11 @@ // Filename : OCR.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MultiMediaCard OCR. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/MMC/VendorString.cs b/DiscImageChef.Decoders/MMC/VendorString.cs index b36e80d5..6181e061 100644 --- a/DiscImageChef.Decoders/MMC/VendorString.cs +++ b/DiscImageChef.Decoders/MMC/VendorString.cs @@ -5,11 +5,11 @@ // Filename : VendorString.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MultiMediaCard vendor code. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.MMC diff --git a/DiscImageChef.Decoders/PCMCIA/CIS.cs b/DiscImageChef.Decoders/PCMCIA/CIS.cs index 5c023274..1f8b6763 100644 --- a/DiscImageChef.Decoders/PCMCIA/CIS.cs +++ b/DiscImageChef.Decoders/PCMCIA/CIS.cs @@ -5,11 +5,11 @@ // Filename : CIS.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes PCMCIA Card Information Structure. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/PCMCIA/Enums.cs b/DiscImageChef.Decoders/PCMCIA/Enums.cs index 9c73dea4..782a0ebd 100644 --- a/DiscImageChef.Decoders/PCMCIA/Enums.cs +++ b/DiscImageChef.Decoders/PCMCIA/Enums.cs @@ -5,11 +5,11 @@ // Filename : Enums.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains PCMCIA enumerations. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.PCMCIA diff --git a/DiscImageChef.Decoders/PCMCIA/Types.cs b/DiscImageChef.Decoders/PCMCIA/Types.cs index 87cb5d53..f086ed02 100644 --- a/DiscImageChef.Decoders/PCMCIA/Types.cs +++ b/DiscImageChef.Decoders/PCMCIA/Types.cs @@ -5,11 +5,11 @@ // Filename : Types.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains PCMCIA tuple structures. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.PCMCIA diff --git a/DiscImageChef.Decoders/PCMCIA/VendorCode.cs b/DiscImageChef.Decoders/PCMCIA/VendorCode.cs index 0dbe8096..1066de14 100644 --- a/DiscImageChef.Decoders/PCMCIA/VendorCode.cs +++ b/DiscImageChef.Decoders/PCMCIA/VendorCode.cs @@ -5,11 +5,11 @@ // Filename : VendorCode.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes PCMCIA vendor code. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.PCMCIA diff --git a/DiscImageChef.Decoders/Properties/AssemblyInfo.cs b/DiscImageChef.Decoders/Properties/AssemblyInfo.cs index 4a265a7b..5cc1a16b 100644 --- a/DiscImageChef.Decoders/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Decoders/Properties/AssemblyInfo.cs @@ -1,4 +1,36 @@ -using System.Reflection; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : AssemblyInfo.cs +// Author(s) : Natalia Portillo +// +// Component : Device structures decoders. +// +// --[ Description ] ---------------------------------------------------------- +// +// C# assembly definitions. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes. diff --git a/DiscImageChef.Decoders/SCSI/DiscStructureCapabilities.cs b/DiscImageChef.Decoders/SCSI/DiscStructureCapabilities.cs index 2a392b15..24fadebd 100644 --- a/DiscImageChef.Decoders/SCSI/DiscStructureCapabilities.cs +++ b/DiscImageChef.Decoders/SCSI/DiscStructureCapabilities.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Collections.Generic; diff --git a/DiscImageChef.Decoders/SCSI/EVPD.cs b/DiscImageChef.Decoders/SCSI/EVPD.cs index 8704d47f..fb60125a 100644 --- a/DiscImageChef.Decoders/SCSI/EVPD.cs +++ b/DiscImageChef.Decoders/SCSI/EVPD.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/SCSI/Enums.cs b/DiscImageChef.Decoders/SCSI/Enums.cs index d44babb6..d3d7d3f8 100644 --- a/DiscImageChef.Decoders/SCSI/Enums.cs +++ b/DiscImageChef.Decoders/SCSI/Enums.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.SCSI diff --git a/DiscImageChef.Decoders/SCSI/Inquiry.cs b/DiscImageChef.Decoders/SCSI/Inquiry.cs index 3e71da26..c55d1f4e 100644 --- a/DiscImageChef.Decoders/SCSI/Inquiry.cs +++ b/DiscImageChef.Decoders/SCSI/Inquiry.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/SCSI/MMC/AACS.cs b/DiscImageChef.Decoders/SCSI/MMC/AACS.cs index 18b9c95c..ba13bf6a 100644 --- a/DiscImageChef.Decoders/SCSI/MMC/AACS.cs +++ b/DiscImageChef.Decoders/SCSI/MMC/AACS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/SCSI/MMC/CPRM.cs b/DiscImageChef.Decoders/SCSI/MMC/CPRM.cs index ef83e2d8..670a7740 100644 --- a/DiscImageChef.Decoders/SCSI/MMC/CPRM.cs +++ b/DiscImageChef.Decoders/SCSI/MMC/CPRM.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/SCSI/MMC/DiscInformation.cs b/DiscImageChef.Decoders/SCSI/MMC/DiscInformation.cs index d1a7184e..39d9ea91 100644 --- a/DiscImageChef.Decoders/SCSI/MMC/DiscInformation.cs +++ b/DiscImageChef.Decoders/SCSI/MMC/DiscInformation.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/SCSI/MMC/Enums.cs b/DiscImageChef.Decoders/SCSI/MMC/Enums.cs index d67ed6cb..3560552e 100644 --- a/DiscImageChef.Decoders/SCSI/MMC/Enums.cs +++ b/DiscImageChef.Decoders/SCSI/MMC/Enums.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.SCSI.MMC diff --git a/DiscImageChef.Decoders/SCSI/MMC/Features.cs b/DiscImageChef.Decoders/SCSI/MMC/Features.cs index 2a407a77..192b0a54 100644 --- a/DiscImageChef.Decoders/SCSI/MMC/Features.cs +++ b/DiscImageChef.Decoders/SCSI/MMC/Features.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/SCSI/MMC/Hybrid.cs b/DiscImageChef.Decoders/SCSI/MMC/Hybrid.cs index c6ad1d23..508f6415 100644 --- a/DiscImageChef.Decoders/SCSI/MMC/Hybrid.cs +++ b/DiscImageChef.Decoders/SCSI/MMC/Hybrid.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/SCSI/MMC/WriteProtect.cs b/DiscImageChef.Decoders/SCSI/MMC/WriteProtect.cs index 1afb91df..81605a65 100644 --- a/DiscImageChef.Decoders/SCSI/MMC/WriteProtect.cs +++ b/DiscImageChef.Decoders/SCSI/MMC/WriteProtect.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/SCSI/Modes.cs b/DiscImageChef.Decoders/SCSI/Modes.cs index f4737331..13c23dab 100644 --- a/DiscImageChef.Decoders/SCSI/Modes.cs +++ b/DiscImageChef.Decoders/SCSI/Modes.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/SCSI/ModesEncoders.cs b/DiscImageChef.Decoders/SCSI/ModesEncoders.cs index 9c42a508..67bb6159 100644 --- a/DiscImageChef.Decoders/SCSI/ModesEncoders.cs +++ b/DiscImageChef.Decoders/SCSI/ModesEncoders.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/SCSI/SSC/BlockLimits.cs b/DiscImageChef.Decoders/SCSI/SSC/BlockLimits.cs index f65f5def..4a4fce91 100644 --- a/DiscImageChef.Decoders/SCSI/SSC/BlockLimits.cs +++ b/DiscImageChef.Decoders/SCSI/SSC/BlockLimits.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/SCSI/SSC/DensitySupport.cs b/DiscImageChef.Decoders/SCSI/SSC/DensitySupport.cs index 38c109e1..75e136ab 100644 --- a/DiscImageChef.Decoders/SCSI/SSC/DensitySupport.cs +++ b/DiscImageChef.Decoders/SCSI/SSC/DensitySupport.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/SCSI/Sense.cs b/DiscImageChef.Decoders/SCSI/Sense.cs index bd7e455c..ce64a292 100644 --- a/DiscImageChef.Decoders/SCSI/Sense.cs +++ b/DiscImageChef.Decoders/SCSI/Sense.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/SCSI/Types.cs b/DiscImageChef.Decoders/SCSI/Types.cs index 4e294dcb..4c62c623 100644 --- a/DiscImageChef.Decoders/SCSI/Types.cs +++ b/DiscImageChef.Decoders/SCSI/Types.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.SCSI diff --git a/DiscImageChef.Decoders/SCSI/VendorString.cs b/DiscImageChef.Decoders/SCSI/VendorString.cs index 43e77e83..133d0309 100644 --- a/DiscImageChef.Decoders/SCSI/VendorString.cs +++ b/DiscImageChef.Decoders/SCSI/VendorString.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.SCSI diff --git a/DiscImageChef.Decoders/SecureDigital/CID.cs b/DiscImageChef.Decoders/SecureDigital/CID.cs index 8d0c33b2..fe0ad06d 100644 --- a/DiscImageChef.Decoders/SecureDigital/CID.cs +++ b/DiscImageChef.Decoders/SecureDigital/CID.cs @@ -5,11 +5,11 @@ // Filename : CID.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MultiMediaCard CID. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/SecureDigital/CSD.cs b/DiscImageChef.Decoders/SecureDigital/CSD.cs index d093a35c..9411bc6c 100644 --- a/DiscImageChef.Decoders/SecureDigital/CSD.cs +++ b/DiscImageChef.Decoders/SecureDigital/CSD.cs @@ -5,11 +5,11 @@ // Filename : CSD.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MultiMediaCard CSD. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/SecureDigital/OCR.cs b/DiscImageChef.Decoders/SecureDigital/OCR.cs index fe9f5e58..7c3c6de9 100644 --- a/DiscImageChef.Decoders/SecureDigital/OCR.cs +++ b/DiscImageChef.Decoders/SecureDigital/OCR.cs @@ -5,11 +5,11 @@ // Filename : OCR.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MultiMediaCard OCR. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/SecureDigital/SCR.cs b/DiscImageChef.Decoders/SecureDigital/SCR.cs index c74830cd..31e70bf7 100644 --- a/DiscImageChef.Decoders/SecureDigital/SCR.cs +++ b/DiscImageChef.Decoders/SecureDigital/SCR.cs @@ -5,11 +5,11 @@ // Filename : SCR.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MultiMediaCard SCR. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Text; diff --git a/DiscImageChef.Decoders/SecureDigital/VendorString.cs b/DiscImageChef.Decoders/SecureDigital/VendorString.cs index 7b2eb8ad..0d8400a6 100644 --- a/DiscImageChef.Decoders/SecureDigital/VendorString.cs +++ b/DiscImageChef.Decoders/SecureDigital/VendorString.cs @@ -5,11 +5,11 @@ // Filename : VendorString.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes SecureDigital vendor code. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Decoders.SecureDigital diff --git a/DiscImageChef.Decoders/Sega/CD.cs b/DiscImageChef.Decoders/Sega/CD.cs index 190fff5d..6b1f77de 100644 --- a/DiscImageChef.Decoders/Sega/CD.cs +++ b/DiscImageChef.Decoders/Sega/CD.cs @@ -5,11 +5,11 @@ // Filename : CD.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes Sega CD (aka Mega CD) IP.BIN. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Globalization; diff --git a/DiscImageChef.Decoders/Sega/Dreamcast.cs b/DiscImageChef.Decoders/Sega/Dreamcast.cs index 6f748881..24327eba 100644 --- a/DiscImageChef.Decoders/Sega/Dreamcast.cs +++ b/DiscImageChef.Decoders/Sega/Dreamcast.cs @@ -5,11 +5,11 @@ // Filename : Dreamcast.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes Sega Dreamcast IP.BIN. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Globalization; diff --git a/DiscImageChef.Decoders/Sega/Saturn.cs b/DiscImageChef.Decoders/Sega/Saturn.cs index 9fe4787e..5a3f3131 100644 --- a/DiscImageChef.Decoders/Sega/Saturn.cs +++ b/DiscImageChef.Decoders/Sega/Saturn.cs @@ -5,11 +5,11 @@ // Filename : Saturn.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes Sega Saturn IP.BIN. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Globalization; diff --git a/DiscImageChef.Decoders/Xbox/DMI.cs b/DiscImageChef.Decoders/Xbox/DMI.cs index 5a41a47b..04dddbc9 100644 --- a/DiscImageChef.Decoders/Xbox/DMI.cs +++ b/DiscImageChef.Decoders/Xbox/DMI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Decoders/Xbox/SS.cs b/DiscImageChef.Decoders/Xbox/SS.cs index 7afcd34f..d02f4f5f 100644 --- a/DiscImageChef.Decoders/Xbox/SS.cs +++ b/DiscImageChef.Decoders/Xbox/SS.cs @@ -5,11 +5,11 @@ // Filename : SS.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes Xbox security sectors // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Text; diff --git a/DiscImageChef.Device.Report/ata.c b/DiscImageChef.Device.Report/ata.c index d4476287..502f5695 100644 --- a/DiscImageChef.Device.Report/ata.c +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/ata.h b/DiscImageChef.Device.Report/ata.h index b4006a9e..e981fecb 100644 --- a/DiscImageChef.Device.Report/ata.h +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/ata_report.c b/DiscImageChef.Device.Report/ata_report.c index 95cecc49..c2354e62 100644 --- a/DiscImageChef.Device.Report/ata_report.c +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/ata_report.h b/DiscImageChef.Device.Report/ata_report.h index f924aeef..fb68b35e 100644 --- a/DiscImageChef.Device.Report/ata_report.h +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/atapi.c b/DiscImageChef.Device.Report/atapi.c index 543ab995..52e1419f 100644 --- a/DiscImageChef.Device.Report/atapi.c +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/atapi.h b/DiscImageChef.Device.Report/atapi.h index 9b9ab159..353fd8ce 100644 --- a/DiscImageChef.Device.Report/atapi.h +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/atapi_report.c b/DiscImageChef.Device.Report/atapi_report.c index afb4ecc1..38c18bb8 100644 --- a/DiscImageChef.Device.Report/atapi_report.c +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/atapi_report.h b/DiscImageChef.Device.Report/atapi_report.h index 3d209f73..9713ab1c 100644 --- a/DiscImageChef.Device.Report/atapi_report.h +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/cdrom_mode.h b/DiscImageChef.Device.Report/cdrom_mode.h index a59a8d2d..da68039b 100644 --- a/DiscImageChef.Device.Report/cdrom_mode.h +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/identify_decode.c b/DiscImageChef.Device.Report/identify_decode.c index a949dc6f..a2f98505 100644 --- a/DiscImageChef.Device.Report/identify_decode.c +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/identify_decode.h b/DiscImageChef.Device.Report/identify_decode.h index 39aaf98b..c7c5c178 100644 --- a/DiscImageChef.Device.Report/identify_decode.h +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/inquiry_decode.c b/DiscImageChef.Device.Report/inquiry_decode.c index a7fd5565..1004a999 100644 --- a/DiscImageChef.Device.Report/inquiry_decode.c +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/inquiry_decode.h b/DiscImageChef.Device.Report/inquiry_decode.h index f472ff04..7d57e29a 100644 --- a/DiscImageChef.Device.Report/inquiry_decode.h +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/main.c b/DiscImageChef.Device.Report/main.c index bb58b2a2..4d669d0a 100644 --- a/DiscImageChef.Device.Report/main.c +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/main.h b/DiscImageChef.Device.Report/main.h index b48ec3c2..a00a994e 100644 --- a/DiscImageChef.Device.Report/main.h +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/mmc_report.c b/DiscImageChef.Device.Report/mmc_report.c index b2c2efb7..a6cffdab 100644 --- a/DiscImageChef.Device.Report/mmc_report.c +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/mmc_report.h b/DiscImageChef.Device.Report/mmc_report.h index 6d542f1e..a178edac 100644 --- a/DiscImageChef.Device.Report/mmc_report.h +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/scsi.c b/DiscImageChef.Device.Report/scsi.c index abc7eff6..7596ca44 100644 --- a/DiscImageChef.Device.Report/scsi.c +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/scsi.h b/DiscImageChef.Device.Report/scsi.h index 9b5a9607..1ab5d39a 100644 --- a/DiscImageChef.Device.Report/scsi.h +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/scsi_mode.c b/DiscImageChef.Device.Report/scsi_mode.c index a344f8a5..92a6bb53 100644 --- a/DiscImageChef.Device.Report/scsi_mode.c +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/scsi_mode.h b/DiscImageChef.Device.Report/scsi_mode.h index 9a59101e..0aa976f9 100644 --- a/DiscImageChef.Device.Report/scsi_mode.h +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/scsi_report.c b/DiscImageChef.Device.Report/scsi_report.c index a596beee..81b13f11 100644 --- a/DiscImageChef.Device.Report/scsi_report.c +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/scsi_report.h b/DiscImageChef.Device.Report/scsi_report.h index 585d13a9..28ac67d8 100644 --- a/DiscImageChef.Device.Report/scsi_report.h +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/ssc_report.c b/DiscImageChef.Device.Report/ssc_report.c index 09aaeaa2..2a9870d1 100644 --- a/DiscImageChef.Device.Report/ssc_report.c +++ b/DiscImageChef.Device.Report/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/DiscImageChef.Device.Report/ssc_report.h b/DiscImageChef.Device.Report/ssc_report.h index 32073cd5..32823e81 100644 --- a/DiscImageChef.Device.Report/ssc_report.h +++ b/DiscImageChef.Device.Report/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 diff --git a/DiscImageChef.Devices/Command.cs b/DiscImageChef.Devices/Command.cs index d5bdec10..114d7d25 100644 --- a/DiscImageChef.Devices/Command.cs +++ b/DiscImageChef.Devices/Command.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/Device/AtaCommands/Ata28.cs b/DiscImageChef.Devices/Device/AtaCommands/Ata28.cs index 64580d6e..ee6dbe26 100644 --- a/DiscImageChef.Devices/Device/AtaCommands/Ata28.cs +++ b/DiscImageChef.Devices/Device/AtaCommands/Ata28.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Devices/Device/AtaCommands/Ata48.cs b/DiscImageChef.Devices/Device/AtaCommands/Ata48.cs index 37ea67fc..26519e36 100644 --- a/DiscImageChef.Devices/Device/AtaCommands/Ata48.cs +++ b/DiscImageChef.Devices/Device/AtaCommands/Ata48.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Devices/Device/AtaCommands/AtaCHS.cs b/DiscImageChef.Devices/Device/AtaCommands/AtaCHS.cs index 78bad773..ebbeed96 100644 --- a/DiscImageChef.Devices/Device/AtaCommands/AtaCHS.cs +++ b/DiscImageChef.Devices/Device/AtaCommands/AtaCHS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Devices/Device/AtaCommands/Atapi.cs b/DiscImageChef.Devices/Device/AtaCommands/Atapi.cs index b00c5fd7..028ac2cc 100644 --- a/DiscImageChef.Devices/Device/AtaCommands/Atapi.cs +++ b/DiscImageChef.Devices/Device/AtaCommands/Atapi.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Devices/Device/AtaCommands/Cfa.cs b/DiscImageChef.Devices/Device/AtaCommands/Cfa.cs index d2faf85b..fc14fb96 100644 --- a/DiscImageChef.Devices/Device/AtaCommands/Cfa.cs +++ b/DiscImageChef.Devices/Device/AtaCommands/Cfa.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Devices/Device/AtaCommands/MCPT.cs b/DiscImageChef.Devices/Device/AtaCommands/MCPT.cs index 9bb9689c..6ad8ad70 100644 --- a/DiscImageChef.Devices/Device/AtaCommands/MCPT.cs +++ b/DiscImageChef.Devices/Device/AtaCommands/MCPT.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Devices/Device/AtaCommands/Smart.cs b/DiscImageChef.Devices/Device/AtaCommands/Smart.cs index 5392f560..02a68500 100644 --- a/DiscImageChef.Devices/Device/AtaCommands/Smart.cs +++ b/DiscImageChef.Devices/Device/AtaCommands/Smart.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Devices/Device/Commands.cs b/DiscImageChef.Devices/Device/Commands.cs index cb93ca96..385de288 100644 --- a/DiscImageChef.Devices/Device/Commands.cs +++ b/DiscImageChef.Devices/Device/Commands.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Decoders.ATA; diff --git a/DiscImageChef.Devices/Device/Constructor.cs b/DiscImageChef.Devices/Device/Constructor.cs index dbf29fdb..4411d2cd 100644 --- a/DiscImageChef.Devices/Device/Constructor.cs +++ b/DiscImageChef.Devices/Device/Constructor.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/Device/Destructor.cs b/DiscImageChef.Devices/Device/Destructor.cs index 95b0d157..5914d2f4 100644 --- a/DiscImageChef.Devices/Device/Destructor.cs +++ b/DiscImageChef.Devices/Device/Destructor.cs @@ -27,9 +27,10 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ +using System; using Microsoft.Win32.SafeHandles; namespace DiscImageChef.Devices @@ -52,6 +53,9 @@ namespace DiscImageChef.Devices case Interop.PlatformID.Linux: Linux.Extern.close((int)fd); break; + case Interop.PlatformID.FreeBSD: + FreeBSD.Extern.cam_close_device((IntPtr)fd); + break; } } } diff --git a/DiscImageChef.Devices/Device/List.cs b/DiscImageChef.Devices/Device/List.cs index 9acd61ce..d6c46e73 100644 --- a/DiscImageChef.Devices/Device/List.cs +++ b/DiscImageChef.Devices/Device/List.cs @@ -5,11 +5,11 @@ // Filename : List.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Direct device access. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Gets a list of known physical devices. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/Device/MmcCommands/MMC.cs b/DiscImageChef.Devices/Device/MmcCommands/MMC.cs index 7d64e20a..e0c5b3d8 100644 --- a/DiscImageChef.Devices/Device/MmcCommands/MMC.cs +++ b/DiscImageChef.Devices/Device/MmcCommands/MMC.cs @@ -5,11 +5,11 @@ // Filename : MMC.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : SecureDigital and MultiMediaCard commands. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains MultiMediaCard commands. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Devices/Device/MmcCommands/SecureDigital.cs b/DiscImageChef.Devices/Device/MmcCommands/SecureDigital.cs index 06cefc53..cf35ef18 100644 --- a/DiscImageChef.Devices/Device/MmcCommands/SecureDigital.cs +++ b/DiscImageChef.Devices/Device/MmcCommands/SecureDigital.cs @@ -5,11 +5,11 @@ // Filename : SecureDigital.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : SecureDigital and MultiMediaCard commands. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains SecureDigital commands. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Devices/Device/ScsiCommands/Adaptec.cs b/DiscImageChef.Devices/Device/ScsiCommands/Adaptec.cs index 495c52cc..a9d46f11 100644 --- a/DiscImageChef.Devices/Device/ScsiCommands/Adaptec.cs +++ b/DiscImageChef.Devices/Device/ScsiCommands/Adaptec.cs @@ -28,7 +28,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/Device/ScsiCommands/ArchiveCorp.cs b/DiscImageChef.Devices/Device/ScsiCommands/ArchiveCorp.cs index 1b8db200..9c12cd4f 100644 --- a/DiscImageChef.Devices/Device/ScsiCommands/ArchiveCorp.cs +++ b/DiscImageChef.Devices/Device/ScsiCommands/ArchiveCorp.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Devices/Device/ScsiCommands/Certance.cs b/DiscImageChef.Devices/Device/ScsiCommands/Certance.cs index f60f023e..74f9bb13 100644 --- a/DiscImageChef.Devices/Device/ScsiCommands/Certance.cs +++ b/DiscImageChef.Devices/Device/ScsiCommands/Certance.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Devices/Device/ScsiCommands/Fujitsu.cs b/DiscImageChef.Devices/Device/ScsiCommands/Fujitsu.cs index 3c053b0e..07f4a0ba 100644 --- a/DiscImageChef.Devices/Device/ScsiCommands/Fujitsu.cs +++ b/DiscImageChef.Devices/Device/ScsiCommands/Fujitsu.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/Device/ScsiCommands/HL-DT-ST.cs b/DiscImageChef.Devices/Device/ScsiCommands/HL-DT-ST.cs index 2c1f68f6..8ed78461 100644 --- a/DiscImageChef.Devices/Device/ScsiCommands/HL-DT-ST.cs +++ b/DiscImageChef.Devices/Device/ScsiCommands/HL-DT-ST.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Devices/Device/ScsiCommands/HP.cs b/DiscImageChef.Devices/Device/ScsiCommands/HP.cs index 3eb578a3..06147122 100644 --- a/DiscImageChef.Devices/Device/ScsiCommands/HP.cs +++ b/DiscImageChef.Devices/Device/ScsiCommands/HP.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Devices/Device/ScsiCommands/Kreon.cs b/DiscImageChef.Devices/Device/ScsiCommands/Kreon.cs index bd621b68..7d6afe72 100644 --- a/DiscImageChef.Devices/Device/ScsiCommands/Kreon.cs +++ b/DiscImageChef.Devices/Device/ScsiCommands/Kreon.cs @@ -2,15 +2,14 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : Adaptec.cs +// Filename : Kreon.cs // Author(s) : Natalia Portillo // -// Component : Adaptec vendor commands. +// Component : Kreon vendor commands. // // --[ Description ] ---------------------------------------------------------- // -// Contains vendor commands for Adaptec ACB-4000A and -// ACB-4070 ST-506 to SCSI controllers. +// Contains vendor commands for Kreon hacked drives. // // --[ License ] -------------------------------------------------------------- // @@ -28,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/Device/ScsiCommands/MMC.cs b/DiscImageChef.Devices/Device/ScsiCommands/MMC.cs index c70ff8cf..72422707 100644 --- a/DiscImageChef.Devices/Device/ScsiCommands/MMC.cs +++ b/DiscImageChef.Devices/Device/ScsiCommands/MMC.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/Device/ScsiCommands/NEC.cs b/DiscImageChef.Devices/Device/ScsiCommands/NEC.cs index 207be929..de787fa7 100644 --- a/DiscImageChef.Devices/Device/ScsiCommands/NEC.cs +++ b/DiscImageChef.Devices/Device/ScsiCommands/NEC.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Devices/Device/ScsiCommands/Pioneer.cs b/DiscImageChef.Devices/Device/ScsiCommands/Pioneer.cs index de9ea032..5fa7fdee 100644 --- a/DiscImageChef.Devices/Device/ScsiCommands/Pioneer.cs +++ b/DiscImageChef.Devices/Device/ScsiCommands/Pioneer.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Devices/Device/ScsiCommands/Plasmon.cs b/DiscImageChef.Devices/Device/ScsiCommands/Plasmon.cs index 76ec79f3..748bef86 100644 --- a/DiscImageChef.Devices/Device/ScsiCommands/Plasmon.cs +++ b/DiscImageChef.Devices/Device/ScsiCommands/Plasmon.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Devices/Device/ScsiCommands/Plextor.cs b/DiscImageChef.Devices/Device/ScsiCommands/Plextor.cs index 8a299783..d073344e 100644 --- a/DiscImageChef.Devices/Device/ScsiCommands/Plextor.cs +++ b/DiscImageChef.Devices/Device/ScsiCommands/Plextor.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/Device/ScsiCommands/SBC.cs b/DiscImageChef.Devices/Device/ScsiCommands/SBC.cs index 710ae192..d7297b98 100644 --- a/DiscImageChef.Devices/Device/ScsiCommands/SBC.cs +++ b/DiscImageChef.Devices/Device/ScsiCommands/SBC.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/Device/ScsiCommands/SMC.cs b/DiscImageChef.Devices/Device/ScsiCommands/SMC.cs index 04e3a43e..f4c3309d 100644 --- a/DiscImageChef.Devices/Device/ScsiCommands/SMC.cs +++ b/DiscImageChef.Devices/Device/ScsiCommands/SMC.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Devices/Device/ScsiCommands/SPC.cs b/DiscImageChef.Devices/Device/ScsiCommands/SPC.cs index 2c9327bf..c57aca03 100644 --- a/DiscImageChef.Devices/Device/ScsiCommands/SPC.cs +++ b/DiscImageChef.Devices/Device/ScsiCommands/SPC.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/Device/ScsiCommands/SSC.cs b/DiscImageChef.Devices/Device/ScsiCommands/SSC.cs index cd1b7440..364bec5d 100644 --- a/DiscImageChef.Devices/Device/ScsiCommands/SSC.cs +++ b/DiscImageChef.Devices/Device/ScsiCommands/SSC.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/Device/ScsiCommands/SyQuest.cs b/DiscImageChef.Devices/Device/ScsiCommands/SyQuest.cs index d3512dce..1cdc84e1 100644 --- a/DiscImageChef.Devices/Device/ScsiCommands/SyQuest.cs +++ b/DiscImageChef.Devices/Device/ScsiCommands/SyQuest.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Devices/Device/Variables.cs b/DiscImageChef.Devices/Device/Variables.cs index 5da1cb57..62dfd74f 100644 --- a/DiscImageChef.Devices/Device/Variables.cs +++ b/DiscImageChef.Devices/Device/Variables.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Devices diff --git a/DiscImageChef.Devices/Enums.cs b/DiscImageChef.Devices/Enums.cs index c1156e65..ebc48656 100644 --- a/DiscImageChef.Devices/Enums.cs +++ b/DiscImageChef.Devices/Enums.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/FreeBSD/Command.cs b/DiscImageChef.Devices/FreeBSD/Command.cs index 41327a7f..af45b9b2 100644 --- a/DiscImageChef.Devices/FreeBSD/Command.cs +++ b/DiscImageChef.Devices/FreeBSD/Command.cs @@ -5,7 +5,7 @@ // Filename : Command.cs // Author(s) : Natalia Portillo // -// Component : FeeBSD direct device access. +// Component : FreeBSD direct device access. // // --[ Description ] ---------------------------------------------------------- // @@ -28,7 +28,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/FreeBSD/Enums.cs b/DiscImageChef.Devices/FreeBSD/Enums.cs index 0437c868..0a2f1976 100644 --- a/DiscImageChef.Devices/FreeBSD/Enums.cs +++ b/DiscImageChef.Devices/FreeBSD/Enums.cs @@ -28,7 +28,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/FreeBSD/Extern.cs b/DiscImageChef.Devices/FreeBSD/Extern.cs index b5cfac75..6846665a 100644 --- a/DiscImageChef.Devices/FreeBSD/Extern.cs +++ b/DiscImageChef.Devices/FreeBSD/Extern.cs @@ -28,7 +28,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/FreeBSD/ListDevices.cs b/DiscImageChef.Devices/FreeBSD/ListDevices.cs index 0bec08ae..1b0b11fe 100644 --- a/DiscImageChef.Devices/FreeBSD/ListDevices.cs +++ b/DiscImageChef.Devices/FreeBSD/ListDevices.cs @@ -1,4 +1,36 @@ -using System; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : ListDevices.cs +// Author(s) : Natalia Portillo +// +// Component : FreeBSD direct device access. +// +// --[ Description ] ---------------------------------------------------------- +// +// Gets a list of known devices. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/DiscImageChef.Devices/FreeBSD/Structs.cs b/DiscImageChef.Devices/FreeBSD/Structs.cs index 2cb9025d..10c89e63 100644 --- a/DiscImageChef.Devices/FreeBSD/Structs.cs +++ b/DiscImageChef.Devices/FreeBSD/Structs.cs @@ -28,7 +28,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/Linux/Command.cs b/DiscImageChef.Devices/Linux/Command.cs index 5b9150d3..a86e4b6f 100644 --- a/DiscImageChef.Devices/Linux/Command.cs +++ b/DiscImageChef.Devices/Linux/Command.cs @@ -28,7 +28,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/Linux/Enums.cs b/DiscImageChef.Devices/Linux/Enums.cs index 8af8d9df..c628f1a1 100644 --- a/DiscImageChef.Devices/Linux/Enums.cs +++ b/DiscImageChef.Devices/Linux/Enums.cs @@ -28,7 +28,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/Linux/Extern.cs b/DiscImageChef.Devices/Linux/Extern.cs index 13d364aa..386e832d 100644 --- a/DiscImageChef.Devices/Linux/Extern.cs +++ b/DiscImageChef.Devices/Linux/Extern.cs @@ -28,10 +28,10 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -using System; +using System; using System.Runtime.InteropServices; namespace DiscImageChef.Devices.Linux diff --git a/DiscImageChef.Devices/Linux/ListDevices.cs b/DiscImageChef.Devices/Linux/ListDevices.cs index d4d595d2..921fca09 100644 --- a/DiscImageChef.Devices/Linux/ListDevices.cs +++ b/DiscImageChef.Devices/Linux/ListDevices.cs @@ -5,11 +5,11 @@ // Filename : ListDevices.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Linux direct device access. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Gets a list of known physical devices. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.IO; diff --git a/DiscImageChef.Devices/Linux/Structs.cs b/DiscImageChef.Devices/Linux/Structs.cs index b2570bd8..4e7e68a9 100644 --- a/DiscImageChef.Devices/Linux/Structs.cs +++ b/DiscImageChef.Devices/Linux/Structs.cs @@ -28,7 +28,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/Properties/AssemblyInfo.cs b/DiscImageChef.Devices/Properties/AssemblyInfo.cs index 89252d73..99d9e425 100644 --- a/DiscImageChef.Devices/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Devices/Properties/AssemblyInfo.cs @@ -1,4 +1,36 @@ -using System.Reflection; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : AssemblyInfo.cs +// Author(s) : Natalia Portillo +// +// Component : Direct device access. +// +// --[ Description ] ---------------------------------------------------------- +// +// C# assembly definitions. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes. diff --git a/DiscImageChef.Devices/Windows/Command.cs b/DiscImageChef.Devices/Windows/Command.cs index 622eaa6d..4eff79f1 100644 --- a/DiscImageChef.Devices/Windows/Command.cs +++ b/DiscImageChef.Devices/Windows/Command.cs @@ -28,7 +28,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/Windows/Enums.cs b/DiscImageChef.Devices/Windows/Enums.cs index 4d5b2a3c..60322e38 100644 --- a/DiscImageChef.Devices/Windows/Enums.cs +++ b/DiscImageChef.Devices/Windows/Enums.cs @@ -28,7 +28,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/Windows/Extern.cs b/DiscImageChef.Devices/Windows/Extern.cs index a8a2194f..18465b98 100644 --- a/DiscImageChef.Devices/Windows/Extern.cs +++ b/DiscImageChef.Devices/Windows/Extern.cs @@ -28,7 +28,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ diff --git a/DiscImageChef.Devices/Windows/ListDevices.cs b/DiscImageChef.Devices/Windows/ListDevices.cs index cc3a72eb..671d9038 100644 --- a/DiscImageChef.Devices/Windows/ListDevices.cs +++ b/DiscImageChef.Devices/Windows/ListDevices.cs @@ -5,11 +5,11 @@ // Filename : ListDevices.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Windows direct device access. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Gets a list of known physical devices. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using Microsoft.Win32.SafeHandles; using System; diff --git a/DiscImageChef.Devices/Windows/Structs.cs b/DiscImageChef.Devices/Windows/Structs.cs index c382403a..9f4363f3 100644 --- a/DiscImageChef.Devices/Windows/Structs.cs +++ b/DiscImageChef.Devices/Windows/Structs.cs @@ -28,7 +28,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Devices/Windows/Usb.cs b/DiscImageChef.Devices/Windows/Usb.cs index f9219720..2da0e668 100644 --- a/DiscImageChef.Devices/Windows/Usb.cs +++ b/DiscImageChef.Devices/Windows/Usb.cs @@ -1,4 +1,36 @@ -using System; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : Usb.cs +// Author(s) : Natalia Portillo +// +// Component : Windows direct device access. +// +// --[ Description ] ---------------------------------------------------------- +// +// Contains code to access USB device information under Windows. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; diff --git a/DiscImageChef.Devices/Windows/UsbFunctions.cs b/DiscImageChef.Devices/Windows/UsbFunctions.cs index 0c7105f4..4388e555 100644 --- a/DiscImageChef.Devices/Windows/UsbFunctions.cs +++ b/DiscImageChef.Devices/Windows/UsbFunctions.cs @@ -1,4 +1,36 @@ -using System; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : UsbFunctions.cs +// Author(s) : Natalia Portillo +// +// Component : Windows direct device access. +// +// --[ Description ] ---------------------------------------------------------- +// +// Contains code to access USB device information under Windows. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; diff --git a/DiscImageChef.DiscImages/Alcohol120.cs b/DiscImageChef.DiscImages/Alcohol120.cs index 5c42bc73..2a78c1f1 100644 --- a/DiscImageChef.DiscImages/Alcohol120.cs +++ b/DiscImageChef.DiscImages/Alcohol120.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/Anex86.cs b/DiscImageChef.DiscImages/Anex86.cs index 8723a7ed..07796243 100644 --- a/DiscImageChef.DiscImages/Anex86.cs +++ b/DiscImageChef.DiscImages/Anex86.cs @@ -5,11 +5,11 @@ // Filename : Anex86.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages Anex86 disk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.IO; diff --git a/DiscImageChef.DiscImages/Apple2MG.cs b/DiscImageChef.DiscImages/Apple2MG.cs index ac2c4153..8690611e 100644 --- a/DiscImageChef.DiscImages/Apple2MG.cs +++ b/DiscImageChef.DiscImages/Apple2MG.cs @@ -5,11 +5,11 @@ // Filename : Apple2MG.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Manages XGS emulator disc images. +// Manages XGS emulator disk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/AppleDOS.cs b/DiscImageChef.DiscImages/AppleDOS.cs index 99ec7e1c..d81127f2 100644 --- a/DiscImageChef.DiscImages/AppleDOS.cs +++ b/DiscImageChef.DiscImages/AppleDOS.cs @@ -2,14 +2,14 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : ZZZRawImage.cs +// Filename : AppleDOS.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Manages raw image, that is, user data sector by sector copy. +// Manages interleaved Apple ][ disk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/AppleNIB.cs b/DiscImageChef.DiscImages/AppleNIB.cs index ac7f0de1..1fef816a 100644 --- a/DiscImageChef.DiscImages/AppleNIB.cs +++ b/DiscImageChef.DiscImages/AppleNIB.cs @@ -5,7 +5,7 @@ // Filename : AppleNIB.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/Apridisk.cs b/DiscImageChef.DiscImages/Apridisk.cs index a232175e..474f5796 100644 --- a/DiscImageChef.DiscImages/Apridisk.cs +++ b/DiscImageChef.DiscImages/Apridisk.cs @@ -5,11 +5,11 @@ // Filename : Apridisk.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages Apridisk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Collections.Generic; diff --git a/DiscImageChef.DiscImages/BLU.cs b/DiscImageChef.DiscImages/BLU.cs index 2ffcc3b4..59384cad 100644 --- a/DiscImageChef.DiscImages/BLU.cs +++ b/DiscImageChef.DiscImages/BLU.cs @@ -5,11 +5,11 @@ // Filename : BLU.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Manages Basic Lisa Utility disc images. +// Manages Basic Lisa Utility disk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/BlindWrite4.cs b/DiscImageChef.DiscImages/BlindWrite4.cs index b7ff7b4b..41c329a5 100644 --- a/DiscImageChef.DiscImages/BlindWrite4.cs +++ b/DiscImageChef.DiscImages/BlindWrite4.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/BlindWrite5.cs b/DiscImageChef.DiscImages/BlindWrite5.cs index 74d986d0..b740d237 100644 --- a/DiscImageChef.DiscImages/BlindWrite5.cs +++ b/DiscImageChef.DiscImages/BlindWrite5.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/CDRDAO.cs b/DiscImageChef.DiscImages/CDRDAO.cs index df1b00d9..bfa093a1 100644 --- a/DiscImageChef.DiscImages/CDRDAO.cs +++ b/DiscImageChef.DiscImages/CDRDAO.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/CDRWin.cs b/DiscImageChef.DiscImages/CDRWin.cs index 76f0fc40..bd049ee3 100644 --- a/DiscImageChef.DiscImages/CDRWin.cs +++ b/DiscImageChef.DiscImages/CDRWin.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ // TODO: Implement track flags diff --git a/DiscImageChef.DiscImages/CHD.cs b/DiscImageChef.DiscImages/CHD.cs index 5601257a..5a1997ec 100644 --- a/DiscImageChef.DiscImages/CHD.cs +++ b/DiscImageChef.DiscImages/CHD.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/CPCDSK.cs b/DiscImageChef.DiscImages/CPCDSK.cs index 8f7fe3df..81a0e991 100644 --- a/DiscImageChef.DiscImages/CPCDSK.cs +++ b/DiscImageChef.DiscImages/CPCDSK.cs @@ -5,11 +5,11 @@ // Filename : CPCDSK.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages CPCEMU disk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; @@ -43,7 +43,6 @@ using DiscImageChef.Filters; namespace DiscImageChef.ImagePlugins { - // Checked using several images and strings inside Apple's DiskImages.framework public class CPCDSK : ImagePlugin { #region Internal constants diff --git a/DiscImageChef.DiscImages/CisCopy.cs b/DiscImageChef.DiscImages/CisCopy.cs index f12c6a1c..eb641a61 100644 --- a/DiscImageChef.DiscImages/CisCopy.cs +++ b/DiscImageChef.DiscImages/CisCopy.cs @@ -5,7 +5,7 @@ // Filename : CisCopy.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/CloneCD.cs b/DiscImageChef.DiscImages/CloneCD.cs index db829768..6ba95edd 100644 --- a/DiscImageChef.DiscImages/CloneCD.cs +++ b/DiscImageChef.DiscImages/CloneCD.cs @@ -5,11 +5,11 @@ // Filename : CloneCD.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Disc image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages CloneCD disc images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Collections.Generic; diff --git a/DiscImageChef.DiscImages/CopyQM.cs b/DiscImageChef.DiscImages/CopyQM.cs index ab91da48..4c22c855 100644 --- a/DiscImageChef.DiscImages/CopyQM.cs +++ b/DiscImageChef.DiscImages/CopyQM.cs @@ -5,11 +5,11 @@ // Filename : CopyQM.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Manages Sydex CopyQM disc images. +// Manages Sydex CopyQM disk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/D88.cs b/DiscImageChef.DiscImages/D88.cs index 1a28fd6d..8882a279 100644 --- a/DiscImageChef.DiscImages/D88.cs +++ b/DiscImageChef.DiscImages/D88.cs @@ -5,11 +5,11 @@ // Filename : D88.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages Quasi88 disk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.IO; diff --git a/DiscImageChef.DiscImages/DART.cs b/DiscImageChef.DiscImages/DART.cs index 5e47f1e4..d9871f65 100644 --- a/DiscImageChef.DiscImages/DART.cs +++ b/DiscImageChef.DiscImages/DART.cs @@ -5,7 +5,7 @@ // Filename : DART.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/DIM.cs b/DiscImageChef.DiscImages/DIM.cs index 73d3b2d6..409486bd 100644 --- a/DiscImageChef.DiscImages/DIM.cs +++ b/DiscImageChef.DiscImages/DIM.cs @@ -5,11 +5,11 @@ // Filename : DIM.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages DIM disk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; @@ -41,7 +41,6 @@ using DiscImageChef.Filters; namespace DiscImageChef.ImagePlugins { - // Checked using several images and strings inside Apple's DiskImages.framework public class DIM : ImagePlugin { #region Internal enumerations diff --git a/DiscImageChef.DiscImages/DiscFerret.cs b/DiscImageChef.DiscImages/DiscFerret.cs index 6c115d37..b9f98011 100644 --- a/DiscImageChef.DiscImages/DiscFerret.cs +++ b/DiscImageChef.DiscImages/DiscFerret.cs @@ -5,11 +5,11 @@ // Filename : DiscFerret.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Manages DiscFerret disk images. +// Manages DiscFerret flux images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/DiscJuggler.cs b/DiscImageChef.DiscImages/DiscJuggler.cs index 2dd7fe27..fd786b3e 100644 --- a/DiscImageChef.DiscImages/DiscJuggler.cs +++ b/DiscImageChef.DiscImages/DiscJuggler.cs @@ -5,11 +5,11 @@ // Filename : DiscJuggler.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Disc image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages DiscJuggler disc images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/DiskCopy42.cs b/DiscImageChef.DiscImages/DiskCopy42.cs index e2692058..e838ee56 100644 --- a/DiscImageChef.DiscImages/DiskCopy42.cs +++ b/DiscImageChef.DiscImages/DiskCopy42.cs @@ -5,7 +5,7 @@ // Filename : DiskCopy42.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/DriDiskCopy.cs b/DiscImageChef.DiscImages/DriDiskCopy.cs index fc0b962c..caf2f7c5 100644 --- a/DiscImageChef.DiscImages/DriDiskCopy.cs +++ b/DiscImageChef.DiscImages/DriDiskCopy.cs @@ -5,11 +5,11 @@ // Filename : DriDiskCopy.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages Digital Research's DISKCOPY disk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; @@ -44,7 +44,6 @@ using System.Runtime.InteropServices; namespace DiscImageChef.ImagePlugins { - // Checked using several images and strings inside Apple's DiskImages.framework public class DriDiskCopy : ImagePlugin { #region Internal Structures diff --git a/DiscImageChef.DiscImages/GDI.cs b/DiscImageChef.DiscImages/GDI.cs index 36c15d17..f571727b 100644 --- a/DiscImageChef.DiscImages/GDI.cs +++ b/DiscImageChef.DiscImages/GDI.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/HDCopy.cs b/DiscImageChef.DiscImages/HDCopy.cs index d46ed25c..0cfa8cd7 100644 --- a/DiscImageChef.DiscImages/HDCopy.cs +++ b/DiscImageChef.DiscImages/HDCopy.cs @@ -5,7 +5,7 @@ // Filename : HDCopy.cs // Author(s) : Michael Drüing // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -28,6 +28,7 @@ // // ---------------------------------------------------------------------------- // Copyright © 2017 Michael Drüing +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ /* Some information on the file format from Michal Necasek (www.os2museum.com): diff --git a/DiscImageChef.DiscImages/IMD.cs b/DiscImageChef.DiscImages/IMD.cs index ce4a87a8..ca2b8132 100644 --- a/DiscImageChef.DiscImages/IMD.cs +++ b/DiscImageChef.DiscImages/IMD.cs @@ -5,7 +5,7 @@ // Filename : IMD.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/ImageInfo.cs b/DiscImageChef.DiscImages/ImageInfo.cs index cff086f7..adb6f5c8 100644 --- a/DiscImageChef.DiscImages/ImageInfo.cs +++ b/DiscImageChef.DiscImages/ImageInfo.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/ImagePlugin.cs b/DiscImageChef.DiscImages/ImagePlugin.cs index a18e4bf8..88ffad2c 100644 --- a/DiscImageChef.DiscImages/ImagePlugin.cs +++ b/DiscImageChef.DiscImages/ImagePlugin.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/KryoFlux.cs b/DiscImageChef.DiscImages/KryoFlux.cs index 1ddeb3cc..8e880b67 100644 --- a/DiscImageChef.DiscImages/KryoFlux.cs +++ b/DiscImageChef.DiscImages/KryoFlux.cs @@ -5,11 +5,11 @@ // Filename : KryoFlux.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Manages KryoFlux disk images. +// Manages KryoFlux STREAM images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/MaxiDisk.cs b/DiscImageChef.DiscImages/MaxiDisk.cs index 48298aab..4156d4bc 100644 --- a/DiscImageChef.DiscImages/MaxiDisk.cs +++ b/DiscImageChef.DiscImages/MaxiDisk.cs @@ -5,11 +5,11 @@ // Filename : MaxiDisk.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages MaxiDisk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/NDIF.cs b/DiscImageChef.DiscImages/NDIF.cs index dbdd1693..a165f0a8 100644 --- a/DiscImageChef.DiscImages/NDIF.cs +++ b/DiscImageChef.DiscImages/NDIF.cs @@ -5,7 +5,7 @@ // Filename : NDIF.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/NHDr0.cs b/DiscImageChef.DiscImages/NHDr0.cs index 796ef9c4..01891ab6 100644 --- a/DiscImageChef.DiscImages/NHDr0.cs +++ b/DiscImageChef.DiscImages/NHDr0.cs @@ -5,11 +5,11 @@ // Filename : NHDr0.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages NHD r0 disk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.IO; diff --git a/DiscImageChef.DiscImages/Nero.cs b/DiscImageChef.DiscImages/Nero.cs index cbdd7ef6..1cc4414f 100644 --- a/DiscImageChef.DiscImages/Nero.cs +++ b/DiscImageChef.DiscImages/Nero.cs @@ -5,7 +5,7 @@ // Filename : Nero.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/Parallels.cs b/DiscImageChef.DiscImages/Parallels.cs index c490e434..1c504dfb 100644 --- a/DiscImageChef.DiscImages/Parallels.cs +++ b/DiscImageChef.DiscImages/Parallels.cs @@ -5,7 +5,7 @@ // Filename : Parallels.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/PartClone.cs b/DiscImageChef.DiscImages/PartClone.cs index 28504289..83c6e0cc 100644 --- a/DiscImageChef.DiscImages/PartClone.cs +++ b/DiscImageChef.DiscImages/PartClone.cs @@ -5,11 +5,11 @@ // Filename : PartClone.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages partclone disk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/Partimage.cs b/DiscImageChef.DiscImages/Partimage.cs index afc193d6..212445f6 100644 --- a/DiscImageChef.DiscImages/Partimage.cs +++ b/DiscImageChef.DiscImages/Partimage.cs @@ -5,11 +5,11 @@ // Filename : Partimage.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages partimage disk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/Properties/AssemblyInfo.cs b/DiscImageChef.DiscImages/Properties/AssemblyInfo.cs index 4ceee85f..e80fb39e 100644 --- a/DiscImageChef.DiscImages/Properties/AssemblyInfo.cs +++ b/DiscImageChef.DiscImages/Properties/AssemblyInfo.cs @@ -1,4 +1,36 @@ -using System.Reflection; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : AssemblyInfo.cs +// Author(s) : Natalia Portillo +// +// Component : Disc image plugins. +// +// --[ Description ] ---------------------------------------------------------- +// +// C# assembly definitions. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes. diff --git a/DiscImageChef.DiscImages/QCOW.cs b/DiscImageChef.DiscImages/QCOW.cs index e9572472..52b72fe1 100644 --- a/DiscImageChef.DiscImages/QCOW.cs +++ b/DiscImageChef.DiscImages/QCOW.cs @@ -5,7 +5,7 @@ // Filename : QCOW.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/QCOW2.cs b/DiscImageChef.DiscImages/QCOW2.cs index f414f810..0edb74cb 100644 --- a/DiscImageChef.DiscImages/QCOW2.cs +++ b/DiscImageChef.DiscImages/QCOW2.cs @@ -5,7 +5,7 @@ // Filename : QCOW2.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/QED.cs b/DiscImageChef.DiscImages/QED.cs index 028b22ca..2bfe3baf 100644 --- a/DiscImageChef.DiscImages/QED.cs +++ b/DiscImageChef.DiscImages/QED.cs @@ -5,7 +5,7 @@ // Filename : QED.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/RayDIM.cs b/DiscImageChef.DiscImages/RayDIM.cs index d2d614cb..9d31df82 100644 --- a/DiscImageChef.DiscImages/RayDIM.cs +++ b/DiscImageChef.DiscImages/RayDIM.cs @@ -5,11 +5,11 @@ // Filename : RayDIM.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages Ray Arachelian's disk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/RsIde.cs b/DiscImageChef.DiscImages/RsIde.cs index 005461af..7f772ac0 100644 --- a/DiscImageChef.DiscImages/RsIde.cs +++ b/DiscImageChef.DiscImages/RsIde.cs @@ -5,11 +5,11 @@ // Filename : RsIde.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages RS-IDE disk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.IO; diff --git a/DiscImageChef.DiscImages/SaveDskF.cs b/DiscImageChef.DiscImages/SaveDskF.cs index d301c308..47a04a1d 100644 --- a/DiscImageChef.DiscImages/SaveDskF.cs +++ b/DiscImageChef.DiscImages/SaveDskF.cs @@ -5,7 +5,7 @@ // Filename : SaveDskF.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/SuperCardPro.cs b/DiscImageChef.DiscImages/SuperCardPro.cs index b6d9cdfc..9098dc29 100644 --- a/DiscImageChef.DiscImages/SuperCardPro.cs +++ b/DiscImageChef.DiscImages/SuperCardPro.cs @@ -5,11 +5,11 @@ // Filename : SuperCardPro.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Manages SuperCardPro disk images. +// Manages SuperCardPro flux images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/T98.cs b/DiscImageChef.DiscImages/T98.cs index b498488b..4f47b96d 100644 --- a/DiscImageChef.DiscImages/T98.cs +++ b/DiscImageChef.DiscImages/T98.cs @@ -5,11 +5,11 @@ // Filename : T98.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages T98 disk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.IO; diff --git a/DiscImageChef.DiscImages/TeleDisk.cs b/DiscImageChef.DiscImages/TeleDisk.cs index 3469e87f..9409b70e 100644 --- a/DiscImageChef.DiscImages/TeleDisk.cs +++ b/DiscImageChef.DiscImages/TeleDisk.cs @@ -5,7 +5,7 @@ // Filename : TeleDisk.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // For Advanced Compression support (aka LZH): // Copyright © 2017 Miodrag Milanovic // Copyright © 1988 Haruhiko OKUMURA diff --git a/DiscImageChef.DiscImages/UDIF.cs b/DiscImageChef.DiscImages/UDIF.cs index 3016e979..e22ab744 100644 --- a/DiscImageChef.DiscImages/UDIF.cs +++ b/DiscImageChef.DiscImages/UDIF.cs @@ -5,7 +5,7 @@ // Filename : UDIF.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/UkvFdi.cs b/DiscImageChef.DiscImages/UkvFdi.cs index 4b51aa46..f4472048 100644 --- a/DiscImageChef.DiscImages/UkvFdi.cs +++ b/DiscImageChef.DiscImages/UkvFdi.cs @@ -5,11 +5,11 @@ // Filename : UkvFdi.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages Spectrum FDI disk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Collections.Generic; diff --git a/DiscImageChef.DiscImages/VDI.cs b/DiscImageChef.DiscImages/VDI.cs index c41cd716..36924573 100644 --- a/DiscImageChef.DiscImages/VDI.cs +++ b/DiscImageChef.DiscImages/VDI.cs @@ -5,7 +5,7 @@ // Filename : VDI.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/VHD.cs b/DiscImageChef.DiscImages/VHD.cs index 25196bb7..02939a62 100644 --- a/DiscImageChef.DiscImages/VHD.cs +++ b/DiscImageChef.DiscImages/VHD.cs @@ -5,7 +5,7 @@ // Filename : VHD.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/VHDX.cs b/DiscImageChef.DiscImages/VHDX.cs index 39e9d22a..f394a1bb 100644 --- a/DiscImageChef.DiscImages/VHDX.cs +++ b/DiscImageChef.DiscImages/VHDX.cs @@ -5,11 +5,11 @@ // Filename : VHDX.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Manages Connectix and Microsoft Virtual PC disk images. +// Manages Microsoft Hyper-V disk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/VMware.cs b/DiscImageChef.DiscImages/VMware.cs index 4cde3d75..8816835f 100644 --- a/DiscImageChef.DiscImages/VMware.cs +++ b/DiscImageChef.DiscImages/VMware.cs @@ -5,7 +5,7 @@ // Filename : VMware.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.DiscImages/Virtual98.cs b/DiscImageChef.DiscImages/Virtual98.cs index cd3dad67..df95674f 100644 --- a/DiscImageChef.DiscImages/Virtual98.cs +++ b/DiscImageChef.DiscImages/Virtual98.cs @@ -5,11 +5,11 @@ // Filename : Virtual98.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages Virtual98 disk images. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.IO; diff --git a/DiscImageChef.DiscImages/ZZZRawImage.cs b/DiscImageChef.DiscImages/ZZZRawImage.cs index ad6e191a..85748266 100644 --- a/DiscImageChef.DiscImages/ZZZRawImage.cs +++ b/DiscImageChef.DiscImages/ZZZRawImage.cs @@ -5,7 +5,7 @@ // Filename : ZZZRawImage.cs // Author(s) : Natalia Portillo // -// Component : Disc image plugins. +// Component : Disk image plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; @@ -39,7 +39,6 @@ using DiscImageChef.Filters; namespace DiscImageChef.ImagePlugins { - // Checked using several images and strings inside Apple's DiskImages.framework public class ZZZRawImage : ImagePlugin { #region Internal variables diff --git a/DiscImageChef.Filesystems/AODOS.cs b/DiscImageChef.Filesystems/AODOS.cs index a47ff0f1..81970fdd 100644 --- a/DiscImageChef.Filesystems/AODOS.cs +++ b/DiscImageChef.Filesystems/AODOS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/APFS.cs b/DiscImageChef.Filesystems/APFS.cs index 89613daa..11530eb7 100644 --- a/DiscImageChef.Filesystems/APFS.cs +++ b/DiscImageChef.Filesystems/APFS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/Acorn.cs b/DiscImageChef.Filesystems/Acorn.cs index d5e7bcdf..976a20d9 100644 --- a/DiscImageChef.Filesystems/Acorn.cs +++ b/DiscImageChef.Filesystems/Acorn.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/AmigaDOS.cs b/DiscImageChef.Filesystems/AmigaDOS.cs index 27ac5de2..d6de11bb 100644 --- a/DiscImageChef.Filesystems/AmigaDOS.cs +++ b/DiscImageChef.Filesystems/AmigaDOS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/AppleDOS/AppleDOS.cs b/DiscImageChef.Filesystems/AppleDOS/AppleDOS.cs index cb2727ce..0cfcc78c 100644 --- a/DiscImageChef.Filesystems/AppleDOS/AppleDOS.cs +++ b/DiscImageChef.Filesystems/AppleDOS/AppleDOS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/AppleDOS/Dir.cs b/DiscImageChef.Filesystems/AppleDOS/Dir.cs index 8ad0d865..594558a4 100644 --- a/DiscImageChef.Filesystems/AppleDOS/Dir.cs +++ b/DiscImageChef.Filesystems/AppleDOS/Dir.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/AppleDOS/File.cs b/DiscImageChef.Filesystems/AppleDOS/File.cs index cee0f296..5464de26 100644 --- a/DiscImageChef.Filesystems/AppleDOS/File.cs +++ b/DiscImageChef.Filesystems/AppleDOS/File.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/AppleDOS/Info.cs b/DiscImageChef.Filesystems/AppleDOS/Info.cs index f813355a..2ba1bb32 100644 --- a/DiscImageChef.Filesystems/AppleDOS/Info.cs +++ b/DiscImageChef.Filesystems/AppleDOS/Info.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/AppleDOS/Structs.cs b/DiscImageChef.Filesystems/AppleDOS/Structs.cs index 475a3ba2..ae8c7793 100644 --- a/DiscImageChef.Filesystems/AppleDOS/Structs.cs +++ b/DiscImageChef.Filesystems/AppleDOS/Structs.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/DiscImageChef.Filesystems/AppleDOS/Super.cs b/DiscImageChef.Filesystems/AppleDOS/Super.cs index d103e57b..19852dbc 100644 --- a/DiscImageChef.Filesystems/AppleDOS/Super.cs +++ b/DiscImageChef.Filesystems/AppleDOS/Super.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/AppleDOS/Xattr.cs b/DiscImageChef.Filesystems/AppleDOS/Xattr.cs index 14ff651b..deb721ed 100644 --- a/DiscImageChef.Filesystems/AppleDOS/Xattr.cs +++ b/DiscImageChef.Filesystems/AppleDOS/Xattr.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/AppleHFS.cs b/DiscImageChef.Filesystems/AppleHFS.cs index 101d6203..89a5220f 100644 --- a/DiscImageChef.Filesystems/AppleHFS.cs +++ b/DiscImageChef.Filesystems/AppleHFS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/AppleHFSPlus.cs b/DiscImageChef.Filesystems/AppleHFSPlus.cs index 7e8b36f3..81e23217 100644 --- a/DiscImageChef.Filesystems/AppleHFSPlus.cs +++ b/DiscImageChef.Filesystems/AppleHFSPlus.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/AppleMFS/AppleMFS.cs b/DiscImageChef.Filesystems/AppleMFS/AppleMFS.cs index df610f45..58d42a84 100644 --- a/DiscImageChef.Filesystems/AppleMFS/AppleMFS.cs +++ b/DiscImageChef.Filesystems/AppleMFS/AppleMFS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/AppleMFS/Consts.cs b/DiscImageChef.Filesystems/AppleMFS/Consts.cs index 0a89c321..9a40b29b 100644 --- a/DiscImageChef.Filesystems/AppleMFS/Consts.cs +++ b/DiscImageChef.Filesystems/AppleMFS/Consts.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Filesystems.AppleMFS diff --git a/DiscImageChef.Filesystems/AppleMFS/Dir.cs b/DiscImageChef.Filesystems/AppleMFS/Dir.cs index 008bdf1e..89d7ea8e 100644 --- a/DiscImageChef.Filesystems/AppleMFS/Dir.cs +++ b/DiscImageChef.Filesystems/AppleMFS/Dir.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Collections.Generic; diff --git a/DiscImageChef.Filesystems/AppleMFS/File.cs b/DiscImageChef.Filesystems/AppleMFS/File.cs index 381a4be2..b508a45f 100644 --- a/DiscImageChef.Filesystems/AppleMFS/File.cs +++ b/DiscImageChef.Filesystems/AppleMFS/File.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/AppleMFS/Info.cs b/DiscImageChef.Filesystems/AppleMFS/Info.cs index 8f8c314c..8a457e41 100644 --- a/DiscImageChef.Filesystems/AppleMFS/Info.cs +++ b/DiscImageChef.Filesystems/AppleMFS/Info.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/AppleMFS/Structs.cs b/DiscImageChef.Filesystems/AppleMFS/Structs.cs index 29610269..c82d0b4a 100644 --- a/DiscImageChef.Filesystems/AppleMFS/Structs.cs +++ b/DiscImageChef.Filesystems/AppleMFS/Structs.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/AppleMFS/Super.cs b/DiscImageChef.Filesystems/AppleMFS/Super.cs index 1a9ac5f6..d72a65d3 100644 --- a/DiscImageChef.Filesystems/AppleMFS/Super.cs +++ b/DiscImageChef.Filesystems/AppleMFS/Super.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/AppleMFS/Xattr.cs b/DiscImageChef.Filesystems/AppleMFS/Xattr.cs index aa3c62f9..3a370546 100644 --- a/DiscImageChef.Filesystems/AppleMFS/Xattr.cs +++ b/DiscImageChef.Filesystems/AppleMFS/Xattr.cs @@ -28,7 +28,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Collections.Generic; diff --git a/DiscImageChef.Filesystems/AtheOS.cs b/DiscImageChef.Filesystems/AtheOS.cs index a88a5594..20e93f4c 100644 --- a/DiscImageChef.Filesystems/AtheOS.cs +++ b/DiscImageChef.Filesystems/AtheOS.cs @@ -2,14 +2,14 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : BFS.cs +// Filename : Atheos.cs // Author(s) : Natalia Portillo // -// Component : BeOS filesystem plugin. +// Component : Atheos filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Identifies the BeOS filesystem and shows information. +// Identifies the Atheos filesystem and shows information. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/BFS.cs b/DiscImageChef.Filesystems/BFS.cs index b5449195..3a6c15a5 100644 --- a/DiscImageChef.Filesystems/BFS.cs +++ b/DiscImageChef.Filesystems/BFS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/BTRFS.cs b/DiscImageChef.Filesystems/BTRFS.cs index cf83948a..dd06e692 100644 --- a/DiscImageChef.Filesystems/BTRFS.cs +++ b/DiscImageChef.Filesystems/BTRFS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/CBM.cs b/DiscImageChef.Filesystems/CBM.cs index 02e16385..1c26cb2d 100644 --- a/DiscImageChef.Filesystems/CBM.cs +++ b/DiscImageChef.Filesystems/CBM.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/CPM/CPM.cs b/DiscImageChef.Filesystems/CPM/CPM.cs index 3953ed6c..8e87f031 100644 --- a/DiscImageChef.Filesystems/CPM/CPM.cs +++ b/DiscImageChef.Filesystems/CPM/CPM.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/CPM/Consts.cs b/DiscImageChef.Filesystems/CPM/Consts.cs index a973691c..ce554e7f 100644 --- a/DiscImageChef.Filesystems/CPM/Consts.cs +++ b/DiscImageChef.Filesystems/CPM/Consts.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Filesystems.CPM diff --git a/DiscImageChef.Filesystems/CPM/Definitions.cs b/DiscImageChef.Filesystems/CPM/Definitions.cs index 27a9f675..c10ca21e 100644 --- a/DiscImageChef.Filesystems/CPM/Definitions.cs +++ b/DiscImageChef.Filesystems/CPM/Definitions.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/CPM/Dir.cs b/DiscImageChef.Filesystems/CPM/Dir.cs index 3a0c6364..df328ab1 100644 --- a/DiscImageChef.Filesystems/CPM/Dir.cs +++ b/DiscImageChef.Filesystems/CPM/Dir.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/CPM/File.cs b/DiscImageChef.Filesystems/CPM/File.cs index 82c0a77d..4034ec14 100644 --- a/DiscImageChef.Filesystems/CPM/File.cs +++ b/DiscImageChef.Filesystems/CPM/File.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/CPM/Info.cs b/DiscImageChef.Filesystems/CPM/Info.cs index d4721ded..e4177f2b 100644 --- a/DiscImageChef.Filesystems/CPM/Info.cs +++ b/DiscImageChef.Filesystems/CPM/Info.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.IO; diff --git a/DiscImageChef.Filesystems/CPM/Structs.cs b/DiscImageChef.Filesystems/CPM/Structs.cs index 0f21fcff..fc1a25e9 100644 --- a/DiscImageChef.Filesystems/CPM/Structs.cs +++ b/DiscImageChef.Filesystems/CPM/Structs.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/DiscImageChef.Filesystems/CPM/Super.cs b/DiscImageChef.Filesystems/CPM/Super.cs index 98ef3593..2fa6ef50 100644 --- a/DiscImageChef.Filesystems/CPM/Super.cs +++ b/DiscImageChef.Filesystems/CPM/Super.cs @@ -29,7 +29,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/CPM/Xattr.cs b/DiscImageChef.Filesystems/CPM/Xattr.cs index 752e0bc6..82d70e61 100644 --- a/DiscImageChef.Filesystems/CPM/Xattr.cs +++ b/DiscImageChef.Filesystems/CPM/Xattr.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/Cram.cs b/DiscImageChef.Filesystems/Cram.cs index f0ee49a0..c34de482 100644 --- a/DiscImageChef.Filesystems/Cram.cs +++ b/DiscImageChef.Filesystems/Cram.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/ECMA67.cs b/DiscImageChef.Filesystems/ECMA67.cs index c145397c..10eb5322 100644 --- a/DiscImageChef.Filesystems/ECMA67.cs +++ b/DiscImageChef.Filesystems/ECMA67.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/EFS.cs b/DiscImageChef.Filesystems/EFS.cs index 3fa7d904..d7af2710 100644 --- a/DiscImageChef.Filesystems/EFS.cs +++ b/DiscImageChef.Filesystems/EFS.cs @@ -5,11 +5,11 @@ // Filename : EFS.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Extent File System plugin // // --[ Description ] ---------------------------------------------------------- // -// Identifies the EFS filesystem and shows information. +// Identifies the Extent File System and shows information. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/F2FS.cs b/DiscImageChef.Filesystems/F2FS.cs index 24ba802a..166b8787 100644 --- a/DiscImageChef.Filesystems/F2FS.cs +++ b/DiscImageChef.Filesystems/F2FS.cs @@ -5,7 +5,7 @@ // Filename : F2FS.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : F2FS filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/FAT.cs b/DiscImageChef.Filesystems/FAT.cs index ec470357..7c1295e9 100644 --- a/DiscImageChef.Filesystems/FAT.cs +++ b/DiscImageChef.Filesystems/FAT.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/FATX.cs b/DiscImageChef.Filesystems/FATX.cs index 3213f5a6..7b24e324 100644 --- a/DiscImageChef.Filesystems/FATX.cs +++ b/DiscImageChef.Filesystems/FATX.cs @@ -5,7 +5,7 @@ // Filename : FATX.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : FATX filesystem plugin // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/FFS.cs b/DiscImageChef.Filesystems/FFS.cs index b9762cd8..46284ea9 100644 --- a/DiscImageChef.Filesystems/FFS.cs +++ b/DiscImageChef.Filesystems/FFS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/Filesystem.cs b/DiscImageChef.Filesystems/Filesystem.cs index ab1c485e..f5505003 100644 --- a/DiscImageChef.Filesystems/Filesystem.cs +++ b/DiscImageChef.Filesystems/Filesystem.cs @@ -5,7 +5,7 @@ // Filename : Filesystem.cs // Author(s) : Natalia Portillo // -// Component : DiscImageChef filesystem plugins. +// Component : Filesystem plugins. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/Fossil.cs b/DiscImageChef.Filesystems/Fossil.cs index f6fa02d6..82fc8eaf 100644 --- a/DiscImageChef.Filesystems/Fossil.cs +++ b/DiscImageChef.Filesystems/Fossil.cs @@ -5,7 +5,7 @@ // Filename : Fossil.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Fossil filesystem plugin // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/HAMMER.cs b/DiscImageChef.Filesystems/HAMMER.cs index 232aca48..7d24e3d9 100644 --- a/DiscImageChef.Filesystems/HAMMER.cs +++ b/DiscImageChef.Filesystems/HAMMER.cs @@ -2,14 +2,14 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : BFS.cs +// Filename : HAMMER.cs // Author(s) : Natalia Portillo // -// Component : BeOS filesystem plugin. +// Component : HAMMER filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Identifies the BeOS filesystem and shows information. +// Identifies the HAMMER filesystem and shows information. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/HPFS.cs b/DiscImageChef.Filesystems/HPFS.cs index 41face48..ae60be37 100644 --- a/DiscImageChef.Filesystems/HPFS.cs +++ b/DiscImageChef.Filesystems/HPFS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/ISO9660/Consts/AAIP.cs b/DiscImageChef.Filesystems/ISO9660/Consts/AAIP.cs index 5921a00a..7dd0b116 100644 --- a/DiscImageChef.Filesystems/ISO9660/Consts/AAIP.cs +++ b/DiscImageChef.Filesystems/ISO9660/Consts/AAIP.cs @@ -5,11 +5,11 @@ // Filename : AAIP.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// AAIP extensions constants and enumerations. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/ISO9660/Consts/Amiga.cs b/DiscImageChef.Filesystems/ISO9660/Consts/Amiga.cs index 99ec3313..e7f68d0e 100644 --- a/DiscImageChef.Filesystems/ISO9660/Consts/Amiga.cs +++ b/DiscImageChef.Filesystems/ISO9660/Consts/Amiga.cs @@ -5,11 +5,11 @@ // Filename : Amiga.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Amiga extensions constants and enumerations. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/ISO9660/Consts/Apple.cs b/DiscImageChef.Filesystems/ISO9660/Consts/Apple.cs index 007d39d5..6b0e463c 100644 --- a/DiscImageChef.Filesystems/ISO9660/Consts/Apple.cs +++ b/DiscImageChef.Filesystems/ISO9660/Consts/Apple.cs @@ -5,11 +5,11 @@ // Filename : Apple.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Apple extensions constants and enumerations. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Filesystems.ISO9660 { diff --git a/DiscImageChef.Filesystems/ISO9660/Consts/CDi.cs b/DiscImageChef.Filesystems/ISO9660/Consts/CDi.cs index 97722fea..b089ce02 100644 --- a/DiscImageChef.Filesystems/ISO9660/Consts/CDi.cs +++ b/DiscImageChef.Filesystems/ISO9660/Consts/CDi.cs @@ -5,11 +5,11 @@ // Filename : CDi.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// CDi filesystem constants and enumerations. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/ISO9660/Consts/ElTorito.cs b/DiscImageChef.Filesystems/ISO9660/Consts/ElTorito.cs index aef4f116..4864309e 100644 --- a/DiscImageChef.Filesystems/ISO9660/Consts/ElTorito.cs +++ b/DiscImageChef.Filesystems/ISO9660/Consts/ElTorito.cs @@ -5,11 +5,11 @@ // Filename : ElTorito.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// El Torito extensions constants and enumerations. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/ISO9660/Consts/HighSierra.cs b/DiscImageChef.Filesystems/ISO9660/Consts/HighSierra.cs index a7f4661b..5f95c920 100644 --- a/DiscImageChef.Filesystems/ISO9660/Consts/HighSierra.cs +++ b/DiscImageChef.Filesystems/ISO9660/Consts/HighSierra.cs @@ -5,11 +5,11 @@ // Filename : HighSierra.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// High Sierra Format constants and enumerations. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Filesystems.ISO9660 { diff --git a/DiscImageChef.Filesystems/ISO9660/Consts/ISO.cs b/DiscImageChef.Filesystems/ISO9660/Consts/ISO.cs index 89318aea..7012e91e 100644 --- a/DiscImageChef.Filesystems/ISO9660/Consts/ISO.cs +++ b/DiscImageChef.Filesystems/ISO9660/Consts/ISO.cs @@ -5,11 +5,11 @@ // Filename : ISO.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// ISO9660 extensions constants and enumerations. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/ISO9660/Consts/RRIP.cs b/DiscImageChef.Filesystems/ISO9660/Consts/RRIP.cs index 5a9f066e..d4afe1cd 100644 --- a/DiscImageChef.Filesystems/ISO9660/Consts/RRIP.cs +++ b/DiscImageChef.Filesystems/ISO9660/Consts/RRIP.cs @@ -5,11 +5,11 @@ // Filename : RRIP.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// RRIP extensions constants and enumerations. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/ISO9660/Consts/SUSP.cs b/DiscImageChef.Filesystems/ISO9660/Consts/SUSP.cs index ad22c975..0fdca0f6 100644 --- a/DiscImageChef.Filesystems/ISO9660/Consts/SUSP.cs +++ b/DiscImageChef.Filesystems/ISO9660/Consts/SUSP.cs @@ -5,11 +5,11 @@ // Filename : SUSP.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// SUSP extensions constants and enumerations. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Filesystems.ISO9660 { diff --git a/DiscImageChef.Filesystems/ISO9660/Consts/XA.cs b/DiscImageChef.Filesystems/ISO9660/Consts/XA.cs index 6e6bff2e..be97afac 100644 --- a/DiscImageChef.Filesystems/ISO9660/Consts/XA.cs +++ b/DiscImageChef.Filesystems/ISO9660/Consts/XA.cs @@ -5,11 +5,11 @@ // Filename : XA.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// CD-ROM XA extensions constants and enumerations. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/ISO9660/Consts/Ziso.cs b/DiscImageChef.Filesystems/ISO9660/Consts/Ziso.cs index fa73100e..bf9fb7b0 100644 --- a/DiscImageChef.Filesystems/ISO9660/Consts/Ziso.cs +++ b/DiscImageChef.Filesystems/ISO9660/Consts/Ziso.cs @@ -5,11 +5,11 @@ // Filename : Ziso.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// zisofs extensions constants and enumerations. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Filesystems.ISO9660 { diff --git a/DiscImageChef.Filesystems/ISO9660/Dir.cs b/DiscImageChef.Filesystems/ISO9660/Dir.cs index 002d71e0..7f737fa6 100644 --- a/DiscImageChef.Filesystems/ISO9660/Dir.cs +++ b/DiscImageChef.Filesystems/ISO9660/Dir.cs @@ -5,11 +5,11 @@ // Filename : Dir.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Methods to handle directories in the ISO9660 filesystem. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Collections.Generic; diff --git a/DiscImageChef.Filesystems/ISO9660/Extent.cs b/DiscImageChef.Filesystems/ISO9660/Extent.cs index 00431ae2..9f2f23d8 100644 --- a/DiscImageChef.Filesystems/ISO9660/Extent.cs +++ b/DiscImageChef.Filesystems/ISO9660/Extent.cs @@ -5,11 +5,11 @@ // Filename : Extent.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Methods to handle ISO9660 filesystem extents. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Filesystems.ISO9660 diff --git a/DiscImageChef.Filesystems/ISO9660/File.cs b/DiscImageChef.Filesystems/ISO9660/File.cs index b5fd9c32..c0452ac6 100644 --- a/DiscImageChef.Filesystems/ISO9660/File.cs +++ b/DiscImageChef.Filesystems/ISO9660/File.cs @@ -5,11 +5,11 @@ // Filename : File.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Methods to handle files. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Filesystems.ISO9660 diff --git a/DiscImageChef.Filesystems/ISO9660/ISO9660.cs b/DiscImageChef.Filesystems/ISO9660/ISO9660.cs index c56243a0..959396f7 100644 --- a/DiscImageChef.Filesystems/ISO9660/ISO9660.cs +++ b/DiscImageChef.Filesystems/ISO9660/ISO9660.cs @@ -5,11 +5,11 @@ // Filename : ISO9660.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Constructors and common variables for the ISO9660 filesystem plugin. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Text; diff --git a/DiscImageChef.Filesystems/ISO9660/Info.cs b/DiscImageChef.Filesystems/ISO9660/Info.cs index 936229df..39d3e494 100644 --- a/DiscImageChef.Filesystems/ISO9660/Info.cs +++ b/DiscImageChef.Filesystems/ISO9660/Info.cs @@ -5,11 +5,11 @@ // Filename : Info.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Identifies the ISO9660 filesystem and shows information. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Collections.Generic; diff --git a/DiscImageChef.Filesystems/ISO9660/Structs/Amiga.cs b/DiscImageChef.Filesystems/ISO9660/Structs/Amiga.cs index eeb6b755..4e99f61a 100644 --- a/DiscImageChef.Filesystems/ISO9660/Structs/Amiga.cs +++ b/DiscImageChef.Filesystems/ISO9660/Structs/Amiga.cs @@ -5,11 +5,11 @@ // Filename : Amiga.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Amiga extensions structures. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/DiscImageChef.Filesystems/ISO9660/Structs/Apple.cs b/DiscImageChef.Filesystems/ISO9660/Structs/Apple.cs index 4c87fafb..1c2fe10c 100644 --- a/DiscImageChef.Filesystems/ISO9660/Structs/Apple.cs +++ b/DiscImageChef.Filesystems/ISO9660/Structs/Apple.cs @@ -5,11 +5,11 @@ // Filename : Apple.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Apple extensions structures. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/DiscImageChef.Filesystems/ISO9660/Structs/CDi.cs b/DiscImageChef.Filesystems/ISO9660/Structs/CDi.cs index 976bb81e..8ccc1b90 100644 --- a/DiscImageChef.Filesystems/ISO9660/Structs/CDi.cs +++ b/DiscImageChef.Filesystems/ISO9660/Structs/CDi.cs @@ -5,11 +5,11 @@ // Filename : CDi.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// CDi extensions structures. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; using System.Text; diff --git a/DiscImageChef.Filesystems/ISO9660/Structs/Common.cs b/DiscImageChef.Filesystems/ISO9660/Structs/Common.cs index f820ba7a..c7ceccfc 100644 --- a/DiscImageChef.Filesystems/ISO9660/Structs/Common.cs +++ b/DiscImageChef.Filesystems/ISO9660/Structs/Common.cs @@ -5,11 +5,11 @@ // Filename : Common.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Common structures. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/ISO9660/Structs/ElTorito.cs b/DiscImageChef.Filesystems/ISO9660/Structs/ElTorito.cs index 4d390b86..2d3d3a79 100644 --- a/DiscImageChef.Filesystems/ISO9660/Structs/ElTorito.cs +++ b/DiscImageChef.Filesystems/ISO9660/Structs/ElTorito.cs @@ -5,11 +5,11 @@ // Filename : ElTorito.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// El Torito extensions structures. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/DiscImageChef.Filesystems/ISO9660/Structs/HighSierra.cs b/DiscImageChef.Filesystems/ISO9660/Structs/HighSierra.cs index 15c5f63a..7abea700 100644 --- a/DiscImageChef.Filesystems/ISO9660/Structs/HighSierra.cs +++ b/DiscImageChef.Filesystems/ISO9660/Structs/HighSierra.cs @@ -5,11 +5,11 @@ // Filename : HighSierra.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// High Sierra Format structures. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; using System.Text; diff --git a/DiscImageChef.Filesystems/ISO9660/Structs/ISO.cs b/DiscImageChef.Filesystems/ISO9660/Structs/ISO.cs index 5c54bd10..54cd59ef 100644 --- a/DiscImageChef.Filesystems/ISO9660/Structs/ISO.cs +++ b/DiscImageChef.Filesystems/ISO9660/Structs/ISO.cs @@ -5,11 +5,11 @@ // Filename : ISO.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// ISO9660 filesystem structures. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; using System.Text; diff --git a/DiscImageChef.Filesystems/ISO9660/Structs/Joliet.cs b/DiscImageChef.Filesystems/ISO9660/Structs/Joliet.cs index d77977fe..16105083 100644 --- a/DiscImageChef.Filesystems/ISO9660/Structs/Joliet.cs +++ b/DiscImageChef.Filesystems/ISO9660/Structs/Joliet.cs @@ -5,11 +5,11 @@ // Filename : Joliet.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Joliet extensions structures. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Text; diff --git a/DiscImageChef.Filesystems/ISO9660/Structs/RRIP.cs b/DiscImageChef.Filesystems/ISO9660/Structs/RRIP.cs index 374b6165..5e25dcc7 100644 --- a/DiscImageChef.Filesystems/ISO9660/Structs/RRIP.cs +++ b/DiscImageChef.Filesystems/ISO9660/Structs/RRIP.cs @@ -5,11 +5,11 @@ // Filename : RRIP.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// RRIP extensions structures. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/DiscImageChef.Filesystems/ISO9660/Structs/SUSP.cs b/DiscImageChef.Filesystems/ISO9660/Structs/SUSP.cs index 2ba1baf8..7aea8563 100644 --- a/DiscImageChef.Filesystems/ISO9660/Structs/SUSP.cs +++ b/DiscImageChef.Filesystems/ISO9660/Structs/SUSP.cs @@ -5,11 +5,11 @@ // Filename : SUSP.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// SUSP extensions structures. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/DiscImageChef.Filesystems/ISO9660/Structs/XA.cs b/DiscImageChef.Filesystems/ISO9660/Structs/XA.cs index 568151c6..70697f82 100644 --- a/DiscImageChef.Filesystems/ISO9660/Structs/XA.cs +++ b/DiscImageChef.Filesystems/ISO9660/Structs/XA.cs @@ -5,11 +5,11 @@ // Filename : XA.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// CD-ROM XA extensions structures. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/DiscImageChef.Filesystems/ISO9660/Structs/Ziso.cs b/DiscImageChef.Filesystems/ISO9660/Structs/Ziso.cs index f87d536c..226d1083 100644 --- a/DiscImageChef.Filesystems/ISO9660/Structs/Ziso.cs +++ b/DiscImageChef.Filesystems/ISO9660/Structs/Ziso.cs @@ -5,11 +5,11 @@ // Filename : Ziso.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// zisofs extensions structures. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Runtime.InteropServices; diff --git a/DiscImageChef.Filesystems/ISO9660/Super.cs b/DiscImageChef.Filesystems/ISO9660/Super.cs index 1e4a8dfa..bf283ca9 100644 --- a/DiscImageChef.Filesystems/ISO9660/Super.cs +++ b/DiscImageChef.Filesystems/ISO9660/Super.cs @@ -5,11 +5,11 @@ // Filename : Super.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Handles mounting and umounting the ISO9660 filesystem. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Filesystems.ISO9660 diff --git a/DiscImageChef.Filesystems/ISO9660/Xattr.cs b/DiscImageChef.Filesystems/ISO9660/Xattr.cs index 9c0a3d14..143f69cb 100644 --- a/DiscImageChef.Filesystems/ISO9660/Xattr.cs +++ b/DiscImageChef.Filesystems/ISO9660/Xattr.cs @@ -5,11 +5,11 @@ // Filename : Xattr.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ISO9660 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Methods to handle ISO9660 extended attributes. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Collections.Generic; diff --git a/DiscImageChef.Filesystems/JFS.cs b/DiscImageChef.Filesystems/JFS.cs index daff8ca8..32dbe338 100644 --- a/DiscImageChef.Filesystems/JFS.cs +++ b/DiscImageChef.Filesystems/JFS.cs @@ -5,7 +5,7 @@ // Filename : JFS.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : IBM JFS filesystem plugin // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/LIF.cs b/DiscImageChef.Filesystems/LIF.cs index 342aba98..b8d7dd89 100644 --- a/DiscImageChef.Filesystems/LIF.cs +++ b/DiscImageChef.Filesystems/LIF.cs @@ -5,11 +5,11 @@ // Filename : LIF.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : HP Logical Interchange Format plugin // // --[ Description ] ---------------------------------------------------------- // -// Identifies the LIF filesystem and shows information. +// Identifies the HP Logical Interchange Format and shows information. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/LisaFS/Consts.cs b/DiscImageChef.Filesystems/LisaFS/Consts.cs index 1594de07..79cab222 100644 --- a/DiscImageChef.Filesystems/LisaFS/Consts.cs +++ b/DiscImageChef.Filesystems/LisaFS/Consts.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Filesystems.LisaFS diff --git a/DiscImageChef.Filesystems/LisaFS/Dir.cs b/DiscImageChef.Filesystems/LisaFS/Dir.cs index 18abcd2c..948c28f9 100644 --- a/DiscImageChef.Filesystems/LisaFS/Dir.cs +++ b/DiscImageChef.Filesystems/LisaFS/Dir.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/LisaFS/Extent.cs b/DiscImageChef.Filesystems/LisaFS/Extent.cs index 9e8ac4fa..a0285f26 100644 --- a/DiscImageChef.Filesystems/LisaFS/Extent.cs +++ b/DiscImageChef.Filesystems/LisaFS/Extent.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/LisaFS/File.cs b/DiscImageChef.Filesystems/LisaFS/File.cs index 871ec47b..3bc184fc 100644 --- a/DiscImageChef.Filesystems/LisaFS/File.cs +++ b/DiscImageChef.Filesystems/LisaFS/File.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/LisaFS/Info.cs b/DiscImageChef.Filesystems/LisaFS/Info.cs index 4058672e..69e9586f 100644 --- a/DiscImageChef.Filesystems/LisaFS/Info.cs +++ b/DiscImageChef.Filesystems/LisaFS/Info.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/LisaFS/LisaFS.cs b/DiscImageChef.Filesystems/LisaFS/LisaFS.cs index 97fa3ae4..88e09c67 100644 --- a/DiscImageChef.Filesystems/LisaFS/LisaFS.cs +++ b/DiscImageChef.Filesystems/LisaFS/LisaFS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/LisaFS/Structs.cs b/DiscImageChef.Filesystems/LisaFS/Structs.cs index 8c1e4031..260113f0 100644 --- a/DiscImageChef.Filesystems/LisaFS/Structs.cs +++ b/DiscImageChef.Filesystems/LisaFS/Structs.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/LisaFS/Super.cs b/DiscImageChef.Filesystems/LisaFS/Super.cs index 36a585c3..bbb36f9e 100644 --- a/DiscImageChef.Filesystems/LisaFS/Super.cs +++ b/DiscImageChef.Filesystems/LisaFS/Super.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/LisaFS/Xattr.cs b/DiscImageChef.Filesystems/LisaFS/Xattr.cs index 9329b7d4..223a807d 100644 --- a/DiscImageChef.Filesystems/LisaFS/Xattr.cs +++ b/DiscImageChef.Filesystems/LisaFS/Xattr.cs @@ -28,7 +28,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/Locus.cs b/DiscImageChef.Filesystems/Locus.cs index bef81392..dc3d0f9f 100644 --- a/DiscImageChef.Filesystems/Locus.cs +++ b/DiscImageChef.Filesystems/Locus.cs @@ -5,11 +5,11 @@ // Filename : Locus.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Locus filesystem plugin // // --[ Description ] ---------------------------------------------------------- // -// Description +// Identifies the Locus filesystem and shows information. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License aint with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/MicroDOS.cs b/DiscImageChef.Filesystems/MicroDOS.cs index d1b6df19..4f23f6c2 100644 --- a/DiscImageChef.Filesystems/MicroDOS.cs +++ b/DiscImageChef.Filesystems/MicroDOS.cs @@ -5,11 +5,11 @@ // Filename : MicroDOS.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : MicroDOS filesystem plugin // // --[ Description ] ---------------------------------------------------------- // -// Description +// Identifies the MicroDOS filesystem and shows information. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/MinixFS.cs b/DiscImageChef.Filesystems/MinixFS.cs index 39d5e1af..84ff2234 100644 --- a/DiscImageChef.Filesystems/MinixFS.cs +++ b/DiscImageChef.Filesystems/MinixFS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/NILFS2.cs b/DiscImageChef.Filesystems/NILFS2.cs index d2712995..47a836a1 100644 --- a/DiscImageChef.Filesystems/NILFS2.cs +++ b/DiscImageChef.Filesystems/NILFS2.cs @@ -5,7 +5,7 @@ // Filename : NILFS2.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : NILFS2 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/NTFS.cs b/DiscImageChef.Filesystems/NTFS.cs index 8e2d9d36..b1aa2ab3 100644 --- a/DiscImageChef.Filesystems/NTFS.cs +++ b/DiscImageChef.Filesystems/NTFS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/Nintendo.cs b/DiscImageChef.Filesystems/Nintendo.cs index b7c326c4..0a38d8c5 100644 --- a/DiscImageChef.Filesystems/Nintendo.cs +++ b/DiscImageChef.Filesystems/Nintendo.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/ODS.cs b/DiscImageChef.Filesystems/ODS.cs index 3b46903d..f4c5886a 100644 --- a/DiscImageChef.Filesystems/ODS.cs +++ b/DiscImageChef.Filesystems/ODS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/Opera.cs b/DiscImageChef.Filesystems/Opera.cs index db558d12..caa32173 100644 --- a/DiscImageChef.Filesystems/Opera.cs +++ b/DiscImageChef.Filesystems/Opera.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/PCEngine.cs b/DiscImageChef.Filesystems/PCEngine.cs index ae571b24..b4312257 100644 --- a/DiscImageChef.Filesystems/PCEngine.cs +++ b/DiscImageChef.Filesystems/PCEngine.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/PFS.cs b/DiscImageChef.Filesystems/PFS.cs index 04615b60..0d293fcd 100644 --- a/DiscImageChef.Filesystems/PFS.cs +++ b/DiscImageChef.Filesystems/PFS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/ProDOS.cs b/DiscImageChef.Filesystems/ProDOS.cs index 65a5203c..d0dc2163 100644 --- a/DiscImageChef.Filesystems/ProDOS.cs +++ b/DiscImageChef.Filesystems/ProDOS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/Properties/AssemblyInfo.cs b/DiscImageChef.Filesystems/Properties/AssemblyInfo.cs index cda8384c..77eed20b 100644 --- a/DiscImageChef.Filesystems/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Filesystems/Properties/AssemblyInfo.cs @@ -1,4 +1,36 @@ -using System.Reflection; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : AssemblyInfo.cs +// Author(s) : Natalia Portillo +// +// Component : Filesystem plugins. +// +// --[ Description ] ---------------------------------------------------------- +// +// C# assembly definitions. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes. diff --git a/DiscImageChef.Filesystems/QNX4.cs b/DiscImageChef.Filesystems/QNX4.cs index 8a452985..4190b3c1 100644 --- a/DiscImageChef.Filesystems/QNX4.cs +++ b/DiscImageChef.Filesystems/QNX4.cs @@ -5,7 +5,7 @@ // Filename : QNX4.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : QNX4 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/QNX6.cs b/DiscImageChef.Filesystems/QNX6.cs index ae2934e7..49bab598 100644 --- a/DiscImageChef.Filesystems/QNX6.cs +++ b/DiscImageChef.Filesystems/QNX6.cs @@ -5,7 +5,7 @@ // Filename : QNX6.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : QNX6 filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/RBF.cs b/DiscImageChef.Filesystems/RBF.cs index 27e911ab..0287238e 100644 --- a/DiscImageChef.Filesystems/RBF.cs +++ b/DiscImageChef.Filesystems/RBF.cs @@ -5,11 +5,11 @@ // Filename : RBF.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Random Block File filesystem plugin // // --[ Description ] ---------------------------------------------------------- // -// Identifies the RBF filesystem and shows information. +// Identifies the Random Block File filesystem and shows information. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/RT11.cs b/DiscImageChef.Filesystems/RT11.cs index 3e4e0299..cdb71bb8 100644 --- a/DiscImageChef.Filesystems/RT11.cs +++ b/DiscImageChef.Filesystems/RT11.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/Reiser.cs b/DiscImageChef.Filesystems/Reiser.cs index ba0fc077..23bb6c2b 100644 --- a/DiscImageChef.Filesystems/Reiser.cs +++ b/DiscImageChef.Filesystems/Reiser.cs @@ -5,7 +5,7 @@ // Filename : Reiser.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Reiser filesystem plugin // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/Reiser4.cs b/DiscImageChef.Filesystems/Reiser4.cs index 2e194a58..3737b79c 100644 --- a/DiscImageChef.Filesystems/Reiser4.cs +++ b/DiscImageChef.Filesystems/Reiser4.cs @@ -5,7 +5,7 @@ // Filename : Reiser4.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Reiser4 filesystem plugin // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/SFS.cs b/DiscImageChef.Filesystems/SFS.cs index 2e4909c3..537c2611 100644 --- a/DiscImageChef.Filesystems/SFS.cs +++ b/DiscImageChef.Filesystems/SFS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/SolarFS.cs b/DiscImageChef.Filesystems/SolarFS.cs index 59c47e17..53e0a04f 100644 --- a/DiscImageChef.Filesystems/SolarFS.cs +++ b/DiscImageChef.Filesystems/SolarFS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/Squash.cs b/DiscImageChef.Filesystems/Squash.cs index 336307e5..8247716d 100644 --- a/DiscImageChef.Filesystems/Squash.cs +++ b/DiscImageChef.Filesystems/Squash.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/Structs.cs b/DiscImageChef.Filesystems/Structs.cs index 2392ad27..13ab4299 100644 --- a/DiscImageChef.Filesystems/Structs.cs +++ b/DiscImageChef.Filesystems/Structs.cs @@ -28,7 +28,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/Symbian.cs b/DiscImageChef.Filesystems/Symbian.cs index 90924ec1..a17445ac 100644 --- a/DiscImageChef.Filesystems/Symbian.cs +++ b/DiscImageChef.Filesystems/Symbian.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/SysV.cs b/DiscImageChef.Filesystems/SysV.cs index c576ee19..33b0f52a 100644 --- a/DiscImageChef.Filesystems/SysV.cs +++ b/DiscImageChef.Filesystems/SysV.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/UCSDPascal/Consts.cs b/DiscImageChef.Filesystems/UCSDPascal/Consts.cs index 811589db..c488a46a 100644 --- a/DiscImageChef.Filesystems/UCSDPascal/Consts.cs +++ b/DiscImageChef.Filesystems/UCSDPascal/Consts.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Filesystems.UCSDPascal diff --git a/DiscImageChef.Filesystems/UCSDPascal/Dir.cs b/DiscImageChef.Filesystems/UCSDPascal/Dir.cs index c6db8129..02e9bcd5 100644 --- a/DiscImageChef.Filesystems/UCSDPascal/Dir.cs +++ b/DiscImageChef.Filesystems/UCSDPascal/Dir.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/UCSDPascal/File.cs b/DiscImageChef.Filesystems/UCSDPascal/File.cs index 15c03d12..490a3259 100644 --- a/DiscImageChef.Filesystems/UCSDPascal/File.cs +++ b/DiscImageChef.Filesystems/UCSDPascal/File.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/UCSDPascal/Info.cs b/DiscImageChef.Filesystems/UCSDPascal/Info.cs index 3fd2d6ec..ea173798 100644 --- a/DiscImageChef.Filesystems/UCSDPascal/Info.cs +++ b/DiscImageChef.Filesystems/UCSDPascal/Info.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/UCSDPascal/Structs.cs b/DiscImageChef.Filesystems/UCSDPascal/Structs.cs index ad38489b..ad545349 100644 --- a/DiscImageChef.Filesystems/UCSDPascal/Structs.cs +++ b/DiscImageChef.Filesystems/UCSDPascal/Structs.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Filesystems.UCSDPascal diff --git a/DiscImageChef.Filesystems/UCSDPascal/Super.cs b/DiscImageChef.Filesystems/UCSDPascal/Super.cs index 455d075a..e7700e2d 100644 --- a/DiscImageChef.Filesystems/UCSDPascal/Super.cs +++ b/DiscImageChef.Filesystems/UCSDPascal/Super.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/UCSDPascal/UCSDPascal.cs b/DiscImageChef.Filesystems/UCSDPascal/UCSDPascal.cs index 0c96e65d..6181be2e 100644 --- a/DiscImageChef.Filesystems/UCSDPascal/UCSDPascal.cs +++ b/DiscImageChef.Filesystems/UCSDPascal/UCSDPascal.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/UDF.cs b/DiscImageChef.Filesystems/UDF.cs index c522144e..ec79a243 100644 --- a/DiscImageChef.Filesystems/UDF.cs +++ b/DiscImageChef.Filesystems/UDF.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/UNICOS.cs b/DiscImageChef.Filesystems/UNICOS.cs index 122b381a..d4c04464 100644 --- a/DiscImageChef.Filesystems/UNICOS.cs +++ b/DiscImageChef.Filesystems/UNICOS.cs @@ -5,7 +5,7 @@ // Filename : UNICOS.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : UNICOS filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/UNIXBFS.cs b/DiscImageChef.Filesystems/UNIXBFS.cs index baaddb5e..2d650482 100644 --- a/DiscImageChef.Filesystems/UNIXBFS.cs +++ b/DiscImageChef.Filesystems/UNIXBFS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/VMfs.cs b/DiscImageChef.Filesystems/VMfs.cs index 93664463..48ebdeb1 100644 --- a/DiscImageChef.Filesystems/VMfs.cs +++ b/DiscImageChef.Filesystems/VMfs.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/VxFS.cs b/DiscImageChef.Filesystems/VxFS.cs index 9f762ebd..d3a40025 100644 --- a/DiscImageChef.Filesystems/VxFS.cs +++ b/DiscImageChef.Filesystems/VxFS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/XFS.cs b/DiscImageChef.Filesystems/XFS.cs index 8c520220..29ae3773 100644 --- a/DiscImageChef.Filesystems/XFS.cs +++ b/DiscImageChef.Filesystems/XFS.cs @@ -5,7 +5,7 @@ // Filename : XFS.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : XFS filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/ZFS.cs b/DiscImageChef.Filesystems/ZFS.cs index 40836e1e..98f2f062 100644 --- a/DiscImageChef.Filesystems/ZFS.cs +++ b/DiscImageChef.Filesystems/ZFS.cs @@ -5,7 +5,7 @@ // Filename : ZFS.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : ZFS filesystem plugin. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/dump.cs b/DiscImageChef.Filesystems/dump.cs index 963d8abb..f1b8ce76 100644 --- a/DiscImageChef.Filesystems/dump.cs +++ b/DiscImageChef.Filesystems/dump.cs @@ -5,11 +5,11 @@ // Filename : dump.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : dump(8) file system plugin // // --[ Description ] ---------------------------------------------------------- // -// Description +// Identifies backups created with dump(8) shows information. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/exFAT.cs b/DiscImageChef.Filesystems/exFAT.cs index 1a1310d4..83c475bc 100644 --- a/DiscImageChef.Filesystems/exFAT.cs +++ b/DiscImageChef.Filesystems/exFAT.cs @@ -9,7 +9,7 @@ // // --[ Description ] ---------------------------------------------------------- // -// Identifies the Microsoft FAT filesystem and shows information. +// Identifies the Microsoft exFAT filesystem and shows information. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/ext2FS.cs b/DiscImageChef.Filesystems/ext2FS.cs index bd0ed508..1da8a442 100644 --- a/DiscImageChef.Filesystems/ext2FS.cs +++ b/DiscImageChef.Filesystems/ext2FS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filesystems/extFS.cs b/DiscImageChef.Filesystems/extFS.cs index f6b8fe89..cda1f51d 100644 --- a/DiscImageChef.Filesystems/extFS.cs +++ b/DiscImageChef.Filesystems/extFS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filters/AppleDouble.cs b/DiscImageChef.Filters/AppleDouble.cs index 7081e278..54a184d8 100644 --- a/DiscImageChef.Filters/AppleDouble.cs +++ b/DiscImageChef.Filters/AppleDouble.cs @@ -5,7 +5,7 @@ // Filename : AppleDouble.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Filters. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.IO; diff --git a/DiscImageChef.Filters/AppleSingle.cs b/DiscImageChef.Filters/AppleSingle.cs index ec7698db..3c2a02a6 100644 --- a/DiscImageChef.Filters/AppleSingle.cs +++ b/DiscImageChef.Filters/AppleSingle.cs @@ -5,7 +5,7 @@ // Filename : AppleSingle.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Filters. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.IO; diff --git a/DiscImageChef.Filters/BZip2.cs b/DiscImageChef.Filters/BZip2.cs index 2afc32a5..3bc1dff5 100644 --- a/DiscImageChef.Filters/BZip2.cs +++ b/DiscImageChef.Filters/BZip2.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filters/Filter.cs b/DiscImageChef.Filters/Filter.cs index a8404b10..765c3d10 100644 --- a/DiscImageChef.Filters/Filter.cs +++ b/DiscImageChef.Filters/Filter.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filters/Filters.cs b/DiscImageChef.Filters/Filters.cs index 5e618c72..cc4346e3 100644 --- a/DiscImageChef.Filters/Filters.cs +++ b/DiscImageChef.Filters/Filters.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Collections.Generic; diff --git a/DiscImageChef.Filters/ForcedSeekStream.cs b/DiscImageChef.Filters/ForcedSeekStream.cs index 037a1150..2cb50cf3 100644 --- a/DiscImageChef.Filters/ForcedSeekStream.cs +++ b/DiscImageChef.Filters/ForcedSeekStream.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filters/GZip.cs b/DiscImageChef.Filters/GZip.cs index 2c22e700..5bd84f46 100644 --- a/DiscImageChef.Filters/GZip.cs +++ b/DiscImageChef.Filters/GZip.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filters/LZip.cs b/DiscImageChef.Filters/LZip.cs index f0b58e56..98e64f38 100644 --- a/DiscImageChef.Filters/LZip.cs +++ b/DiscImageChef.Filters/LZip.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filters/MacBinary.cs b/DiscImageChef.Filters/MacBinary.cs index 787aff58..16cb7dfb 100644 --- a/DiscImageChef.Filters/MacBinary.cs +++ b/DiscImageChef.Filters/MacBinary.cs @@ -5,7 +5,7 @@ // Filename : MacBinary.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Filters. // // --[ Description ] ---------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filters/OffsetStream.cs b/DiscImageChef.Filters/OffsetStream.cs index 9f744562..45b41f34 100644 --- a/DiscImageChef.Filters/OffsetStream.cs +++ b/DiscImageChef.Filters/OffsetStream.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filters/PCExchange.cs b/DiscImageChef.Filters/PCExchange.cs index 022b8025..94b7d445 100644 --- a/DiscImageChef.Filters/PCExchange.cs +++ b/DiscImageChef.Filters/PCExchange.cs @@ -5,7 +5,7 @@ // Filename : PCExchange.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Filters. // // --[ Description ] ---------------------------------------------------------- // @@ -28,7 +28,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Globalization; diff --git a/DiscImageChef.Filters/Properties/AssemblyInfo.cs b/DiscImageChef.Filters/Properties/AssemblyInfo.cs index cb462123..3b503a9e 100644 --- a/DiscImageChef.Filters/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Filters/Properties/AssemblyInfo.cs @@ -3,38 +3,32 @@ // ---------------------------------------------------------------------------- // // Filename : AssemblyInfo.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Filters. // // --[ Description ] ---------------------------------------------------------- // -// Description +// C# assembly definitions. // // --[ License ] -------------------------------------------------------------- // -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ using System.Reflection; using System.Runtime.CompilerServices; diff --git a/DiscImageChef.Filters/XZ.cs b/DiscImageChef.Filters/XZ.cs index 4889480f..c71a1c85 100644 --- a/DiscImageChef.Filters/XZ.cs +++ b/DiscImageChef.Filters/XZ.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Filters/ZZZNoFilter.cs b/DiscImageChef.Filters/ZZZNoFilter.cs index ebe0d9e4..a20953f8 100644 --- a/DiscImageChef.Filters/ZZZNoFilter.cs +++ b/DiscImageChef.Filters/ZZZNoFilter.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Helpers/ArrayFill.cs b/DiscImageChef.Helpers/ArrayFill.cs index e886d7c3..6cc52325 100644 --- a/DiscImageChef.Helpers/ArrayFill.cs +++ b/DiscImageChef.Helpers/ArrayFill.cs @@ -20,7 +20,7 @@ // Assuming open source. // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // Copyright(C) 2014 mykohsu // ****************************************************************************/ diff --git a/DiscImageChef.Helpers/ArrayIsEmpty.cs b/DiscImageChef.Helpers/ArrayIsEmpty.cs index a6faa4a1..41df2074 100644 --- a/DiscImageChef.Helpers/ArrayIsEmpty.cs +++ b/DiscImageChef.Helpers/ArrayIsEmpty.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef diff --git a/DiscImageChef.Helpers/BigEndianBitConverter.cs b/DiscImageChef.Helpers/BigEndianBitConverter.cs index 80e27d04..91a995da 100644 --- a/DiscImageChef.Helpers/BigEndianBitConverter.cs +++ b/DiscImageChef.Helpers/BigEndianBitConverter.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Helpers/BigEndianMarshal.cs b/DiscImageChef.Helpers/BigEndianMarshal.cs index a3ad6bda..f8109b01 100644 --- a/DiscImageChef.Helpers/BigEndianMarshal.cs +++ b/DiscImageChef.Helpers/BigEndianMarshal.cs @@ -5,11 +5,11 @@ // Filename : BigEndianMarshal.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Helpers. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Provides marshalling for big-endian data. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Helpers/CHS.cs b/DiscImageChef.Helpers/CHS.cs index d2e8e750..46dda447 100644 --- a/DiscImageChef.Helpers/CHS.cs +++ b/DiscImageChef.Helpers/CHS.cs @@ -5,11 +5,11 @@ // Filename : CHS.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Helpers. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Helpers for CHS<->LBA conversions // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; namespace DiscImageChef.Helpers diff --git a/DiscImageChef.Helpers/CompareBytes.cs b/DiscImageChef.Helpers/CompareBytes.cs index 74413d86..9712b01e 100644 --- a/DiscImageChef.Helpers/CompareBytes.cs +++ b/DiscImageChef.Helpers/CompareBytes.cs @@ -5,11 +5,11 @@ // Filename : CompareBytes.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Helpers. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Compares two byte arrays. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef diff --git a/DiscImageChef.Helpers/CountBits.cs b/DiscImageChef.Helpers/CountBits.cs index d8313ff1..929fe9a1 100644 --- a/DiscImageChef.Helpers/CountBits.cs +++ b/DiscImageChef.Helpers/CountBits.cs @@ -5,11 +5,11 @@ // Filename : CountBits.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Helpers. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Counts bits in a number. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; namespace DiscImageChef.Helpers diff --git a/DiscImageChef.Helpers/DateHandlers.cs b/DiscImageChef.Helpers/DateHandlers.cs index ee612530..a79422ba 100644 --- a/DiscImageChef.Helpers/DateHandlers.cs +++ b/DiscImageChef.Helpers/DateHandlers.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Helpers/EndianAwareBinaryReader.cs b/DiscImageChef.Helpers/EndianAwareBinaryReader.cs index cebd581e..194ad7f2 100644 --- a/DiscImageChef.Helpers/EndianAwareBinaryReader.cs +++ b/DiscImageChef.Helpers/EndianAwareBinaryReader.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Helpers/Extents/ExtentsByte.cs b/DiscImageChef.Helpers/Extents/ExtentsByte.cs index a4ac1914..10b9a36c 100644 --- a/DiscImageChef.Helpers/Extents/ExtentsByte.cs +++ b/DiscImageChef.Helpers/Extents/ExtentsByte.cs @@ -5,11 +5,11 @@ // Filename : ExtentsByte.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Extent helpers. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Provides extents for byte types. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Collections.Generic; diff --git a/DiscImageChef.Helpers/Extents/ExtentsInt.cs b/DiscImageChef.Helpers/Extents/ExtentsInt.cs index 2b9d46fb..80aaac99 100644 --- a/DiscImageChef.Helpers/Extents/ExtentsInt.cs +++ b/DiscImageChef.Helpers/Extents/ExtentsInt.cs @@ -5,11 +5,11 @@ // Filename : ExtentsInt.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Extent helpers. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Provides extents for int types. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License aint with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Collections.Generic; diff --git a/DiscImageChef.Helpers/Extents/ExtentsLong.cs b/DiscImageChef.Helpers/Extents/ExtentsLong.cs index eae4ca61..d9309a73 100644 --- a/DiscImageChef.Helpers/Extents/ExtentsLong.cs +++ b/DiscImageChef.Helpers/Extents/ExtentsLong.cs @@ -5,11 +5,11 @@ // Filename : ExtentsLong.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Extent helpers. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Provides extents for long types. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Collections.Generic; diff --git a/DiscImageChef.Helpers/Extents/ExtentsSByte.cs b/DiscImageChef.Helpers/Extents/ExtentsSByte.cs index 25af736e..4997b3a2 100644 --- a/DiscImageChef.Helpers/Extents/ExtentsSByte.cs +++ b/DiscImageChef.Helpers/Extents/ExtentsSByte.cs @@ -5,11 +5,11 @@ // Filename : ExtentsSByte.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Extent helpers. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Provides extents for sbyte types. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Collections.Generic; diff --git a/DiscImageChef.Helpers/Extents/ExtentsShort.cs b/DiscImageChef.Helpers/Extents/ExtentsShort.cs index 079c3464..0b671414 100644 --- a/DiscImageChef.Helpers/Extents/ExtentsShort.cs +++ b/DiscImageChef.Helpers/Extents/ExtentsShort.cs @@ -5,11 +5,11 @@ // Filename : ExtentsShort.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Extent helpers. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Provides extents for short types. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License ashort with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Collections.Generic; diff --git a/DiscImageChef.Helpers/Extents/ExtentsUInt.cs b/DiscImageChef.Helpers/Extents/ExtentsUInt.cs index bd24b6db..0d03bb8e 100644 --- a/DiscImageChef.Helpers/Extents/ExtentsUInt.cs +++ b/DiscImageChef.Helpers/Extents/ExtentsUInt.cs @@ -5,11 +5,11 @@ // Filename : ExtentsUInt.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Extent helpers. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Provides extents for uint types. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License auint with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Collections.Generic; diff --git a/DiscImageChef.Helpers/Extents/ExtentsULong.cs b/DiscImageChef.Helpers/Extents/ExtentsULong.cs index fcb7a40b..8d849449 100644 --- a/DiscImageChef.Helpers/Extents/ExtentsULong.cs +++ b/DiscImageChef.Helpers/Extents/ExtentsULong.cs @@ -5,11 +5,11 @@ // Filename : ExtentsULong.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Extent helpers. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Provides extents for ulong types. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License aulong with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Collections.Generic; diff --git a/DiscImageChef.Helpers/Extents/ExtentsUShort.cs b/DiscImageChef.Helpers/Extents/ExtentsUShort.cs index 3e019e2a..fdaec78c 100644 --- a/DiscImageChef.Helpers/Extents/ExtentsUShort.cs +++ b/DiscImageChef.Helpers/Extents/ExtentsUShort.cs @@ -5,11 +5,11 @@ // Filename : ExtentsUShort.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Extent helpers. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Provides extents for ushort types. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License aushort with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Collections.Generic; diff --git a/DiscImageChef.Helpers/PrintHex.cs b/DiscImageChef.Helpers/PrintHex.cs index af01d99b..01ffed38 100644 --- a/DiscImageChef.Helpers/PrintHex.cs +++ b/DiscImageChef.Helpers/PrintHex.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef.Helpers/Properties/AssemblyInfo.cs b/DiscImageChef.Helpers/Properties/AssemblyInfo.cs index 99f2030a..e2ea5cce 100644 --- a/DiscImageChef.Helpers/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Helpers/Properties/AssemblyInfo.cs @@ -1,4 +1,36 @@ -using System.Reflection; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : AssemblyInfo.cs +// Author(s) : Natalia Portillo +// +// Component : Helpers. +// +// --[ Description ] ---------------------------------------------------------- +// +// C# assembly definitions. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes. diff --git a/DiscImageChef.Helpers/StringHandlers.cs b/DiscImageChef.Helpers/StringHandlers.cs index 3a227d46..a3bad477 100644 --- a/DiscImageChef.Helpers/StringHandlers.cs +++ b/DiscImageChef.Helpers/StringHandlers.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Text; diff --git a/DiscImageChef.Helpers/Swapping.cs b/DiscImageChef.Helpers/Swapping.cs index 88de4690..d8323e9c 100644 --- a/DiscImageChef.Helpers/Swapping.cs +++ b/DiscImageChef.Helpers/Swapping.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Linq; diff --git a/DiscImageChef.Interop/DetectOS.cs b/DiscImageChef.Interop/DetectOS.cs index 2fb8f78f..924ea1b9 100644 --- a/DiscImageChef.Interop/DetectOS.cs +++ b/DiscImageChef.Interop/DetectOS.cs @@ -33,7 +33,7 @@ // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Interop/PlatformID.cs b/DiscImageChef.Interop/PlatformID.cs index 8a24cddf..865640c7 100644 --- a/DiscImageChef.Interop/PlatformID.cs +++ b/DiscImageChef.Interop/PlatformID.cs @@ -33,7 +33,7 @@ // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Interop diff --git a/DiscImageChef.Interop/Properties/AssemblyInfo.cs b/DiscImageChef.Interop/Properties/AssemblyInfo.cs index bb636647..c7b09260 100644 --- a/DiscImageChef.Interop/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Interop/Properties/AssemblyInfo.cs @@ -1,4 +1,42 @@ -using System.Reflection; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : AssemblyInfo.cs +// Author(s) : Natalia Portillo +// +// Component : Interop services. +// +// --[ Description ] ---------------------------------------------------------- +// +// C# assembly definitions. +// +// --[ License ] -------------------------------------------------------------- +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes. diff --git a/DiscImageChef.Metadata/DeviceReport.cs b/DiscImageChef.Metadata/DeviceReport.cs index cc38eaf4..4b314987 100644 --- a/DiscImageChef.Metadata/DeviceReport.cs +++ b/DiscImageChef.Metadata/DeviceReport.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Metadata/Dimensions.cs b/DiscImageChef.Metadata/Dimensions.cs index fa29a5af..7afe4595 100644 --- a/DiscImageChef.Metadata/Dimensions.cs +++ b/DiscImageChef.Metadata/Dimensions.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using Schemas; diff --git a/DiscImageChef.Metadata/ExtentsConverter.cs b/DiscImageChef.Metadata/ExtentsConverter.cs index ee3c570b..bd4cb394 100644 --- a/DiscImageChef.Metadata/ExtentsConverter.cs +++ b/DiscImageChef.Metadata/ExtentsConverter.cs @@ -5,11 +5,11 @@ // Filename : ExtentsConverter.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : XML metadata. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Converts extents to/from XML. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Collections.Generic; diff --git a/DiscImageChef.Metadata/MediaType.cs b/DiscImageChef.Metadata/MediaType.cs index 30e2942b..0946ff59 100644 --- a/DiscImageChef.Metadata/MediaType.cs +++ b/DiscImageChef.Metadata/MediaType.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Metadata diff --git a/DiscImageChef.Metadata/Properties/AssemblyInfo.cs b/DiscImageChef.Metadata/Properties/AssemblyInfo.cs index 12e8b953..88fe43aa 100644 --- a/DiscImageChef.Metadata/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Metadata/Properties/AssemblyInfo.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : AssemblyInfo.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : XML metadata. // // --[ Description ] ---------------------------------------------------------- // -// Description +// C# assembly definitions. // // --[ License ] -------------------------------------------------------------- // -// This library is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/DiscImageChef.Metadata/Resume.cs b/DiscImageChef.Metadata/Resume.cs index 47c562b4..0e7c832a 100644 --- a/DiscImageChef.Metadata/Resume.cs +++ b/DiscImageChef.Metadata/Resume.cs @@ -5,11 +5,11 @@ // Filename : Resume.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : XML metadata. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Defines XML format of a dump resume file. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Xml.Serialization; diff --git a/DiscImageChef.Metadata/Statistics.cs b/DiscImageChef.Metadata/Statistics.cs index cf8dc7e0..e101f500 100644 --- a/DiscImageChef.Metadata/Statistics.cs +++ b/DiscImageChef.Metadata/Statistics.cs @@ -5,11 +5,11 @@ // Filename : Statistics.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : XML metadata. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Define XML for statistics. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Collections.Generic; diff --git a/DiscImageChef.Partitions/Acorn.cs b/DiscImageChef.Partitions/Acorn.cs index 8fbf572b..e2e02256 100644 --- a/DiscImageChef.Partitions/Acorn.cs +++ b/DiscImageChef.Partitions/Acorn.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/AppleMap.cs b/DiscImageChef.Partitions/AppleMap.cs index b3b84449..dbdfbb93 100644 --- a/DiscImageChef.Partitions/AppleMap.cs +++ b/DiscImageChef.Partitions/AppleMap.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/Apricot.cs b/DiscImageChef.Partitions/Apricot.cs index 74fc7ccd..9ccfb0c3 100644 --- a/DiscImageChef.Partitions/Apricot.cs +++ b/DiscImageChef.Partitions/Apricot.cs @@ -5,11 +5,11 @@ // Filename : Apricot.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Partitioning scheme plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages ACT Apricot partitions. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/Atari.cs b/DiscImageChef.Partitions/Atari.cs index 364dcff3..3480750d 100644 --- a/DiscImageChef.Partitions/Atari.cs +++ b/DiscImageChef.Partitions/Atari.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/BSD.cs b/DiscImageChef.Partitions/BSD.cs index fd62b2c0..7f80c985 100644 --- a/DiscImageChef.Partitions/BSD.cs +++ b/DiscImageChef.Partitions/BSD.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/DEC.cs b/DiscImageChef.Partitions/DEC.cs index 83b9ae94..8eb136d7 100644 --- a/DiscImageChef.Partitions/DEC.cs +++ b/DiscImageChef.Partitions/DEC.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/DragonFlyBSD.cs b/DiscImageChef.Partitions/DragonFlyBSD.cs index 2d85aee3..d2d5e7c4 100644 --- a/DiscImageChef.Partitions/DragonFlyBSD.cs +++ b/DiscImageChef.Partitions/DragonFlyBSD.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/GPT.cs b/DiscImageChef.Partitions/GPT.cs index d04b17c7..3083e5c4 100644 --- a/DiscImageChef.Partitions/GPT.cs +++ b/DiscImageChef.Partitions/GPT.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/Human68k.cs b/DiscImageChef.Partitions/Human68k.cs index 9c95d1cf..e00dd1ca 100644 --- a/DiscImageChef.Partitions/Human68k.cs +++ b/DiscImageChef.Partitions/Human68k.cs @@ -5,11 +5,11 @@ // Filename : Human68k.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Partitioning scheme plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages Human68k (Sharp X68000) partitions. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/MBR.cs b/DiscImageChef.Partitions/MBR.cs index 5de41019..d0b6c2d8 100644 --- a/DiscImageChef.Partitions/MBR.cs +++ b/DiscImageChef.Partitions/MBR.cs @@ -9,7 +9,7 @@ // // --[ Description ] ---------------------------------------------------------- // -// Manages Intel/Microsoft MBR and UNIX slicing inside it. +// Manages Intel/Microsoft MBR (aka Master Boot Record). // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/NeXT.cs b/DiscImageChef.Partitions/NeXT.cs index 98eaa8d5..4fd21af6 100644 --- a/DiscImageChef.Partitions/NeXT.cs +++ b/DiscImageChef.Partitions/NeXT.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/PC98.cs b/DiscImageChef.Partitions/PC98.cs index 835c1ed9..e9452600 100644 --- a/DiscImageChef.Partitions/PC98.cs +++ b/DiscImageChef.Partitions/PC98.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/PartPlugin.cs b/DiscImageChef.Partitions/PartPlugin.cs index 5d5e47a8..f986f272 100644 --- a/DiscImageChef.Partitions/PartPlugin.cs +++ b/DiscImageChef.Partitions/PartPlugin.cs @@ -28,7 +28,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/Plan9.cs b/DiscImageChef.Partitions/Plan9.cs index 20c0458b..4f1fc6ae 100644 --- a/DiscImageChef.Partitions/Plan9.cs +++ b/DiscImageChef.Partitions/Plan9.cs @@ -5,11 +5,11 @@ // Filename : Plan9.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Partitioning scheme plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Manages Plan9 partitions. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Collections.Generic; diff --git a/DiscImageChef.Partitions/Properties/AssemblyInfo.cs b/DiscImageChef.Partitions/Properties/AssemblyInfo.cs index cf45d06a..fe957a06 100644 --- a/DiscImageChef.Partitions/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Partitions/Properties/AssemblyInfo.cs @@ -1,4 +1,36 @@ -using System.Reflection; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : AssemblyInfo.cs +// Author(s) : Natalia Portillo +// +// Component : Partitioning scheme plugins. +// +// --[ Description ] ---------------------------------------------------------- +// +// C# assembly definitions. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes. diff --git a/DiscImageChef.Partitions/RDB.cs b/DiscImageChef.Partitions/RDB.cs index bca402e7..b6db38d2 100644 --- a/DiscImageChef.Partitions/RDB.cs +++ b/DiscImageChef.Partitions/RDB.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/RioKarma.cs b/DiscImageChef.Partitions/RioKarma.cs index 794192a0..d887d67d 100644 --- a/DiscImageChef.Partitions/RioKarma.cs +++ b/DiscImageChef.Partitions/RioKarma.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/SGI.cs b/DiscImageChef.Partitions/SGI.cs index c6ce0275..4fd0beb9 100644 --- a/DiscImageChef.Partitions/SGI.cs +++ b/DiscImageChef.Partitions/SGI.cs @@ -9,7 +9,7 @@ // // --[ Description ] ---------------------------------------------------------- // -// Manages SGI DVHs. +// Manages SGI DVHs (Disk Volume Headers). // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/Sun.cs b/DiscImageChef.Partitions/Sun.cs index 6cff6087..21d858d0 100644 --- a/DiscImageChef.Partitions/Sun.cs +++ b/DiscImageChef.Partitions/Sun.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/UNIX.cs b/DiscImageChef.Partitions/UNIX.cs index 14636b23..eb29d369 100644 --- a/DiscImageChef.Partitions/UNIX.cs +++ b/DiscImageChef.Partitions/UNIX.cs @@ -5,11 +5,11 @@ // Filename : UNIX.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Partitioning scheme plugins. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Provides old UNIX hardwired partitions for appropiate device dumps. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; using System.Collections.Generic; diff --git a/DiscImageChef.Partitions/VTOC.cs b/DiscImageChef.Partitions/VTOC.cs index 9d26a107..00ae5a3a 100644 --- a/DiscImageChef.Partitions/VTOC.cs +++ b/DiscImageChef.Partitions/VTOC.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/XENIX.cs b/DiscImageChef.Partitions/XENIX.cs index 38170cbd..40d1380b 100644 --- a/DiscImageChef.Partitions/XENIX.cs +++ b/DiscImageChef.Partitions/XENIX.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Partitions/Xbox.cs b/DiscImageChef.Partitions/Xbox.cs index 90f8f92c..70be6360 100644 --- a/DiscImageChef.Partitions/Xbox.cs +++ b/DiscImageChef.Partitions/Xbox.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Server/App_Start/Ata.cs b/DiscImageChef.Server/App_Start/Ata.cs index 1a2d91f1..822899bb 100644 --- a/DiscImageChef.Server/App_Start/Ata.cs +++ b/DiscImageChef.Server/App_Start/Ata.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Ata.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : DiscImageChef Server. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes ATA information from reports. // // --[ License ] -------------------------------------------------------------- // -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using DiscImageChef.Decoders.SCSI; diff --git a/DiscImageChef.Server/App_Start/ScsiEvpd.cs b/DiscImageChef.Server/App_Start/ScsiEvpd.cs index 36b83a64..33768067 100644 --- a/DiscImageChef.Server/App_Start/ScsiEvpd.cs +++ b/DiscImageChef.Server/App_Start/ScsiEvpd.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : ScsiEvpd.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : DiscImageChef Server. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes SCSI EVPDs from reports. // // --[ License ] -------------------------------------------------------------- // -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using DiscImageChef.Metadata; diff --git a/DiscImageChef.Server/App_Start/ScsiInquiry.cs b/DiscImageChef.Server/App_Start/ScsiInquiry.cs index 311b143f..21f821d1 100644 --- a/DiscImageChef.Server/App_Start/ScsiInquiry.cs +++ b/DiscImageChef.Server/App_Start/ScsiInquiry.cs @@ -2,39 +2,34 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : ScsiInquiryReport.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : ScsiInquiry.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : DiscImageChef Server. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes SCSI INQUIRY from reports. // // --[ License ] -------------------------------------------------------------- // -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using DiscImageChef.Decoders.SCSI; diff --git a/DiscImageChef.Server/App_Start/ScsiMmcFeatures.cs b/DiscImageChef.Server/App_Start/ScsiMmcFeatures.cs index 8b29b71a..b87e46e5 100644 --- a/DiscImageChef.Server/App_Start/ScsiMmcFeatures.cs +++ b/DiscImageChef.Server/App_Start/ScsiMmcFeatures.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : ScsiMmcFeatures.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : DiscImageChef Server. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes SCSI MMC features from reports. // // --[ License ] -------------------------------------------------------------- // -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using DiscImageChef.Decoders.SCSI.MMC; diff --git a/DiscImageChef.Server/App_Start/ScsiMmcMode.cs b/DiscImageChef.Server/App_Start/ScsiMmcMode.cs index 518bf357..137cd081 100644 --- a/DiscImageChef.Server/App_Start/ScsiMmcMode.cs +++ b/DiscImageChef.Server/App_Start/ScsiMmcMode.cs @@ -2,39 +2,34 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : ScsiMmc.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : ScsiMmcMode.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : DiscImageChef Server. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes SCSI MODE PAGE 2Ah from reports. // // --[ License ] -------------------------------------------------------------- // -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Metadata; using System.Collections.Generic; diff --git a/DiscImageChef.Server/App_Start/ScsiModeSense.cs b/DiscImageChef.Server/App_Start/ScsiModeSense.cs index 2eb152d3..4d739931 100644 --- a/DiscImageChef.Server/App_Start/ScsiModeSense.cs +++ b/DiscImageChef.Server/App_Start/ScsiModeSense.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : ScsiModeSense.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : DiscImageChef Server. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes SCSI MODE PAGEs from reports. // // --[ License ] -------------------------------------------------------------- // -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using DiscImageChef.Metadata; diff --git a/DiscImageChef.Server/App_Start/SscTestedMedia.cs b/DiscImageChef.Server/App_Start/SscTestedMedia.cs index 85753e92..7abcc468 100644 --- a/DiscImageChef.Server/App_Start/SscTestedMedia.cs +++ b/DiscImageChef.Server/App_Start/SscTestedMedia.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : SscTestedMedia.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : DiscImageChef Server. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes SCSI Streaming media tests from reports. // // --[ License ] -------------------------------------------------------------- // -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using DiscImageChef.Metadata; diff --git a/DiscImageChef.Server/App_Start/TestedMedia.cs b/DiscImageChef.Server/App_Start/TestedMedia.cs index 51201fce..adf21223 100644 --- a/DiscImageChef.Server/App_Start/TestedMedia.cs +++ b/DiscImageChef.Server/App_Start/TestedMedia.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : TestedMedia.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : DiscImageChef Server. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes media tests from reports. // // --[ License ] -------------------------------------------------------------- // -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using DiscImageChef.Metadata; diff --git a/DiscImageChef.Server/App_Start/WebApiConfig.cs b/DiscImageChef.Server/App_Start/WebApiConfig.cs index 51d8aa0a..62259c03 100644 --- a/DiscImageChef.Server/App_Start/WebApiConfig.cs +++ b/DiscImageChef.Server/App_Start/WebApiConfig.cs @@ -1,4 +1,36 @@ -using System.Web.Http; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : WebApiConfig.cs +// Author(s) : Natalia Portillo +// +// Component : DiscImageChef Server. +// +// --[ Description ] ---------------------------------------------------------- +// +// Configures Web API +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System.Web.Http; namespace DiscImageChef.Server { diff --git a/DiscImageChef.Server/Changelog.aspx b/DiscImageChef.Server/Changelog.aspx index a6f0883c..86d9c8a6 100644 --- a/DiscImageChef.Server/Changelog.aspx +++ b/DiscImageChef.Server/Changelog.aspx @@ -1,4 +1,37 @@ <%@ Page Language="C#" %> +<%-- +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : Changelog.aspx +// Author(s) : Natalia Portillo +// +// Component : DiscImageChef Server. +// +// --[ Description ] ---------------------------------------------------------- +// +// Renders Changelog.md. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ +--%> diff --git a/DiscImageChef.Server/Controllers/UploadReportController.cs b/DiscImageChef.Server/Controllers/UploadReportController.cs index 0065047f..bc4601d5 100644 --- a/DiscImageChef.Server/Controllers/UploadReportController.cs +++ b/DiscImageChef.Server/Controllers/UploadReportController.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : UploadReportController.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : DiscImageChef Server. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Handles report uploads. // // --[ License ] -------------------------------------------------------------- // -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.IO; using System.Net.Http; diff --git a/DiscImageChef.Server/Controllers/UploadStatsController.cs b/DiscImageChef.Server/Controllers/UploadStatsController.cs index 08190bab..1b7a3f92 100644 --- a/DiscImageChef.Server/Controllers/UploadStatsController.cs +++ b/DiscImageChef.Server/Controllers/UploadStatsController.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : UploadStatsController.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : DiscImageChef Server. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Handles statistics uploads. // // --[ License ] -------------------------------------------------------------- // -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.IO; using System.Linq; diff --git a/DiscImageChef.Server/DONATING.aspx b/DiscImageChef.Server/DONATING.aspx index 7843d0cc..9a0c4e46 100644 --- a/DiscImageChef.Server/DONATING.aspx +++ b/DiscImageChef.Server/DONATING.aspx @@ -1,4 +1,37 @@ <%@ Page Language="C#" %> +<%-- +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : DONATING.aspx +// Author(s) : Natalia Portillo +// +// Component : DiscImageChef Server. +// +// --[ Description ] ---------------------------------------------------------- +// +// Renders DONATING.md. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ +--%> diff --git a/DiscImageChef.Server/Default.aspx b/DiscImageChef.Server/Default.aspx index 86a8d3aa..1f40423c 100644 --- a/DiscImageChef.Server/Default.aspx +++ b/DiscImageChef.Server/Default.aspx @@ -1,5 +1,37 @@ <%@ Page Language="C#" Inherits="DiscImageChef.Server.Default" %> - +<%-- +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : Default.aspx +// Author(s) : Natalia Portillo +// +// Component : DiscImageChef Server. +// +// --[ Description ] ---------------------------------------------------------- +// +// Renders README.md. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ +--%> diff --git a/DiscImageChef.Server/Default.aspx.cs b/DiscImageChef.Server/Default.aspx.cs index 45804c08..14739d7b 100644 --- a/DiscImageChef.Server/Default.aspx.cs +++ b/DiscImageChef.Server/Default.aspx.cs @@ -1,4 +1,36 @@ -using System; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : Default.aspx.cs +// Author(s) : Natalia Portillo +// +// Component : DiscImageChef Server. +// +// --[ Description ] ---------------------------------------------------------- +// +// Renders README.md. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System; using System.Web; using System.Web.UI; using Velyo.AspNet.Markdown; diff --git a/DiscImageChef.Server/Global.asax.cs b/DiscImageChef.Server/Global.asax.cs index 5ce5601d..51f2fea1 100644 --- a/DiscImageChef.Server/Global.asax.cs +++ b/DiscImageChef.Server/Global.asax.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Global.asax.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : DiscImageChef Server. // // --[ Description ] ---------------------------------------------------------- // -// Description +// ASP.NET global definitions. // // --[ License ] -------------------------------------------------------------- // -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Web; using System.Web.Http; diff --git a/DiscImageChef.Server/Properties/AssemblyInfo.cs b/DiscImageChef.Server/Properties/AssemblyInfo.cs index 969d3da2..1ce81202 100644 --- a/DiscImageChef.Server/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Server/Properties/AssemblyInfo.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : AssemblyInfo.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : DiscImageChef Server. // // --[ Description ] ---------------------------------------------------------- // -// Description +// C# assembly definitions. // // --[ License ] -------------------------------------------------------------- // -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/DiscImageChef.Server/Statistics.aspx b/DiscImageChef.Server/Statistics.aspx index ea23e9a8..2cb906fc 100644 --- a/DiscImageChef.Server/Statistics.aspx +++ b/DiscImageChef.Server/Statistics.aspx @@ -1,4 +1,37 @@ <%@ Page Language="C#" Inherits="DiscImageChef.Server.Statistics" %> +<%-- +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : Statistics.aspx +// Author(s) : Natalia Portillo +// +// Component : DiscImageChef Server. +// +// --[ Description ] ---------------------------------------------------------- +// +// Renders statistics and links to reports. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ +--%> diff --git a/DiscImageChef.Server/Statistics.aspx.cs b/DiscImageChef.Server/Statistics.aspx.cs index 5f1c756e..b62053f2 100644 --- a/DiscImageChef.Server/Statistics.aspx.cs +++ b/DiscImageChef.Server/Statistics.aspx.cs @@ -1,4 +1,36 @@ -using System; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : Statistics.aspx.cs +// Author(s) : Natalia Portillo +// +// Component : DiscImageChef Server. +// +// --[ Description ] ---------------------------------------------------------- +// +// Renders statistics and links to reports. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System; using System.Web; using System.Web.UI; using System.Reflection; diff --git a/DiscImageChef.Server/TODO.aspx b/DiscImageChef.Server/TODO.aspx index b596af5c..e7708acf 100644 --- a/DiscImageChef.Server/TODO.aspx +++ b/DiscImageChef.Server/TODO.aspx @@ -1,4 +1,37 @@ <%@ Page Language="C#" %> +<%-- +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : TODO.aspx +// Author(s) : Natalia Portillo +// +// Component : DiscImageChef Server. +// +// --[ Description ] ---------------------------------------------------------- +// +// Renders TODO.md. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ +--%> diff --git a/DiscImageChef.Server/ViewReport.aspx b/DiscImageChef.Server/ViewReport.aspx index 5036ce40..df0adbaa 100644 --- a/DiscImageChef.Server/ViewReport.aspx +++ b/DiscImageChef.Server/ViewReport.aspx @@ -1,4 +1,37 @@ <%@ Page Language="C#" Inherits="DiscImageChef.Server.ViewReport" %> +<%-- +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : ViewReport.aspx +// Author(s) : Natalia Portillo +// +// Component : DiscImageChef Server. +// +// --[ Description ] ---------------------------------------------------------- +// +// Renders a device report. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ +--%> diff --git a/DiscImageChef.Server/ViewReport.aspx.cs b/DiscImageChef.Server/ViewReport.aspx.cs index ae21dc95..8c74b9f4 100644 --- a/DiscImageChef.Server/ViewReport.aspx.cs +++ b/DiscImageChef.Server/ViewReport.aspx.cs @@ -1,4 +1,36 @@ -using System; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : ViewReport.aspx.cs +// Author(s) : Natalia Portillo +// +// Component : DiscImageChef Server. +// +// --[ Description ] ---------------------------------------------------------- +// +// Renders a device report. +// +// --[ License ] -------------------------------------------------------------- +// +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the +// License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System; using System.Web; using System.Web.UI; using System.Text; diff --git a/DiscImageChef.Settings/Properties/AssemblyInfo.cs b/DiscImageChef.Settings/Properties/AssemblyInfo.cs index 2354ff12..e2485f16 100644 --- a/DiscImageChef.Settings/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Settings/Properties/AssemblyInfo.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : AssemblyInfo.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : DiscImageChef settings. // // --[ Description ] ---------------------------------------------------------- // -// Description +// C# assembly definitions. // // --[ License ] -------------------------------------------------------------- // -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/DiscImageChef.Settings/Settings.cs b/DiscImageChef.Settings/Settings.cs index 9fe7f183..5e7f0b07 100644 --- a/DiscImageChef.Settings/Settings.cs +++ b/DiscImageChef.Settings/Settings.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Tests.Devices/ATA.cs b/DiscImageChef.Tests.Devices/ATA.cs index 70172263..b31dd974 100644 --- a/DiscImageChef.Tests.Devices/ATA.cs +++ b/DiscImageChef.Tests.Devices/ATA.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : ATA.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; using DiscImageChef.Tests.Devices.ATA; diff --git a/DiscImageChef.Tests.Devices/ATA/Ata28.cs b/DiscImageChef.Tests.Devices/ATA/Ata28.cs index 7b7e8268..594c7115 100644 --- a/DiscImageChef.Tests.Devices/ATA/Ata28.cs +++ b/DiscImageChef.Tests.Devices/ATA/Ata28.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Ata28.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; using DiscImageChef.Decoders.ATA; diff --git a/DiscImageChef.Tests.Devices/ATA/Ata48.cs b/DiscImageChef.Tests.Devices/ATA/Ata48.cs index 9d9ca03d..caf0159d 100644 --- a/DiscImageChef.Tests.Devices/ATA/Ata48.cs +++ b/DiscImageChef.Tests.Devices/ATA/Ata48.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Ata48.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; using DiscImageChef.Decoders.ATA; diff --git a/DiscImageChef.Tests.Devices/ATA/AtaCHS.cs b/DiscImageChef.Tests.Devices/ATA/AtaCHS.cs index d95cd305..452002bc 100644 --- a/DiscImageChef.Tests.Devices/ATA/AtaCHS.cs +++ b/DiscImageChef.Tests.Devices/ATA/AtaCHS.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : AtaCHS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Decoders.ATA; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/ATA/Atapi.cs b/DiscImageChef.Tests.Devices/ATA/Atapi.cs index 1dc5ca21..1bdd6cfe 100644 --- a/DiscImageChef.Tests.Devices/ATA/Atapi.cs +++ b/DiscImageChef.Tests.Devices/ATA/Atapi.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Atapi.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; using DiscImageChef.Decoders.ATA; diff --git a/DiscImageChef.Tests.Devices/ATA/Cfa.cs b/DiscImageChef.Tests.Devices/ATA/Cfa.cs index cf4b8941..5f4c50a9 100644 --- a/DiscImageChef.Tests.Devices/ATA/Cfa.cs +++ b/DiscImageChef.Tests.Devices/ATA/Cfa.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Cfa.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; using DiscImageChef.Decoders.ATA; diff --git a/DiscImageChef.Tests.Devices/ATA/MCPT.cs b/DiscImageChef.Tests.Devices/ATA/MCPT.cs index 7762c2a4..aa3eb70d 100644 --- a/DiscImageChef.Tests.Devices/ATA/MCPT.cs +++ b/DiscImageChef.Tests.Devices/ATA/MCPT.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : MCPT.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; using DiscImageChef.Decoders.ATA; diff --git a/DiscImageChef.Tests.Devices/ATA/Smart.cs b/DiscImageChef.Tests.Devices/ATA/Smart.cs index e03642b9..1b9f2eff 100644 --- a/DiscImageChef.Tests.Devices/ATA/Smart.cs +++ b/DiscImageChef.Tests.Devices/ATA/Smart.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Smart.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; using DiscImageChef.Decoders.ATA; diff --git a/DiscImageChef.Tests.Devices/Command.cs b/DiscImageChef.Tests.Devices/Command.cs index 0b6a672a..da33df7e 100644 --- a/DiscImageChef.Tests.Devices/Command.cs +++ b/DiscImageChef.Tests.Devices/Command.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Command.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/DecodeATARegisters.cs b/DiscImageChef.Tests.Devices/DecodeATARegisters.cs index 30580ed0..426b0406 100644 --- a/DiscImageChef.Tests.Devices/DecodeATARegisters.cs +++ b/DiscImageChef.Tests.Devices/DecodeATARegisters.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : DecodeATARegisters.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Decoders.ATA; using System.Text; diff --git a/DiscImageChef.Tests.Devices/Device.cs b/DiscImageChef.Tests.Devices/Device.cs index 21208a0c..e8b585a3 100644 --- a/DiscImageChef.Tests.Devices/Device.cs +++ b/DiscImageChef.Tests.Devices/Device.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Device.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Console; diff --git a/DiscImageChef.Tests.Devices/Main.cs b/DiscImageChef.Tests.Devices/Main.cs index 93ec11c1..cd083f23 100644 --- a/DiscImageChef.Tests.Devices/Main.cs +++ b/DiscImageChef.Tests.Devices/Main.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : Program.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : Main.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Linq; using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/NVMe.cs b/DiscImageChef.Tests.Devices/NVMe.cs index c3ee789b..0d23698f 100644 --- a/DiscImageChef.Tests.Devices/NVMe.cs +++ b/DiscImageChef.Tests.Devices/NVMe.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : NVMe.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/Properties/AssemblyInfo.cs b/DiscImageChef.Tests.Devices/Properties/AssemblyInfo.cs index 8e336b2b..06851242 100644 --- a/DiscImageChef.Tests.Devices/Properties/AssemblyInfo.cs +++ b/DiscImageChef.Tests.Devices/Properties/AssemblyInfo.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : AssemblyInfo.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Reflection; using System.Runtime.CompilerServices; diff --git a/DiscImageChef.Tests.Devices/SCSI.cs b/DiscImageChef.Tests.Devices/SCSI.cs index b6ad9cec..e004bd94 100644 --- a/DiscImageChef.Tests.Devices/SCSI.cs +++ b/DiscImageChef.Tests.Devices/SCSI.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SCSI.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; using DiscImageChef.Tests.Devices.SCSI; diff --git a/DiscImageChef.Tests.Devices/SCSI/Adaptec.cs b/DiscImageChef.Tests.Devices/SCSI/Adaptec.cs index 5c9c1cbb..d8622e06 100644 --- a/DiscImageChef.Tests.Devices/SCSI/Adaptec.cs +++ b/DiscImageChef.Tests.Devices/SCSI/Adaptec.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Adaptec.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/SCSI/ArchiveCorp.cs b/DiscImageChef.Tests.Devices/SCSI/ArchiveCorp.cs index 95c7f5b8..95039e88 100644 --- a/DiscImageChef.Tests.Devices/SCSI/ArchiveCorp.cs +++ b/DiscImageChef.Tests.Devices/SCSI/ArchiveCorp.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : ArchiveCorp.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/SCSI/Certance.cs b/DiscImageChef.Tests.Devices/SCSI/Certance.cs index 90553b07..086b940e 100644 --- a/DiscImageChef.Tests.Devices/SCSI/Certance.cs +++ b/DiscImageChef.Tests.Devices/SCSI/Certance.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Certance.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/SCSI/Fujitsu.cs b/DiscImageChef.Tests.Devices/SCSI/Fujitsu.cs index 22f96d26..91220151 100644 --- a/DiscImageChef.Tests.Devices/SCSI/Fujitsu.cs +++ b/DiscImageChef.Tests.Devices/SCSI/Fujitsu.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Fujitsu.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/SCSI/HL-DT-ST.cs b/DiscImageChef.Tests.Devices/SCSI/HL-DT-ST.cs index 5dacf4b3..530d616d 100644 --- a/DiscImageChef.Tests.Devices/SCSI/HL-DT-ST.cs +++ b/DiscImageChef.Tests.Devices/SCSI/HL-DT-ST.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : HL-DT-ST.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/SCSI/HP.cs b/DiscImageChef.Tests.Devices/SCSI/HP.cs index 062f40c2..821678d0 100644 --- a/DiscImageChef.Tests.Devices/SCSI/HP.cs +++ b/DiscImageChef.Tests.Devices/SCSI/HP.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : HP.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/SCSI/Kreon.cs b/DiscImageChef.Tests.Devices/SCSI/Kreon.cs index 0ca27e34..a2c356f5 100644 --- a/DiscImageChef.Tests.Devices/SCSI/Kreon.cs +++ b/DiscImageChef.Tests.Devices/SCSI/Kreon.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Kreon.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/SCSI/MMC.cs b/DiscImageChef.Tests.Devices/SCSI/MMC.cs index b7de85a1..f54232c4 100644 --- a/DiscImageChef.Tests.Devices/SCSI/MMC.cs +++ b/DiscImageChef.Tests.Devices/SCSI/MMC.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : MMC.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/SCSI/NEC.cs b/DiscImageChef.Tests.Devices/SCSI/NEC.cs index cc76a8f9..c3d6dbaa 100644 --- a/DiscImageChef.Tests.Devices/SCSI/NEC.cs +++ b/DiscImageChef.Tests.Devices/SCSI/NEC.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : NEC.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/SCSI/Pioneer.cs b/DiscImageChef.Tests.Devices/SCSI/Pioneer.cs index 6992018e..7de318d5 100644 --- a/DiscImageChef.Tests.Devices/SCSI/Pioneer.cs +++ b/DiscImageChef.Tests.Devices/SCSI/Pioneer.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Pioneer.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/SCSI/Plasmon.cs b/DiscImageChef.Tests.Devices/SCSI/Plasmon.cs index 5de5493b..2cfa90c2 100644 --- a/DiscImageChef.Tests.Devices/SCSI/Plasmon.cs +++ b/DiscImageChef.Tests.Devices/SCSI/Plasmon.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Plasmon.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/SCSI/Plextor.cs b/DiscImageChef.Tests.Devices/SCSI/Plextor.cs index 428b50b9..85414094 100644 --- a/DiscImageChef.Tests.Devices/SCSI/Plextor.cs +++ b/DiscImageChef.Tests.Devices/SCSI/Plextor.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Plextor.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/SCSI/SBC.cs b/DiscImageChef.Tests.Devices/SCSI/SBC.cs index 2e11708d..8eac054b 100644 --- a/DiscImageChef.Tests.Devices/SCSI/SBC.cs +++ b/DiscImageChef.Tests.Devices/SCSI/SBC.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SBC.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/SCSI/SMC.cs b/DiscImageChef.Tests.Devices/SCSI/SMC.cs index 4dffb8e6..2b3fad6f 100644 --- a/DiscImageChef.Tests.Devices/SCSI/SMC.cs +++ b/DiscImageChef.Tests.Devices/SCSI/SMC.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SMC.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/SCSI/SPC.cs b/DiscImageChef.Tests.Devices/SCSI/SPC.cs index ad461887..aa6ed6d6 100644 --- a/DiscImageChef.Tests.Devices/SCSI/SPC.cs +++ b/DiscImageChef.Tests.Devices/SCSI/SPC.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SPC.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; using System; diff --git a/DiscImageChef.Tests.Devices/SCSI/SSC.cs b/DiscImageChef.Tests.Devices/SCSI/SSC.cs index 8da80c23..6106922a 100644 --- a/DiscImageChef.Tests.Devices/SCSI/SSC.cs +++ b/DiscImageChef.Tests.Devices/SCSI/SSC.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SSC.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/SCSI/SyQuest.cs b/DiscImageChef.Tests.Devices/SCSI/SyQuest.cs index 8a3f755f..36eb59cc 100644 --- a/DiscImageChef.Tests.Devices/SCSI/SyQuest.cs +++ b/DiscImageChef.Tests.Devices/SCSI/SyQuest.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SyQuest.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/SecureDigital.cs b/DiscImageChef.Tests.Devices/SecureDigital.cs index 5062572f..2193b549 100644 --- a/DiscImageChef.Tests.Devices/SecureDigital.cs +++ b/DiscImageChef.Tests.Devices/SecureDigital.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SecureDigital.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; using DiscImageChef.Tests.Devices.SecureDigital; diff --git a/DiscImageChef.Tests.Devices/SecureDigital/MultiMediaCard.cs b/DiscImageChef.Tests.Devices/SecureDigital/MultiMediaCard.cs index d662f4a6..8de1bdb4 100644 --- a/DiscImageChef.Tests.Devices/SecureDigital/MultiMediaCard.cs +++ b/DiscImageChef.Tests.Devices/SecureDigital/MultiMediaCard.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : MultiMediaCard.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests.Devices/SecureDigital/SecureDigital.cs b/DiscImageChef.Tests.Devices/SecureDigital/SecureDigital.cs index 40c5d071..14e16891 100644 --- a/DiscImageChef.Tests.Devices/SecureDigital/SecureDigital.cs +++ b/DiscImageChef.Tests.Devices/SecureDigital/SecureDigital.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SecureDigital.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef device testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using DiscImageChef.Console; using DiscImageChef.Devices; diff --git a/DiscImageChef.Tests/Checksums/Adler32.cs b/DiscImageChef.Tests/Checksums/Adler32.cs index 23f282b2..394a7425 100644 --- a/DiscImageChef.Tests/Checksums/Adler32.cs +++ b/DiscImageChef.Tests/Checksums/Adler32.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Adler32.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using NUnit.Framework; using DiscImageChef.Checksums; diff --git a/DiscImageChef.Tests/Checksums/CRC16.cs b/DiscImageChef.Tests/Checksums/CRC16.cs index 8c02b5de..75f82741 100644 --- a/DiscImageChef.Tests/Checksums/CRC16.cs +++ b/DiscImageChef.Tests/Checksums/CRC16.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : CRC16.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using NUnit.Framework; using DiscImageChef.Checksums; diff --git a/DiscImageChef.Tests/Checksums/CRC32.cs b/DiscImageChef.Tests/Checksums/CRC32.cs index 8adbff91..68275982 100644 --- a/DiscImageChef.Tests/Checksums/CRC32.cs +++ b/DiscImageChef.Tests/Checksums/CRC32.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : CRC32.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using NUnit.Framework; using DiscImageChef.Checksums; diff --git a/DiscImageChef.Tests/Checksums/CRC64.cs b/DiscImageChef.Tests/Checksums/CRC64.cs index 8d4d124b..d5719582 100644 --- a/DiscImageChef.Tests/Checksums/CRC64.cs +++ b/DiscImageChef.Tests/Checksums/CRC64.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : CRC64.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using NUnit.Framework; using DiscImageChef.Checksums; diff --git a/DiscImageChef.Tests/Checksums/MD5.cs b/DiscImageChef.Tests/Checksums/MD5.cs index ce8492e1..ac0479c9 100644 --- a/DiscImageChef.Tests/Checksums/MD5.cs +++ b/DiscImageChef.Tests/Checksums/MD5.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : MD5.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using NUnit.Framework; using DiscImageChef.Checksums; diff --git a/DiscImageChef.Tests/Checksums/RIPEMD160.cs b/DiscImageChef.Tests/Checksums/RIPEMD160.cs index a9528b0e..8bcfe48e 100644 --- a/DiscImageChef.Tests/Checksums/RIPEMD160.cs +++ b/DiscImageChef.Tests/Checksums/RIPEMD160.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : RIPEMD160.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using NUnit.Framework; using DiscImageChef.Checksums; diff --git a/DiscImageChef.Tests/Checksums/SHA1.cs b/DiscImageChef.Tests/Checksums/SHA1.cs index 324d0d2c..be471ec8 100644 --- a/DiscImageChef.Tests/Checksums/SHA1.cs +++ b/DiscImageChef.Tests/Checksums/SHA1.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SHA1.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using NUnit.Framework; using DiscImageChef.Checksums; diff --git a/DiscImageChef.Tests/Checksums/SHA256.cs b/DiscImageChef.Tests/Checksums/SHA256.cs index d63108fc..a869915d 100644 --- a/DiscImageChef.Tests/Checksums/SHA256.cs +++ b/DiscImageChef.Tests/Checksums/SHA256.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SHA256.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using NUnit.Framework; using DiscImageChef.Checksums; diff --git a/DiscImageChef.Tests/Checksums/SHA384.cs b/DiscImageChef.Tests/Checksums/SHA384.cs index 270a0998..2aaf5219 100644 --- a/DiscImageChef.Tests/Checksums/SHA384.cs +++ b/DiscImageChef.Tests/Checksums/SHA384.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SHA384.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using NUnit.Framework; using DiscImageChef.Checksums; diff --git a/DiscImageChef.Tests/Checksums/SHA512.cs b/DiscImageChef.Tests/Checksums/SHA512.cs index 70eb54b8..5296aae4 100644 --- a/DiscImageChef.Tests/Checksums/SHA512.cs +++ b/DiscImageChef.Tests/Checksums/SHA512.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SHA512.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using NUnit.Framework; using DiscImageChef.Checksums; diff --git a/DiscImageChef.Tests/Checksums/SpamSum.cs b/DiscImageChef.Tests/Checksums/SpamSum.cs index 92fd349a..3f2a4f3b 100644 --- a/DiscImageChef.Tests/Checksums/SpamSum.cs +++ b/DiscImageChef.Tests/Checksums/SpamSum.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SpamSum.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using NUnit.Framework; using DiscImageChef.Checksums; diff --git a/DiscImageChef.Tests/Consts.cs b/DiscImageChef.Tests/Consts.cs index 1b4b29ee..146bf74e 100644 --- a/DiscImageChef.Tests/Consts.cs +++ b/DiscImageChef.Tests/Consts.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Consts.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,10 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + + namespace DiscImageChef.Tests { diff --git a/DiscImageChef.Tests/Devices/IomegaJaz.cs b/DiscImageChef.Tests/Devices/IomegaJaz.cs index 4c8202b6..80b607a4 100644 --- a/DiscImageChef.Tests/Devices/IomegaJaz.cs +++ b/DiscImageChef.Tests/Devices/IomegaJaz.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : IomegaJaz.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Devices/LS120.cs b/DiscImageChef.Tests/Devices/LS120.cs index 7efb6bc0..cb36fa27 100644 --- a/DiscImageChef.Tests/Devices/LS120.cs +++ b/DiscImageChef.Tests/Devices/LS120.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : LS120.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Devices/PocketZip.cs b/DiscImageChef.Tests/Devices/PocketZip.cs index 11e18784..7190d2db 100644 --- a/DiscImageChef.Tests/Devices/PocketZip.cs +++ b/DiscImageChef.Tests/Devices/PocketZip.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : PocketZip.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Filesystems/ADFS.cs b/DiscImageChef.Tests/Filesystems/ADFS.cs index 3537da84..b11347af 100644 --- a/DiscImageChef.Tests/Filesystems/ADFS.cs +++ b/DiscImageChef.Tests/Filesystems/ADFS.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : ADFS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using NUnit.Framework; using System.IO; diff --git a/DiscImageChef.Tests/Filesystems/AFFS.cs b/DiscImageChef.Tests/Filesystems/AFFS.cs index 279c0fbf..c9b6d5f2 100644 --- a/DiscImageChef.Tests/Filesystems/AFFS.cs +++ b/DiscImageChef.Tests/Filesystems/AFFS.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : AFFS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/AFFS2_RDB.cs b/DiscImageChef.Tests/Filesystems/AFFS2_RDB.cs index ee8580fc..0a7b9bfa 100644 --- a/DiscImageChef.Tests/Filesystems/AFFS2_RDB.cs +++ b/DiscImageChef.Tests/Filesystems/AFFS2_RDB.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : AFFS2_RDB.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/AFFS_MBR.cs b/DiscImageChef.Tests/Filesystems/AFFS_MBR.cs index 2c769b42..4b2e6282 100644 --- a/DiscImageChef.Tests/Filesystems/AFFS_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/AFFS_MBR.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : AFFS_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/AFFS_MBR_RDB.cs b/DiscImageChef.Tests/Filesystems/AFFS_MBR_RDB.cs index 27e9622a..debc34d3 100644 --- a/DiscImageChef.Tests/Filesystems/AFFS_MBR_RDB.cs +++ b/DiscImageChef.Tests/Filesystems/AFFS_MBR_RDB.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : AFFS_MBR_RDB.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : AFFS_MBR_RD.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/AFFS_RDB.cs b/DiscImageChef.Tests/Filesystems/AFFS_RDB.cs index 707ea0f3..cd5fe947 100644 --- a/DiscImageChef.Tests/Filesystems/AFFS_RDB.cs +++ b/DiscImageChef.Tests/Filesystems/AFFS_RDB.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : AFFS_RDB.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/AFS.cs b/DiscImageChef.Tests/Filesystems/AFS.cs index b3c6ab4e..ba10d54d 100644 --- a/DiscImageChef.Tests/Filesystems/AFS.cs +++ b/DiscImageChef.Tests/Filesystems/AFS.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : AFS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/AFS_MBR.cs b/DiscImageChef.Tests/Filesystems/AFS_MBR.cs index 8b5b781a..b3e71667 100644 --- a/DiscImageChef.Tests/Filesystems/AFS_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/AFS_MBR.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : SysV_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : AFS_MBR.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/AOFS.cs b/DiscImageChef.Tests/Filesystems/AOFS.cs index 1d7ca0aa..5733b0c4 100644 --- a/DiscImageChef.Tests/Filesystems/AOFS.cs +++ b/DiscImageChef.Tests/Filesystems/AOFS.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : AOFS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/AOFS_MBR.cs b/DiscImageChef.Tests/Filesystems/AOFS_MBR.cs index 8bdb8d21..0d422e80 100644 --- a/DiscImageChef.Tests/Filesystems/AOFS_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/AOFS_MBR.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : AOFS_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : Settings.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/AOFS_MBR_RDB.cs b/DiscImageChef.Tests/Filesystems/AOFS_MBR_RDB.cs index 18f2ee65..8cb7662b 100644 --- a/DiscImageChef.Tests/Filesystems/AOFS_MBR_RDB.cs +++ b/DiscImageChef.Tests/Filesystems/AOFS_MBR_RDB.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : AOFS_MBR_RDB.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,10 +23,10 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ -using System; + +using System; using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/AOFS_RDB.cs b/DiscImageChef.Tests/Filesystems/AOFS_RDB.cs index 05c0d5aa..c0308b3f 100644 --- a/DiscImageChef.Tests/Filesystems/AOFS_RDB.cs +++ b/DiscImageChef.Tests/Filesystems/AOFS_RDB.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : AOFS_RDB.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/Atheos_MBR.cs b/DiscImageChef.Tests/Filesystems/Atheos_MBR.cs index 06458009..33c199c7 100644 --- a/DiscImageChef.Tests/Filesystems/Atheos_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/Atheos_MBR.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : Atheros_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : Atheos_MBR.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/BeFS.cs b/DiscImageChef.Tests/Filesystems/BeFS.cs index 8a3c81e7..8b1fdf43 100644 --- a/DiscImageChef.Tests/Filesystems/BeFS.cs +++ b/DiscImageChef.Tests/Filesystems/BeFS.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : BeFS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/BeFS_APM.cs b/DiscImageChef.Tests/Filesystems/BeFS_APM.cs index d9cca789..32a2a193 100644 --- a/DiscImageChef.Tests/Filesystems/BeFS_APM.cs +++ b/DiscImageChef.Tests/Filesystems/BeFS_APM.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : BeFS_APM.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/BeFS_GPT.cs b/DiscImageChef.Tests/Filesystems/BeFS_GPT.cs index afbd970e..3ade61cb 100644 --- a/DiscImageChef.Tests/Filesystems/BeFS_GPT.cs +++ b/DiscImageChef.Tests/Filesystems/BeFS_GPT.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : BeFS_GPT.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/BeFS_MBR.cs b/DiscImageChef.Tests/Filesystems/BeFS_MBR.cs index 49bc2a5a..9f15d162 100644 --- a/DiscImageChef.Tests/Filesystems/BeFS_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/BeFS_MBR.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : BeFS_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/COHERENT.cs b/DiscImageChef.Tests/Filesystems/COHERENT.cs index ba5253c4..26816a39 100644 --- a/DiscImageChef.Tests/Filesystems/COHERENT.cs +++ b/DiscImageChef.Tests/Filesystems/COHERENT.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : COHERENT.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/COHERENT_MBR.cs b/DiscImageChef.Tests/Filesystems/COHERENT_MBR.cs index 24e33ad2..ccba6f5a 100644 --- a/DiscImageChef.Tests/Filesystems/COHERENT_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/COHERENT_MBR.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : SysV_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : COHERENT_MBR.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/DTFS.cs b/DiscImageChef.Tests/Filesystems/DTFS.cs index c9558f11..45799d81 100644 --- a/DiscImageChef.Tests/Filesystems/DTFS.cs +++ b/DiscImageChef.Tests/Filesystems/DTFS.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : DTFS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/DTFS_MBR.cs b/DiscImageChef.Tests/Filesystems/DTFS_MBR.cs index 7b7d38cb..5b037459 100644 --- a/DiscImageChef.Tests/Filesystems/DTFS_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/DTFS_MBR.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : SysV_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : DTFS_MBR.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/EAFS.cs b/DiscImageChef.Tests/Filesystems/EAFS.cs index a557b563..90d5b104 100644 --- a/DiscImageChef.Tests/Filesystems/EAFS.cs +++ b/DiscImageChef.Tests/Filesystems/EAFS.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : EAFS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/EAFS_MBR.cs b/DiscImageChef.Tests/Filesystems/EAFS_MBR.cs index 4a18b0b5..e14edc27 100644 --- a/DiscImageChef.Tests/Filesystems/EAFS_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/EAFS_MBR.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : SysV_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : EAFS_MBR.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/F2FS.cs b/DiscImageChef.Tests/Filesystems/F2FS.cs index a5f26055..deccb6b1 100644 --- a/DiscImageChef.Tests/Filesystems/F2FS.cs +++ b/DiscImageChef.Tests/Filesystems/F2FS.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : F2FS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/FAT12.cs b/DiscImageChef.Tests/Filesystems/FAT12.cs index dce9a855..e28231a4 100644 --- a/DiscImageChef.Tests/Filesystems/FAT12.cs +++ b/DiscImageChef.Tests/Filesystems/FAT12.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : FAT12.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/FAT12_APM.cs b/DiscImageChef.Tests/Filesystems/FAT12_APM.cs index 3bfcaf2b..6d227c09 100644 --- a/DiscImageChef.Tests/Filesystems/FAT12_APM.cs +++ b/DiscImageChef.Tests/Filesystems/FAT12_APM.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : FAT12_APM.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/FAT12_GPT.cs b/DiscImageChef.Tests/Filesystems/FAT12_GPT.cs index 408f8b50..d5e6f75d 100644 --- a/DiscImageChef.Tests/Filesystems/FAT12_GPT.cs +++ b/DiscImageChef.Tests/Filesystems/FAT12_GPT.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : FAT12_GPT.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : FAT12_GPM.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/FAT12_MBR.cs b/DiscImageChef.Tests/Filesystems/FAT12_MBR.cs index cf887c30..e49ddad7 100644 --- a/DiscImageChef.Tests/Filesystems/FAT12_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/FAT12_MBR.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : FAT12_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/FAT16.cs b/DiscImageChef.Tests/Filesystems/FAT16.cs index cf0b4e80..a80dc949 100644 --- a/DiscImageChef.Tests/Filesystems/FAT16.cs +++ b/DiscImageChef.Tests/Filesystems/FAT16.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : FAT16.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/FAT16_APM.cs b/DiscImageChef.Tests/Filesystems/FAT16_APM.cs index bf460548..e41c385e 100644 --- a/DiscImageChef.Tests/Filesystems/FAT16_APM.cs +++ b/DiscImageChef.Tests/Filesystems/FAT16_APM.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : FAT16_Atari.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : FAT16_APM.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/FAT16_Atari.cs b/DiscImageChef.Tests/Filesystems/FAT16_Atari.cs index 45c87494..61a0ad5d 100644 --- a/DiscImageChef.Tests/Filesystems/FAT16_Atari.cs +++ b/DiscImageChef.Tests/Filesystems/FAT16_Atari.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : FAT16_APM.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : FAT16_Atari.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/FAT16_GPT.cs b/DiscImageChef.Tests/Filesystems/FAT16_GPT.cs index c723b3fb..2bd67d92 100644 --- a/DiscImageChef.Tests/Filesystems/FAT16_GPT.cs +++ b/DiscImageChef.Tests/Filesystems/FAT16_GPT.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : FAT16_GPT.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/FAT16_MBR.cs b/DiscImageChef.Tests/Filesystems/FAT16_MBR.cs index e1e4928b..bf5452f8 100644 --- a/DiscImageChef.Tests/Filesystems/FAT16_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/FAT16_MBR.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : FAT16_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/FAT16_RDB.cs b/DiscImageChef.Tests/Filesystems/FAT16_RDB.cs index 3ddfa678..46cbe4d0 100644 --- a/DiscImageChef.Tests/Filesystems/FAT16_RDB.cs +++ b/DiscImageChef.Tests/Filesystems/FAT16_RDB.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : FAT16_RDB.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,10 +23,10 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ -using System; + +using System; using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/FAT32_APM.cs b/DiscImageChef.Tests/Filesystems/FAT32_APM.cs index d1202ff4..5a5b95ac 100644 --- a/DiscImageChef.Tests/Filesystems/FAT32_APM.cs +++ b/DiscImageChef.Tests/Filesystems/FAT32_APM.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : FAT32_APM.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/FAT32_GPT.cs b/DiscImageChef.Tests/Filesystems/FAT32_GPT.cs index 57ab8daa..61a5158a 100644 --- a/DiscImageChef.Tests/Filesystems/FAT32_GPT.cs +++ b/DiscImageChef.Tests/Filesystems/FAT32_GPT.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : FAT32_GPT.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/FAT32_MBR.cs b/DiscImageChef.Tests/Filesystems/FAT32_MBR.cs index e6fdcf5e..3db78417 100644 --- a/DiscImageChef.Tests/Filesystems/FAT32_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/FAT32_MBR.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : FAT32_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/HAMMER_MBR.cs b/DiscImageChef.Tests/Filesystems/HAMMER_MBR.cs index 308388ef..6200e110 100644 --- a/DiscImageChef.Tests/Filesystems/HAMMER_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/HAMMER_MBR.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : HAMMER_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,10 +23,10 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ -using System; + +using System; using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/HFS.cs b/DiscImageChef.Tests/Filesystems/HFS.cs index 06e37c96..12089ab9 100644 --- a/DiscImageChef.Tests/Filesystems/HFS.cs +++ b/DiscImageChef.Tests/Filesystems/HFS.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : HFS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/HFSPlus_APM.cs b/DiscImageChef.Tests/Filesystems/HFSPlus_APM.cs index 78e27aaa..6f4cdd3d 100644 --- a/DiscImageChef.Tests/Filesystems/HFSPlus_APM.cs +++ b/DiscImageChef.Tests/Filesystems/HFSPlus_APM.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : HFSPlus_APM.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/HFSPlus_GPT.cs b/DiscImageChef.Tests/Filesystems/HFSPlus_GPT.cs index bd756ad1..5cc78efe 100644 --- a/DiscImageChef.Tests/Filesystems/HFSPlus_GPT.cs +++ b/DiscImageChef.Tests/Filesystems/HFSPlus_GPT.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : HFSPlus_GPT.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/HFSPlus_MBR.cs b/DiscImageChef.Tests/Filesystems/HFSPlus_MBR.cs index 489e10e8..b05aded3 100644 --- a/DiscImageChef.Tests/Filesystems/HFSPlus_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/HFSPlus_MBR.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : HFSPlus_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/HFSX_APM.cs b/DiscImageChef.Tests/Filesystems/HFSX_APM.cs index d902f2c9..71abe0cb 100644 --- a/DiscImageChef.Tests/Filesystems/HFSX_APM.cs +++ b/DiscImageChef.Tests/Filesystems/HFSX_APM.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : HFSX_APM.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/HFSX_GPT.cs b/DiscImageChef.Tests/Filesystems/HFSX_GPT.cs index 01b2f5a7..9efd1ad7 100644 --- a/DiscImageChef.Tests/Filesystems/HFSX_GPT.cs +++ b/DiscImageChef.Tests/Filesystems/HFSX_GPT.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : HFSX_GPT.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/HFSX_MBR.cs b/DiscImageChef.Tests/Filesystems/HFSX_MBR.cs index 99dc2049..67c4dff5 100644 --- a/DiscImageChef.Tests/Filesystems/HFSX_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/HFSX_MBR.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : HFSX_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/HFS_APM.cs b/DiscImageChef.Tests/Filesystems/HFS_APM.cs index d1d28c2b..50199a99 100644 --- a/DiscImageChef.Tests/Filesystems/HFS_APM.cs +++ b/DiscImageChef.Tests/Filesystems/HFS_APM.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : HFS_APM.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/HFS_CDROM.cs b/DiscImageChef.Tests/Filesystems/HFS_CDROM.cs index 658dda47..c724ea0c 100644 --- a/DiscImageChef.Tests/Filesystems/HFS_CDROM.cs +++ b/DiscImageChef.Tests/Filesystems/HFS_CDROM.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : HFS_CDROM.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/HFS_MBR.cs b/DiscImageChef.Tests/Filesystems/HFS_MBR.cs index 83eff493..f5c229d4 100644 --- a/DiscImageChef.Tests/Filesystems/HFS_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/HFS_MBR.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : HFS_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/HFS_RDB.cs b/DiscImageChef.Tests/Filesystems/HFS_RDB.cs index 7c538533..5be6da4b 100644 --- a/DiscImageChef.Tests/Filesystems/HFS_RDB.cs +++ b/DiscImageChef.Tests/Filesystems/HFS_RDB.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : HFS_RDB.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,10 +23,10 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ -using System; + +using System; using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/HPFS.cs b/DiscImageChef.Tests/Filesystems/HPFS.cs index ac483310..ed1cc84b 100644 --- a/DiscImageChef.Tests/Filesystems/HPFS.cs +++ b/DiscImageChef.Tests/Filesystems/HPFS.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : HPFS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/HTFS.cs b/DiscImageChef.Tests/Filesystems/HTFS.cs index 472dd60d..c40460ca 100644 --- a/DiscImageChef.Tests/Filesystems/HTFS.cs +++ b/DiscImageChef.Tests/Filesystems/HTFS.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : HTFS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/HTFS_MBR.cs b/DiscImageChef.Tests/Filesystems/HTFS_MBR.cs index a37cb6b9..6139dc28 100644 --- a/DiscImageChef.Tests/Filesystems/HTFS_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/HTFS_MBR.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : SysV_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : HTFS_MBR.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/ISO9660.cs b/DiscImageChef.Tests/Filesystems/ISO9660.cs index b1339827..fdca5302 100644 --- a/DiscImageChef.Tests/Filesystems/ISO9660.cs +++ b/DiscImageChef.Tests/Filesystems/ISO9660.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : ISO9660.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/JFS2.cs b/DiscImageChef.Tests/Filesystems/JFS2.cs index dea3c025..91146c7a 100644 --- a/DiscImageChef.Tests/Filesystems/JFS2.cs +++ b/DiscImageChef.Tests/Filesystems/JFS2.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : JFS2.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/LFS_MBR.cs b/DiscImageChef.Tests/Filesystems/LFS_MBR.cs index e2942839..ff04070d 100644 --- a/DiscImageChef.Tests/Filesystems/LFS_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/LFS_MBR.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : LFS_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,10 +23,10 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ -using System; + +using System; using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/LisaFS.cs b/DiscImageChef.Tests/Filesystems/LisaFS.cs index 07c2f5b8..e04c2c49 100644 --- a/DiscImageChef.Tests/Filesystems/LisaFS.cs +++ b/DiscImageChef.Tests/Filesystems/LisaFS.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : LisaFS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/Locus.cs b/DiscImageChef.Tests/Filesystems/Locus.cs index e4f148b1..1d70f8d5 100644 --- a/DiscImageChef.Tests/Filesystems/Locus.cs +++ b/DiscImageChef.Tests/Filesystems/Locus.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : FAT12.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : Locus.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/MFS.cs b/DiscImageChef.Tests/Filesystems/MFS.cs index ff92fc0f..638866d0 100644 --- a/DiscImageChef.Tests/Filesystems/MFS.cs +++ b/DiscImageChef.Tests/Filesystems/MFS.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : MFS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/MINIXv1.cs b/DiscImageChef.Tests/Filesystems/MINIXv1.cs index 7c27fe47..743e3aa7 100644 --- a/DiscImageChef.Tests/Filesystems/MINIXv1.cs +++ b/DiscImageChef.Tests/Filesystems/MINIXv1.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : FAT16.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : MINIXv1.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/MINIXv1_MBR.cs b/DiscImageChef.Tests/Filesystems/MINIXv1_MBR.cs index 43cca650..227298b1 100644 --- a/DiscImageChef.Tests/Filesystems/MINIXv1_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/MINIXv1_MBR.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : MINIX.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : MINIXv1_MBR.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/MINIXv2.cs b/DiscImageChef.Tests/Filesystems/MINIXv2.cs index 321ebf11..963be2b3 100644 --- a/DiscImageChef.Tests/Filesystems/MINIXv2.cs +++ b/DiscImageChef.Tests/Filesystems/MINIXv2.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : FAT16.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : MINIXv2.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/MINIXv2_MBR.cs b/DiscImageChef.Tests/Filesystems/MINIXv2_MBR.cs index d2e8df7a..08caecf0 100644 --- a/DiscImageChef.Tests/Filesystems/MINIXv2_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/MINIXv2_MBR.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : MINIX.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : MINIXv2_MBR.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/MINIXv3.cs b/DiscImageChef.Tests/Filesystems/MINIXv3.cs index a3b684b5..22d5ce19 100644 --- a/DiscImageChef.Tests/Filesystems/MINIXv3.cs +++ b/DiscImageChef.Tests/Filesystems/MINIXv3.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : FAT16.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : MINIXv3.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/MINIXv3_MBR.cs b/DiscImageChef.Tests/Filesystems/MINIXv3_MBR.cs index b9e11e66..03b0d038 100644 --- a/DiscImageChef.Tests/Filesystems/MINIXv3_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/MINIXv3_MBR.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : MINIX.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : MINIXv3_MBR.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/NILFS2.cs b/DiscImageChef.Tests/Filesystems/NILFS2.cs index 325c4e52..a714b08f 100644 --- a/DiscImageChef.Tests/Filesystems/NILFS2.cs +++ b/DiscImageChef.Tests/Filesystems/NILFS2.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : NILFS2.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/NTFS_GPT.cs b/DiscImageChef.Tests/Filesystems/NTFS_GPT.cs index b4032f25..80588019 100644 --- a/DiscImageChef.Tests/Filesystems/NTFS_GPT.cs +++ b/DiscImageChef.Tests/Filesystems/NTFS_GPT.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : NTFS_GPT.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/NTFS_MBR.cs b/DiscImageChef.Tests/Filesystems/NTFS_MBR.cs index c4b7dc92..5505846b 100644 --- a/DiscImageChef.Tests/Filesystems/NTFS_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/NTFS_MBR.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : NTFS_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/NWFS386.cs b/DiscImageChef.Tests/Filesystems/NWFS386.cs index babee3c4..e3f08efa 100644 --- a/DiscImageChef.Tests/Filesystems/NWFS386.cs +++ b/DiscImageChef.Tests/Filesystems/NWFS386.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : NWFS386.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,10 +23,10 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ -using System; + +using System; using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/OCFS2.cs b/DiscImageChef.Tests/Filesystems/OCFS2.cs index b6c66d21..beed221d 100644 --- a/DiscImageChef.Tests/Filesystems/OCFS2.cs +++ b/DiscImageChef.Tests/Filesystems/OCFS2.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : OCFS2.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,10 +23,10 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ -using System; + +using System; using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/PFS3_RDB.cs b/DiscImageChef.Tests/Filesystems/PFS3_RDB.cs index adc475b4..ae4b54db 100644 --- a/DiscImageChef.Tests/Filesystems/PFS3_RDB.cs +++ b/DiscImageChef.Tests/Filesystems/PFS3_RDB.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : PFS3_RDB.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/ProDOS_APM.cs b/DiscImageChef.Tests/Filesystems/ProDOS_APM.cs index b4a96255..b5e48358 100644 --- a/DiscImageChef.Tests/Filesystems/ProDOS_APM.cs +++ b/DiscImageChef.Tests/Filesystems/ProDOS_APM.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : ProDOS_APM.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/QNX4.cs b/DiscImageChef.Tests/Filesystems/QNX4.cs index 9a9f6191..aac4ac64 100644 --- a/DiscImageChef.Tests/Filesystems/QNX4.cs +++ b/DiscImageChef.Tests/Filesystems/QNX4.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : FAT16.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : QNX.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/QNX4_MBR.cs b/DiscImageChef.Tests/Filesystems/QNX4_MBR.cs index 203b4702..06bb4cad 100644 --- a/DiscImageChef.Tests/Filesystems/QNX4_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/QNX4_MBR.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : MINIX.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : QNX4_MBR.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/ReFS_MBR.cs b/DiscImageChef.Tests/Filesystems/ReFS_MBR.cs index 7ac0e958..3cf1a141 100644 --- a/DiscImageChef.Tests/Filesystems/ReFS_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/ReFS_MBR.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : ReFS_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,10 +23,10 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ -using System; + +using System; using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/Reiser3.cs b/DiscImageChef.Tests/Filesystems/Reiser3.cs index 26f363c0..641d5d15 100644 --- a/DiscImageChef.Tests/Filesystems/Reiser3.cs +++ b/DiscImageChef.Tests/Filesystems/Reiser3.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Reiser3.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/Reiser4.cs b/DiscImageChef.Tests/Filesystems/Reiser4.cs index 472da921..0225c315 100644 --- a/DiscImageChef.Tests/Filesystems/Reiser4.cs +++ b/DiscImageChef.Tests/Filesystems/Reiser4.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Reiser4.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/SFS_MBR.cs b/DiscImageChef.Tests/Filesystems/SFS_MBR.cs index 52b043ee..be07542d 100644 --- a/DiscImageChef.Tests/Filesystems/SFS_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/SFS_MBR.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SFS_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/SFS_MBR_RDB.cs b/DiscImageChef.Tests/Filesystems/SFS_MBR_RDB.cs index 4c9eb3c7..f00f3e34 100644 --- a/DiscImageChef.Tests/Filesystems/SFS_MBR_RDB.cs +++ b/DiscImageChef.Tests/Filesystems/SFS_MBR_RDB.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SFS_MBR_RDB.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/SFS_RDB.cs b/DiscImageChef.Tests/Filesystems/SFS_RDB.cs index a17e728c..4d1802c3 100644 --- a/DiscImageChef.Tests/Filesystems/SFS_RDB.cs +++ b/DiscImageChef.Tests/Filesystems/SFS_RDB.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SFS_RDB.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/SysV.cs b/DiscImageChef.Tests/Filesystems/SysV.cs index d96b995c..385d1c7f 100644 --- a/DiscImageChef.Tests/Filesystems/SysV.cs +++ b/DiscImageChef.Tests/Filesystems/SysV.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SysV.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/SysV_MBR.cs b/DiscImageChef.Tests/Filesystems/SysV_MBR.cs index 34424acb..0f6373ff 100644 --- a/DiscImageChef.Tests/Filesystems/SysV_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/SysV_MBR.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SysV_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/SysV_RDB.cs b/DiscImageChef.Tests/Filesystems/SysV_RDB.cs index cfbf2fe5..441bb33f 100644 --- a/DiscImageChef.Tests/Filesystems/SysV_RDB.cs +++ b/DiscImageChef.Tests/Filesystems/SysV_RDB.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SysV_RDB.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/UDF.cs b/DiscImageChef.Tests/Filesystems/UDF.cs index b00ccbf6..79226ade 100644 --- a/DiscImageChef.Tests/Filesystems/UDF.cs +++ b/DiscImageChef.Tests/Filesystems/UDF.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : UDF.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.Filesystems; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Filesystems/UFS.cs b/DiscImageChef.Tests/Filesystems/UFS.cs index 4cb533ad..0c68da04 100644 --- a/DiscImageChef.Tests/Filesystems/UFS.cs +++ b/DiscImageChef.Tests/Filesystems/UFS.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : UFS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/UFS_APM.cs b/DiscImageChef.Tests/Filesystems/UFS_APM.cs index f9248661..9e363783 100644 --- a/DiscImageChef.Tests/Filesystems/UFS_APM.cs +++ b/DiscImageChef.Tests/Filesystems/UFS_APM.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : UFS_APM.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/UFS_MBR.cs b/DiscImageChef.Tests/Filesystems/UFS_MBR.cs index bd842830..25fad876 100644 --- a/DiscImageChef.Tests/Filesystems/UFS_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/UFS_MBR.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : UFS_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/UFS_NeXT.cs b/DiscImageChef.Tests/Filesystems/UFS_NeXT.cs index 4b4ec7c1..ae9859b8 100644 --- a/DiscImageChef.Tests/Filesystems/UFS_NeXT.cs +++ b/DiscImageChef.Tests/Filesystems/UFS_NeXT.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : UFS_NeXT.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/UFS_NeXT_Floppy.cs b/DiscImageChef.Tests/Filesystems/UFS_NeXT_Floppy.cs index 0b1047f8..08c69eba 100644 --- a/DiscImageChef.Tests/Filesystems/UFS_NeXT_Floppy.cs +++ b/DiscImageChef.Tests/Filesystems/UFS_NeXT_Floppy.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : UFS_NeXT.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : UFS_NeXT_Floppy.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/UFS_RDB.cs b/DiscImageChef.Tests/Filesystems/UFS_RDB.cs index 48022a2f..446dc921 100644 --- a/DiscImageChef.Tests/Filesystems/UFS_RDB.cs +++ b/DiscImageChef.Tests/Filesystems/UFS_RDB.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : UFS_RDB.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/UFS_Suni86.cs b/DiscImageChef.Tests/Filesystems/UFS_Suni86.cs index 453666c5..b996b89a 100644 --- a/DiscImageChef.Tests/Filesystems/UFS_Suni86.cs +++ b/DiscImageChef.Tests/Filesystems/UFS_Suni86.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : UFS_Suni86.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/UNIXBFS.cs b/DiscImageChef.Tests/Filesystems/UNIXBFS.cs index 00015fbf..2b4e22da 100644 --- a/DiscImageChef.Tests/Filesystems/UNIXBFS.cs +++ b/DiscImageChef.Tests/Filesystems/UNIXBFS.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : unixbfs.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : UNIXBFS.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/UNIXBFS_MBR.cs b/DiscImageChef.Tests/Filesystems/UNIXBFS_MBR.cs index 5e83d747..b3afccc6 100644 --- a/DiscImageChef.Tests/Filesystems/UNIXBFS_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/UNIXBFS_MBR.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : unixbfs_mbr.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : UNIXBFS_MBR.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/UNIXBFS_RDB.cs b/DiscImageChef.Tests/Filesystems/UNIXBFS_RDB.cs index 07b6057c..38b41742 100644 --- a/DiscImageChef.Tests/Filesystems/UNIXBFS_RDB.cs +++ b/DiscImageChef.Tests/Filesystems/UNIXBFS_RDB.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : UFS_RDB.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : UNIXBFS_RDB.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/XENIX.cs b/DiscImageChef.Tests/Filesystems/XENIX.cs index bd828ec4..d30022c3 100644 --- a/DiscImageChef.Tests/Filesystems/XENIX.cs +++ b/DiscImageChef.Tests/Filesystems/XENIX.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : XENIX.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/XENIX_MBR.cs b/DiscImageChef.Tests/Filesystems/XENIX_MBR.cs index 74b37643..e6a17cd2 100644 --- a/DiscImageChef.Tests/Filesystems/XENIX_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/XENIX_MBR.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : SysV_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : XENIX_MBR.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/XFS_MBR.cs b/DiscImageChef.Tests/Filesystems/XFS_MBR.cs index 7d904485..72ba9f2a 100644 --- a/DiscImageChef.Tests/Filesystems/XFS_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/XFS_MBR.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : btrfs.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : XFS_MBR.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/ZFS.cs b/DiscImageChef.Tests/Filesystems/ZFS.cs index 732550d7..e3550c21 100644 --- a/DiscImageChef.Tests/Filesystems/ZFS.cs +++ b/DiscImageChef.Tests/Filesystems/ZFS.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : ZFS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filesystems; diff --git a/DiscImageChef.Tests/Filesystems/btrfs.cs b/DiscImageChef.Tests/Filesystems/btrfs.cs index ad464873..d2a4bfdd 100644 --- a/DiscImageChef.Tests/Filesystems/btrfs.cs +++ b/DiscImageChef.Tests/Filesystems/btrfs.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : btrfs.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/exFAT_APM.cs b/DiscImageChef.Tests/Filesystems/exFAT_APM.cs index 745ec065..744c1978 100644 --- a/DiscImageChef.Tests/Filesystems/exFAT_APM.cs +++ b/DiscImageChef.Tests/Filesystems/exFAT_APM.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : exFAT_APM.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/exFAT_GPT.cs b/DiscImageChef.Tests/Filesystems/exFAT_GPT.cs index 2e0972bb..a99c973d 100644 --- a/DiscImageChef.Tests/Filesystems/exFAT_GPT.cs +++ b/DiscImageChef.Tests/Filesystems/exFAT_GPT.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : exFAT_GPT.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/exFAT_MBR.cs b/DiscImageChef.Tests/Filesystems/exFAT_MBR.cs index a8a68d92..3645fdf4 100644 --- a/DiscImageChef.Tests/Filesystems/exFAT_MBR.cs +++ b/DiscImageChef.Tests/Filesystems/exFAT_MBR.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : exFAT_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filesystems/ext2.cs b/DiscImageChef.Tests/Filesystems/ext2.cs index 54f34d56..ea6dd4d6 100644 --- a/DiscImageChef.Tests/Filesystems/ext2.cs +++ b/DiscImageChef.Tests/Filesystems/ext2.cs @@ -1,20 +1,11 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // // Filename : ext2.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Filters/AppleDoubleDave.cs b/DiscImageChef.Tests/Filters/AppleDoubleDave.cs index a04ed212..9f67fcde 100644 --- a/DiscImageChef.Tests/Filters/AppleDoubleDave.cs +++ b/DiscImageChef.Tests/Filters/AppleDoubleDave.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : AppleDoubleOsX.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : AppleDoubleDave.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.Checksums; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Filters/AppleDoubleDos.cs b/DiscImageChef.Tests/Filters/AppleDoubleDos.cs index 15327cff..9869f12b 100644 --- a/DiscImageChef.Tests/Filters/AppleDoubleDos.cs +++ b/DiscImageChef.Tests/Filters/AppleDoubleDos.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : AppleDoubleOsX.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : AppleDoubleDos.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.Checksums; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Filters/AppleDoubleNetatalk.cs b/DiscImageChef.Tests/Filters/AppleDoubleNetatalk.cs index 39273ccc..30151e01 100644 --- a/DiscImageChef.Tests/Filters/AppleDoubleNetatalk.cs +++ b/DiscImageChef.Tests/Filters/AppleDoubleNetatalk.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : AppleDoubleOsX.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : AppleDoubleNetatalk.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.Checksums; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Filters/AppleDoubleOsX.cs b/DiscImageChef.Tests/Filters/AppleDoubleOsX.cs index b3608ef9..06766782 100644 --- a/DiscImageChef.Tests/Filters/AppleDoubleOsX.cs +++ b/DiscImageChef.Tests/Filters/AppleDoubleOsX.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : AppleDoubleOsX.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.Checksums; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Filters/AppleDoubleProDos.cs b/DiscImageChef.Tests/Filters/AppleDoubleProDos.cs index 2980011a..c46b06e1 100644 --- a/DiscImageChef.Tests/Filters/AppleDoubleProDos.cs +++ b/DiscImageChef.Tests/Filters/AppleDoubleProDos.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : AppleDoubleOsX.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : AppleDoubleProDos.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.Checksums; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Filters/AppleDoubleUnAr.cs b/DiscImageChef.Tests/Filters/AppleDoubleUnAr.cs index 01b29518..5d0a8d23 100644 --- a/DiscImageChef.Tests/Filters/AppleDoubleUnAr.cs +++ b/DiscImageChef.Tests/Filters/AppleDoubleUnAr.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : AppleDoubleOsX.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : AppleDoubleUnAr.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.Checksums; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Filters/AppleDoubleUnix.cs b/DiscImageChef.Tests/Filters/AppleDoubleUnix.cs index b8ff2397..75ad01ce 100644 --- a/DiscImageChef.Tests/Filters/AppleDoubleUnix.cs +++ b/DiscImageChef.Tests/Filters/AppleDoubleUnix.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : AppleDoubleOsX.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : AppleDoubleUnix.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.Checksums; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Filters/AppleSingle.cs b/DiscImageChef.Tests/Filters/AppleSingle.cs index ccdb0868..40f86144 100644 --- a/DiscImageChef.Tests/Filters/AppleSingle.cs +++ b/DiscImageChef.Tests/Filters/AppleSingle.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : AppleDoubleOsX.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : AppleSingle.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.Checksums; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Filters/BZip2.cs b/DiscImageChef.Tests/Filters/BZip2.cs index f50a1311..f0d7d707 100644 --- a/DiscImageChef.Tests/Filters/BZip2.cs +++ b/DiscImageChef.Tests/Filters/BZip2.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : GZip.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : BZip2.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.Checksums; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Filters/GZip.cs b/DiscImageChef.Tests/Filters/GZip.cs index 06427495..0013befe 100644 --- a/DiscImageChef.Tests/Filters/GZip.cs +++ b/DiscImageChef.Tests/Filters/GZip.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : GZip.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.Checksums; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Filters/LZip.cs b/DiscImageChef.Tests/Filters/LZip.cs index 43aaa6f2..c8449573 100644 --- a/DiscImageChef.Tests/Filters/LZip.cs +++ b/DiscImageChef.Tests/Filters/LZip.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : GZip.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : LZip.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.Checksums; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Filters/MacBinary1.cs b/DiscImageChef.Tests/Filters/MacBinary1.cs index 68b9e774..5bfd6698 100644 --- a/DiscImageChef.Tests/Filters/MacBinary1.cs +++ b/DiscImageChef.Tests/Filters/MacBinary1.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : MacBinary1.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.Checksums; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Filters/MacBinary2.cs b/DiscImageChef.Tests/Filters/MacBinary2.cs index da27b0a6..877e9c68 100644 --- a/DiscImageChef.Tests/Filters/MacBinary2.cs +++ b/DiscImageChef.Tests/Filters/MacBinary2.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : MacBinary1.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : MacBinary2.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.Checksums; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Filters/MacBinary3.cs b/DiscImageChef.Tests/Filters/MacBinary3.cs index 57efaa11..e5a5d910 100644 --- a/DiscImageChef.Tests/Filters/MacBinary3.cs +++ b/DiscImageChef.Tests/Filters/MacBinary3.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : MacBinary1.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : MacBinary3.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.Checksums; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Filters/PCExchange.cs b/DiscImageChef.Tests/Filters/PCExchange.cs index 0a55f52e..1f9a99ea 100644 --- a/DiscImageChef.Tests/Filters/PCExchange.cs +++ b/DiscImageChef.Tests/Filters/PCExchange.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : GZip.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : PCExchange.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.Checksums; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Filters/XZ.cs b/DiscImageChef.Tests/Filters/XZ.cs index 335fa1fd..ba8fb4e6 100644 --- a/DiscImageChef.Tests/Filters/XZ.cs +++ b/DiscImageChef.Tests/Filters/XZ.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : GZip.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : XZ.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.Checksums; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Images/2MG.cs b/DiscImageChef.Tests/Images/2MG.cs index 3d59ba2c..41d7911c 100644 --- a/DiscImageChef.Tests/Images/2MG.cs +++ b/DiscImageChef.Tests/Images/2MG.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : AFFS_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : 2MG.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Images/Anex86.cs b/DiscImageChef.Tests/Images/Anex86.cs index b65b961a..13ed0eff 100644 --- a/DiscImageChef.Tests/Images/Anex86.cs +++ b/DiscImageChef.Tests/Images/Anex86.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : AFFS_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : Anex86.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Images/CisCopy.cs b/DiscImageChef.Tests/Images/CisCopy.cs index 2e0a69f0..2831419d 100644 --- a/DiscImageChef.Tests/Images/CisCopy.cs +++ b/DiscImageChef.Tests/Images/CisCopy.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : AFFS_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : CisCopy.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Images/CopyQM.cs b/DiscImageChef.Tests/Images/CopyQM.cs index ba08f616..50f8cf7a 100644 --- a/DiscImageChef.Tests/Images/CopyQM.cs +++ b/DiscImageChef.Tests/Images/CopyQM.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : AFFS_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : CopyQM.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Images/D88.cs b/DiscImageChef.Tests/Images/D88.cs index 1ebd2f2a..02766752 100644 --- a/DiscImageChef.Tests/Images/D88.cs +++ b/DiscImageChef.Tests/Images/D88.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : AFFS_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : D88.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Images/DART.cs b/DiscImageChef.Tests/Images/DART.cs index b90b6a82..454768cf 100644 --- a/DiscImageChef.Tests/Images/DART.cs +++ b/DiscImageChef.Tests/Images/DART.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : AFFS_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : DART.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Images/DiskCopy42.cs b/DiscImageChef.Tests/Images/DiskCopy42.cs index 3cbad15d..2beb4135 100644 --- a/DiscImageChef.Tests/Images/DiskCopy42.cs +++ b/DiscImageChef.Tests/Images/DiskCopy42.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : AFFS_MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : DiskCopy42.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.IO; using DiscImageChef.CommonTypes; using DiscImageChef.Filters; diff --git a/DiscImageChef.Tests/Partitions/Acorn.cs b/DiscImageChef.Tests/Partitions/Acorn.cs index 0d42ae7a..f4d5d290 100644 --- a/DiscImageChef.Tests/Partitions/Acorn.cs +++ b/DiscImageChef.Tests/Partitions/Acorn.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : Atari.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : Acorn.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Partitions/AppleMap.cs b/DiscImageChef.Tests/Partitions/AppleMap.cs index b5db06fe..1899eae7 100644 --- a/DiscImageChef.Tests/Partitions/AppleMap.cs +++ b/DiscImageChef.Tests/Partitions/AppleMap.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : AppleMap.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Partitions/Atari.cs b/DiscImageChef.Tests/Partitions/Atari.cs index 40034923..f52c71b0 100644 --- a/DiscImageChef.Tests/Partitions/Atari.cs +++ b/DiscImageChef.Tests/Partitions/Atari.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Atari.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Partitions/BSD.cs b/DiscImageChef.Tests/Partitions/BSD.cs index 9c890876..ea2660cb 100644 --- a/DiscImageChef.Tests/Partitions/BSD.cs +++ b/DiscImageChef.Tests/Partitions/BSD.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : BSD.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Partitions/GPT.cs b/DiscImageChef.Tests/Partitions/GPT.cs index 28699d8b..9a2b5164 100644 --- a/DiscImageChef.Tests/Partitions/GPT.cs +++ b/DiscImageChef.Tests/Partitions/GPT.cs @@ -2,19 +2,10 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : BSD.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : GPT.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Partitions/MBR.cs b/DiscImageChef.Tests/Partitions/MBR.cs index 5029bb27..41f0d0cf 100644 --- a/DiscImageChef.Tests/Partitions/MBR.cs +++ b/DiscImageChef.Tests/Partitions/MBR.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : MBR.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Partitions/MINIX.cs b/DiscImageChef.Tests/Partitions/MINIX.cs index 756ed6c9..1f98643d 100644 --- a/DiscImageChef.Tests/Partitions/MINIX.cs +++ b/DiscImageChef.Tests/Partitions/MINIX.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : MINIX.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Partitions/PC98.cs b/DiscImageChef.Tests/Partitions/PC98.cs index ec682938..8b728013 100644 --- a/DiscImageChef.Tests/Partitions/PC98.cs +++ b/DiscImageChef.Tests/Partitions/PC98.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : PC98.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Partitions/RDB.cs b/DiscImageChef.Tests/Partitions/RDB.cs index d41e1244..a22707bf 100644 --- a/DiscImageChef.Tests/Partitions/RDB.cs +++ b/DiscImageChef.Tests/Partitions/RDB.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : RDB.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Partitions/SGI.cs b/DiscImageChef.Tests/Partitions/SGI.cs index e9c60dd2..266892fb 100644 --- a/DiscImageChef.Tests/Partitions/SGI.cs +++ b/DiscImageChef.Tests/Partitions/SGI.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : SGI.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Partitions/Sun.cs b/DiscImageChef.Tests/Partitions/Sun.cs index 25c08fc4..97dd35a9 100644 --- a/DiscImageChef.Tests/Partitions/Sun.cs +++ b/DiscImageChef.Tests/Partitions/Sun.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : Sun.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef.Tests/Partitions/VTOC.cs b/DiscImageChef.Tests/Partitions/VTOC.cs index 2e7977e6..8ba9734b 100644 --- a/DiscImageChef.Tests/Partitions/VTOC.cs +++ b/DiscImageChef.Tests/Partitions/VTOC.cs @@ -3,18 +3,9 @@ // ---------------------------------------------------------------------------- // // Filename : VTOC.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ -// -// --[ Description ] ---------------------------------------------------------- -// -// Description +// Component : DiscImageChef unit testing. // // --[ License ] -------------------------------------------------------------- // @@ -32,9 +23,9 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright (C) 2011-2015 Claunia.com +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System.Collections.Generic; using System.IO; using DiscImageChef.CommonTypes; diff --git a/DiscImageChef/AssemblyInfo.cs b/DiscImageChef/AssemblyInfo.cs index bd2eb72e..1aa2ae5d 100644 --- a/DiscImageChef/AssemblyInfo.cs +++ b/DiscImageChef/AssemblyInfo.cs @@ -5,7 +5,7 @@ // Filename : AssemblyInfo.cs // Author(s) : Natalia Portillo // -// Component : Main program loop. +// Component : Checksums. // // --[ Description ] ---------------------------------------------------------- // @@ -13,21 +13,21 @@ // // --[ License ] -------------------------------------------------------------- // -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the +// This library is free software; you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as +// published by the Free Software Foundation; either version 2.1 of the // License, or (at your option) any later version. // -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This library is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Reflection; diff --git a/DiscImageChef/Commands/Analyze.cs b/DiscImageChef/Commands/Analyze.cs index b2eaad56..0ac342ba 100644 --- a/DiscImageChef/Commands/Analyze.cs +++ b/DiscImageChef/Commands/Analyze.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef/Commands/Benchmark.cs b/DiscImageChef/Commands/Benchmark.cs index 933fb71f..be450b66 100644 --- a/DiscImageChef/Commands/Benchmark.cs +++ b/DiscImageChef/Commands/Benchmark.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Core; diff --git a/DiscImageChef/Commands/Checksum.cs b/DiscImageChef/Commands/Checksum.cs index d709e74b..da96b4bb 100644 --- a/DiscImageChef/Commands/Checksum.cs +++ b/DiscImageChef/Commands/Checksum.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef/Commands/Commands.cs b/DiscImageChef/Commands/Commands.cs index b8401067..ae552e87 100644 --- a/DiscImageChef/Commands/Commands.cs +++ b/DiscImageChef/Commands/Commands.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Commands diff --git a/DiscImageChef/Commands/Compare.cs b/DiscImageChef/Commands/Compare.cs index ffb10fe4..a2245005 100644 --- a/DiscImageChef/Commands/Compare.cs +++ b/DiscImageChef/Commands/Compare.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef/Commands/Configure.cs b/DiscImageChef/Commands/Configure.cs index 38abc8ba..bad481f8 100644 --- a/DiscImageChef/Commands/Configure.cs +++ b/DiscImageChef/Commands/Configure.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef/Commands/CreateSidecar.cs b/DiscImageChef/Commands/CreateSidecar.cs index a2b59d67..407dd92c 100644 --- a/DiscImageChef/Commands/CreateSidecar.cs +++ b/DiscImageChef/Commands/CreateSidecar.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef/Commands/Decode.cs b/DiscImageChef/Commands/Decode.cs index 7dbf11c0..f0c17def 100644 --- a/DiscImageChef/Commands/Decode.cs +++ b/DiscImageChef/Commands/Decode.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.ImagePlugins; diff --git a/DiscImageChef/Commands/DeviceInfo.cs b/DiscImageChef/Commands/DeviceInfo.cs index fb2fa747..a1193477 100644 --- a/DiscImageChef/Commands/DeviceInfo.cs +++ b/DiscImageChef/Commands/DeviceInfo.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef/Commands/DeviceReport.cs b/DiscImageChef/Commands/DeviceReport.cs index d1e8bcad..dbb59c55 100644 --- a/DiscImageChef/Commands/DeviceReport.cs +++ b/DiscImageChef/Commands/DeviceReport.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef/Commands/DumpMedia.cs b/DiscImageChef/Commands/DumpMedia.cs index 9c5a0a85..c08af998 100644 --- a/DiscImageChef/Commands/DumpMedia.cs +++ b/DiscImageChef/Commands/DumpMedia.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef/Commands/Entropy.cs b/DiscImageChef/Commands/Entropy.cs index e07512a2..4c9f5f0c 100644 --- a/DiscImageChef/Commands/Entropy.cs +++ b/DiscImageChef/Commands/Entropy.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef/Commands/ExtractFiles.cs b/DiscImageChef/Commands/ExtractFiles.cs index 96856eb4..988871cf 100644 --- a/DiscImageChef/Commands/ExtractFiles.cs +++ b/DiscImageChef/Commands/ExtractFiles.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef/Commands/Formats.cs b/DiscImageChef/Commands/Formats.cs index d122e395..0726357e 100644 --- a/DiscImageChef/Commands/Formats.cs +++ b/DiscImageChef/Commands/Formats.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Collections.Generic; diff --git a/DiscImageChef/Commands/ListDevices.cs b/DiscImageChef/Commands/ListDevices.cs index a739883a..74f444f2 100644 --- a/DiscImageChef/Commands/ListDevices.cs +++ b/DiscImageChef/Commands/ListDevices.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Linq; diff --git a/DiscImageChef/Commands/ListEncodings.cs b/DiscImageChef/Commands/ListEncodings.cs index 634e82e6..2fd3bb71 100644 --- a/DiscImageChef/Commands/ListEncodings.cs +++ b/DiscImageChef/Commands/ListEncodings.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Collections.Generic; diff --git a/DiscImageChef/Commands/Ls.cs b/DiscImageChef/Commands/Ls.cs index 3c76eac1..372a900c 100644 --- a/DiscImageChef/Commands/Ls.cs +++ b/DiscImageChef/Commands/Ls.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef/Commands/MediaInfo.cs b/DiscImageChef/Commands/MediaInfo.cs index 489cefa0..d7ab2f2c 100644 --- a/DiscImageChef/Commands/MediaInfo.cs +++ b/DiscImageChef/Commands/MediaInfo.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef/Commands/MediaScan.cs b/DiscImageChef/Commands/MediaScan.cs index 5f27684e..0d6669a0 100644 --- a/DiscImageChef/Commands/MediaScan.cs +++ b/DiscImageChef/Commands/MediaScan.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef/Commands/PrintHex.cs b/DiscImageChef/Commands/PrintHex.cs index ad3c2239..adb8d37e 100644 --- a/DiscImageChef/Commands/PrintHex.cs +++ b/DiscImageChef/Commands/PrintHex.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.ImagePlugins; diff --git a/DiscImageChef/Commands/Statistics.cs b/DiscImageChef/Commands/Statistics.cs index 45a50a28..2e28205c 100644 --- a/DiscImageChef/Commands/Statistics.cs +++ b/DiscImageChef/Commands/Statistics.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console; diff --git a/DiscImageChef/Commands/Verify.cs b/DiscImageChef/Commands/Verify.cs index 1df2fb14..724c1342 100644 --- a/DiscImageChef/Commands/Verify.cs +++ b/DiscImageChef/Commands/Verify.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef/DiscImageChef.csproj b/DiscImageChef/DiscImageChef.csproj index 178090f6..c9f718e1 100644 --- a/DiscImageChef/DiscImageChef.csproj +++ b/DiscImageChef/DiscImageChef.csproj @@ -1,4 +1,4 @@ - + Debug @@ -83,7 +83,7 @@ - + @@ -256,9 +256,9 @@ LICENSE.LGPL PreserveNewest - + LICENSE PreserveNewest - + \ No newline at end of file diff --git a/DiscImageChef/Main.cs b/DiscImageChef/Main.cs index ccbd1234..ef341fb8 100644 --- a/DiscImageChef/Main.cs +++ b/DiscImageChef/Main.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef/Options.cs b/DiscImageChef/Options.cs index de809c3c..bb95df01 100644 --- a/DiscImageChef/Options.cs +++ b/DiscImageChef/Options.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using CommandLine; diff --git a/DiscImageChef/Progress.cs b/DiscImageChef/Progress.cs index f1449cc3..5deb8f0b 100644 --- a/DiscImageChef/Progress.cs +++ b/DiscImageChef/Progress.cs @@ -5,11 +5,11 @@ // Filename : Progress.cs // Author(s) : Natalia Portillo // -// Component : Component +// Component : Main program loop. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Show progress on standard console. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using DiscImageChef.Console;