From af68104f4e5d29190cb137bf4041a1b14595288e Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 28 Jul 2016 18:13:49 +0100 Subject: [PATCH] * LICENSE.MIT: * LICENSE.LGPL: Added LICENSE files for LGPL and MIT licenses. * DiscImageChef.Devices/Enums.cs: * DiscImageChef.Partitions/MBR.cs: * DiscImageChef.Partitions/RDB.cs: * DiscImageChef.DiscImages/GDI.cs: * DiscImageChef.Partitions/Sun.cs: * DiscImageChef.DiscImages/VHD.cs: * DiscImageChef.Partitions/GPT.cs: * DiscImageChef.Filesystems/FFS.cs: * DiscImageChef.Filesystems/FAT.cs: * DiscImageChef.Partitions/NeXT.cs: * DiscImageChef.Devices/Command.cs: * DiscImageChef.DiscImages/Nero.cs: * DiscImageChef.Decoders/CD/PMA.cs: * DiscImageChef.Decoders/CD/TOC.cs: * DiscImageChef.Filesystems/BFS.cs: * DiscImageChef.Filesystems/ODS.cs: * DiscImageChef.Helpers/PrintHex.cs: * DiscImageChef.Helpers/Swapping.cs: * DiscImageChef.Decoders/DVD/PRI.cs: * DiscImageChef.Decoders/DVD/DMI.cs: * DiscImageChef.Decoders/DVD/DDS.cs: * DiscImageChef.Decoders/DVD/RMD.cs: * DiscImageChef.Decoders/DVD/UDI.cs: * DiscImageChef.Partitions/Atari.cs: * DiscImageChef.Decoders/DVD/BCA.cs: * DiscImageChef.Filesystems/SysV.cs: * DiscImageChef.Filesystems/HPFS.cs: * DiscImageChef.Filesystems/NTFS.cs: * DiscImageChef.Filesystems/APFS.cs: * DiscImageChef.Decoders/DVD/PFI.cs: * DiscImageChef.Decoders/CD/ATIP.cs: * DiscImageChef.Filesystems/Acorn.cs: * DiscImageChef.DiscImages/CDRWin.cs: * DiscImageChef.DiscImages/CDRDAO.cs: * DiscImageChef.Filesystems/BTRFS.cs: * DiscImageChef.Decoders/Xbox/DMI.cs: * DiscImageChef.Helpers/ArrayFill.cs: * DiscImageChef.Settings/Settings.cs: * DiscImageChef.Filesystems/Opera.cs: * DiscImageChef.Filesystems/extFS.cs: * DiscImageChef.Decoders/DVD/CPRM.cs: * DiscImageChef.Decoders/DVD/ADIP.cs: * DiscImageChef.Decoders/CD/Enums.cs: * DiscImageChef.Decoders/DVD/AACS.cs: * DiscImageChef.Decoders/SCSI/EVPD.cs: * DiscImageChef.Filesystems/ProDOS.cs: * DiscImageChef.Metadata/MediaType.cs: * DiscImageChef.Console/DicConsole.cs: * DiscImageChef.Decoders/DVD/Spare.cs: * DiscImageChef.Filesystems/ext2FS.cs: * DiscImageChef.Decoders/DVD/Enums.cs: * DiscImageChef.Filesystems/Symbian.cs: * DiscImageChef.Decoders/SCSI/Types.cs: * DiscImageChef.Filesystems/UNIXBFS.cs: * DiscImageChef.DiscImages/TeleDisk.cs: * DiscImageChef.Decoders/SCSI/Sense.cs: * DiscImageChef.Decoders/CD/FullTOC.cs: * DiscImageChef.Decoders/Blu-ray/DI.cs: * DiscImageChef.Decoders/ATA/Errors.cs: * DiscImageChef.Filesystems/ISO9660.cs: * DiscImageChef.Filesystems/MinixFS.cs: * DiscImageChef.Devices/Linux/Enums.cs: * DiscImageChef.Filesystems/SolarFS.cs: * DiscImageChef.Filesystems/Structs.cs: * DiscImageChef.DiscImages/Apple2MG.cs: * DiscImageChef.Decoders/SCSI/Modes.cs: * DiscImageChef.Metadata/Dimensions.cs: * DiscImageChef.Partitions/AppleMap.cs: * DiscImageChef.Decoders/Floppy/ISO.cs: * DiscImageChef.Decoders/DVD/Layers.cs: * DiscImageChef.Decoders/CD/Session.cs: * DiscImageChef.Decoders/SCSI/Enums.cs: * DiscImageChef.Filesystems/Nintendo.cs: * DiscImageChef.Helpers/DateHandlers.cs: * DiscImageChef.Filesystems/AmigaDOS.cs: * DiscImageChef.DiscImages/ImageInfo.cs: * DiscImageChef.Checksums/MD5Context.cs: * DiscImageChef.Devices/Linux/Extern.cs: * DiscImageChef.Filesystems/AppleHFS.cs: * DiscImageChef.Filesystems/AppleMFS.cs: * DiscImageChef.Helpers/ArrayIsEmpty.cs: * DiscImageChef.Decoders/Blu-ray/BCA.cs: * DiscImageChef.Decoders/Blu-ray/DDS.cs: * DiscImageChef.Filesystems/PCEngine.cs: * DiscImageChef.Decoders/ATA/Identify.cs: * DiscImageChef.Devices/Linux/Command.cs: * DiscImageChef.Devices/FreeBSD/Enums.cs: * DiscImageChef.Decoders/SCSI/Inquiry.cs: * DiscImageChef.Metadata/DeviceReport.cs: * DiscImageChef.Decoders/Floppy/Amiga.cs: * DiscImageChef.Devices/Linux/Structs.cs: * DiscImageChef.Devices/Windows/Enums.cs: * DiscImageChef.Decoders/DVD/CSS&CPRM.cs: * DiscImageChef.Checksums/SHA1Context.cs: * DiscImageChef.DiscImages/DiskCopy42.cs: * DiscImageChef.Partitions/PartPlugin.cs: * DiscImageChef.CommonTypes/Partition.cs: * DiscImageChef.Decoders/Floppy/Enums.cs: * DiscImageChef.CommonTypes/MediaType.cs: * DiscImageChef.Decoders/Floppy/Apple2.cs: * DiscImageChef.Devices/Windows/Extern.cs: * DiscImageChef.Decoders/SCSI/MMC/CPRM.cs: * DiscImageChef.Helpers/StringHandlers.cs: * DiscImageChef.DiscImages/ImagePlugin.cs: * DiscImageChef.Checksums/CRC64Context.cs: * DiscImageChef.Checksums/CRC32Context.cs: * DiscImageChef.DiscImages/ZZZRawImage.cs: * DiscImageChef.Checksums/CRC16Context.cs: * DiscImageChef.Filesystems/LisaFS/Dir.cs: * DiscImageChef.Decoders/DVD/Cartridge.cs: * DiscImageChef.Decoders/Blu-ray/Spare.cs: * DiscImageChef.Filesystems/Filesystem.cs: * DiscImageChef.Decoders/SCSI/MMC/AACS.cs: * DiscImageChef.Devices/FreeBSD/Extern.cs: * DiscImageChef.Devices/Device/Commands.cs: * DiscImageChef.Checksums/SHA384Context.cs: * DiscImageChef.Devices/FreeBSD/Command.cs: * DiscImageChef.Checksums/SHA512Context.cs: * DiscImageChef.Decoders/SCSI/MMC/Enums.cs: * DiscImageChef.Devices/Windows/Command.cs: * DiscImageChef.Devices/FreeBSD/Structs.cs: * DiscImageChef.Devices/Windows/Structs.cs: * DiscImageChef.Filesystems/LisaFS/Info.cs: * DiscImageChef.Checksums/SHA256Context.cs: * DiscImageChef.Filesystems/LisaFS/File.cs: * DiscImageChef.Filesystems/AppleHFSPlus.cs: * DiscImageChef.Filesystems/LisaFS/Super.cs: * DiscImageChef.Filesystems/LisaFS/Xattr.cs: * DiscImageChef.Checksums/Adler32Context.cs: * DiscImageChef.Decoders/Floppy/System34.cs: * DiscImageChef.Checksums/SpamSumContext.cs: * DiscImageChef.Decoders/SCSI/MMC/Hybrid.cs: * DiscImageChef.Devices/Device/Variables.cs: * DiscImageChef.Filesystems/LisaFS/Consts.cs: * DiscImageChef.Filesystems/LisaFS/LisaFS.cs: * DiscImageChef.Decoders/Floppy/Commodore.cs: * DiscImageChef.Checksums/FletcherContext.cs: * DiscImageChef.Filesystems/LisaFS/Extent.cs: * DiscImageChef.Devices/Device/Destructor.cs: * DiscImageChef.Decoders/Floppy/AppleSony.cs: * DiscImageChef.Filesystems/LisaFS/Structs.cs: * DiscImageChef.Decoders/SCSI/VendorString.cs: * DiscImageChef.Decoders/SCSI/MMC/Features.cs: * DiscImageChef.Devices/Device/Constructor.cs: * DiscImageChef.Checksums/RIPEMD160Context.cs: * DiscImageChef.Decoders/CD/CDTextOnLeadIn.cs: * DiscImageChef.Decoders/Blu-ray/Cartridge.cs: * DiscImageChef.Decoders/Floppy/System3740.cs: * DiscImageChef.Filesystems/LisaFS/Encoding.cs: * DiscImageChef.Decoders/SCSI/ModesEncoders.cs: * DiscImageChef.CommonTypes/MediaTypeFromSCSI.cs: * DiscImageChef.Helpers/BigEndianBitConverter.cs: * DiscImageChef.Decoders/Floppy/Perpendicular.cs: * DiscImageChef.Decoders/SCSI/SSC/BlockLimits.cs: * DiscImageChef.Decoders/SCSI/MMC/WriteProtect.cs: * DiscImageChef.Devices/Device/ScsiCommands/HP.cs: * DiscImageChef.Devices/Device/AtaCommands/Cfa.cs: * DiscImageChef.Devices/Device/ScsiCommands/NEC.cs: * DiscImageChef.Helpers/EndianAwareBinaryReader.cs: * DiscImageChef.Devices/Device/ScsiCommands/MMC.cs: * DiscImageChef.Devices/Device/AtaCommands/MCPT.cs: * DiscImageChef.Devices/Device/ScsiCommands/SSC.cs: * DiscImageChef.Devices/Device/ScsiCommands/SPC.cs: * DiscImageChef.Devices/Device/ScsiCommands/SMC.cs: * DiscImageChef.Devices/Device/ScsiCommands/SBC.cs: * DiscImageChef.Metadata/Properties/AssemblyInfo.cs: * DiscImageChef.Devices/Device/AtaCommands/Atapi.cs: * DiscImageChef.Devices/Device/AtaCommands/Ata28.cs: * DiscImageChef.Devices/Device/AtaCommands/Smart.cs: * DiscImageChef.Decoders/SCSI/SSC/DensitySupport.cs: * DiscImageChef.Devices/Device/AtaCommands/Ata48.cs: * DiscImageChef.Decoders/SCSI/MMC/DiscInformation.cs: * DiscImageChef.Devices/Device/AtaCommands/AtaCHS.cs: * DiscImageChef.Devices/Device/ScsiCommands/SyQuest.cs: * DiscImageChef.Devices/Device/ScsiCommands/Plextor.cs: * DiscImageChef.Devices/Device/ScsiCommands/Plasmon.cs: * DiscImageChef.Devices/Device/ScsiCommands/Pioneer.cs: * DiscImageChef.Devices/Device/ScsiCommands/Adaptec.cs: * DiscImageChef.Devices/Device/ScsiCommands/Fujitsu.cs: * DiscImageChef.Devices/Device/ScsiCommands/HL-DT-ST.cs: * DiscImageChef.Devices/Device/ScsiCommands/Certance.cs: * DiscImageChef.Decoders/SCSI/DiscStructureCapabilities.cs: * DiscImageChef.Devices/Device/ScsiCommands/ArchiveCorp.cs: Relicensed as LGPL. Updated standard header. * DiscImageChef/Main.cs: * DiscImageChef/Plugins.cs: * DiscImageChef/Options.cs: * DiscImageChef/Commands/Ls.cs: * DiscImageChef/Core/IBGLog.cs: * DiscImageChef/Core/MHDDLog.cs: * DiscImageChef/AssemblyInfo.cs: * DiscImageChef/Core/Checksum.cs: * DiscImageChef/Commands/Decode.cs: * DiscImageChef/Core/Statistics.cs: * DiscImageChef/Commands/Verify.cs: * DiscImageChef/Commands/Formats.cs: * DiscImageChef/Commands/Entropy.cs: * DiscImageChef/Commands/Compare.cs: * DiscImageChef.Interop/DetectOS.cs: * DiscImageChef/Commands/Analyze.cs: * DiscImageChef/Commands/Commands.cs: * DiscImageChef/Commands/PrintHex.cs: * DiscImageChef/Commands/Checksum.cs: * DiscImageChef/DetectImageFormat.cs: * DiscImageChef/Commands/DumpMedia.cs: * DiscImageChef/Commands/Benchmark.cs: * DiscImageChef/Commands/Configure.cs: * DiscImageChef/Commands/MediaInfo.cs: * DiscImageChef.Interop/PlatformID.cs: * DiscImageChef/Commands/MediaScan.cs: * DiscImageChef/Commands/Statistics.cs: * DiscImageChef/Commands/DeviceInfo.cs: * DiscImageChef.Checksums/ReedSolomon.cs: * DiscImageChef/Commands/DeviceReport.cs: * DiscImageChef/Commands/ExtractFiles.cs: * DiscImageChef.Checksums/CDChecksums.cs: * DiscImageChef/Commands/CreateSidecar.cs: Updated standard header. * DiscImageChef.Checksums/DiscImageChef.Checksums.csproj: Relicensed project as LGPL. Updated standard header. Embed license as resource. * DiscImageChef.Console/DiscImageChef.Console.csproj: * DiscImageChef.Devices/DiscImageChef.Devices.csproj: * DiscImageChef.Helpers/DiscImageChef.Helpers.csproj: * DiscImageChef.Settings/DiscImageChef.Settings.csproj: * DiscImageChef.Decoders/DiscImageChef.Decoders.csproj: * DiscImageChef.Metadata/DiscImageChef.Metadata.csproj: * DiscImageChef.Partitions/DiscImageChef.Partitions.csproj: * DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj: * DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj: * DiscImageChef.CommonTypes/DiscImageChef.CommonTypes.csproj: Relicensed as LGPL. Updated standard header. Embed license as resource. * DiscImageChef/DiscImageChef.csproj: * DiscImageChef.Interop/DiscImageChef.Interop.csproj: Updated standard header. Embed license as resource. --- ATA/Errors.cs | 33 +++++++-------- ATA/Identify.cs | 35 +++++++--------- Blu-ray/BCA.cs | 33 +++++++-------- Blu-ray/Cartridge.cs | 33 +++++++-------- Blu-ray/DDS.cs | 33 +++++++-------- Blu-ray/DI.cs | 33 +++++++-------- Blu-ray/Spare.cs | 33 +++++++-------- CD/ATIP.cs | 33 +++++++-------- CD/CDTextOnLeadIn.cs | 35 +++++++--------- CD/Enums.cs | 33 +++++++-------- CD/FullTOC.cs | 33 +++++++-------- CD/PMA.cs | 33 +++++++-------- CD/Session.cs | 33 +++++++-------- CD/TOC.cs | 33 +++++++-------- DVD/AACS.cs | 33 +++++++-------- DVD/ADIP.cs | 33 +++++++-------- DVD/BCA.cs | 33 +++++++-------- DVD/CPRM.cs | 33 +++++++-------- DVD/CSS&CPRM.cs | 33 +++++++-------- DVD/Cartridge.cs | 33 +++++++-------- DVD/DDS.cs | 33 +++++++-------- DVD/DMI.cs | 33 +++++++-------- DVD/Enums.cs | 33 +++++++-------- DVD/Layers.cs | 33 +++++++-------- DVD/PFI.cs | 33 +++++++-------- DVD/PRI.cs | 33 +++++++-------- DVD/RMD.cs | 33 +++++++-------- DVD/Spare.cs | 33 +++++++-------- DVD/UDI.cs | 33 +++++++-------- DiscImageChef.Decoders.csproj | 6 +++ Floppy/Amiga.cs | 33 +++++++-------- Floppy/Apple2.cs | 33 +++++++-------- Floppy/AppleSony.cs | 33 +++++++-------- Floppy/Commodore.cs | 33 +++++++-------- Floppy/Enums.cs | 33 +++++++-------- Floppy/ISO.cs | 34 +++++++--------- Floppy/Perpendicular.cs | 33 +++++++-------- Floppy/System34.cs | 33 +++++++-------- Floppy/System3740.cs | 33 +++++++-------- SCSI/DiscStructureCapabilities.cs | 33 +++++++-------- SCSI/EVPD.cs | 33 +++++++-------- SCSI/Enums.cs | 33 +++++++-------- SCSI/Inquiry.cs | 67 ++++++++++++++----------------- SCSI/MMC/AACS.cs | 33 +++++++-------- SCSI/MMC/CPRM.cs | 33 +++++++-------- SCSI/MMC/DiscInformation.cs | 33 +++++++-------- SCSI/MMC/Enums.cs | 33 +++++++-------- SCSI/MMC/Features.cs | 33 +++++++-------- SCSI/MMC/Hybrid.cs | 33 +++++++-------- SCSI/MMC/WriteProtect.cs | 33 +++++++-------- SCSI/Modes.cs | 33 +++++++-------- SCSI/ModesEncoders.cs | 33 +++++++-------- SCSI/SSC/BlockLimits.cs | 33 +++++++-------- SCSI/SSC/DensitySupport.cs | 33 +++++++-------- SCSI/Sense.cs | 33 +++++++-------- SCSI/Types.cs | 33 +++++++-------- SCSI/VendorString.cs | 33 +++++++-------- Xbox/DMI.cs | 33 +++++++-------- 58 files changed, 823 insertions(+), 1103 deletions(-) diff --git a/ATA/Errors.cs b/ATA/Errors.cs index 877a463bd..a09041941 100644 --- a/ATA/Errors.cs +++ b/ATA/Errors.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Errors.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes ATA error registers. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Decoders.ATA diff --git a/ATA/Identify.cs b/ATA/Identify.cs index 69f80394b..d24770257 100644 --- a/ATA/Identify.cs +++ b/ATA/Identify.cs @@ -2,39 +2,34 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : ATA.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : Identify.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes ATA IDENTIFY DEVICE response. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Runtime.InteropServices; using System.Text; diff --git a/Blu-ray/BCA.cs b/Blu-ray/BCA.cs index bb7f84f06..00e219522 100644 --- a/Blu-ray/BCA.cs +++ b/Blu-ray/BCA.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : BCA.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes Blu-ray Burst Cutting Area. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Console; using System.Text; diff --git a/Blu-ray/Cartridge.cs b/Blu-ray/Cartridge.cs index afa683838..016676a11 100644 --- a/Blu-ray/Cartridge.cs +++ b/Blu-ray/Cartridge.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Cartridge.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes Blu-ray cartridge structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Console; using System.Text; diff --git a/Blu-ray/DDS.cs b/Blu-ray/DDS.cs index 91496e780..fef71bd54 100644 --- a/Blu-ray/DDS.cs +++ b/Blu-ray/DDS.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : DDS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes Blu-ray Disc Definition Structure. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Console; using System.Text; diff --git a/Blu-ray/DI.cs b/Blu-ray/DI.cs index 571b560cc..9bced68d1 100644 --- a/Blu-ray/DI.cs +++ b/Blu-ray/DI.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : DI.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes Blu-ray Disc Information. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Console; using System.Collections.Generic; diff --git a/Blu-ray/Spare.cs b/Blu-ray/Spare.cs index 0984ea60f..e707ad6f9 100644 --- a/Blu-ray/Spare.cs +++ b/Blu-ray/Spare.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Spare.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes Blu-ray Spare Area Information. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Console; using System.Text; diff --git a/CD/ATIP.cs b/CD/ATIP.cs index 8f8a36c3d..620610285 100644 --- a/CD/ATIP.cs +++ b/CD/ATIP.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : ATIP.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes CD Absolute-Time-In-Pregroove // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Console; using System.Text; diff --git a/CD/CDTextOnLeadIn.cs b/CD/CDTextOnLeadIn.cs index ca976fcfa..e634cd283 100644 --- a/CD/CDTextOnLeadIn.cs +++ b/CD/CDTextOnLeadIn.cs @@ -2,39 +2,34 @@ // The Disc Image Chef // ---------------------------------------------------------------------------- // -// Filename : CDText.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Filename : CDTextOnLeadIn.cs +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes CD-TEXT on Lead-In. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Console; using System.Text; diff --git a/CD/Enums.cs b/CD/Enums.cs index 0f2a597c0..fd1c8c99b 100644 --- a/CD/Enums.cs +++ b/CD/Enums.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Enums.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains various CD enumerations. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Decoders.CD diff --git a/CD/FullTOC.cs b/CD/FullTOC.cs index f320358f9..d10129424 100644 --- a/CD/FullTOC.cs +++ b/CD/FullTOC.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : FullTOC.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes CD full Table of Contents. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Console; using System.Text; diff --git a/CD/PMA.cs b/CD/PMA.cs index af1176645..1b99547b9 100644 --- a/CD/PMA.cs +++ b/CD/PMA.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : PMA.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes CD Power Management Area. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Console; using System.Text; diff --git a/CD/Session.cs b/CD/Session.cs index 24c247df5..d4a39f50a 100644 --- a/CD/Session.cs +++ b/CD/Session.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Session.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes CD session structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Console; using System.Text; diff --git a/CD/TOC.cs b/CD/TOC.cs index 29cd8f711..f314bae7f 100644 --- a/CD/TOC.cs +++ b/CD/TOC.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : TOC.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes CD Table of Contents. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef.Console; using System.Text; diff --git a/DVD/AACS.cs b/DVD/AACS.cs index 45214392a..2d448b85d 100644 --- a/DVD/AACS.cs +++ b/DVD/AACS.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : AACS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes DVD AACS structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Decoders.DVD diff --git a/DVD/ADIP.cs b/DVD/ADIP.cs index 628e7d71f..1669e4a2b 100644 --- a/DVD/ADIP.cs +++ b/DVD/ADIP.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : ADIP.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes DVD ADress-In-Pregroove. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Decoders.DVD diff --git a/DVD/BCA.cs b/DVD/BCA.cs index 7c64d09f0..de8bfb076 100644 --- a/DVD/BCA.cs +++ b/DVD/BCA.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : BCA.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes DVD Burst Cutting Area. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Decoders.DVD diff --git a/DVD/CPRM.cs b/DVD/CPRM.cs index 5f843de9d..8ea2ae7b1 100644 --- a/DVD/CPRM.cs +++ b/DVD/CPRM.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : CPRM.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes DVD CPRM structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Decoders.DVD diff --git a/DVD/CSS&CPRM.cs b/DVD/CSS&CPRM.cs index 9d94afa3e..28bcb5fd8 100644 --- a/DVD/CSS&CPRM.cs +++ b/DVD/CSS&CPRM.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : CSS&CPRM.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes DVD CSS & CPRM structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Text; diff --git a/DVD/Cartridge.cs b/DVD/Cartridge.cs index a8c5f6ae3..7198716a4 100644 --- a/DVD/Cartridge.cs +++ b/DVD/Cartridge.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Cartridge.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes DVD cartridge structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Text; diff --git a/DVD/DDS.cs b/DVD/DDS.cs index cae612b56..5949d751e 100644 --- a/DVD/DDS.cs +++ b/DVD/DDS.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : DDS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes DVD Disc Definition Structure. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Text; diff --git a/DVD/DMI.cs b/DVD/DMI.cs index bb313df1a..27368a441 100644 --- a/DVD/DMI.cs +++ b/DVD/DMI.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : DMI.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes DVD Disc Manufacturer Information. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Decoders.DVD diff --git a/DVD/Enums.cs b/DVD/Enums.cs index db5b6dfd2..5c9c9600b 100644 --- a/DVD/Enums.cs +++ b/DVD/Enums.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Enums.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains various DVD enumerations. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Decoders.DVD diff --git a/DVD/Layers.cs b/DVD/Layers.cs index d544920c9..30656821b 100644 --- a/DVD/Layers.cs +++ b/DVD/Layers.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Layers.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Records DVD layers structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Decoders.DVD diff --git a/DVD/PFI.cs b/DVD/PFI.cs index 4e0510535..9f399872f 100644 --- a/DVD/PFI.cs +++ b/DVD/PFI.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : PFI.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Records DVD Physical Format Information. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Text; diff --git a/DVD/PRI.cs b/DVD/PRI.cs index 4abb61979..c1e02a89f 100644 --- a/DVD/PRI.cs +++ b/DVD/PRI.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : PRI.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes DVD pre-recorded information. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Decoders.DVD diff --git a/DVD/RMD.cs b/DVD/RMD.cs index cdd2f671f..7ed84eeac 100644 --- a/DVD/RMD.cs +++ b/DVD/RMD.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : RMD.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes DVD RMD. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Decoders.DVD diff --git a/DVD/Spare.cs b/DVD/Spare.cs index 101fe09ea..d24ca05a5 100644 --- a/DVD/Spare.cs +++ b/DVD/Spare.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Spare.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes DVD spare area information. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Text; diff --git a/DVD/UDI.cs b/DVD/UDI.cs index 8db3b599e..507994d02 100644 --- a/DVD/UDI.cs +++ b/DVD/UDI.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : UDI.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes DVD unique disc identifier. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Decoders.DVD diff --git a/DiscImageChef.Decoders.csproj b/DiscImageChef.Decoders.csproj index 571667f46..d95cfe8d4 100644 --- a/DiscImageChef.Decoders.csproj +++ b/DiscImageChef.Decoders.csproj @@ -114,11 +114,17 @@ + + + LICENSE.LGPL + + + diff --git a/Floppy/Amiga.cs b/Floppy/Amiga.cs index ffc4ec82a..6fb36438b 100644 --- a/Floppy/Amiga.cs +++ b/Floppy/Amiga.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Amiga.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Commodore Amiga floppy decoder -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Methods and structures for Commodore Amiga floppy decoding +// Decodes Commodore Amiga floppy structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Runtime.InteropServices; diff --git a/Floppy/Apple2.cs b/Floppy/Apple2.cs index e80f51dcd..a1f8351fe 100644 --- a/Floppy/Apple2.cs +++ b/Floppy/Apple2.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Apple2.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Apple ][ floppy decoder -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Methods and structures for Apple ][ floppy decoding +// Decodes Apple ][ floppy structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Runtime.InteropServices; diff --git a/Floppy/AppleSony.cs b/Floppy/AppleSony.cs index 723152d52..764ed5ce1 100644 --- a/Floppy/AppleSony.cs +++ b/Floppy/AppleSony.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : AppleSony.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Apple Sony GCR floppy decoder -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Methods and structures for Apple Sony GCR floppy decoding +// Decodes Apple/Sony floppy structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Runtime.InteropServices; diff --git a/Floppy/Commodore.cs b/Floppy/Commodore.cs index 27f320e00..2d61ac30f 100644 --- a/Floppy/Commodore.cs +++ b/Floppy/Commodore.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Commodore.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Commodore GCR floppy decoder -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Methods and structures for Commodore GCR floppy decoding +// Decodes Commodore (pre-Amiga) floppy structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Runtime.InteropServices; diff --git a/Floppy/Enums.cs b/Floppy/Enums.cs index baa1d6746..10f92302d 100644 --- a/Floppy/Enums.cs +++ b/Floppy/Enums.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Enums.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains various floppy enumerations. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Decoders.Floppy diff --git a/Floppy/ISO.cs b/Floppy/ISO.cs index 2d7492bbe..1fb6b2825 100644 --- a/Floppy/ISO.cs +++ b/Floppy/ISO.cs @@ -3,39 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : ISO.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : ISO floppy decoder -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Methods and structures for ISO floppy decoding, also used by Atari ST and -// others +// Decodes ISO/ECMA floppy structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Runtime.InteropServices; diff --git a/Floppy/Perpendicular.cs b/Floppy/Perpendicular.cs index 55e7c929e..2f4c3f04c 100644 --- a/Floppy/Perpendicular.cs +++ b/Floppy/Perpendicular.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Perpendicular.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Perpendicular MFM floppy decoder -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Methods and structures for perpendicular MFM floppy decoding +// Decodes perpendicular recording floppy structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Runtime.InteropServices; diff --git a/Floppy/System34.cs b/Floppy/System34.cs index 0debf6bc5..fb70d6866 100644 --- a/Floppy/System34.cs +++ b/Floppy/System34.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : System34.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : IBM System 34 floppy decoder -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Methods and structures for IBM System 34 floppy decoding +// Decodes IBM System 34 floppy structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Runtime.InteropServices; diff --git a/Floppy/System3740.cs b/Floppy/System3740.cs index 465dd1d54..bb9442ff6 100644 --- a/Floppy/System3740.cs +++ b/Floppy/System3740.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : System3740.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : IBM System 3740 floppy decoder -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Methods and structures for IBM System 3740 floppy decoding +// Decodes IBM System 3740 floppy structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Runtime.InteropServices; diff --git a/SCSI/DiscStructureCapabilities.cs b/SCSI/DiscStructureCapabilities.cs index 013c214b0..21ac3360b 100644 --- a/SCSI/DiscStructureCapabilities.cs +++ b/SCSI/DiscStructureCapabilities.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : DiscStructureCapabilities.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes SCSI's DISC STRUCTURE structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; diff --git a/SCSI/EVPD.cs b/SCSI/EVPD.cs index 28bd0120d..f2cff3eed 100644 --- a/SCSI/EVPD.cs +++ b/SCSI/EVPD.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : EVPD.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes SCSI EVPDs. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using DiscImageChef; diff --git a/SCSI/Enums.cs b/SCSI/Enums.cs index bfc3b9e69..004519c83 100644 --- a/SCSI/Enums.cs +++ b/SCSI/Enums.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Enums.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains various SCSI enumerations. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Decoders.SCSI diff --git a/SCSI/Inquiry.cs b/SCSI/Inquiry.cs index d4af6b058..e4a9556d8 100644 --- a/SCSI/Inquiry.cs +++ b/SCSI/Inquiry.cs @@ -1,40 +1,35 @@ -/*************************************************************************** -The Disc Image Chef ----------------------------------------------------------------------------- - -Filename : SCSI.cs -Version : 1.0 -Author(s) : Natalia Portillo - -Component : Decoders. +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : Inquiry.cs +// Author(s) : Natalia Portillo +// +// Component : Device structures decoders. +// +// --[ Description ] ---------------------------------------------------------- +// +// Decodes SCSI INQUIRY responses. +// +// --[ 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-2016 Natalia Portillo +// ****************************************************************************/ -Revision : $Revision$ -Last change by : $Author$ -Date : $Date$ - ---[ Description ] ---------------------------------------------------------- - -Decodes SCSI structures. - ---[ 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 (C) 2011-2014 Claunia.com -****************************************************************************/ -//$Id$ using System; using System.Text; using DiscImageChef.Console; diff --git a/SCSI/MMC/AACS.cs b/SCSI/MMC/AACS.cs index a6d5aa407..0564ab949 100644 --- a/SCSI/MMC/AACS.cs +++ b/SCSI/MMC/AACS.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : AACS.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes AACS structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Text; diff --git a/SCSI/MMC/CPRM.cs b/SCSI/MMC/CPRM.cs index 95d6be6f3..7c6cc13ef 100644 --- a/SCSI/MMC/CPRM.cs +++ b/SCSI/MMC/CPRM.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : CPRM.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes CPRM structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Text; diff --git a/SCSI/MMC/DiscInformation.cs b/SCSI/MMC/DiscInformation.cs index e0b57bacf..f0ab764e2 100644 --- a/SCSI/MMC/DiscInformation.cs +++ b/SCSI/MMC/DiscInformation.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : DiscInformation.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes MMC's GET DISC INFORMATION structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Text; diff --git a/SCSI/MMC/Enums.cs b/SCSI/MMC/Enums.cs index b4e7eb278..eed88105f 100644 --- a/SCSI/MMC/Enums.cs +++ b/SCSI/MMC/Enums.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Enums.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains various SCSI's MMC enumerations. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Decoders.SCSI.MMC diff --git a/SCSI/MMC/Features.cs b/SCSI/MMC/Features.cs index 281acbe7b..0a125bce5 100644 --- a/SCSI/MMC/Features.cs +++ b/SCSI/MMC/Features.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Features.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes SCSI's MMC feature structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using System.Text; diff --git a/SCSI/MMC/Hybrid.cs b/SCSI/MMC/Hybrid.cs index e3df480cf..dd3a993a8 100644 --- a/SCSI/MMC/Hybrid.cs +++ b/SCSI/MMC/Hybrid.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Hybrid.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes SCSI MMC's hybrid structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Text; diff --git a/SCSI/MMC/WriteProtect.cs b/SCSI/MMC/WriteProtect.cs index 859f26f3a..42a50e9a6 100644 --- a/SCSI/MMC/WriteProtect.cs +++ b/SCSI/MMC/WriteProtect.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : WriteProtect.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes SCSI's MMC write protection structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Text; diff --git a/SCSI/Modes.cs b/SCSI/Modes.cs index 0ed07d964..29975f25a 100644 --- a/SCSI/Modes.cs +++ b/SCSI/Modes.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Modes.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes SCSI modes. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Text; using System.Collections.Generic; diff --git a/SCSI/ModesEncoders.cs b/SCSI/ModesEncoders.cs index bfe786c9b..8fb320e21 100644 --- a/SCSI/ModesEncoders.cs +++ b/SCSI/ModesEncoders.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : ModesEncoders.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Encodes SCSI modes. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Decoders.SCSI diff --git a/SCSI/SSC/BlockLimits.cs b/SCSI/SSC/BlockLimits.cs index aca3fbf5c..f5f48d88f 100644 --- a/SCSI/SSC/BlockLimits.cs +++ b/SCSI/SSC/BlockLimits.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : BlockLimits.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes SCSI's SSC block limits structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Text; diff --git a/SCSI/SSC/DensitySupport.cs b/SCSI/SSC/DensitySupport.cs index a7d69c9d7..c2864343c 100644 --- a/SCSI/SSC/DensitySupport.cs +++ b/SCSI/SSC/DensitySupport.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : DensitySupport.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes SCSI's SSC density support structures. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Collections.Generic; using System.Text; diff --git a/SCSI/Sense.cs b/SCSI/Sense.cs index 9e42aafbe..b2ada4e01 100644 --- a/SCSI/Sense.cs +++ b/SCSI/Sense.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Sense.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes SCSI SENSE. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Text; using System.Collections.Generic; diff --git a/SCSI/Types.cs b/SCSI/Types.cs index e9a7c06a3..3f5e88f47 100644 --- a/SCSI/Types.cs +++ b/SCSI/Types.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : Types.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains various SCSI type values. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Decoders.SCSI diff --git a/SCSI/VendorString.cs b/SCSI/VendorString.cs index cc02a45f7..61d31900d 100644 --- a/SCSI/VendorString.cs +++ b/SCSI/VendorString.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : VendorString.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Contains SCSI vendor strings. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; namespace DiscImageChef.Decoders.SCSI diff --git a/Xbox/DMI.cs b/Xbox/DMI.cs index eb2dde99c..a19eb8e19 100644 --- a/Xbox/DMI.cs +++ b/Xbox/DMI.cs @@ -3,38 +3,33 @@ // ---------------------------------------------------------------------------- // // Filename : DMI.cs -// Version : 1.0 -// Author(s) : Natalia Portillo +// Author(s) : Natalia Portillo // -// Component : Component -// -// Revision : $Revision$ -// Last change by : $Author$ -// Date : $Date$ +// Component : Device structures decoders. // // --[ Description ] ---------------------------------------------------------- // -// Description +// Decodes Xbox discs DMI structure. // // --[ 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-2016 Natalia Portillo // ****************************************************************************/ -// //$Id$ + using System; using System.Text;