aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-03-03 18:56:39 +0100
committerTeddy Wing2018-03-03 18:56:39 +0100
commitb5fb9247c1d8c88cde2ad67331cd89f71836149e (patch)
tree80efe1505eb46d8d1ed1725244c15554f7aa3682
parent1d679bb7e490d907ef3423ed618cceb7e03d4a40 (diff)
downloadPassextract-b5fb9247c1d8c88cde2ad67331cd89f71836149e.tar.bz2
Update copyright years
-rw-r--r--README.md4
-rw-r--r--passextract.bash-completion2
-rw-r--r--src/main.rs2
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.