* Minor changes: add quotes between launched program name, update copyright.

This commit is contained in:
Sam Hocevar
2008-05-18 09:45:53 +00:00
committed by sam
parent c06d381315
commit 70b02f704c
+2 -2
View File
@@ -639,7 +639,7 @@ static void spawn_children(struct opts *opts)
if(opts->verbose)
{
finfo(stderr, opts, opts->child[i].seed);
fprintf(stderr, "launched %s\n", opts->newargv[0]);
fprintf(stderr, "launched `%s'\n", opts->newargv[0]);
}
opts->lastlaunch = now;
@@ -1141,7 +1141,7 @@ static void *get_entry(char const *name)
static void version(void)
{
printf("zzuf %s\n", PACKAGE_VERSION);
printf("Copyright (C) 2002, 2007 Sam Hocevar <sam@zoy.org>\n");
printf("Copyright (C) 2002, 2007-2008 Sam Hocevar <sam@zoy.org>\n");
printf("This is free software. You may redistribute copies of it under the\n");
printf("terms of the Do What The Fuck You Want To Public License, Version 2\n");
printf("<http://sam.zoy.org/wtfpl/>.\n");