From: Ian Lance Taylor Date: Thu, 27 Mar 1997 22:18:17 +0000 (+0000) Subject: * gprof.c (main): Correct copyright message. X-Git-Tag: gdb-4_18~5986 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2ee1370c2264a8752f2491d3b04bc8a728022ae;p=external%2Fbinutils.git * gprof.c (main): Correct copyright message. --- diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 3f83ea6..6788d6b 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +Thu Mar 27 17:15:23 1997 Ian Lance Taylor + + * gprof.c (main): Correct copyright message. + Mon Mar 24 11:12:26 1997 Ian Lance Taylor * Makefile.in (.c.o): Define TARGET_$(MY_TARGET) when compiling. diff --git a/gprof/gprof.c b/gprof/gprof.c index cb76cff..47a2674 100644 --- a/gprof/gprof.c +++ b/gprof/gprof.c @@ -373,10 +373,9 @@ DEFUN (main, (argc, argv), int argc AND char **argv) case 'v': /* This output is intended to follow the GNU standards document. */ printf ("GNU gprof %s\n", VERSION); - printf ("Copyright 1996 Free Software Foundation, Inc.\n"); + printf ("Based on BSD gprof, copyright 1983 Regents of the University of California.\n"); printf ("\ -This program is free software; you may redistribute it under the terms of\n\ -the GNU General Public License. This program has absolutely no warranty.\n"); +This program is free software. This program has absolutely no warranty.\n"); done (0); case 'w': output_width = atoi (optarg);