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 --- bfd/ChangeLog | 18 ++++++++++++++++++ bfd/MAINTAINERS | 6 ++++++ bfd/Makefile.am | 17 +++++++++++++++++ bfd/Makefile.in | 20 +++++++++++++++++++- bfd/PORTING | 6 ++++++ bfd/README | 6 ++++++ bfd/TODO | 8 +++++--- bfd/acinclude.m4 | 18 ++++++++++++++++++ bfd/bfd.m4 | 18 +++++++++++++++++- bfd/config.bfd | 17 +++++++++++++++++ bfd/configure.com | 16 ++++++++++++++++ bfd/configure.host | 17 +++++++++++++++++ bfd/configure.in | 16 ++++++++++++++++ bfd/doc/ChangeLog | 7 +++++++ bfd/doc/Makefile.am | 17 +++++++++++++++++ bfd/doc/Makefile.in | 18 ++++++++++++++++++ bfd/doc/bfdsumm.texi | 3 +++ bfd/doc/makefile.vms | 17 +++++++++++++++++ bfd/elf64-hppa.c | 4 ++-- bfd/makefile.vms | 15 +++++++++++++++ bfd/warning.m4 | 17 +++++++++++++++++ 21 files changed, 274 insertions(+), 7 deletions(-) (limited to 'bfd') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 035eba6..fb5177d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,21 @@ +2012-12-17 Nick Clifton + + * MAINTAINERS: Add copyright notice. + * Makefile.am: Likewise. + * PORTING: Likewise. + * README: Likewise. + * TODO: Likewise. + * acinclude.m4: Likewise. + * bfd.m4: Likewise. + * config.bfd: Likewise. + * configure.com: Likewise. + * configure.host: Likewise. + * configure.in: Likewise. + * makefile.vms: Likewise. + * warning.m4: Likewise. + * elf64-hppa.c: Fix copyright notice. + * Makefile.in: Regenerate. + 2012-12-16 H.J. Lu * elf32-i386.c (elf_i386_check_relocs): Don't check IFUNC diff --git a/bfd/MAINTAINERS b/bfd/MAINTAINERS index d59a3bd..e7d8ff8 100644 --- a/bfd/MAINTAINERS +++ b/bfd/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/bfd/Makefile.am b/bfd/Makefile.am index d86d899..6fe6cb2 100644 --- a/bfd/Makefile.am +++ b/bfd/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 no-dist foreign ACLOCAL_AMFLAGS = -I . -I .. -I ../config diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 92d9d08..c51c342 100644 --- a/bfd/Makefile.in +++ b/bfd/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@ @@ -1346,8 +1364,8 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic80.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tilegx.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tilepro.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-v850_rh850.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-v850.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-v850_rh850.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-vax.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-w65.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-we32k.Plo@am__quote@ diff --git a/bfd/PORTING b/bfd/PORTING index c8bfd77..b820525 100644 --- a/bfd/PORTING +++ b/bfd/PORTING @@ -81,3 +81,9 @@ SEGMENT_SIZE TARGETNAME The name of the target, for run-time lookups. Usually "a.out-" + +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/bfd/README b/bfd/README index fe6b6f3..5ecfd29 100644 --- a/bfd/README +++ b/bfd/README @@ -47,3 +47,9 @@ gcc manual. Bug reports without patches will be remembered, but they may never get fixed until somebody volunteers to fix them. + +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/bfd/TODO b/bfd/TODO index 7a12735..012d624 100644 --- a/bfd/TODO +++ b/bfd/TODO @@ -19,7 +19,9 @@ Things that still need to be done: -*- Text -*- the stupid quips and fill in all the blanks. o - upgrade the reloc handling as per Steve's suggestion. + +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/bfd/acinclude.m4 b/bfd/acinclude.m4 index d9813bd..3518592 100644 --- a/bfd/acinclude.m4 +++ b/bfd/acinclude.m4 @@ -1,3 +1,21 @@ +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 + sinclude([../config/zlib.m4]) dnl See whether we need to use fopen-bin.h rather than fopen-same.h. diff --git a/bfd/bfd.m4 b/bfd/bfd.m4 index 394c41a..7f86aab 100644 --- a/bfd/bfd.m4 +++ b/bfd/bfd.m4 @@ -1,5 +1,21 @@ dnl This file was derived from acinclude.m4. - +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 dnl Check for existence of a type $1 in sys/procfs.h diff --git a/bfd/config.bfd b/bfd/config.bfd index 734e142..ac89d88 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1,4 +1,21 @@ # config.bfd +# +# 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 +# . +# # Convert a canonical host type into a BFD host type. # Set shell variable targ to canonical target name, and run # using ``. config.bfd''. diff --git a/bfd/configure.com b/bfd/configure.com index a19dadd..60a9bc3 100644 --- a/bfd/configure.com +++ b/bfd/configure.com @@ -7,6 +7,22 @@ $! $! Written by Klaus K"ampf (kkaempf@rmi.de) $! Rewritten by Tristan Gingold (gingold@adacore.com) $! +$! 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 +$! . +$! $ arch=F$GETSYI("ARCH_NAME") $ arch=F$EDIT(arch,"LOWERCASE") $if arch .eqs. "alpha" then target = "alpha" diff --git a/bfd/configure.host b/bfd/configure.host index 7c63de5..7868c24 100644 --- a/bfd/configure.host +++ b/bfd/configure.host @@ -1,3 +1,20 @@ +# +# 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 +# . +# # This file is a shell script that overrides some of the tools and # flags used on a host specific basis. diff --git a/bfd/configure.in b/bfd/configure.in index fc17209..a581021 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -1,5 +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([bfd], [2.23.51]) diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index 03401d6..80308c0 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,3 +1,10 @@ +2012-12-17 Nick Clifton + + * Makefile.am: Add copyright notice. + * bfdsumm.texi: Likewise. + * makefile.vms: Likewise. + * Makefile.in: Regenerate. + 2012-11-08 Alan Modra * Makefile.in: Regenerate. diff --git a/bfd/doc/Makefile.am b/bfd/doc/Makefile.am index 7476ee5..3e0fcfb 100644 --- a/bfd/doc/Makefile.am +++ b/bfd/doc/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.9 cygnus diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in index b714123..ed6a41f 100644 --- a/bfd/doc/Makefile.in +++ b/bfd/doc/Makefile.in @@ -14,6 +14,24 @@ # PARTICULAR PURPOSE. @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@ pkgincludedir = $(includedir)/@PACKAGE@ diff --git a/bfd/doc/bfdsumm.texi b/bfd/doc/bfdsumm.texi index 77a5f09..0cd0252 100644 --- a/bfd/doc/bfdsumm.texi +++ b/bfd/doc/bfdsumm.texi @@ -1,4 +1,7 @@ @c This summary of BFD is shared by the BFD and LD docs. +@c Copyright 2012 +@c Free Software Foundation, Inc. + When an object file is opened, BFD subroutines automatically determine the format of the input object file. They then build a descriptor in memory with pointers to routines that will be used to access elements of diff --git a/bfd/doc/makefile.vms b/bfd/doc/makefile.vms index a0857c0..267af6b 100644 --- a/bfd/doc/makefile.vms +++ b/bfd/doc/makefile.vms @@ -1,3 +1,20 @@ +# 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 +# . +# + CFLAGS = /noopt/include=([],[-],[-.-.include]) LDFLAGS = /nomap LDLIBS = ,sys$$library:vaxcrtl.olb/lib diff --git a/bfd/elf64-hppa.c b/bfd/elf64-hppa.c index 62efef3..a4e0483 100644 --- a/bfd/elf64-hppa.c +++ b/bfd/elf64-hppa.c @@ -1,6 +1,6 @@ /* Support for HPPA 64-bit ELF - 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010, 2011, 2012 + Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, + 2009, 2010, 2011, 2012 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. diff --git a/bfd/makefile.vms b/bfd/makefile.vms index 3c7f721..6d7b200 100644 --- a/bfd/makefile.vms +++ b/bfd/makefile.vms @@ -5,6 +5,21 @@ # # Created by Klaus K"ampf, kkaempf@rmi.de # +# 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 +# . # ifeq ($(ARCH),IA64) diff --git a/bfd/warning.m4 b/bfd/warning.m4 index 6b846bf..244dd44 100644 --- a/bfd/warning.m4 +++ b/bfd/warning.m4 @@ -1,4 +1,21 @@ dnl Common configure.in fragment +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_DEFUN([AM_BINUTILS_WARNINGS],[ GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes" -- cgit v1.1