diff options
Diffstat (limited to '')
-rw-r--r-- | apps/UnsetEnv.hs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/UnsetEnv.hs b/apps/UnsetEnv.hs index 4fd6ccb..2ca0997 100644 --- a/apps/UnsetEnv.hs +++ b/apps/UnsetEnv.hs @@ -1,8 +1,8 @@ -{- - - Copyright 2015 Egor Tensin <Egor.Tensin@gmail.com> - - This file is licensed under the terms of the MIT License. - - See LICENSE.txt for details. --} +-- | +-- Copyright : (c) 2015 Egor Tensin <Egor.Tensin@gmail.com> +-- License : MIT +-- Maintainer : Egor.Tensin@gmail.com +-- Stability : experimental module Main (main) where |