From: Rekhesh Mohan Date: Mon, 2 Jul 2012 09:24:47 +0000 (+0530) Subject: Fixed a few typos and URLs X-Git-Url: https://cads.iiap.res.in/gitview/?p=fits2jpeg.git;a=commitdiff_plain;h=9b6b4e9ef41442ac58f2825ea99aae27916f189c Fixed a few typos and URLs --- diff --git a/src/fits2jpeg.c b/src/fits2jpeg.c index efaf6f1..b387ff0 100644 --- a/src/fits2jpeg.c +++ b/src/fits2jpeg.c @@ -122,9 +122,9 @@ void usage() printf (" entries allowed in ; For eg: *.fits, m31*.fits\n"); printf (" ngc???.fits etc. \n"); printf ("-----------------------------------------------------------\n"); - printf ("Copyright (c) The CADS Software Team. [GPL v3.0 or later] \n"); - printf ("Report Bugs to: cads.iiap.res.in/bugzilla/ \n"); - printf ("Documentation : cads.iiap.res.in/software \n\n"); + printf ("Copyright (c) 2012 The CADS Team, IIAp. [GPL v3.0 or later]\n"); + printf ("Report Bugs to: http://cads.iiap.res.in/bugzilla \n"); + printf ("Documentation : http://cads.iiap.res.in/software \n\n"); exit(1); } /*---------------------------------------------------------------------------*/