From df5f0a433461e01ebd77fbf08c1e70261b94c41e Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Mon, 14 Dec 2020 22:10:14 -0500 Subject: [PATCH] updated copyright --- README.md | 2 +- app/Main.hs | 2 +- app/Types.hs | 2 +- app/UI.hs | 2 +- app/Util.hs | 2 +- package.yaml | 2 +- src/Password.hs | 2 +- test/Spec.hs | 2 +- test/Spec/JSON.hs | 2 +- test/Spec/NewPWData.hs | 2 +- test/Spec/NewPWDatabase.hs | 2 +- test/Spec/NewPWPolicy.hs | 2 +- test/Spec/NewPWSalt.hs | 2 +- test/Spec/PWGenerate.hs | 2 +- test/Spec/PWGetService.hs | 2 +- test/Spec/PWHasService.hs | 2 +- test/Spec/PWRemoveService.hs | 2 +- test/Spec/PWSearch.hs | 2 +- test/Spec/PWSetService.hs | 2 +- test/Spec/ValidatePWData.hs | 2 +- test/Spec/ValidatePWDatabase.hs | 2 +- test/Spec/ValidatePWPolicy.hs | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 1be05c5..cb170d7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/app/Main.hs b/app/Main.hs index a75a659..1e1ed90 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/app/Types.hs b/app/Types.hs index 96476f0..633eb6d 100644 --- a/app/Types.hs +++ b/app/Types.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/app/UI.hs b/app/UI.hs index a05ff3d..99af541 100644 --- a/app/UI.hs +++ b/app/UI.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/app/Util.hs b/app/Util.hs index 3121abd..8a369c4 100644 --- a/app/Util.hs +++ b/app/Util.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/package.yaml b/package.yaml index d5d98a0..0a4846c 100644 --- a/package.yaml +++ b/package.yaml @@ -4,7 +4,7 @@ github: "jlamothe/passman" license: LGPL-3 author: "Jonathan Lamothe" maintainer: "jlamothe1980@gmail.com" -copyright: "(C) 2018, 2019 Jonathan Lamothe" +copyright: "(C) 2018-2020 Jonathan Lamothe" extra-source-files: - README.md diff --git a/src/Password.hs b/src/Password.hs index 4ac61e4..af73cdd 100644 --- a/src/Password.hs +++ b/src/Password.hs @@ -2,7 +2,7 @@ Module: Password Description: a simple password manager -Copyright: (C) 2018, 2019 Jonathan Lamothe +Copyright: (C) 2018-2020 Jonathan Lamothe License: LGPLv3 (or later) Maintainer: jlamothe1980@gmail.com diff --git a/test/Spec.hs b/test/Spec.hs index 79b2052..501b3a4 100644 --- a/test/Spec.hs +++ b/test/Spec.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Spec/JSON.hs b/test/Spec/JSON.hs index 5e82c49..e4e1816 100644 --- a/test/Spec/JSON.hs +++ b/test/Spec/JSON.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Spec/NewPWData.hs b/test/Spec/NewPWData.hs index 15af626..eaf8d46 100644 --- a/test/Spec/NewPWData.hs +++ b/test/Spec/NewPWData.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Spec/NewPWDatabase.hs b/test/Spec/NewPWDatabase.hs index 796f305..2a82926 100644 --- a/test/Spec/NewPWDatabase.hs +++ b/test/Spec/NewPWDatabase.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Spec/NewPWPolicy.hs b/test/Spec/NewPWPolicy.hs index e41862f..78f01dd 100644 --- a/test/Spec/NewPWPolicy.hs +++ b/test/Spec/NewPWPolicy.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Spec/NewPWSalt.hs b/test/Spec/NewPWSalt.hs index 4064302..e54d52c 100644 --- a/test/Spec/NewPWSalt.hs +++ b/test/Spec/NewPWSalt.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Spec/PWGenerate.hs b/test/Spec/PWGenerate.hs index 11ff8c6..abda4f0 100644 --- a/test/Spec/PWGenerate.hs +++ b/test/Spec/PWGenerate.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Spec/PWGetService.hs b/test/Spec/PWGetService.hs index d80f94a..da16c90 100644 --- a/test/Spec/PWGetService.hs +++ b/test/Spec/PWGetService.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Spec/PWHasService.hs b/test/Spec/PWHasService.hs index a31a514..1f60f18 100644 --- a/test/Spec/PWHasService.hs +++ b/test/Spec/PWHasService.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Spec/PWRemoveService.hs b/test/Spec/PWRemoveService.hs index b779671..05c6899 100644 --- a/test/Spec/PWRemoveService.hs +++ b/test/Spec/PWRemoveService.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Spec/PWSearch.hs b/test/Spec/PWSearch.hs index 444646e..10a56dd 100644 --- a/test/Spec/PWSearch.hs +++ b/test/Spec/PWSearch.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Spec/PWSetService.hs b/test/Spec/PWSetService.hs index e36b75b..4c8b1b5 100644 --- a/test/Spec/PWSetService.hs +++ b/test/Spec/PWSetService.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Spec/ValidatePWData.hs b/test/Spec/ValidatePWData.hs index c2cc300..33e9bd6 100644 --- a/test/Spec/ValidatePWData.hs +++ b/test/Spec/ValidatePWData.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Spec/ValidatePWDatabase.hs b/test/Spec/ValidatePWDatabase.hs index fa57132..625c30a 100644 --- a/test/Spec/ValidatePWDatabase.hs +++ b/test/Spec/ValidatePWDatabase.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/test/Spec/ValidatePWPolicy.hs b/test/Spec/ValidatePWPolicy.hs index 0f93682..82c0041 100644 --- a/test/Spec/ValidatePWPolicy.hs +++ b/test/Spec/ValidatePWPolicy.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018, 2019 Jonathan Lamothe +Copyright (C) 2018-2020 Jonathan Lamothe This program is free software: you can redistribute it and/or modify