From d79a717daaa70438786a97506b5a335d08935bd5 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 15 Jul 2008 20:15:58 +0000 Subject: [PATCH] * zzuf.c: reformated the licensing information for zzuf -V. --- src/zzuf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/zzuf.c b/src/zzuf.c index 5e03237..d0ea6e9 100644 --- a/src/zzuf.c +++ b/src/zzuf.c @@ -1151,10 +1151,10 @@ static void version(void) { printf("zzuf %s\n", PACKAGE_VERSION); printf("Copyright (C) 2002, 2007-2008 Sam Hocevar \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(".\n"); - printf("There is NO WARRANTY, to the extent permitted by law.\n"); + printf("This program is free software. It comes without any warranty, to the extent\n"); + printf("permitted by applicable law. You can redistribute it and/or modify it under\n"); + printf("the terms of the Do What The Fuck You Want To Public License, Version 2, as\n"); + printf("published by Sam Hocevar. See for more details.\n"); printf("\n"); printf("Written by Sam Hocevar. Report bugs to .\n"); }