From d9296584bc358479c01101d58810b13a76c2ffdd Mon Sep 17 00:00:00 2001 From: Akos Marton Date: Thu, 30 May 2019 23:53:24 +0200 Subject: [PATCH 1/2] Not to use unicode copyright character. --- Data/Vector/Unboxed/Deriving.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Vector/Unboxed/Deriving.hs b/Data/Vector/Unboxed/Deriving.hs index 52380b6..28ae684 100644 --- a/Data/Vector/Unboxed/Deriving.hs +++ b/Data/Vector/Unboxed/Deriving.hs @@ -15,7 +15,7 @@ {-| Module: Data.Vector.Unboxed.Deriving -Copyright: © 2012−2015 Liyang HU +Copyright: 2012−2015 Liyang HU License: BSD3 Maintainer: vector-th-unbox@liyang.hu Stability: experimental From a4016f7137e9dabf0d6300200f7d745b330d0e62 Mon Sep 17 00:00:00 2001 From: Akos Marton Date: Sun, 2 Jun 2019 01:19:12 +0200 Subject: [PATCH 2/2] Fixing period of copyright digits. --- Data/Vector/Unboxed/Deriving.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Vector/Unboxed/Deriving.hs b/Data/Vector/Unboxed/Deriving.hs index 28ae684..dce2915 100644 --- a/Data/Vector/Unboxed/Deriving.hs +++ b/Data/Vector/Unboxed/Deriving.hs @@ -15,7 +15,7 @@ {-| Module: Data.Vector.Unboxed.Deriving -Copyright: 2012−2015 Liyang HU +Copyright: 2012-2015 Liyang HU License: BSD3 Maintainer: vector-th-unbox@liyang.hu Stability: experimental