More about the license, shown at program usage show. v0.1
authorviric <viriketo@gmail.com>
Sun, 24 Oct 2010 12:58:45 +0200
changeset 8 897b154201f8
parent 7 daa76fbc50aa
child 9 80e57fb7483a
More about the license, shown at program usage show.
pce.c
--- a/pce.c	Sun Oct 24 12:56:34 2010 +0200
+++ b/pce.c	Sun Oct 24 12:58:45 2010 +0200
@@ -243,7 +243,10 @@
 {
     fprintf(stderr, "pce v0.1 - PCE-HT71 programmer and data downloader\n");
     fprintf(stderr, "Copyright (C) 2010  Lluis Batlle i Rossell\n");
-    fprintf(stderr, "usage: pce [-n maxsamples] [-t timepersample] [-i] <-d downloadfile | -s>\n");
+    fprintf(stderr, "This program comes with ABSOLUTELY NO WARRANTY.\n");
+    fprintf(stderr, "This is free software, and you are welcome to redistribute it\n");
+    fprintf(stderr, "under certain conditions; type `show c' for details.\n");
+    fprintf(stderr, "\nusage: pce [-n maxsamples] [-t timepersample] [-i] <-d downloadfile | -s>\n");
 }
 
 int main(int argc, char **argv)