diff options
Diffstat (limited to '')
-rw-r--r-- | src/Windows/Utils.hs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Windows/Utils.hs b/src/Windows/Utils.hs index aad241f..06e495c 100644 --- a/src/Windows/Utils.hs +++ b/src/Windows/Utils.hs @@ -1,8 +1,8 @@ -{- - - Copyright 2016 Egor Tensin <Egor.Tensin@gmail.com> - - This file is licensed under the terms of the MIT License. - - See LICENSE.txt for details. --} +-- | +-- Copyright : (c) 2016 Egor Tensin <Egor.Tensin@gmail.com> +-- License : MIT +-- Maintainer : Egor.Tensin@gmail.com +-- Stability : experimental module Windows.Utils ( notifyEnvironmentUpdate |