# HG changeset patch # User viric # Date 1287917925 -7200 # Node ID 897b154201f8404c2efb8e844e4e8691f15dfa0d # Parent daa76fbc50aa7939a132d65150fde0a5b35a7345 More about the license, shown at program usage show. diff -r daa76fbc50aa -r 897b154201f8 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)