]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
update copyright dates
authorAlan Modra <amodra@gmail.com>
Thu, 3 Mar 2005 12:05:13 +0000 (12:05 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 3 Mar 2005 12:05:13 +0000 (12:05 +0000)
23 files changed:
gprof/basic_blocks.c
gprof/basic_blocks.h
gprof/bb_exit_func.c
gprof/call_graph.c
gprof/call_graph.h
gprof/cg_print.c
gprof/cg_print.h
gprof/corefile.c
gprof/corefile.h
gprof/gmon_io.c
gprof/gmon_io.h
gprof/gmon_out.h
gprof/gprof.texi
gprof/hist.c
gprof/po/Make-in
gprof/search_list.c
gprof/search_list.h
gprof/source.c
gprof/source.h
gprof/sym_ids.c
gprof/sym_ids.h
gprof/symtab.c
gprof/symtab.h

index 6fdee5af05d506d3b42451d2607584b94b952175..ed26caecaa524eb14c6ce27a6009f7398d60d0ac 100644 (file)
@@ -2,7 +2,8 @@
    of basic-block info to/from gmon.out; computing and formatting of
    basic-block related statistics.
 
-   Copyright 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2001, 2002, 2004, 2005
+   Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
index a6dc66f2979513e30fc964681fb14bb94ce1c8a6..a754217da1418775143dd5927d0a7f60f93874a4 100644 (file)
@@ -1,5 +1,5 @@
 /* basic_blocks.h
-   Copyright 2000, 2002 Free Software Foundation, Inc.
+   Copyright 2000, 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index 70d26eca23921103db26ba8db0cecf429389bb69..f458db2107e295c10ff3883aa38c2cfa23efe6b6 100644 (file)
@@ -1,7 +1,7 @@
 /*  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 2000, 2001, 2004 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
index 461b2db8f8d555d1c62968a099b597c4f94ba24f..b270c7f3260d298529706fa5ce160505cdcdd9d7 100644 (file)
@@ -1,6 +1,6 @@
 /* call_graph.c  -  Create call graphs.
 
-   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
index 8fd443a35baf2ade5acaf754758eb053963d57a4..0cb3b6a262dce96f41b149d08a36f12b399b75f8 100644 (file)
@@ -1,6 +1,6 @@
 /* call_graph.h
 
-   Copyright 2000, 2001 Free Software Foundation, Inc.
+   Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index b951b4483bb745a42d76f742e6ec5b248fd23054..54df4d3cdd1fec02e7f88231c58ba6e7459adfc8 100644 (file)
@@ -1,6 +1,6 @@
 /* cg_print.c -  Print routines for displaying call graphs.
 
-   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
index 24b4a8de8fbc63bf073d30504387b925f48ac2d0..91bf2553594daee51b4a5c6e684dc1abe2377140 100644 (file)
@@ -1,6 +1,6 @@
 /* cg_print.h
 
-   Copyright 2000, 2001 Free Software Foundation, Inc.
+   Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index 1619ffa71fd3752b432c07727796e1aa67cd3ce7..bd594f5a23b6d6a88f011095ec43d5057b37c297 100644 (file)
@@ -1,6 +1,7 @@
 /* corefile.c
 
-   Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2001, 2002, 2003, 2004
+   Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
index 816f4fc3947614baa63992ffa34b05436c841555..fb12afc4f306a109517c2c65bee2947e3abecd8f 100644 (file)
@@ -1,6 +1,6 @@
 /* corefile.h
 
-   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index 83c0e64ab0aa3c048ce9097aed99b32f1c8b05f8..7218cee5fe911c0057b3f07c1ca3bde2234302ca 100644 (file)
@@ -1,6 +1,7 @@
 /* gmon_io.c - Input and output from/to gmon.out files.
 
-   Copyright 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005
+   Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
index 51f495f37e2646bb514199e04138ec312a6d2fe5..d2dc6cba4cda4ef55f07169581dd280954e44ba6 100644 (file)
@@ -1,6 +1,6 @@
 /* gmon_io.h
 
-   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index 25dce59d93c6dbe2d7c7ee9761fa79939172b49d..4ced483903685d01c35a47b807d76fa6b9ab0095 100644 (file)
@@ -1,6 +1,6 @@
 /* gmon_out.h
 
-   Copyright 2000, 2001 Free Software Foundation, Inc.
+   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index 85a55d4077361173cdab5716fce204c1317fed92..7c01df8a5a26cd0b2d8f89d7904c501fd8b8d0a9 100644 (file)
@@ -1,6 +1,6 @@
 \input texinfo @c -*-texinfo-*-
 @setfilename gprof.info
-@c Copyright 1988, 1992, 1993, 1998, 1999, 2000, 2001, 2003
+@c Copyright 1988, 1992, 1993, 1998, 1999, 2000, 2001, 2002, 2003, 2004
 @c Free Software Foundation, Inc.
 @settitle GNU gprof
 @setchapternewpage odd
index 1ee40c50257b8b3115d5f9c27cc47117f2e761a0..a3f032907527e21c429c09ce8dfe526e7dabffe7 100644 (file)
@@ -1,6 +1,7 @@
 /* hist.c  -  Histogram related operations.
 
-   Copyright 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2001, 2002, 2004, 2005
+   Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
index 6176dbf78c3c4b8064161433215c8637a564ef27..6d96a2fb7ffbeb5e62f54f8696ea4d75329f6642 100644 (file)
@@ -1,7 +1,8 @@
 # Makefile for program source directory in GNU NLS utilities package.
 # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+# Copyright 2002, 2003 Free Software Foundation, Inc.
 #
-# This file file be copied and used freely without restrictions.  It can
+# This file may be copied and used freely without restrictions.  It can
 # be used in projects which are not available under the GNU Public License
 # but which still want to provide support for the GNU gettext functionality.
 # Please note that the actual code is *not* freely available.
index fe8ee7c4710c5726df0097319df7e9f4e80dd972..09ea60a53e038cc1c7d036142c034439122c1a16 100644 (file)
@@ -1,6 +1,6 @@
 /* search-list.c
 
-   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
index 8ba0d84cacd99a9b4ba9687217ed253bd7763e8d..672a8aa61bd541d3837380c0bcfa8c0ac92db8e2 100644 (file)
@@ -1,6 +1,6 @@
 /* search-list.h
 
-   Copyright 2000, 2001 Free Software Foundation, Inc.
+   Copyright 2000, 2001, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index bbfeeb69d4cb081cd74eda206a1e3da4e3981c9a..b2b3df787cc92adeca15be1979d6ac82a651ec64 100644 (file)
@@ -1,6 +1,6 @@
 /* source.c - Keep track of source files.
 
-   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
index 98c003e32dbde4da965f00502194e3d86102b641..736c5a3d9b313c2a6e24b91d66c1bca766bb293f 100644 (file)
@@ -1,6 +1,6 @@
 /* source.h
 
-   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index 395f0040d89eb3ba31ee23a704df4511a9075a56..72da918cdf86ab3c2af58b418eb2ddd15b768cd8 100644 (file)
@@ -1,6 +1,6 @@
 /* sym_ids.c
 
-   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
index 95439f73ae4982943ce99e6c74b47e5ba5ef971c..c7542c2c4f0d68184a46193fd641dd070689cd09 100644 (file)
@@ -1,6 +1,6 @@
 /* sym_ids.h
 
-   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
index e6df98e0f8b37e8e779801955179998ef7bef79d..41859c3b9e37fff01c32ca939d834105869d16c7 100644 (file)
@@ -1,6 +1,6 @@
 /* symtab.c
 
-   Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
index 93ceb5a7eb5219924dbc036aaccf8681632a4449..323bab4c95be84d6034d6f9fa0a3e96ca68cbe80 100644 (file)
@@ -1,6 +1,6 @@
 /* symtab.h
 
-   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.