Skip to content

Commit c874d81

Browse files
Use SPDX license identifier
1 parent 1c2cd1e commit c874d81

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

Data/ByteString/UTF8/Normalize.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- Module : Data.ByteString.UTF8.Normalize
33
-- Copyright : (c) 2016 Harendra Kumar
44
--
5-
-- License : BSD-style
5+
-- License : BSD-3-Clause
66
-- Maintainer : [email protected]
77
-- Stability : experimental
88
-- Portability : GHC

Data/Text/Normalize.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- Module : Data.Text.Normalize
44
-- Copyright : (c) 2016 Harendra Kumar
55
--
6-
-- License : BSD-style
6+
-- License : BSD-3-Clause
77
-- Maintainer : [email protected]
88
-- Stability : experimental
99
-- Portability : GHC

Data/Unicode/Internal/NormalizeStream.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-- Copyright : (c) 2016 Harendra Kumar
88
-- (c) 2020 Andrew Lelechenko
99
--
10-
-- License : BSD-style
10+
-- License : BSD-3-Clause
1111
-- Maintainer : [email protected]
1212
-- Stability : experimental
1313
--

Data/Unicode/Properties/Decompose.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- Module : Data.Unicode.Properties.Decompose
33
-- Copyright : (c) 2016 Harendra Kumar
44
--
5-
-- License : BSD-style
5+
-- License : BSD-3-Clause
66
-- Maintainer : [email protected]
77
-- Stability : experimental
88
--

Data/Unicode/Properties/DecomposeHangul.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- Module : Data.Unicode.Properties.DecomposeHangul
55
-- Copyright : (c) 2016 Harendra Kumar
66
--
7-
-- License : BSD-style
7+
-- License : BSD-3-Clause
88
-- Maintainer : [email protected]
99
-- Stability : experimental
1010
--

Data/Unicode/Types.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-- Module : Data.Unicode.Types
77
-- Copyright : (c) 2016 Harendra Kumar
88
--
9-
-- License : BSD-style
9+
-- License : BSD-3-Clause
1010
-- Maintainer : [email protected]
1111
-- Stability : experimental
1212
-- Portability : GHC

benchmark/Benchmark.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- |
55
-- Copyright : (c) 2016 Harendra Kumar
66
--
7-
-- License : BSD-style
7+
-- License : BSD-3-Clause
88
-- Maintainer : [email protected]
99
-- Stability : experimental
1010
-- Portability : GHC

benchmark/NormalizeFile.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- |
44
-- Copyright : (c) 2016 Harendra Kumar
55
--
6-
-- License : BSD-style
6+
-- License : BSD-3-Clause
77
-- Maintainer : [email protected]
88
-- Stability : experimental
99
-- Portability : GHC

test/NormalizationTest.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-- |
66
-- Copyright : (c) 2016 Harendra Kumar
77
--
8-
-- License : BSD-style
8+
-- License : BSD-3-Clause
99
-- Maintainer : [email protected]
1010
-- Stability : experimental
1111
-- Portability : GHC

unicode-data/UCD2Haskell.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-- Copyright : (c) 2014–2015 Antonio Nikishaev
1313
-- (c) 2016-2017 Harendra Kumar
1414
--
15-
-- License : BSD-style
15+
-- License : BSD-3-Clause
1616
-- Maintainer : [email protected]
1717
-- Stability : experimental
1818
--

0 commit comments

Comments
 (0)