mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
Add my email address to the copyright statement
This commit is contained in:
parent
8b49d9d211
commit
3e5815429b
1 changed files with 1 additions and 1 deletions
2
cli.c
2
cli.c
|
|
@ -57,7 +57,7 @@ static void show_help()
|
|||
static void show_version(void)
|
||||
{
|
||||
printf("ESpeakup %s\n", PACKAGE_VERSION);
|
||||
printf("Copyright (C) 2008 William Hubbs\n");
|
||||
printf("Copyright (C) 2008 William Hubbs <w.d.hubbs@gmail.com>\n");
|
||||
printf("License GPLv3+: GNU GPL version 3 or later\n");
|
||||
printf("You are free to change and redistribute this software.\n");
|
||||
printf("Please report bugs to %s\n", PACKAGE_BUGREPORT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue