aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2020-03-13 01:23:19 +0100
committerTeddy Wing2020-03-13 01:23:19 +0100
commit39ab4b571f331d42a8a3485e811e17dfaf72a930 (patch)
treeaa8c40e014cb30a1b1384b01b336fed82ff524b8
parent19729fb26102b1de8e5c5b7aa18ea002e5fecdbb (diff)
downloadgit-branch-list-39ab4b571f331d42a8a3485e811e17dfaf72a930.tar.bz2
git-branch-list: Update copyright year
-rw-r--r--README.md2
-rwxr-xr-xgit-branch-list2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a472433..81bb231 100644
--- a/README.md
+++ b/README.md
@@ -48,5 +48,5 @@ On other platforms, grab the code and put the `git-branch-list` script in your
## License
-Copyright © 2018–2019 Teddy Wing. Licensed under the GNU GPLv3+ (see the
+Copyright © 2018–2020 Teddy Wing. Licensed under the GNU GPLv3+ (see the
included COPYING file).
diff --git a/git-branch-list b/git-branch-list
index 8bc3462..24eb5b7 100755
--- a/git-branch-list
+++ b/git-branch-list
@@ -3,7 +3,7 @@
# git-branch-list
# Maintains a list of Git branches that can be checked out quickly.
-# Copyright (c) 2018–2019 Teddy Wing
+# Copyright (c) 2018–2020 Teddy Wing
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by