diff options
Diffstat (limited to '')
-rw-r--r-- | apps/AddPath.hs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/AddPath.hs b/apps/AddPath.hs index 93ea212..5fba7ce 100644 --- a/apps/AddPath.hs +++ b/apps/AddPath.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 |