diff --git a/README.md b/README.md index cb170d7..82dfa29 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/app/Main.hs b/app/Main.hs index 1e1ed90..671c59d 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/app/Types.hs b/app/Types.hs index 633eb6d..3d282a3 100644 --- a/app/Types.hs +++ b/app/Types.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/app/UI.hs b/app/UI.hs index 99af541..119228d 100644 --- a/app/UI.hs +++ b/app/UI.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/app/Util.hs b/app/Util.hs index 8a369c4..a4ccc25 100644 --- a/app/Util.hs +++ b/app/Util.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/package.yaml b/package.yaml index 0a4846c..68ec3c3 100644 --- a/package.yaml +++ b/package.yaml @@ -3,7 +3,7 @@ version: 0.2.1 github: "jlamothe/passman" license: LGPL-3 author: "Jonathan Lamothe" -maintainer: "jlamothe1980@gmail.com" +maintainer: "jonathan@jlamothe.net" copyright: "(C) 2018-2020 Jonathan Lamothe" extra-source-files: diff --git a/src/Password.hs b/src/Password.hs index af73cdd..afa38a7 100644 --- a/src/Password.hs +++ b/src/Password.hs @@ -4,7 +4,7 @@ Module: Password Description: a simple password manager Copyright: (C) 2018-2020 Jonathan Lamothe License: LGPLv3 (or later) -Maintainer: jlamothe1980@gmail.com +Maintainer: jonathan@jlamothe.net This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/test/Spec.hs b/test/Spec.hs index 501b3a4..377b359 100644 --- a/test/Spec.hs +++ b/test/Spec.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/test/Spec/JSON.hs b/test/Spec/JSON.hs index e4e1816..7b11513 100644 --- a/test/Spec/JSON.hs +++ b/test/Spec/JSON.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/test/Spec/NewPWData.hs b/test/Spec/NewPWData.hs index eaf8d46..3fbbe07 100644 --- a/test/Spec/NewPWData.hs +++ b/test/Spec/NewPWData.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/test/Spec/NewPWDatabase.hs b/test/Spec/NewPWDatabase.hs index 2a82926..2e5fe92 100644 --- a/test/Spec/NewPWDatabase.hs +++ b/test/Spec/NewPWDatabase.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/test/Spec/NewPWPolicy.hs b/test/Spec/NewPWPolicy.hs index 78f01dd..36b1212 100644 --- a/test/Spec/NewPWPolicy.hs +++ b/test/Spec/NewPWPolicy.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/test/Spec/NewPWSalt.hs b/test/Spec/NewPWSalt.hs index e54d52c..026e503 100644 --- a/test/Spec/NewPWSalt.hs +++ b/test/Spec/NewPWSalt.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/test/Spec/PWGenerate.hs b/test/Spec/PWGenerate.hs index abda4f0..27ba250 100644 --- a/test/Spec/PWGenerate.hs +++ b/test/Spec/PWGenerate.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/test/Spec/PWGetService.hs b/test/Spec/PWGetService.hs index da16c90..584a637 100644 --- a/test/Spec/PWGetService.hs +++ b/test/Spec/PWGetService.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/test/Spec/PWHasService.hs b/test/Spec/PWHasService.hs index 1f60f18..912f521 100644 --- a/test/Spec/PWHasService.hs +++ b/test/Spec/PWHasService.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/test/Spec/PWRemoveService.hs b/test/Spec/PWRemoveService.hs index 05c6899..02cf4dd 100644 --- a/test/Spec/PWRemoveService.hs +++ b/test/Spec/PWRemoveService.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/test/Spec/PWSearch.hs b/test/Spec/PWSearch.hs index 10a56dd..fdcf32b 100644 --- a/test/Spec/PWSearch.hs +++ b/test/Spec/PWSearch.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/test/Spec/PWSetService.hs b/test/Spec/PWSetService.hs index 4c8b1b5..a3dbd3b 100644 --- a/test/Spec/PWSetService.hs +++ b/test/Spec/PWSetService.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/test/Spec/ValidatePWData.hs b/test/Spec/ValidatePWData.hs index 33e9bd6..ca2e7c2 100644 --- a/test/Spec/ValidatePWData.hs +++ b/test/Spec/ValidatePWData.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/test/Spec/ValidatePWDatabase.hs b/test/Spec/ValidatePWDatabase.hs index 625c30a..c3eca0a 100644 --- a/test/Spec/ValidatePWDatabase.hs +++ b/test/Spec/ValidatePWDatabase.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/test/Spec/ValidatePWPolicy.hs b/test/Spec/ValidatePWPolicy.hs index 82c0041..70753e1 100644 --- a/test/Spec/ValidatePWPolicy.hs +++ b/test/Spec/ValidatePWPolicy.hs @@ -2,7 +2,7 @@ passman Copyright (C) 2018-2020 Jonathan Lamothe - + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as