Changeset 2525
- Timestamp:
- Jul 15, 2008, 10:15:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/zzuf.c
r2521 r2525 1152 1152 printf("zzuf %s\n", PACKAGE_VERSION); 1153 1153 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"); 1158 1158 printf("\n"); 1159 1159 printf("Written by Sam Hocevar. Report bugs to <sam@zoy.org>.\n");
Note: See TracChangeset
for help on using the changeset viewer.