Compare commits

...

2 Commits

Author SHA1 Message Date
Keith Irwin 6a5f7f661f
Replaced (C) with © 2021-07-05 20:18:55 -06:00
Keith Irwin 26f2f30679
Split copyright line 2021-07-05 20:14:55 -06:00
3 changed files with 7 additions and 8 deletions

View File

@ -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.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
Copyright © <year> <name of author>
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:
<program> Copyright (C) <year> <name of author>
<program> Copyright © <year> <name of author>
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.

View File

@ -21,8 +21,8 @@ gdead 1969 08 16
## License
gdead - Stream Grateful Dead soundboards from archive.org
Copyright (C) 2021 Keith Irwin (www.ki9.us)
gdead - Stream Grateful Dead soundboards from archive.org\
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.

4
gdead
View File

@ -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"