From 3e5815429bd702d9b0af68d793e6c83f035f9e23 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 24 Jul 2016 21:38:44 -0500 Subject: [PATCH] Add my email address to the copyright statement --- cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.c b/cli.c index 033de09..31db4b0 100644 --- a/cli.c +++ b/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 \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);