Fixing the gpl template clash.

Need to escape the backticks that should appear as literals in the GPLv3 license.
This commit is contained in:
Sam Whitlock 2021-02-27 15:38:04 +01:00
parent 3f4eccaec3
commit 86345887d8
No known key found for this signature in database
GPG key ID: 4DC9F73CED3252EB

View file

@ -659,11 +659,11 @@ Also add information on how to contact you by electronic and paper mail.
notice like this when it starts in an interactive mode:
${3:<program>} Copyright (C) ${1:`(format-time-string "%Y")`} ${2:`user-full-name`}
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
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.
under certain conditions; type \`show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
The hypothetical commands \`show w' and \`show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".