diff options
Diffstat (limited to 'Utility/Mounts.hsc')
-rw-r--r-- | Utility/Mounts.hsc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Utility/Mounts.hsc b/Utility/Mounts.hsc index 97954705c..3f121233a 100644 --- a/Utility/Mounts.hsc +++ b/Utility/Mounts.hsc @@ -1,5 +1,7 @@ {- Interface to mtab (and fstab) - + - Deprecated; moving to mountpoints library on hackage. + - - Derived from hsshellscript, originally written by - Volker Wysk <hsss@volker-wysk.de> - @@ -7,6 +9,7 @@ - Joey Hess <id@joeyh.name> - - Licensed under the GNU LGPL version 2.1 or higher. + - -} {-# LANGUAGE ForeignFunctionInterface #-} |