diff --git a/LICENSE.md b/LICENSE.md index 09f984d..c3cdb71 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,8 +1,7 @@ - # GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 -Copyright (C) 2007 [Free Software Foundation, Inc.](http://fsf.org/) +Copyright © 2007 [Free Software Foundation, Inc.](http://fsf.org/) Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -595,7 +594,7 @@ of warranty; and each file should have at least the *copyright* line and a pointer to where the full notice is found. - Copyright (C) + Copyright © 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 @@ -615,7 +614,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - Copyright (C) + Copyright © This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/README.md b/README.md index 53c77db..4f04403 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ gdead 1969 08 16 ## License gdead - Stream Grateful Dead soundboards from archive.org\ -Copyright (C) 2021 Keith Irwin (www.ki9.us) +Copyright © 2021 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 the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/gdead b/gdead index 7333abd..6c24d85 100755 --- a/gdead +++ b/gdead @@ -1,7 +1,7 @@ #!/bin/bash # # gdead - Stream shows from archive.org -# Copyright (C) 2021 Keith Irwin (www.ki9.us) +# Copyright © 2021 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 @@ -27,7 +27,7 @@ MM=$2 DD=$3 # Initial output -echo " gdead Copyright (C) 2021 Keith Irwin (www.ki9.us)" +echo " gdead Copyright © 2021 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"