* aclocal.m4, configure, Makefile.in: Rebuild with automake 1.2.
[deliverable/binutils-gdb.git] / gprof / gprof.c
index cb76cff062011351ca0e1c341c4378f08f038be3..b429f0f63d0d141c9756c3107522b5b61856c41e 100644 (file)
@@ -30,7 +30,7 @@
 #include "source.h"
 #include "sym_ids.h"
 
-#define VERSION "2.7.1"
+#define VERSION "2.8.1"
 
 const char *whoami;
 const char *function_mapping_file;
@@ -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);
This page took 0.025076 seconds and 4 git commands to generate.