diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | passextract.bash-completion | 2 | ||||
-rw-r--r-- | src/main.rs | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -69,8 +69,8 @@ compiler. ## License -Copyright © 2016 Teddy Wing. Licensed under the GNU GPLv3+ (see the included -COPYING file). +Copyright © 2016, 2018 Teddy Wing. Licensed under the GNU GPLv3+ (see the +included COPYING file). [1]: https://www.passwordstore.org/ diff --git a/passextract.bash-completion b/passextract.bash-completion index 829cc1d..90beb3a 100644 --- a/passextract.bash-completion +++ b/passextract.bash-completion @@ -1,4 +1,4 @@ -# Copyright (c) 2016 Teddy Wing +# Copyright (c) 2016, 2018 Teddy Wing # # This file is licensed under the GNU GPLv3+. Please see the COPYING # file for more information. diff --git a/src/main.rs b/src/main.rs index 28b0259..47095b8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Teddy Wing +// Copyright (c) 2016, 2018 Teddy Wing // // This file is licensed under the GNU GPLv3+. Please see the COPYING // file for more information. |