From 9b6b4e9ef41442ac58f2825ea99aae27916f189c Mon Sep 17 00:00:00 2001 From: Rekhesh Mohan Date: Mon, 2 Jul 2012 14:54:47 +0530 Subject: [PATCH] Fixed a few typos and URLs --- src/fits2jpeg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); } /*---------------------------------------------------------------------------*/ -- 2.12.1