Skip to content

Commit 38b55a2

Browse files
committed
Update copyright dates
1 parent b024b6b commit 38b55a2

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright Junaid Rasheed (c) 2020-2022
1+
Copyright Junaid Rasheed (c) 2020-2023
22

33
All rights reserved.
44

src/Linear/Simplex/Prettify.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- |
55
-- Module : Linear.Simplex.Prettify
66
-- Description : Prettifier for "Linear.Simplex.Types" types
7-
-- Copyright : (c) Junaid Rasheed, 2020-2022
7+
-- Copyright : (c) Junaid Rasheed, 2020-2023
88
-- License : BSD-3
99
-- Maintainer : jrasheed178@gmail.com
1010
-- Stability : experimental

src/Linear/Simplex/Solver/TwoPhase.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- |
22
-- Module : Linear.Simplex.Simplex.TwoPhase
33
-- Description : Implements the twoPhaseSimplex method
4-
-- Copyright : (c) Junaid Rasheed, 2020-2022
4+
-- Copyright : (c) Junaid Rasheed, 2020-2023
55
-- License : BSD-3
66
-- Maintainer : jrasheed178@gmail.com
77
-- Stability : experimental

src/Linear/Simplex/Types.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- |
22
-- Module : Linear.Simplex.Types
33
-- Description : Custom types
4-
-- Copyright : (c) Junaid Rasheed, 2020-2022
4+
-- Copyright : (c) Junaid Rasheed, 2020-2023
55
-- License : BSD-3
66
-- Maintainer : jrasheed178@gmail.com
77
-- Stability : experimental

src/Linear/Simplex/Util.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- |
22
-- Module : Linear.Simplex.Util
33
-- Description : Helper functions
4-
-- Copyright : (c) Junaid Rasheed, 2020-2022
4+
-- Copyright : (c) Junaid Rasheed, 2020-2023
55
-- License : BSD-3
66
-- Maintainer : jrasheed178@gmail.com
77
-- Stability : experimental

0 commit comments

Comments
 (0)