Skip to content

Commit 02afd6c

Browse files
Update copyright messages. (#14)
2 parents f50818b + d7d122a commit 02afd6c

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright © 2022 Jonathan Knowles
189+
Copyright © 2022–2023 Jonathan Knowles
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

quickcheck-groups.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license: Apache-2.0
66
license-file: LICENSE
77
author: Jonathan Knowles
88
maintainer: mail@jonathanknowles.net
9-
copyright: 2022 Jonathan Knowles
9+
copyright: 2022–2023 Jonathan Knowles
1010
category: Testing
1111
synopsis: QuickCheck support for testing instances of classes defined in
1212
the groups library.

src/internal/Data/Semigroup/Eq.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{-# LANGUAGE DataKinds #-}
33

44
-- |
5-
-- Copyright: © 2022 Jonathan Knowles
5+
-- Copyright: © 2022–2023 Jonathan Knowles
66
-- License: Apache-2.0
77
--
88
module Data.Semigroup.Eq

src/internal/Test/QuickCheck/Classes/Group/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- |
2-
-- Copyright: © 2022 Jonathan Knowles
2+
-- Copyright: © 2022–2023 Jonathan Knowles
33
-- License: Apache-2.0
44
--
55
module Test.QuickCheck.Classes.Group.Internal

src/internal/Test/QuickCheck/Classes/Group/Tuple.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{- HLINT ignore "Redundant bracket" -}
22

33
-- |
4-
-- Copyright: © 2022 Jonathan Knowles
4+
-- Copyright: © 2022–2023 Jonathan Knowles
55
-- License: Apache-2.0
66
--
77
module Test.QuickCheck.Classes.Group.Tuple

src/prelude/Test/QuickCheck/Classes/Group/Prelude.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- |
2-
-- Copyright: © 2022 Jonathan Knowles
2+
-- Copyright: © 2022–2023 Jonathan Knowles
33
-- License: Apache-2.0
44
--
55
module Test.QuickCheck.Classes.Group.Prelude

src/public/Test/QuickCheck/Classes/Group.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{- HLINT ignore "Redundant bracket" -}
33

44
-- |
5-
-- Copyright: © 2022 Jonathan Knowles
5+
-- Copyright: © 2022–2023 Jonathan Knowles
66
-- License: Apache-2.0
77
--
88
module Test.QuickCheck.Classes.Group

src/test/Test/QuickCheck/Classes/GroupSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{-# OPTIONS_GHC -fno-warn-orphans #-}
33

44
-- |
5-
-- Copyright: © 2022 Jonathan Knowles
5+
-- Copyright: © 2022–2023 Jonathan Knowles
66
-- License: Apache-2.0
77
--
88
module Test.QuickCheck.Classes.GroupSpec where

src/test/Test/QuickCheck/Classes/Hspec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-# LANGUAGE PolyKinds #-}
22

33
-- |
4-
-- Copyright: © 2022 Jonathan Knowles
4+
-- Copyright: © 2022–2023 Jonathan Knowles
55
-- License: Apache-2.0
66
--
77
-- Provides testing functions to check that type class instances obey laws.

0 commit comments

Comments
 (0)