diff --git a/README.md b/README.md index 0581cb4..1be05c5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 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 a1cc703..e77e3df 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 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 2aaa1a8..96476f0 100644 --- a/app/Types.hs +++ b/app/Types.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 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 2aa86de..d2dcda8 100644 --- a/app/UI.hs +++ b/app/UI.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 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 602021e..a1daa1e 100644 --- a/app/Util.hs +++ b/app/Util.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 Jonathan Lamothe This program is free software: you can redistribute it and/or modify diff --git a/package.yaml b/package.yaml index e335182..f461c9a 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 Jonathan Lamothe" +copyright: "(C) 2018, 2019 Jonathan Lamothe" extra-source-files: - README.md diff --git a/src/Password.hs b/src/Password.hs index edba690..a33e645 100644 --- a/src/Password.hs +++ b/src/Password.hs @@ -2,7 +2,7 @@ Module: Password Description: a simple password manager -Copyright: (C) 2018 Jonathan Lamothe +Copyright: (C) 2018, 2019 Jonathan Lamothe License: LGPLv3 (or later) Maintainer: jlamothe1980@gmail.com diff --git a/test/Spec.hs b/test/Spec.hs index 1f43ea9..0f2ab3b 100644 --- a/test/Spec.hs +++ b/test/Spec.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 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 5cc3227..e8e436c 100644 --- a/test/Spec/JSON.hs +++ b/test/Spec/JSON.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 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 12f3adf..b531fcf 100644 --- a/test/Spec/NewPWData.hs +++ b/test/Spec/NewPWData.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 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 2b13a77..c5b94f9 100644 --- a/test/Spec/NewPWDatabase.hs +++ b/test/Spec/NewPWDatabase.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 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 9fac488..f5c2e57 100644 --- a/test/Spec/NewPWPolicy.hs +++ b/test/Spec/NewPWPolicy.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 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 f151cdb..40f8776 100644 --- a/test/Spec/NewPWSalt.hs +++ b/test/Spec/NewPWSalt.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 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 90e0096..0a899da 100644 --- a/test/Spec/PWGenerate.hs +++ b/test/Spec/PWGenerate.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 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 f19ee0c..ecb08c3 100644 --- a/test/Spec/PWGetService.hs +++ b/test/Spec/PWGetService.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 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 2743480..609a30c 100644 --- a/test/Spec/PWHasService.hs +++ b/test/Spec/PWHasService.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 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 13ffebc..bc9ac29 100644 --- a/test/Spec/PWRemoveService.hs +++ b/test/Spec/PWRemoveService.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 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 49d57bc..3578d85 100644 --- a/test/Spec/PWSearch.hs +++ b/test/Spec/PWSearch.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 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 df0b374..c1237b6 100644 --- a/test/Spec/PWSetService.hs +++ b/test/Spec/PWSetService.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 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 22afe01..078750b 100644 --- a/test/Spec/ValidatePWData.hs +++ b/test/Spec/ValidatePWData.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 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 468deb4..36878ed 100644 --- a/test/Spec/ValidatePWDatabase.hs +++ b/test/Spec/ValidatePWDatabase.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 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 df5d7b2..398e65b 100644 --- a/test/Spec/ValidatePWPolicy.hs +++ b/test/Spec/ValidatePWPolicy.hs @@ -1,7 +1,7 @@ {- passman -Copyright (C) 2018 Jonathan Lamothe +Copyright (C) 2018, 2019 Jonathan Lamothe This program is free software: you can redistribute it and/or modify