Automatic date update in version.in
[deliverable/binutils-gdb.git] / gprof / bb_exit_func.c
index 33f9296cef59ee2a9b5f24979a854e523415226c..a504c805945f2ec42e985d8330027faf28caa69d 100644 (file)
@@ -1,13 +1,13 @@
 /*  bb_exit_func.c - dumps all the basic-block statistics linked into
     the bb_head chain to .d files.
 
 /*  bb_exit_func.c - dumps all the basic-block statistics linked into
     the bb_head chain to .d files.
 
-   Copyright 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000-2021 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 
    This file is part of GNU Binutils.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
@@ -17,8 +17,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.
+   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+   02110-1301, USA.
 
    This code was contributed by:
 
 
    This code was contributed by:
 
@@ -44,7 +44,7 @@ struct bb *__bb_head = (struct bb *) 0;
 
 
 void
 
 
 void
-__bb_exit_func (void)
+__bb_exit_func ()
 {
   const int version = GMON_VERSION;
   struct gmon_hdr ghdr;
 {
   const int version = GMON_VERSION;
   struct gmon_hdr ghdr;
This page took 0.02836 seconds and 4 git commands to generate.