Skip to content

Commit 376c22e

Browse files
committed
Fix haddock header (License field)
1 parent a4cde3b commit 376c22e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/Text/Regex/Posix.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--
44
-- Module : Text.Regex.Posix
55
-- Copyright : (c) Chris Kuklewicz 2006
6-
-- SPDX-License-Identifier: BSD-3-Clause
6+
-- License : BSD-3-Clause
77
--
88
-- Maintainer : hvr@gnu.org, Andreas Abel
99
-- Stability : stable

src/Text/Regex/Posix/ByteString.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- |
44
-- Module : Text.Regex.Posix.ByteString
55
-- Copyright : (c) Chris Kuklewicz 2006
6-
-- SPDX-License-Identifier: BSD-3-Clause
6+
-- License : BSD-3-Clause
77
--
88
-- Maintainer : hvr@gnu.org, Andreas Abel
99
-- Stability : stable

src/Text/Regex/Posix/ByteString/Lazy.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- |
44
-- Module : Text.Regex.Posix.ByteString.Lazy
55
-- Copyright : (c) Chris Kuklewicz 2007
6-
-- SPDX-License-Identifier: BSD-3-Clause
6+
-- License : BSD-3-Clause
77
--
88
-- Maintainer : hvr@gnu.org, Andreas Abel
99
-- Stability : stable

src/Text/Regex/Posix/Sequence.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- |
44
-- Module : Text.Regex.Posix.Sequence
55
-- Copyright : (c) Chris Kuklewicz 2006
6-
-- SPDX-License-Identifier: BSD-3-Clause
6+
-- License : BSD-3-Clause
77
--
88
-- Maintainer : hvr@gnu.org, Andreas Abel
99
-- Stability : stable

src/Text/Regex/Posix/String.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- |
44
-- Module : Text.Regex.Posix.String
55
-- Copyright : (c) Chris Kuklewicz 2006
6-
-- SPDX-License-Identifier: BSD-3-Clause
6+
-- License : BSD-3-Clause
77
--
88
-- Maintainer : hvr@gnu.org, Andreas Abel
99
-- Stability : stable

src/Text/Regex/Posix/Wrap.hsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- |
55
-- Module : Text.Regex.Posix.Wrap
66
-- Copyright : (c) Chris Kuklewicz 2006,2007,2008 derived from (c) The University of Glasgow 2002
7-
-- SPDX-License-Identifier: BSD-3-Clause
7+
-- Identifier : BSD-3-Clause
88
--
99
-- Maintainer : hvr@gnu.org, Andreas Abel
1010
-- Stability : stable

0 commit comments

Comments
 (0)