From 5bf135a788d468003cb2502d0a2239fd92d1ac25 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 17 Dec 2012 16:56:12 +0000 Subject: Add copyright notices --- gprof/ChangeLog | 16 ++++++++++++++++ gprof/MAINTAINERS | 6 ++++++ gprof/Makefile.am | 17 +++++++++++++++++ gprof/Makefile.in | 18 ++++++++++++++++++ gprof/README | 6 ++++++ gprof/TODO | 6 ++++++ gprof/bsd_callg_bl.m | 5 +++++ gprof/cg_arcs.h | 19 +++++++++++++++++++ gprof/cg_dfn.h | 19 +++++++++++++++++++ gprof/configure.in | 17 +++++++++++++++++ gprof/flat_bl.m | 6 ++++++ gprof/fsf_callg_bl.m | 5 +++++ gprof/hertz.h | 19 +++++++++++++++++++ gprof/utils.h | 19 +++++++++++++++++++ 14 files changed, 178 insertions(+) (limited to 'gprof') diff --git a/gprof/ChangeLog b/gprof/ChangeLog index ed77a57..cc7f23c 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,19 @@ +2012-12-17 Nick Clifton + + * MAINTAINERS: Add copyright notice. + * Makefile.am: Likewise. + * README: Likewise. + * TODO: Likewise. + * bsd_callg_bl.m: Likewise. + * cg_arcs.h: Likewise. + * cg_dfn.h: Likewise. + * configure.in: Likewise. + * flat_bl.m: Likewise. + * fsf_callg_bl.m: Likewise. + * hertz.h: Likewise. + * utils.h: Likewise. + * Makefile.in: Regenerate. + 2012-09-20 Joe Seymour * corefile.c (core_sym_class): Allow for ".constprop.N" cloned diff --git a/gprof/MAINTAINERS b/gprof/MAINTAINERS index d59a3bd..cd933df 100644 --- a/gprof/MAINTAINERS +++ b/gprof/MAINTAINERS @@ -1 +1,7 @@ See ../binutils/MAINTAINERS + +Copyright (C) 2012 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/gprof/Makefile.am b/gprof/Makefile.am index edd100a..0540793 100644 --- a/gprof/Makefile.am +++ b/gprof/Makefile.am @@ -1,4 +1,21 @@ ## Process this file with automake to generate Makefile.in +# +# Copyright 2012 Free Software Foundation +# +# This file 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 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; see the file COPYING3. If not see +# . +# AUTOMAKE_OPTIONS = 1.11 foreign no-dist no-texinfo.tex ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd diff --git a/gprof/Makefile.in b/gprof/Makefile.in index a9d7073..c9f828e 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -15,6 +15,24 @@ @SET_MAKE@ +# +# Copyright 2012 Free Software Foundation +# +# This file 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 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; see the file COPYING3. If not see +# . +# + VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ diff --git a/gprof/README b/gprof/README index 8fe2da8..e81992a 100644 --- a/gprof/README +++ b/gprof/README @@ -440,3 +440,9 @@ that is currently present in libgcc2.c does not generate a gmon.out file in a suitable format. This should be fixed for future releases of gcc. In the meantime, contact davidm@cs.arizona.edu for a version of __bb_exit_func() to is appropriate. + +Copyright (C) 2012 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/gprof/TODO b/gprof/TODO index 3249838..6519ffe 100644 --- a/gprof/TODO +++ b/gprof/TODO @@ -67,3 +67,9 @@ read new gmon.out style files. The idea being that everyone will use the new format for basic-block style profiling but the old format for regular gpprofiling + +Copyright (C) 2012 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/gprof/bsd_callg_bl.m b/gprof/bsd_callg_bl.m index 533c96c..23c4725 100644 --- a/gprof/bsd_callg_bl.m +++ b/gprof/bsd_callg_bl.m @@ -106,3 +106,8 @@ index the index of this child in the call graph listing, the members of the cycle, and their contributions to the time and call counts of the cycle. +Copyright (C) 2012 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/gprof/cg_arcs.h b/gprof/cg_arcs.h index fe1af77..33b2be5 100644 --- a/gprof/cg_arcs.h +++ b/gprof/cg_arcs.h @@ -1,3 +1,22 @@ +/* Copyright 2012 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 + 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, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + 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., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ + #ifndef cg_arcs_h #define cg_arcs_h diff --git a/gprof/cg_dfn.h b/gprof/cg_dfn.h index 66c3f05..9a1e4c9 100644 --- a/gprof/cg_dfn.h +++ b/gprof/cg_dfn.h @@ -1,3 +1,22 @@ +/* Copyright 2012 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 + 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, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + 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., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ + #ifndef cg_dfn_h #define cg_dfn_h diff --git a/gprof/configure.in b/gprof/configure.in index 5481fd4..700bd24 100644 --- a/gprof/configure.in +++ b/gprof/configure.in @@ -1,4 +1,21 @@ dnl Process this file with autoconf to produce a configure script. +dnl +dnl Copyright 2012 Free Software Foundation +dnl +dnl This file is free software; you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation; either version 3 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +dnl GNU General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program; see the file COPYING3. If not see +dnl . +dnl AC_PREREQ(2.59) AC_INIT AC_CONFIG_SRCDIR([gprof.c]) diff --git a/gprof/flat_bl.m b/gprof/flat_bl.m index db2871a..82697c7 100644 --- a/gprof/flat_bl.m +++ b/gprof/flat_bl.m @@ -25,3 +25,9 @@ name the name of the function. This is the minor sort the function in the gprof listing. If the index is in parenthesis it shows where it would appear in the gprof listing if it were to be printed. + +Copyright (C) 2012 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/gprof/fsf_callg_bl.m b/gprof/fsf_callg_bl.m index a81e90a..9badfa4 100644 --- a/gprof/fsf_callg_bl.m +++ b/gprof/fsf_callg_bl.m @@ -80,4 +80,9 @@ were internal to the cycle, and the calls entry for each member shows, for that member, how many times it was called from other members of the cycle. + +Copyright (C) 2012 Free Software Foundation, Inc. +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/gprof/hertz.h b/gprof/hertz.h index d3be327..a905420 100644 --- a/gprof/hertz.h +++ b/gprof/hertz.h @@ -1,3 +1,22 @@ +/* Copyright 2012 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 + 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, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + 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., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ + #ifndef hertz_h #define hertz_h diff --git a/gprof/utils.h b/gprof/utils.h index 0d24413..b4a0a3d 100644 --- a/gprof/utils.h +++ b/gprof/utils.h @@ -1,3 +1,22 @@ +/* Copyright 2012 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 + 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, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + 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., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ + #ifndef utils_h #define utils_h -- cgit v1.1