From 4e888f175c5f8996f89deb18c8cf8700979365e7 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 15 Jun 2014 23:39:34 +0100 Subject: [PATCH] Rename project, solution, application, namespace. --- FileSystemIDandChk.sln => DiscImageChef.sln | 6 +++--- FileSystemIDandChk/ArrayFill.cs | 4 ++-- FileSystemIDandChk/AssemblyInfo.cs | 6 +++--- FileSystemIDandChk/BigEndianBitConverter.cs | 4 ++-- FileSystemIDandChk/DateHandlers.cs | 4 ++-- ...temIDandChk.csproj => DiscImageChef.csproj} | 4 ++-- FileSystemIDandChk/EndianAwareBinaryReader.cs | 4 ++-- FileSystemIDandChk/ImagePlugins/CDRWin.cs | 18 +++++++++--------- FileSystemIDandChk/ImagePlugins/DiskCopy42.cs | 4 ++-- FileSystemIDandChk/ImagePlugins/ImagePlugin.cs | 4 ++-- FileSystemIDandChk/ImagePlugins/TeleDisk.cs | 4 ++-- FileSystemIDandChk/ImagePlugins/ZZZRawImage.cs | 4 ++-- FileSystemIDandChk/Main.cs | 10 +++++----- FileSystemIDandChk/PartPlugins/AppleMap.cs | 6 +++--- FileSystemIDandChk/PartPlugins/MBR.cs | 6 +++--- FileSystemIDandChk/PartPlugins/NeXT.cs | 6 +++--- FileSystemIDandChk/PartPlugins/PartPlugin.cs | 4 ++-- FileSystemIDandChk/Plugins.cs | 10 +++++----- FileSystemIDandChk/Plugins/AppleHFS.cs | 6 +++--- FileSystemIDandChk/Plugins/AppleHFSPlus.cs | 6 +++--- FileSystemIDandChk/Plugins/AppleMFS.cs | 6 +++--- FileSystemIDandChk/Plugins/BFS.cs | 6 +++--- FileSystemIDandChk/Plugins/FAT.cs | 6 +++--- FileSystemIDandChk/Plugins/FFS.cs | 6 +++--- FileSystemIDandChk/Plugins/HPFS.cs | 6 +++--- FileSystemIDandChk/Plugins/ISO9660.cs | 6 +++--- FileSystemIDandChk/Plugins/LisaFS.cs | 8 ++++---- FileSystemIDandChk/Plugins/MinixFS.cs | 6 +++--- FileSystemIDandChk/Plugins/NTFS.cs | 6 +++--- FileSystemIDandChk/Plugins/ODS.cs | 6 +++--- FileSystemIDandChk/Plugins/Opera.cs | 6 +++--- FileSystemIDandChk/Plugins/PCEngine.cs | 6 +++--- FileSystemIDandChk/Plugins/Plugin.cs | 4 ++-- FileSystemIDandChk/Plugins/SolarFS.cs | 6 +++--- FileSystemIDandChk/Plugins/Symbian.cs | 6 +++--- FileSystemIDandChk/Plugins/SysV.cs | 6 +++--- FileSystemIDandChk/Plugins/UNIXBFS.cs | 6 +++--- FileSystemIDandChk/Plugins/ext2FS.cs | 6 +++--- FileSystemIDandChk/Plugins/extFS.cs | 6 +++--- FileSystemIDandChk/PrintHex.cs | 4 ++-- FileSystemIDandChk/README.md | 6 +++--- FileSystemIDandChk/StringHandlers.cs | 4 ++-- FileSystemIDandChk/Swapping.cs | 4 ++-- 43 files changed, 126 insertions(+), 126 deletions(-) rename FileSystemIDandChk.sln => DiscImageChef.sln (76%) rename FileSystemIDandChk/{FileSystemIDandChk.csproj => DiscImageChef.csproj} (98%) diff --git a/FileSystemIDandChk.sln b/DiscImageChef.sln similarity index 76% rename from FileSystemIDandChk.sln rename to DiscImageChef.sln index b46a7aaec..284a3c308 100644 --- a/FileSystemIDandChk.sln +++ b/DiscImageChef.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSystemIDandChk", "FileSystemIDandChk\FileSystemIDandChk.csproj", "{7A4B05BE-73C9-4F34-87FE-E80CCF1F732D}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiscImageChef", "FileSystemIDandChk\DiscImageChef.csproj", "{7A4B05BE-73C9-4F34-87FE-E80CCF1F732D}" EndProject Project("{9344BDBB-3E7F-41FC-A0DD-8665D75EE146}") = "Packages", "Packages.mdproj", "{8996EF59-09B9-4920-A3DE-2F8EA2EBBCFF}" EndProject @@ -19,8 +19,8 @@ Global {8996EF59-09B9-4920-A3DE-2F8EA2EBBCFF}.Release|x86.ActiveCfg = Release|Any CPU EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - StartupItem = FileSystemIDandChk\FileSystemIDandChk.csproj - description = Filesystem identified and checker. + StartupItem = FileSystemIDandChk\DiscImageChef.csproj + description = The Disc Image Chef. version = 1.10 EndGlobalSection EndGlobal diff --git a/FileSystemIDandChk/ArrayFill.cs b/FileSystemIDandChk/ArrayFill.cs index c3394a14c..c3ba54cc6 100644 --- a/FileSystemIDandChk/ArrayFill.cs +++ b/FileSystemIDandChk/ArrayFill.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : ArrayFill.cs @@ -30,7 +30,7 @@ Copyright (C) 2014 mykohsu //$Id$ using System; -namespace FileSystemIDandChk +namespace DiscImageChef { public static class ArrayHelpers { diff --git a/FileSystemIDandChk/AssemblyInfo.cs b/FileSystemIDandChk/AssemblyInfo.cs index a644ddc11..2f1e91a03 100644 --- a/FileSystemIDandChk/AssemblyInfo.cs +++ b/FileSystemIDandChk/AssemblyInfo.cs @@ -1,8 +1,8 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- -Filename : Swapping.cs +Filename : AssemblyInfo.cs Version : 1.0 Author(s) : Natalia Portillo @@ -41,7 +41,7 @@ using System.Reflection; // Information about this assembly is defined by the following attributes. // Change them to the values specific to your project. -[assembly: AssemblyTitle("FileSystemIDandChk")] +[assembly: AssemblyTitle("DiscImageChef")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] diff --git a/FileSystemIDandChk/BigEndianBitConverter.cs b/FileSystemIDandChk/BigEndianBitConverter.cs index 4f961e2da..e834e6ec9 100644 --- a/FileSystemIDandChk/BigEndianBitConverter.cs +++ b/FileSystemIDandChk/BigEndianBitConverter.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : BigEndianBitConverter.cs @@ -39,7 +39,7 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Linq; -namespace FileSystemIDandChk +namespace DiscImageChef { /// /// Converts base data types to an array of bytes, and an array of bytes to base diff --git a/FileSystemIDandChk/DateHandlers.cs b/FileSystemIDandChk/DateHandlers.cs index 9fa22eb28..8a8db44b2 100644 --- a/FileSystemIDandChk/DateHandlers.cs +++ b/FileSystemIDandChk/DateHandlers.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : DateHandlers.cs @@ -38,7 +38,7 @@ Copyright (C) 2011-2014 Claunia.com using System; -namespace FileSystemIDandChk +namespace DiscImageChef { public static class DateHandlers { diff --git a/FileSystemIDandChk/FileSystemIDandChk.csproj b/FileSystemIDandChk/DiscImageChef.csproj similarity index 98% rename from FileSystemIDandChk/FileSystemIDandChk.csproj rename to FileSystemIDandChk/DiscImageChef.csproj index a9e3afe4b..eb964b6b0 100644 --- a/FileSystemIDandChk/FileSystemIDandChk.csproj +++ b/FileSystemIDandChk/DiscImageChef.csproj @@ -7,8 +7,8 @@ 2.0 {7A4B05BE-73C9-4F34-87FE-E80CCF1F732D} Exe - FileSystemIDandChk - FileSystemIDandChk + DiscImageChef + DiscImageChef v3.5 1.10 diff --git a/FileSystemIDandChk/EndianAwareBinaryReader.cs b/FileSystemIDandChk/EndianAwareBinaryReader.cs index 06de1a47b..dce8b6be8 100644 --- a/FileSystemIDandChk/EndianAwareBinaryReader.cs +++ b/FileSystemIDandChk/EndianAwareBinaryReader.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : EndianAwareBinaryReader.cs @@ -41,7 +41,7 @@ using System.IO; using System.Linq; using System.Text; -namespace FileSystemIDandChk +namespace DiscImageChef { public class EndianAwareBinaryReader : BinaryReader { diff --git a/FileSystemIDandChk/ImagePlugins/CDRWin.cs b/FileSystemIDandChk/ImagePlugins/CDRWin.cs index 62648e544..9bc877013 100644 --- a/FileSystemIDandChk/ImagePlugins/CDRWin.cs +++ b/FileSystemIDandChk/ImagePlugins/CDRWin.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : CDRWin.cs @@ -42,9 +42,9 @@ using System.IO; using System.Text; using System.Text.RegularExpressions; using System.Collections.Generic; -using FileSystemIDandChk; +using DiscImageChef; -namespace FileSystemIDandChk.ImagePlugins +namespace DiscImageChef.ImagePlugins { class CDRWin : ImagePlugin { @@ -1048,7 +1048,7 @@ namespace FileSystemIDandChk.ImagePlugins if (MainClass.isDebug) Console.WriteLine("DEBUG (CDRWin plugin): Building offset map"); - partitions = new List(); + partitions = new List(); ulong byte_offset = 0; ulong sector_offset = 0; @@ -1064,7 +1064,7 @@ namespace FileSystemIDandChk.ImagePlugins if (discimage.tracks[i].sequence == 1 && i != 0) throw new ImageNotSupportedException("Unordered tracks"); - PartPlugins.Partition partition = new FileSystemIDandChk.PartPlugins.Partition(); + PartPlugins.Partition partition = new DiscImageChef.PartPlugins.Partition(); if (discimage.tracks[i].pregap > 0) { @@ -1096,7 +1096,7 @@ namespace FileSystemIDandChk.ImagePlugins } partitions.Add(partition); - partition = new FileSystemIDandChk.PartPlugins.Partition(); + partition = new DiscImageChef.PartPlugins.Partition(); } index_zero |= discimage.tracks[i].indexes.TryGetValue(0, out index_zero_offset); @@ -1134,7 +1134,7 @@ namespace FileSystemIDandChk.ImagePlugins } partitions.Add(partition); - partition = new FileSystemIDandChk.PartPlugins.Partition(); + partition = new DiscImageChef.PartPlugins.Partition(); } // Index 01 @@ -1166,14 +1166,14 @@ namespace FileSystemIDandChk.ImagePlugins } partitions.Add(partition); - partition = new FileSystemIDandChk.PartPlugins.Partition(); + partition = new DiscImageChef.PartPlugins.Partition(); } // Print offset map if (MainClass.isDebug) { Console.WriteLine("DEBUG (CDRWin plugin) printing partition map"); - foreach (FileSystemIDandChk.PartPlugins.Partition partition in partitions) + foreach (DiscImageChef.PartPlugins.Partition partition in partitions) { Console.WriteLine("DEBUG (CDRWin plugin): Partition sequence: {0}", partition.PartitionSequence); Console.WriteLine("DEBUG (CDRWin plugin): \tPartition name: {0}", partition.PartitionName); diff --git a/FileSystemIDandChk/ImagePlugins/DiskCopy42.cs b/FileSystemIDandChk/ImagePlugins/DiskCopy42.cs index ac9227629..c5805af97 100644 --- a/FileSystemIDandChk/ImagePlugins/DiskCopy42.cs +++ b/FileSystemIDandChk/ImagePlugins/DiskCopy42.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : DiskCopy42.cs @@ -40,7 +40,7 @@ using System; using System.IO; using System.Collections.Generic; -namespace FileSystemIDandChk.ImagePlugins +namespace DiscImageChef.ImagePlugins { // Checked using several images and strings inside Apple's DiskImages.framework class DiskCopy42 : ImagePlugin diff --git a/FileSystemIDandChk/ImagePlugins/ImagePlugin.cs b/FileSystemIDandChk/ImagePlugins/ImagePlugin.cs index 9afd6b112..254b80188 100644 --- a/FileSystemIDandChk/ImagePlugins/ImagePlugin.cs +++ b/FileSystemIDandChk/ImagePlugins/ImagePlugin.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : ImagePlugin.cs @@ -39,7 +39,7 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Collections.Generic; -namespace FileSystemIDandChk.ImagePlugins +namespace DiscImageChef.ImagePlugins { /// /// Abstract class to implement disk image reading plugins. diff --git a/FileSystemIDandChk/ImagePlugins/TeleDisk.cs b/FileSystemIDandChk/ImagePlugins/TeleDisk.cs index e62f8c198..6d958d426 100644 --- a/FileSystemIDandChk/ImagePlugins/TeleDisk.cs +++ b/FileSystemIDandChk/ImagePlugins/TeleDisk.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : TeleDisk.cs @@ -42,7 +42,7 @@ using System.Collections.Generic; // Created following notes from Dave Dunfield // http://www.classiccmp.org/dunfield/img54306/td0notes.txt -namespace FileSystemIDandChk.ImagePlugins +namespace DiscImageChef.ImagePlugins { class TeleDisk : ImagePlugin { diff --git a/FileSystemIDandChk/ImagePlugins/ZZZRawImage.cs b/FileSystemIDandChk/ImagePlugins/ZZZRawImage.cs index fa744d362..e8501a741 100644 --- a/FileSystemIDandChk/ImagePlugins/ZZZRawImage.cs +++ b/FileSystemIDandChk/ImagePlugins/ZZZRawImage.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : ZZZRawImage.cs @@ -40,7 +40,7 @@ using System; using System.IO; using System.Collections.Generic; -namespace FileSystemIDandChk.ImagePlugins +namespace DiscImageChef.ImagePlugins { // Checked using several images and strings inside Apple's DiskImages.framework class ZZZRawImage : ImagePlugin diff --git a/FileSystemIDandChk/Main.cs b/FileSystemIDandChk/Main.cs index 8771f5cb4..360c13672 100644 --- a/FileSystemIDandChk/Main.cs +++ b/FileSystemIDandChk/Main.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : Main.cs @@ -38,11 +38,11 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Collections.Generic; -using FileSystemIDandChk.ImagePlugins; -using FileSystemIDandChk.PartPlugins; -using FileSystemIDandChk.Plugins; +using DiscImageChef.ImagePlugins; +using DiscImageChef.PartPlugins; +using DiscImageChef.Plugins; -namespace FileSystemIDandChk +namespace DiscImageChef { class MainClass { diff --git a/FileSystemIDandChk/PartPlugins/AppleMap.cs b/FileSystemIDandChk/PartPlugins/AppleMap.cs index 316f8984e..343991365 100644 --- a/FileSystemIDandChk/PartPlugins/AppleMap.cs +++ b/FileSystemIDandChk/PartPlugins/AppleMap.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : AppleMap.cs @@ -39,11 +39,11 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; using System.Collections.Generic; -using FileSystemIDandChk; +using DiscImageChef; // Information about structures learnt from Inside Macintosh // Constants from image testing -namespace FileSystemIDandChk.PartPlugins +namespace DiscImageChef.PartPlugins { class AppleMap : PartPlugin { diff --git a/FileSystemIDandChk/PartPlugins/MBR.cs b/FileSystemIDandChk/PartPlugins/MBR.cs index fe8de6a72..d7d2ccc9d 100644 --- a/FileSystemIDandChk/PartPlugins/MBR.cs +++ b/FileSystemIDandChk/PartPlugins/MBR.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : MBR.cs @@ -38,10 +38,10 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Collections.Generic; -using FileSystemIDandChk; +using DiscImageChef; // TODO: Support AAP, AST, SpeedStor and Ontrack extensions -namespace FileSystemIDandChk.PartPlugins +namespace DiscImageChef.PartPlugins { class MBR : PartPlugin { diff --git a/FileSystemIDandChk/PartPlugins/NeXT.cs b/FileSystemIDandChk/PartPlugins/NeXT.cs index 4af122bea..4174f2494 100644 --- a/FileSystemIDandChk/PartPlugins/NeXT.cs +++ b/FileSystemIDandChk/PartPlugins/NeXT.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : NeXT.cs @@ -39,10 +39,10 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Collections.Generic; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; // Information learnt from XNU source and testing against real disks -namespace FileSystemIDandChk.PartPlugins +namespace DiscImageChef.PartPlugins { class NeXTDisklabel : PartPlugin { diff --git a/FileSystemIDandChk/PartPlugins/PartPlugin.cs b/FileSystemIDandChk/PartPlugins/PartPlugin.cs index ac85d6ebf..55cd8327e 100644 --- a/FileSystemIDandChk/PartPlugins/PartPlugin.cs +++ b/FileSystemIDandChk/PartPlugins/PartPlugin.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : PartPlugin.cs @@ -39,7 +39,7 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Collections.Generic; -namespace FileSystemIDandChk.PartPlugins +namespace DiscImageChef.PartPlugins { /// /// Abstract class to implement partitioning schemes interpreting plugins. diff --git a/FileSystemIDandChk/Plugins.cs b/FileSystemIDandChk/Plugins.cs index ecf11f2f6..df837c906 100644 --- a/FileSystemIDandChk/Plugins.cs +++ b/FileSystemIDandChk/Plugins.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : Plugins.cs @@ -39,11 +39,11 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Collections.Generic; using System.Reflection; -using FileSystemIDandChk.ImagePlugins; -using FileSystemIDandChk.PartPlugins; -using FileSystemIDandChk.Plugins; +using DiscImageChef.ImagePlugins; +using DiscImageChef.PartPlugins; +using DiscImageChef.Plugins; -namespace FileSystemIDandChk +namespace DiscImageChef { public class PluginBase { diff --git a/FileSystemIDandChk/Plugins/AppleHFS.cs b/FileSystemIDandChk/Plugins/AppleHFS.cs index 588f86bf8..97448ecef 100644 --- a/FileSystemIDandChk/Plugins/AppleHFS.cs +++ b/FileSystemIDandChk/Plugins/AppleHFS.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : AppleHFS.cs @@ -38,11 +38,11 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; // Information from Inside Macintosh // https://developer.apple.com/legacy/library/documentation/mac/pdf/Files/File_Manager.pdf -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class AppleHFS : Plugin { diff --git a/FileSystemIDandChk/Plugins/AppleHFSPlus.cs b/FileSystemIDandChk/Plugins/AppleHFSPlus.cs index f5b7a5f60..9f5b31866 100644 --- a/FileSystemIDandChk/Plugins/AppleHFSPlus.cs +++ b/FileSystemIDandChk/Plugins/AppleHFSPlus.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : AppleHFSPlus.cs @@ -38,10 +38,10 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; // Information from Apple TechNote 1150: https://developer.apple.com/legacy/library/technotes/tn/tn1150.html -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class AppleHFSPlus : Plugin { diff --git a/FileSystemIDandChk/Plugins/AppleMFS.cs b/FileSystemIDandChk/Plugins/AppleMFS.cs index 9565a1774..7b1178814 100644 --- a/FileSystemIDandChk/Plugins/AppleMFS.cs +++ b/FileSystemIDandChk/Plugins/AppleMFS.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : AppleMFS.cs @@ -38,10 +38,10 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; // Information from Inside Macintosh -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class AppleMFS : Plugin { diff --git a/FileSystemIDandChk/Plugins/BFS.cs b/FileSystemIDandChk/Plugins/BFS.cs index 993c7fd1c..fa6aca4f3 100644 --- a/FileSystemIDandChk/Plugins/BFS.cs +++ b/FileSystemIDandChk/Plugins/BFS.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : BFS.cs @@ -38,10 +38,10 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; // Information from Practical Filesystem Design, ISBN 1-55860-497-9 -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class BeFS : Plugin { diff --git a/FileSystemIDandChk/Plugins/FAT.cs b/FileSystemIDandChk/Plugins/FAT.cs index 94e54ae68..bb868f9f3 100644 --- a/FileSystemIDandChk/Plugins/FAT.cs +++ b/FileSystemIDandChk/Plugins/FAT.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : FAT.cs @@ -38,11 +38,11 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; // TODO: Implement detecting DOS bootable disks // TODO: Implement detecting Atari TOS bootable disks and printing corresponding fields -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class FAT : Plugin { diff --git a/FileSystemIDandChk/Plugins/FFS.cs b/FileSystemIDandChk/Plugins/FFS.cs index 95207cc5d..b77a5bcd5 100644 --- a/FileSystemIDandChk/Plugins/FFS.cs +++ b/FileSystemIDandChk/Plugins/FFS.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : FFS.cs @@ -38,10 +38,10 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; // Using information from Linux kernel headers -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { public class FFSPlugin : Plugin { diff --git a/FileSystemIDandChk/Plugins/HPFS.cs b/FileSystemIDandChk/Plugins/HPFS.cs index b11690705..0714d4331 100644 --- a/FileSystemIDandChk/Plugins/HPFS.cs +++ b/FileSystemIDandChk/Plugins/HPFS.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : HPFS.cs @@ -39,10 +39,10 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; // Information from an old unnamed document -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class HPFS : Plugin { diff --git a/FileSystemIDandChk/Plugins/ISO9660.cs b/FileSystemIDandChk/Plugins/ISO9660.cs index 6cab35e52..25be0d24f 100644 --- a/FileSystemIDandChk/Plugins/ISO9660.cs +++ b/FileSystemIDandChk/Plugins/ISO9660.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : ISO9660.cs @@ -39,13 +39,13 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Globalization; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; // This is coded following ECMA-119. // TODO: Differentiate ISO Level 1, 2, 3 and ISO 9660:1999 // TODO: Apple extensiones, requires XA or advance RR interpretation. // TODO: Needs a major rewrite -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class ISO9660Plugin : Plugin { diff --git a/FileSystemIDandChk/Plugins/LisaFS.cs b/FileSystemIDandChk/Plugins/LisaFS.cs index b5edf76ca..6b792a141 100644 --- a/FileSystemIDandChk/Plugins/LisaFS.cs +++ b/FileSystemIDandChk/Plugins/LisaFS.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : LisaFS.cs @@ -38,12 +38,12 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; -using FileSystemIDandChk; -using FileSystemIDandChk.ImagePlugins; +using DiscImageChef; +using DiscImageChef.ImagePlugins; // All information by Natalia Portillo // Variable names from Lisa API -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class LisaFS : Plugin { diff --git a/FileSystemIDandChk/Plugins/MinixFS.cs b/FileSystemIDandChk/Plugins/MinixFS.cs index f1920994a..10993acd7 100644 --- a/FileSystemIDandChk/Plugins/MinixFS.cs +++ b/FileSystemIDandChk/Plugins/MinixFS.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : MinixFS.cs @@ -38,10 +38,10 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; // Information from the Linux kernel -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class MinixFS : Plugin { diff --git a/FileSystemIDandChk/Plugins/NTFS.cs b/FileSystemIDandChk/Plugins/NTFS.cs index 7d174188d..eafb0acaf 100644 --- a/FileSystemIDandChk/Plugins/NTFS.cs +++ b/FileSystemIDandChk/Plugins/NTFS.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : NTFS.cs @@ -38,10 +38,10 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; // Information from Inside Windows NT -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class NTFS : Plugin { diff --git a/FileSystemIDandChk/Plugins/ODS.cs b/FileSystemIDandChk/Plugins/ODS.cs index 7978fc6ed..155b6b167 100644 --- a/FileSystemIDandChk/Plugins/ODS.cs +++ b/FileSystemIDandChk/Plugins/ODS.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : ODS.cs @@ -37,7 +37,7 @@ Copyright (C) 2011-2014 Claunia.com //$Id$ using System; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; // Information from VMS File System Internals by Kirby McCoy // ISBN: 1-55558-056-4 @@ -48,7 +48,7 @@ using FileSystemIDandChk; // There is an ODS with signature "DECFILES11A", yet to be seen // Time is a 64 bit unsigned integer, tenths of microseconds since 1858/11/17 00:00:00. // TODO: Implement checksum -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class ODS : Plugin { diff --git a/FileSystemIDandChk/Plugins/Opera.cs b/FileSystemIDandChk/Plugins/Opera.cs index 6a94622e6..9c799eb4b 100644 --- a/FileSystemIDandChk/Plugins/Opera.cs +++ b/FileSystemIDandChk/Plugins/Opera.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : Opera.cs @@ -38,10 +38,10 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class OperaFS : Plugin { diff --git a/FileSystemIDandChk/Plugins/PCEngine.cs b/FileSystemIDandChk/Plugins/PCEngine.cs index 46cc52acf..a096bcb30 100644 --- a/FileSystemIDandChk/Plugins/PCEngine.cs +++ b/FileSystemIDandChk/Plugins/PCEngine.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : PCEngine.cs @@ -38,9 +38,9 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class PCEnginePlugin : Plugin { diff --git a/FileSystemIDandChk/Plugins/Plugin.cs b/FileSystemIDandChk/Plugins/Plugin.cs index 2b5bd2159..b85c0d4d6 100644 --- a/FileSystemIDandChk/Plugins/Plugin.cs +++ b/FileSystemIDandChk/Plugins/Plugin.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : Plugin.cs @@ -38,7 +38,7 @@ Copyright (C) 2011-2014 Claunia.com using System; -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { /// /// Abstract class to implement filesystem plugins. diff --git a/FileSystemIDandChk/Plugins/SolarFS.cs b/FileSystemIDandChk/Plugins/SolarFS.cs index 09f7eecd2..2b0af3c2b 100644 --- a/FileSystemIDandChk/Plugins/SolarFS.cs +++ b/FileSystemIDandChk/Plugins/SolarFS.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : SolarFS.cs @@ -38,10 +38,10 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; // Based on FAT's BPB, cannot find a FAT or directory -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class SolarFS : Plugin { diff --git a/FileSystemIDandChk/Plugins/Symbian.cs b/FileSystemIDandChk/Plugins/Symbian.cs index a689950ee..9f42c95fb 100644 --- a/FileSystemIDandChk/Plugins/Symbian.cs +++ b/FileSystemIDandChk/Plugins/Symbian.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : Symbian.cs @@ -39,14 +39,14 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.IO; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; using System.Collections.Generic; // Information from http://www.thoukydides.webspace.virginmedia.com/software/psifs/sis.html // TODO: Implement support for disc images /* -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class SymbianIS : Plugin { diff --git a/FileSystemIDandChk/Plugins/SysV.cs b/FileSystemIDandChk/Plugins/SysV.cs index 2407395fd..b0901e948 100644 --- a/FileSystemIDandChk/Plugins/SysV.cs +++ b/FileSystemIDandChk/Plugins/SysV.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : SysV.cs @@ -38,10 +38,10 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; // Information from the Linux kernel -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class SysVfs : Plugin { diff --git a/FileSystemIDandChk/Plugins/UNIXBFS.cs b/FileSystemIDandChk/Plugins/UNIXBFS.cs index b13e8ab1b..54dd19e86 100644 --- a/FileSystemIDandChk/Plugins/UNIXBFS.cs +++ b/FileSystemIDandChk/Plugins/UNIXBFS.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : UNIXBFS.cs @@ -38,10 +38,10 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; // Information from the Linux kernel -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class BFS : Plugin { diff --git a/FileSystemIDandChk/Plugins/ext2FS.cs b/FileSystemIDandChk/Plugins/ext2FS.cs index 0075a316c..1cf6aa5ae 100644 --- a/FileSystemIDandChk/Plugins/ext2FS.cs +++ b/FileSystemIDandChk/Plugins/ext2FS.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : ext2FS.cs @@ -38,10 +38,10 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; // Information from the Linux kernel -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class ext2FS : Plugin { diff --git a/FileSystemIDandChk/Plugins/extFS.cs b/FileSystemIDandChk/Plugins/extFS.cs index 17b082c4e..a4e58b795 100644 --- a/FileSystemIDandChk/Plugins/extFS.cs +++ b/FileSystemIDandChk/Plugins/extFS.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : extFS.cs @@ -38,10 +38,10 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; -using FileSystemIDandChk; +using DiscImageChef; // Information from the Linux kernel -namespace FileSystemIDandChk.Plugins +namespace DiscImageChef.Plugins { class extFS : Plugin { diff --git a/FileSystemIDandChk/PrintHex.cs b/FileSystemIDandChk/PrintHex.cs index e8cbae30f..fe98946af 100644 --- a/FileSystemIDandChk/PrintHex.cs +++ b/FileSystemIDandChk/PrintHex.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : PrintHex.cs @@ -37,7 +37,7 @@ Copyright (C) 2011-2014 Claunia.com //$Id$ using System; -namespace FileSystemIDandChk +namespace DiscImageChef { public static class PrintHex { diff --git a/FileSystemIDandChk/README.md b/FileSystemIDandChk/README.md index 9bc59eb94..801bacbd0 100644 --- a/FileSystemIDandChk/README.md +++ b/FileSystemIDandChk/README.md @@ -1,5 +1,5 @@ -FileSystemIDandChk v1.10 -============= +DiscImageChef v1.10 +=================== Filesystem identifier and checker. @@ -8,7 +8,7 @@ Copyright © 2011-2014 Natalia Portillo Usage ===== -FileSystemIDandChk.exe +DiscImageChef.exe And read help. diff --git a/FileSystemIDandChk/StringHandlers.cs b/FileSystemIDandChk/StringHandlers.cs index e619cbd63..4305ca154 100644 --- a/FileSystemIDandChk/StringHandlers.cs +++ b/FileSystemIDandChk/StringHandlers.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : StringHandlers.cs @@ -39,7 +39,7 @@ Copyright (C) 2011-2014 Claunia.com using System; using System.Text; -namespace FileSystemIDandChk +namespace DiscImageChef { public static class StringHandlers { diff --git a/FileSystemIDandChk/Swapping.cs b/FileSystemIDandChk/Swapping.cs index 2b29bfd53..2487cd366 100644 --- a/FileSystemIDandChk/Swapping.cs +++ b/FileSystemIDandChk/Swapping.cs @@ -1,5 +1,5 @@ /*************************************************************************** -FileSystem identifier and checker +The Disc Image Chef ---------------------------------------------------------------------------- Filename : Swapping.cs @@ -38,7 +38,7 @@ Copyright (C) 2011-2014 Claunia.com using System; -namespace FileSystemIDandChk +namespace DiscImageChef { static class Swapping {