diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-27 22:18:17 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-27 22:18:17 +0000 |
commit | d2ee1370c2264a8752f2491d3b04bc8a728022ae (patch) | |
tree | f0b5238464aeef9dc68823b12bc5d2ea8a8472d3 /gprof/gprof.c | |
parent | 5fd92ccd1460600f31463b6e5a794928cb1f1283 (diff) | |
download | gdb-d2ee1370c2264a8752f2491d3b04bc8a728022ae.zip gdb-d2ee1370c2264a8752f2491d3b04bc8a728022ae.tar.gz gdb-d2ee1370c2264a8752f2491d3b04bc8a728022ae.tar.bz2 |
* gprof.c (main): Correct copyright message.
Diffstat (limited to 'gprof/gprof.c')
-rw-r--r-- | gprof/gprof.c | 5 |
1 files changed, 2 insertions, 3 deletions
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); |