mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add "Author" field to plugins.
This commit is contained in:
@@ -42,8 +42,9 @@ namespace DiscImageChef.Partitions
|
||||
{
|
||||
const uint DISK_MAGIC64 = 0xC4464C59;
|
||||
|
||||
public string Name => "DragonFly BSD 64-bit disklabel";
|
||||
public Guid Id => new Guid("D49E41A6-D952-4760-9D94-03DAE2450C5F");
|
||||
public string Name => "DragonFly BSD 64-bit disklabel";
|
||||
public Guid Id => new Guid("D49E41A6-D952-4760-9D94-03DAE2450C5F");
|
||||
public string Author => "Natalia Portillo";
|
||||
|
||||
public bool GetInformation(IMediaImage imagePlugin, out List<Partition> partitions, ulong sectorOffset)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user