diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | git-branch-list | 2 | 
2 files changed, 2 insertions, 2 deletions
| @@ -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 | 
