Improved README, bumped copyright date

master
Keith Irwin 2022-01-05 18:30:36 -07:00
parent d6100faf04
commit 7b4ae288f7
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# gdead
Opens grateful dead soundboards and plays them in your terminal.
Play Grateful Dead shows in your terminal.
## Installation
@ -46,7 +46,7 @@ gdead -r 1972
## License
gdead - Stream Grateful Dead soundboards from archive.org\
Copyright © 2021 Keith Irwin [www.ki9.us](https://www.ki9.us/)
Copyright © 2021-2022 Keith Irwin [www.ki9.us](https://www.ki9.us/)
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 the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

4
gdead
View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# gdead - Stream shows from archive.org
# Copyright © 2021 Keith Irwin (www.ki9.us)
# Copyright © 2021-2022 Keith Irwin (www.ki9.us)
#
# 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
@ -54,7 +54,7 @@ if [ "$YYYY" != "" ]; then
fi
# Print license
echo " gdead Copyright © 2021 Keith Irwin (www.ki9.us)"
echo " gdead Copyright © 2021-2022 Keith Irwin (www.ki9.us)"
echo " This program comes with ABSOLUTELY NO WARRANTY; for details"
echo " see the LICENSE.md that came with it"
echo " This is free software, and you are welcome to redistribute it"