diff --git a/app/Main.hs b/app/Main.hs index 8ef98b3..3716eb3 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -1,7 +1,7 @@ {- mtlstats -Copyright (C) 1984, 1985, 2019, 2020 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/package.yaml b/package.yaml index afa1d36..e2b8c24 100644 --- a/package.yaml +++ b/package.yaml @@ -1,10 +1,9 @@ name: mtlstats version: 0.16.1 -github: "mtlstats/mtlstats" -license: GPL-3 +license: GPL-3.0-or-later author: "Jonathan Lamothe" maintainer: "jlamothe1980@gmail.com" -copyright: "Rhéal Lamothe" +copyright: "1984, 1985, 2019-2021, 2023 Rhéal Lamothe" extra-source-files: - README.md diff --git a/src/Mtlstats.hs b/src/Mtlstats.hs index eb796cb..13fead6 100644 --- a/src/Mtlstats.hs +++ b/src/Mtlstats.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Actions.hs b/src/Mtlstats/Actions.hs index ab6b0f6..019bb0d 100644 --- a/src/Mtlstats/Actions.hs +++ b/src/Mtlstats/Actions.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Actions/EditStandings.hs b/src/Mtlstats/Actions/EditStandings.hs index c936609..6e9d889 100644 --- a/src/Mtlstats/Actions/EditStandings.hs +++ b/src/Mtlstats/Actions/EditStandings.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Actions/NewGame.hs b/src/Mtlstats/Actions/NewGame.hs index 44d72b1..27eb790 100644 --- a/src/Mtlstats/Actions/NewGame.hs +++ b/src/Mtlstats/Actions/NewGame.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Actions/NewGame/GoalieInput.hs b/src/Mtlstats/Actions/NewGame/GoalieInput.hs index 6b4df22..3a84ba9 100644 --- a/src/Mtlstats/Actions/NewGame/GoalieInput.hs +++ b/src/Mtlstats/Actions/NewGame/GoalieInput.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Config.hs b/src/Mtlstats/Config.hs index 388d836..11f82e4 100644 --- a/src/Mtlstats/Config.hs +++ b/src/Mtlstats/Config.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Control.hs b/src/Mtlstats/Control.hs index badb7e1..abac5d2 100644 --- a/src/Mtlstats/Control.hs +++ b/src/Mtlstats/Control.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Control/CreateGoalie.hs b/src/Mtlstats/Control/CreateGoalie.hs index 27b0670..60866a6 100644 --- a/src/Mtlstats/Control/CreateGoalie.hs +++ b/src/Mtlstats/Control/CreateGoalie.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Control/CreatePlayer.hs b/src/Mtlstats/Control/CreatePlayer.hs index 0bc07d8..14772ca 100644 --- a/src/Mtlstats/Control/CreatePlayer.hs +++ b/src/Mtlstats/Control/CreatePlayer.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Control/EditGoalie.hs b/src/Mtlstats/Control/EditGoalie.hs index 87d75e7..ecd8084 100644 --- a/src/Mtlstats/Control/EditGoalie.hs +++ b/src/Mtlstats/Control/EditGoalie.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Control/EditPlayer.hs b/src/Mtlstats/Control/EditPlayer.hs index ed869b2..6d1bd47 100644 --- a/src/Mtlstats/Control/EditPlayer.hs +++ b/src/Mtlstats/Control/EditPlayer.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Control/EditStandings.hs b/src/Mtlstats/Control/EditStandings.hs index 22c41f1..85201e3 100644 --- a/src/Mtlstats/Control/EditStandings.hs +++ b/src/Mtlstats/Control/EditStandings.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Control/NewGame.hs b/src/Mtlstats/Control/NewGame.hs index c596b32..77080bc 100644 --- a/src/Mtlstats/Control/NewGame.hs +++ b/src/Mtlstats/Control/NewGame.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Control/NewGame/GoalieInput.hs b/src/Mtlstats/Control/NewGame/GoalieInput.hs index 938eb06..d436b5b 100644 --- a/src/Mtlstats/Control/NewGame/GoalieInput.hs +++ b/src/Mtlstats/Control/NewGame/GoalieInput.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Control/TitleScreen.hs b/src/Mtlstats/Control/TitleScreen.hs index 611b26e..db315d8 100644 --- a/src/Mtlstats/Control/TitleScreen.hs +++ b/src/Mtlstats/Control/TitleScreen.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Format.hs b/src/Mtlstats/Format.hs index 5fcec7e..e063a4f 100644 --- a/src/Mtlstats/Format.hs +++ b/src/Mtlstats/Format.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Handlers.hs b/src/Mtlstats/Handlers.hs index fa79b62..0d70cbc 100644 --- a/src/Mtlstats/Handlers.hs +++ b/src/Mtlstats/Handlers.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Helpers/Goalie.hs b/src/Mtlstats/Helpers/Goalie.hs index ab0b7c3..be01588 100644 --- a/src/Mtlstats/Helpers/Goalie.hs +++ b/src/Mtlstats/Helpers/Goalie.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Helpers/Player.hs b/src/Mtlstats/Helpers/Player.hs index 408fb65..6ac7caf 100644 --- a/src/Mtlstats/Helpers/Player.hs +++ b/src/Mtlstats/Helpers/Player.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Helpers/Position.hs b/src/Mtlstats/Helpers/Position.hs index 4822a54..08ca69b 100644 --- a/src/Mtlstats/Helpers/Position.hs +++ b/src/Mtlstats/Helpers/Position.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Menu.hs b/src/Mtlstats/Menu.hs index 2ae5cc4..a0ca403 100644 --- a/src/Mtlstats/Menu.hs +++ b/src/Mtlstats/Menu.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Menu/EditGoalie.hs b/src/Mtlstats/Menu/EditGoalie.hs index f84482f..838c799 100644 --- a/src/Mtlstats/Menu/EditGoalie.hs +++ b/src/Mtlstats/Menu/EditGoalie.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Menu/EditPlayer.hs b/src/Mtlstats/Menu/EditPlayer.hs index 9773624..0363d47 100644 --- a/src/Mtlstats/Menu/EditPlayer.hs +++ b/src/Mtlstats/Menu/EditPlayer.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Menu/EditStandings.hs b/src/Mtlstats/Menu/EditStandings.hs index e3e9fff..328549c 100644 --- a/src/Mtlstats/Menu/EditStandings.hs +++ b/src/Mtlstats/Menu/EditStandings.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Prompt.hs b/src/Mtlstats/Prompt.hs index 14661e0..0ca366e 100644 --- a/src/Mtlstats/Prompt.hs +++ b/src/Mtlstats/Prompt.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Prompt/EditGoalie.hs b/src/Mtlstats/Prompt/EditGoalie.hs index ae16ab4..fdf5835 100644 --- a/src/Mtlstats/Prompt/EditGoalie.hs +++ b/src/Mtlstats/Prompt/EditGoalie.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Prompt/EditPlayer.hs b/src/Mtlstats/Prompt/EditPlayer.hs index b064723..1191764 100644 --- a/src/Mtlstats/Prompt/EditPlayer.hs +++ b/src/Mtlstats/Prompt/EditPlayer.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Prompt/EditStandings.hs b/src/Mtlstats/Prompt/EditStandings.hs index 01b0cb9..6a67702 100644 --- a/src/Mtlstats/Prompt/EditStandings.hs +++ b/src/Mtlstats/Prompt/EditStandings.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Prompt/NewGame.hs b/src/Mtlstats/Prompt/NewGame.hs index a26240e..478756d 100644 --- a/src/Mtlstats/Prompt/NewGame.hs +++ b/src/Mtlstats/Prompt/NewGame.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Prompt/NewGame/GoalieInput.hs b/src/Mtlstats/Prompt/NewGame/GoalieInput.hs index d2c6582..19ea0f2 100644 --- a/src/Mtlstats/Prompt/NewGame/GoalieInput.hs +++ b/src/Mtlstats/Prompt/NewGame/GoalieInput.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Report.hs b/src/Mtlstats/Report.hs index 8ea8d41..a7558fa 100644 --- a/src/Mtlstats/Report.hs +++ b/src/Mtlstats/Report.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Types.hs b/src/Mtlstats/Types.hs index 2afe782..a810f6e 100644 --- a/src/Mtlstats/Types.hs +++ b/src/Mtlstats/Types.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Types/Menu.hs b/src/Mtlstats/Types/Menu.hs index ea8a958..a791845 100644 --- a/src/Mtlstats/Types/Menu.hs +++ b/src/Mtlstats/Types/Menu.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Mtlstats/Util.hs b/src/Mtlstats/Util.hs index 1edb1de..6616a0f 100644 --- a/src/Mtlstats/Util.hs +++ b/src/Mtlstats/Util.hs @@ -1,7 +1,7 @@ {- | mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/stack.yaml.lock b/stack.yaml.lock deleted file mode 100644 index a782f19..0000000 --- a/stack.yaml.lock +++ /dev/null @@ -1,19 +0,0 @@ -# This file was autogenerated by Stack. -# You should not edit this file by hand. -# For more information, please see the documentation at: -# https://docs.haskellstack.org/en/stable/lock_files - -packages: -- completed: - hackage: ncurses-0.2.16@sha256:8ad9fe6562a80d28166d76adbac1eb4d40c6511fe4e9272ed6e1166dc2f1cdf1,3575 - pantry-tree: - size: 674 - sha256: 093bdc85ed518c81724f5b6b81c24ab4ebdd231551861f4feaa43361136f70b7 - original: - hackage: ncurses-0.2.16@sha256:8ad9fe6562a80d28166d76adbac1eb4d40c6511fe4e9272ed6e1166dc2f1cdf1,3575 -snapshots: -- completed: - size: 523443 - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/0.yaml - sha256: 283773e7120f5446d961eab35ea95c9af9c24187cc178537bd29273200a05171 - original: lts-14.0 diff --git a/test/Actions/EditStandingsSpec.hs b/test/Actions/EditStandingsSpec.hs index 23f1986..1126cb3 100644 --- a/test/Actions/EditStandingsSpec.hs +++ b/test/Actions/EditStandingsSpec.hs @@ -1,7 +1,7 @@ {- mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Actions/NewGame/GoalieInputSpec.hs b/test/Actions/NewGame/GoalieInputSpec.hs index 3e2fe8f..1b0137a 100644 --- a/test/Actions/NewGame/GoalieInputSpec.hs +++ b/test/Actions/NewGame/GoalieInputSpec.hs @@ -1,7 +1,7 @@ {- mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Actions/NewGameSpec.hs b/test/Actions/NewGameSpec.hs index ed343af..49caaa9 100644 --- a/test/Actions/NewGameSpec.hs +++ b/test/Actions/NewGameSpec.hs @@ -1,7 +1,7 @@ {- mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/ActionsSpec.hs b/test/ActionsSpec.hs index 5fd9884..afad41d 100644 --- a/test/ActionsSpec.hs +++ b/test/ActionsSpec.hs @@ -1,7 +1,7 @@ {- mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/FormatSpec.hs b/test/FormatSpec.hs index 7db175c..7ed22d0 100644 --- a/test/FormatSpec.hs +++ b/test/FormatSpec.hs @@ -1,7 +1,7 @@ {- mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/HandlersSpec.hs b/test/HandlersSpec.hs index 71aa355..625ba28 100644 --- a/test/HandlersSpec.hs +++ b/test/HandlersSpec.hs @@ -1,7 +1,7 @@ {- mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Helpers/GoalieSpec.hs b/test/Helpers/GoalieSpec.hs index 56ab5c8..b1f24c6 100644 --- a/test/Helpers/GoalieSpec.hs +++ b/test/Helpers/GoalieSpec.hs @@ -1,7 +1,7 @@ {- mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Helpers/PlayerSpec.hs b/test/Helpers/PlayerSpec.hs index a536856..ef6caa1 100644 --- a/test/Helpers/PlayerSpec.hs +++ b/test/Helpers/PlayerSpec.hs @@ -1,7 +1,7 @@ {- mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Helpers/PositionSpec.hs b/test/Helpers/PositionSpec.hs index 2d04b1d..08cd129 100644 --- a/test/Helpers/PositionSpec.hs +++ b/test/Helpers/PositionSpec.hs @@ -1,7 +1,7 @@ {- mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/HelpersSpec.hs b/test/HelpersSpec.hs index 86a9e66..97f74a4 100644 --- a/test/HelpersSpec.hs +++ b/test/HelpersSpec.hs @@ -1,7 +1,7 @@ {- mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/ReportSpec.hs b/test/ReportSpec.hs index 7d7f6f5..00a2766 100644 --- a/test/ReportSpec.hs +++ b/test/ReportSpec.hs @@ -1,7 +1,7 @@ {- mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Spec.hs b/test/Spec.hs index e4f98a7..17f6d30 100644 --- a/test/Spec.hs +++ b/test/Spec.hs @@ -1,7 +1,7 @@ {- mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Types/MenuSpec.hs b/test/Types/MenuSpec.hs index c5002b6..62dfbcd 100644 --- a/test/Types/MenuSpec.hs +++ b/test/Types/MenuSpec.hs @@ -1,7 +1,7 @@ {- mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/TypesSpec.hs b/test/TypesSpec.hs index 4b45181..45b5331 100644 --- a/test/TypesSpec.hs +++ b/test/TypesSpec.hs @@ -1,7 +1,7 @@ {- mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/UtilSpec.hs b/test/UtilSpec.hs index 8acfb92..3c73564 100644 --- a/test/UtilSpec.hs +++ b/test/UtilSpec.hs @@ -1,7 +1,7 @@ {- mtlstats -Copyright (C) 1984, 1985, 2019, 2020, 2021 Rhéal Lamothe +Copyright (C) Rhéal Lamothe This program is free software: you can redistribute it and/or modify