Changeset 2525

Show
Ignore:
Timestamp:
07/15/08 22:15:58 (3 months ago)
Author:
sam
Message:
  • zzuf.c: reformated the licensing information for zzuf -V.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/src/zzuf.c

    r2521 r2525  
    11521152    printf("zzuf %s\n", PACKAGE_VERSION); 
    11531153    printf("Copyright (C) 2002, 2007-2008 Sam Hocevar <sam@zoy.org>\n"); 
    1154     printf("This is free software.  You may redistribute copies of it under the\n"); 
    1155     printf("terms of the Do What The Fuck You Want To Public License, Version 2\n"); 
    1156     printf("<http://sam.zoy.org/wtfpl/>.\n"); 
    1157     printf("There is NO WARRANTY, to the extent permitted by law.\n"); 
     1154    printf("This program is free software. It comes without any warranty, to the extent\n"); 
     1155    printf("permitted by applicable law. You can redistribute it and/or modify it under\n"); 
     1156    printf("the terms of the Do What The Fuck You Want To Public License, Version 2, as\n"); 
     1157    printf("published by Sam Hocevar. See <http://sam.zoy.org/wtfpl/> for more details.\n"); 
    11581158    printf("\n"); 
    11591159    printf("Written by Sam Hocevar. Report bugs to <sam@zoy.org>.\n");