mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Corrected file headers.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
//
|
||||
// --[ Description ] ----------------------------------------------------------
|
||||
//
|
||||
// Constructors and common variables for the Apple Lisa filesystem plugin.
|
||||
// Constructors and common variables for the Apple Macintosh File System plugin.
|
||||
//
|
||||
// --[ License ] --------------------------------------------------------------
|
||||
//
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
//
|
||||
// --[ Description ] ----------------------------------------------------------
|
||||
//
|
||||
// Apple Lisa filesystem constants.
|
||||
// Apple Macintosh File System constants.
|
||||
//
|
||||
// --[ License ] --------------------------------------------------------------
|
||||
//
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
//
|
||||
// --[ Description ] ----------------------------------------------------------
|
||||
//
|
||||
// Methods to handle Apple Lisa filesystem catalogs (aka directories).
|
||||
// Methods to handle the Apple Macintosh File System directory.
|
||||
//
|
||||
// --[ License ] --------------------------------------------------------------
|
||||
//
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
//
|
||||
// --[ Description ] ----------------------------------------------------------
|
||||
//
|
||||
// Apple LisaRoman to Unicode converters.
|
||||
// Apple MacRoman to Unicode converters.
|
||||
//
|
||||
// --[ License ] --------------------------------------------------------------
|
||||
//
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
//
|
||||
// --[ Description ] ----------------------------------------------------------
|
||||
//
|
||||
// Apple Lisa filesystem structures.
|
||||
// Apple Macintosh File System structures.
|
||||
//
|
||||
// --[ License ] --------------------------------------------------------------
|
||||
//
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
//
|
||||
// --[ Description ] ----------------------------------------------------------
|
||||
//
|
||||
// Handles mounting and umounting the Apple Lisa filesystem.
|
||||
// Handles mounting and umounting the Apple Macintosh File System.
|
||||
//
|
||||
// --[ License ] --------------------------------------------------------------
|
||||
//
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
//
|
||||
// --[ Description ] ----------------------------------------------------------
|
||||
//
|
||||
// Methods to handle Apple Lisa extended attributes (label, tags, serial,
|
||||
// etc).
|
||||
// Methods to handle Apple Macintosh File System extended attributes
|
||||
// (Finder Info, Resource Fork, etc.)
|
||||
//
|
||||
// --[ License ] --------------------------------------------------------------
|
||||
//
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
2016-08-01 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Dir.cs:
|
||||
* Super.cs:
|
||||
* Xattr.cs:
|
||||
* Consts.cs:
|
||||
* Structs.cs:
|
||||
* AppleMFS.cs:
|
||||
* Encoding.cs: Corrected file headers.
|
||||
|
||||
2016-08-01 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* Dir.cs:
|
||||
|
||||
Reference in New Issue
Block a user