diff --git a/app/Main.hs b/app/Main.hs index 669a959..649f660 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) 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 8b0e370..66cccd6 100644 --- a/app/Types.hs +++ b/app/Types.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) 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 1735ade..d9f0846 100644 --- a/app/UI.hs +++ b/app/UI.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) 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 78c8c1f..52cab11 100644 --- a/app/Util.hs +++ b/app/Util.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/src/Password.hs b/src/Password.hs index 151801a..06906c9 100644 --- a/src/Password.hs +++ b/src/Password.hs @@ -2,7 +2,7 @@ Module: Password Description: a simple password manager -Copyright: (C) 2018-2021 Jonathan Lamothe +Copyright: (C) Jonathan Lamothe License: LGPLv3 (or later) Maintainer: jonathan@jlamothe.net diff --git a/test/Spec.hs b/test/Spec.hs index 0cc5c67..857e4a5 100644 --- a/test/Spec.hs +++ b/test/Spec.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) 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 3708c6c..f9388d4 100644 --- a/test/Spec/JSON.hs +++ b/test/Spec/JSON.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) 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 37c70c0..6c0eca1 100644 --- a/test/Spec/NewPWData.hs +++ b/test/Spec/NewPWData.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) 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 e6b3bbd..99dc0c6 100644 --- a/test/Spec/NewPWDatabase.hs +++ b/test/Spec/NewPWDatabase.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) 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 9e1b0f9..e49cc8c 100644 --- a/test/Spec/NewPWPolicy.hs +++ b/test/Spec/NewPWPolicy.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) 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 4e044a4..d1f419b 100644 --- a/test/Spec/NewPWSalt.hs +++ b/test/Spec/NewPWSalt.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) 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 41ecebd..c5537cd 100644 --- a/test/Spec/PWGenerate.hs +++ b/test/Spec/PWGenerate.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) 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 8133310..60c666e 100644 --- a/test/Spec/PWGetService.hs +++ b/test/Spec/PWGetService.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) 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 caf6d2e..6e394cf 100644 --- a/test/Spec/PWHasService.hs +++ b/test/Spec/PWHasService.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) 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 4006476..4d630df 100644 --- a/test/Spec/PWRemoveService.hs +++ b/test/Spec/PWRemoveService.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) 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 b9dace8..97d2e18 100644 --- a/test/Spec/PWSearch.hs +++ b/test/Spec/PWSearch.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) 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 bddaffa..94d8642 100644 --- a/test/Spec/PWSetService.hs +++ b/test/Spec/PWSetService.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) 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 a032c80..2eff667 100644 --- a/test/Spec/ValidatePWData.hs +++ b/test/Spec/ValidatePWData.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) 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 defe77f..9a18be5 100644 --- a/test/Spec/ValidatePWDatabase.hs +++ b/test/Spec/ValidatePWDatabase.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) 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 0db761b..e9d67d3 100644 --- a/test/Spec/ValidatePWPolicy.hs +++ b/test/Spec/ValidatePWPolicy.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018-2021 Jonathan Lamothe +Copyright (C) Jonathan Lamothe This program is free software: you can redistribute it and/or modify