Corrected file headers.

This commit is contained in:
2016-08-01 00:43:31 +01:00
parent 6c08f951ac
commit a4067adc40
8 changed files with 18 additions and 8 deletions

View File

@@ -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 ] --------------------------------------------------------------
//

View File

@@ -9,7 +9,7 @@
//
// --[ Description ] ----------------------------------------------------------
//
// Apple Lisa filesystem constants.
// Apple Macintosh File System constants.
//
// --[ License ] --------------------------------------------------------------
//

View File

@@ -9,7 +9,7 @@
//
// --[ Description ] ----------------------------------------------------------
//
// Methods to handle Apple Lisa filesystem catalogs (aka directories).
// Methods to handle the Apple Macintosh File System directory.
//
// --[ License ] --------------------------------------------------------------
//

View File

@@ -9,7 +9,7 @@
//
// --[ Description ] ----------------------------------------------------------
//
// Apple LisaRoman to Unicode converters.
// Apple MacRoman to Unicode converters.
//
// --[ License ] --------------------------------------------------------------
//

View File

@@ -9,7 +9,7 @@
//
// --[ Description ] ----------------------------------------------------------
//
// Apple Lisa filesystem structures.
// Apple Macintosh File System structures.
//
// --[ License ] --------------------------------------------------------------
//

View File

@@ -9,7 +9,7 @@
//
// --[ Description ] ----------------------------------------------------------
//
// Handles mounting and umounting the Apple Lisa filesystem.
// Handles mounting and umounting the Apple Macintosh File System.
//
// --[ License ] --------------------------------------------------------------
//

View File

@@ -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 ] --------------------------------------------------------------
//

View File

@@ -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: