From f85013467606cd541de70fffff90b85b1c594ef6 Mon Sep 17 00:00:00 2001 From: Rudy Matela Date: Mon, 12 Feb 2024 12:43:27 +0100 Subject: [PATCH] bump copyright notices to 2024 --- Makefile | 2 +- bench/trilean.hs | 2 +- src/Test/Speculate.hs | 2 +- src/Test/Speculate/Args.hs | 2 +- src/Test/Speculate/CondReason.hs | 2 +- src/Test/Speculate/Engine.hs | 2 +- src/Test/Speculate/Expr.hs | 2 +- src/Test/Speculate/Expr/Core.hs | 2 +- src/Test/Speculate/Expr/Equate.hs | 2 +- src/Test/Speculate/Expr/Ground.hs | 2 +- src/Test/Speculate/Expr/Instance.hs | 2 +- src/Test/Speculate/Function/A10.hs | 2 +- src/Test/Speculate/Function/A100.hs | 2 +- src/Test/Speculate/Function/A1000.hs | 2 +- src/Test/Speculate/Pretty.hs | 2 +- src/Test/Speculate/Reason.hs | 2 +- src/Test/Speculate/Reason/Order.hs | 2 +- src/Test/Speculate/Report.hs | 2 +- src/Test/Speculate/Sanity.hs | 2 +- src/Test/Speculate/SemiReason.hs | 2 +- src/Test/Speculate/Utils.hs | 2 +- src/Test/Speculate/Utils/Class.hs | 2 +- src/Test/Speculate/Utils/Colour.hs | 2 +- src/Test/Speculate/Utils/List.hs | 2 +- src/Test/Speculate/Utils/Memoize.hs | 2 +- src/Test/Speculate/Utils/Misc.hs | 2 +- src/Test/Speculate/Utils/Ord.hs | 2 +- src/Test/Speculate/Utils/PrettyPrint.hs | 2 +- src/Test/Speculate/Utils/String.hs | 2 +- src/Test/Speculate/Utils/Tiers.hs | 2 +- src/Test/Speculate/Utils/Timeout.hs | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Makefile b/Makefile index 1413934..2c75eec 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile for Speculate # -# Copyright: (c) 2015-2019 Rudy Matela +# Copyright: (c) 2015-2024 Rudy Matela # License: 3-Clause BSD (see the file LICENSE) # Maintainer: Rudy Matela GHCIMPORTDIRS = src:eg:test diff --git a/bench/trilean.hs b/bench/trilean.hs index 6ba8160..f62b2cc 100644 --- a/bench/trilean.hs +++ b/bench/trilean.hs @@ -1,6 +1,6 @@ -- bench/trilean.hs -- Speculate example on trileans -- --- Copyright (C) 2021 Rudy Matela +-- Copyright (C) 2021-2024 Rudy Matela -- Distributed under the 3-Clause BSD licence (see the file LICENSE). -- -- diff --git a/src/Test/Speculate.hs b/src/Test/Speculate.hs index f69566a..e9aab80 100644 --- a/src/Test/Speculate.hs +++ b/src/Test/Speculate.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Args.hs b/src/Test/Speculate/Args.hs index 35d711d..2986217 100644 --- a/src/Test/Speculate/Args.hs +++ b/src/Test/Speculate/Args.hs @@ -1,7 +1,7 @@ {-# Language DeriveDataTypeable #-} -- for GHC <= 7.8 -- | -- Module : Test.Speculate.CondReason --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/CondReason.hs b/src/Test/Speculate/CondReason.hs index 81d5d53..ed65fb6 100644 --- a/src/Test/Speculate/CondReason.hs +++ b/src/Test/Speculate/CondReason.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.CondReason --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Engine.hs b/src/Test/Speculate/Engine.hs index f12514f..c245322 100644 --- a/src/Test/Speculate/Engine.hs +++ b/src/Test/Speculate/Engine.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Engine --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Expr.hs b/src/Test/Speculate/Expr.hs index 5cbdebd..e6b12e5 100644 --- a/src/Test/Speculate/Expr.hs +++ b/src/Test/Speculate/Expr.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Expr --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Expr/Core.hs b/src/Test/Speculate/Expr/Core.hs index e4b350e..504e1c6 100644 --- a/src/Test/Speculate/Expr/Core.hs +++ b/src/Test/Speculate/Expr/Core.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Expr.Core --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Expr/Equate.hs b/src/Test/Speculate/Expr/Equate.hs index 06c8abc..e46a130 100644 --- a/src/Test/Speculate/Expr/Equate.hs +++ b/src/Test/Speculate/Expr/Equate.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Expr.Equate --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Expr/Ground.hs b/src/Test/Speculate/Expr/Ground.hs index af0c11d..5073b38 100644 --- a/src/Test/Speculate/Expr/Ground.hs +++ b/src/Test/Speculate/Expr/Ground.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Expr.Ground --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Expr/Instance.hs b/src/Test/Speculate/Expr/Instance.hs index 3941788..c417bf1 100644 --- a/src/Test/Speculate/Expr/Instance.hs +++ b/src/Test/Speculate/Expr/Instance.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Expr.Instance --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Function/A10.hs b/src/Test/Speculate/Function/A10.hs index c6eedf6..134ebd7 100644 --- a/src/Test/Speculate/Function/A10.hs +++ b/src/Test/Speculate/Function/A10.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Function.A10 --- Copyright : (c) 2019 Rudy Matela +-- Copyright : (c) 2019-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Function/A100.hs b/src/Test/Speculate/Function/A100.hs index 300666c..d39178f 100644 --- a/src/Test/Speculate/Function/A100.hs +++ b/src/Test/Speculate/Function/A100.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Function.A100 --- Copyright : (c) 2019 Rudy Matela +-- Copyright : (c) 2019-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Function/A1000.hs b/src/Test/Speculate/Function/A1000.hs index 7806fe2..ecf4017 100644 --- a/src/Test/Speculate/Function/A1000.hs +++ b/src/Test/Speculate/Function/A1000.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Function.A1000 --- Copyright : (c) 2019 Rudy Matela +-- Copyright : (c) 2019-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Pretty.hs b/src/Test/Speculate/Pretty.hs index 72f8f77..276b585 100644 --- a/src/Test/Speculate/Pretty.hs +++ b/src/Test/Speculate/Pretty.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Pretty --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Reason.hs b/src/Test/Speculate/Reason.hs index e6c3708..a70573f 100644 --- a/src/Test/Speculate/Reason.hs +++ b/src/Test/Speculate/Reason.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Reason --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Reason/Order.hs b/src/Test/Speculate/Reason/Order.hs index 6711599..e64be99 100644 --- a/src/Test/Speculate/Reason/Order.hs +++ b/src/Test/Speculate/Reason/Order.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Reason.Order --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Report.hs b/src/Test/Speculate/Report.hs index af53d85..02f5505 100644 --- a/src/Test/Speculate/Report.hs +++ b/src/Test/Speculate/Report.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Report --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Sanity.hs b/src/Test/Speculate/Sanity.hs index a1c37ee..29e9883 100644 --- a/src/Test/Speculate/Sanity.hs +++ b/src/Test/Speculate/Sanity.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Sanity --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/SemiReason.hs b/src/Test/Speculate/SemiReason.hs index e3d62aa..a80ad98 100644 --- a/src/Test/Speculate/SemiReason.hs +++ b/src/Test/Speculate/SemiReason.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Misc --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Utils.hs b/src/Test/Speculate/Utils.hs index c954043..e809b1a 100644 --- a/src/Test/Speculate/Utils.hs +++ b/src/Test/Speculate/Utils.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Utils --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Utils/Class.hs b/src/Test/Speculate/Utils/Class.hs index 1bd10aa..1a5a77c 100644 --- a/src/Test/Speculate/Utils/Class.hs +++ b/src/Test/Speculate/Utils/Class.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Utils.Class --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Utils/Colour.hs b/src/Test/Speculate/Utils/Colour.hs index 100fc00..5b2db0a 100644 --- a/src/Test/Speculate/Utils/Colour.hs +++ b/src/Test/Speculate/Utils/Colour.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Utils.Tuple --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Utils/List.hs b/src/Test/Speculate/Utils/List.hs index 2d5cf13..ec3abf2 100644 --- a/src/Test/Speculate/Utils/List.hs +++ b/src/Test/Speculate/Utils/List.hs @@ -1,7 +1,7 @@ {-# LANGUAGE CPP #-} -- | -- Module : Test.Speculate.Utils.List --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Utils/Memoize.hs b/src/Test/Speculate/Utils/Memoize.hs index 665e193..9dfb115 100644 --- a/src/Test/Speculate/Utils/Memoize.hs +++ b/src/Test/Speculate/Utils/Memoize.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Utils.Memoize --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Utils/Misc.hs b/src/Test/Speculate/Utils/Misc.hs index ecc9735..6502fbd 100644 --- a/src/Test/Speculate/Utils/Misc.hs +++ b/src/Test/Speculate/Utils/Misc.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Utils.Misc --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Utils/Ord.hs b/src/Test/Speculate/Utils/Ord.hs index 41423c3..073ac6f 100644 --- a/src/Test/Speculate/Utils/Ord.hs +++ b/src/Test/Speculate/Utils/Ord.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Utils.Ord --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Utils/PrettyPrint.hs b/src/Test/Speculate/Utils/PrettyPrint.hs index 14a676f..e1b32a8 100644 --- a/src/Test/Speculate/Utils/PrettyPrint.hs +++ b/src/Test/Speculate/Utils/PrettyPrint.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Utils.PrettyPrint --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Utils/String.hs b/src/Test/Speculate/Utils/String.hs index 2cb8b70..523fa62 100644 --- a/src/Test/Speculate/Utils/String.hs +++ b/src/Test/Speculate/Utils/String.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Utils.String --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Utils/Tiers.hs b/src/Test/Speculate/Utils/Tiers.hs index 324404f..9cb40c3 100644 --- a/src/Test/Speculate/Utils/Tiers.hs +++ b/src/Test/Speculate/Utils/Tiers.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Utils.Tiers --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela -- diff --git a/src/Test/Speculate/Utils/Timeout.hs b/src/Test/Speculate/Utils/Timeout.hs index f38e3cc..ff8f376 100644 --- a/src/Test/Speculate/Utils/Timeout.hs +++ b/src/Test/Speculate/Utils/Timeout.hs @@ -1,6 +1,6 @@ -- | -- Module : Test.Speculate.Utils.Timeout --- Copyright : (c) 2016-2019 Rudy Matela +-- Copyright : (c) 2016-2024 Rudy Matela -- License : 3-Clause BSD (see the file LICENSE) -- Maintainer : Rudy Matela --