Skip to content

Commit

Permalink
bump copyright notices to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Jan 24, 2024
1 parent c3b8189 commit 7e3fa98
Show file tree
Hide file tree
Showing 51 changed files with 50 additions and 52 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019-2021, Rudy Matela
Copyright (c) 2019-2024, Rudy Matela

All rights reserved.

Expand Down
2 changes: 0 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
TO DO list for Express
======================

* Bump copyright notices to 2024

* Release new version
2 changes: 1 addition & 1 deletion bench/compare.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- ord.hs -- prints results of the Ord Expr's instance
--
-- Copyright (c) 2019-2021 Rudy Matela.
-- Copyright (c) 2019-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
import Test
import System.Environment (getArgs)
Expand Down
2 changes: 1 addition & 1 deletion bench/match-list.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- match-list.hs -- how long it takes to match expression in a list?
--
-- Copyright (c) 2021 Rudy Matela.
-- Copyright (c) 2021-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
--
-- This program has the same parameters as other match*.hs benchmarks.
Expand Down
2 changes: 1 addition & 1 deletion bench/match-noop.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- exprs.hs -- how long it takes to enumerate expressions?
--
-- Copyright (c) 2021 Rudy Matela.
-- Copyright (c) 2021-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
--
-- This program has the same parameters as other match*.hs benchmarks.
Expand Down
2 changes: 1 addition & 1 deletion bench/match-triexpr.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- triexpr.hs -- how long it takes to match expressions in a Triexpr?
--
-- Copyright (c) 2021 Rudy Matela.
-- Copyright (c) 2021-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
--
-- This program has the same parameters as other match*.hs benchmarks.
Expand Down
2 changes: 1 addition & 1 deletion bench/pairs.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- pairs.hs -- a thousand pairs of expressions
--
-- Copyright (c) 2019-2021 Rudy Matela.
-- Copyright (c) 2019-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
import Test
import System.Environment (getArgs)
Expand Down
2 changes: 1 addition & 1 deletion bench/sort.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- ord.hs -- prints different expression sortins:
--
-- Copyright (c) 2019-2021 Rudy Matela.
-- Copyright (c) 2019-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
import Test
import Data.List (intercalate, nub)
Expand Down
2 changes: 1 addition & 1 deletion eg/u-conjure.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- out of partially implemented functions.
--
--
-- Copyright (C) 2021 Rudy Matela
-- Copyright (C) 2021-2024 Rudy Matela
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
--
--
Expand Down
2 changes: 1 addition & 1 deletion eg/u-extrapolate.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- u-extrapolate.hs -- micro Extrapolate / Extrapolite
--
-- Copyright (c) 2019-2021 Rudy Matela.
-- Copyright (c) 2019-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
--
-- A small property-based testing library capable of generalizing
Expand Down
2 changes: 1 addition & 1 deletion eg/u-speculate.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- u-speculate.hs -- micro Speculate / Speculite
--
-- Copyright (c) 2019-2021 Rudy Matela.
-- Copyright (c) 2019-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
--
-- A small library capable of conjecturing laws about Haskell functions
Expand Down
2 changes: 1 addition & 1 deletion etc/hugs-backports/Data/Function.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- Backport of Data.Function for Hugs 2006-09.
-- Only exports `on`
--
-- Copyright (c) 2018-2021 Rudy Matela.
-- Copyright (c) 2018-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
module Data.Function
( on
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module : Data.Express
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Basic.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module : Data.Express.Basic
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Canon.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module : Data.Express.Canon
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Core.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module : Data.Express.Core
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Express.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module : Data.Express.Express
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Express/Derive.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-# LANGUAGE TemplateHaskell, CPP #-}
-- |
-- Module : Data.Express.Express.Derive
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Fixtures.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module : Data.Express.Fixtures
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Fold.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module : Data.Express.Fold
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Hole.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module : Data.Express.Hole
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Instances.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module : Data.Express.Instances
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Map.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module : Data.Express.Map
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Match.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module : Data.Express.Match
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Name.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module : Data.Express.Name
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Name/Derive.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-# LANGUAGE TemplateHaskell, CPP #-}
-- |
-- Module : Data.Express.Name.Derive
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Triexpr.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module : Data.Express.Triexpr
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Utils.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module : Data.Express.Utils.List
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Utils/List.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module : Data.Express.Utils.List
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Utils/String.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module : Data.Express.Utils.String
-- Copyright : (c) 2016-2021 Rudy Matela
-- Copyright : (c) 2016-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Utils/TH.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-# LANGUAGE TemplateHaskell, CPP #-}
-- |
-- Module : Data.Express.Name.Derive
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Express/Utils/Typeable.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module : Data.Express.Utils.Typeable
-- Copyright : (c) 2016-2021 Rudy Matela
-- Copyright : (c) 2016-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion test/Test/ListableExpr.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module : Test.ListableExpr
-- Copyright : (c) 2019-2021 Rudy Matela
-- Copyright : (c) 2019-2024 Rudy Matela
-- License : 3-Clause BSD (see the file LICENSE)
-- Maintainer : Rudy Matela <[email protected]>
--
Expand Down
2 changes: 1 addition & 1 deletion test/canon.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2021 Rudy Matela.
-- Copyright (c) 2017-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
import Test

Expand Down
2 changes: 1 addition & 1 deletion test/core.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019-2021 Rudy Matela.
-- Copyright (c) 2019-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
import Test

Expand Down
2 changes: 1 addition & 1 deletion test/express-derive.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019-2021 Rudy Matela.
-- Copyright (c) 2019-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE DeriveDataTypeable #-}
Expand Down
2 changes: 1 addition & 1 deletion test/express.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019-2021 Rudy Matela.
-- Copyright (c) 2019-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
{-# LANGUAGE CPP #-}
import Test
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2021 Rudy Matela.
-- Copyright (c) 2017-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
import Test

Expand Down
2 changes: 1 addition & 1 deletion test/fold.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019-2021 Rudy Matela.
-- Copyright (c) 2019-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
import Test

Expand Down
2 changes: 1 addition & 1 deletion test/hole.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019-2021 Rudy Matela.
-- Copyright (c) 2019-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
import Test

Expand Down
2 changes: 1 addition & 1 deletion test/instances.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2021 Rudy Matela.
-- Copyright (c) 2017-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
{-# LANGUAGE NoMonomorphismRestriction #-} -- ACK!
import Test
Expand Down
2 changes: 1 addition & 1 deletion test/listable.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2021 Rudy Matela.
-- Copyright (c) 2017-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
import Test

Expand Down
2 changes: 1 addition & 1 deletion test/main.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019-2021 Rudy Matela.
-- Copyright (c) 2019-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
import Test

Expand Down
2 changes: 1 addition & 1 deletion test/map.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019-2021 Rudy Matela.
-- Copyright (c) 2019-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
import Test
import Test.LeanCheck.Function
Expand Down
2 changes: 1 addition & 1 deletion test/match.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019-2021 Rudy Matela.
-- Copyright (c) 2019-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
import Test

Expand Down
2 changes: 1 addition & 1 deletion test/name-derive.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019-2021 Rudy Matela.
-- Copyright (c) 2019-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
{-# LANGUAGE TemplateHaskell #-}

Expand Down
2 changes: 1 addition & 1 deletion test/name.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2021 Rudy Matela.
-- Copyright (c) 2017-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
import Test

Expand Down
2 changes: 1 addition & 1 deletion test/ord.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2019-2021 Rudy Matela.
-- Copyright (c) 2019-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
import Test

Expand Down
2 changes: 1 addition & 1 deletion test/show.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2021 Rudy Matela.
-- Copyright (c) 2017-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
import Test

Expand Down
2 changes: 1 addition & 1 deletion test/typecheck.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--
-- to be used for triggering typechecking using runhugs
--
-- Copyright (c) 2019-2021 Rudy Matela.
-- Copyright (c) 2019-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
import Data.Express.Core
import Data.Express.Hole
Expand Down
2 changes: 1 addition & 1 deletion test/utils.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) 2017-2021 Rudy Matela.
-- Copyright (c) 2017-2024 Rudy Matela.
-- Distributed under the 3-Clause BSD licence (see the file LICENSE).
import Test

Expand Down

0 comments on commit 7e3fa98

Please sign in to comment.