diff --git a/README.md b/README.md index fd767be..91ebe83 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/gdead b/gdead index caa30a1..2c1b280 100755 --- a/gdead +++ b/gdead @@ -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"