From b5fb9247c1d8c88cde2ad67331cd89f71836149e Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 3 Mar 2018 18:56:39 +0100 Subject: Update copyright years --- README.md | 4 ++-- passextract.bash-completion | 2 +- src/main.rs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cd876ac..08ccb01 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3