From f16bde32c50099ef9e161fb9b54b770a8c37a508 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 28 Dec 2018 19:45:31 +0100 Subject: Fix documentation and copyright --- src/Test/VeriFuzz.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Test/VeriFuzz.hs') diff --git a/src/Test/VeriFuzz.hs b/src/Test/VeriFuzz.hs index 8a84fd7..a16b095 100644 --- a/src/Test/VeriFuzz.hs +++ b/src/Test/VeriFuzz.hs @@ -1,9 +1,9 @@ {-| Module : Test.VeriFuzz Description : VeriFuzz -Copyright : (c) Yann Herklotz Grave 2018 -License : GPL-3 -Maintainer : ymherklotz@gmail.com +Copyright : (c) 2018-2019, Yann Herklotz Grave +License : BSD-3 +Maintainer : ymherklotz [at] gmail [dot] com Stability : experimental Portability : POSIX -} -- cgit