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 ] ---------------------------------------------------------- // --[ Description ] ----------------------------------------------------------
// //
// Constructors and common variables for the Apple Lisa filesystem plugin. // Constructors and common variables for the Apple Macintosh File System plugin.
// //
// --[ License ] -------------------------------------------------------------- // --[ License ] --------------------------------------------------------------
// //

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -9,8 +9,8 @@
// //
// --[ Description ] ---------------------------------------------------------- // --[ Description ] ----------------------------------------------------------
// //
// Methods to handle Apple Lisa extended attributes (label, tags, serial, // Methods to handle Apple Macintosh File System extended attributes
// etc). // (Finder Info, Resource Fork, etc.)
// //
// --[ License ] -------------------------------------------------------------- // --[ 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> 2016-08-01 Natalia Portillo <claunia@claunia.com>
* Dir.cs: * Dir.cs: