Add my email address to the copyright statement

This commit is contained in:
William Hubbs 2016-07-24 21:38:44 -05:00
commit 3e5815429b

2
cli.c
View file

@ -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);