diff options
author | Nick Clifton <nickc@redhat.com> | 2012-12-17 16:56:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-12-17 16:56:12 +0000 |
commit | 5bf135a788d468003cb2502d0a2239fd92d1ac25 (patch) | |
tree | 132a84edfc61cff6b50ea91ff766c08af3244abf /bfd/doc | |
parent | 387894ff90a1048844cd81b9c190787d27d4faf9 (diff) | |
download | gdb-5bf135a788d468003cb2502d0a2239fd92d1ac25.zip gdb-5bf135a788d468003cb2502d0a2239fd92d1ac25.tar.gz gdb-5bf135a788d468003cb2502d0a2239fd92d1ac25.tar.bz2 |
Add copyright notices
Diffstat (limited to 'bfd/doc')
-rw-r--r-- | bfd/doc/ChangeLog | 7 | ||||
-rw-r--r-- | bfd/doc/Makefile.am | 17 | ||||
-rw-r--r-- | bfd/doc/Makefile.in | 18 | ||||
-rw-r--r-- | bfd/doc/bfdsumm.texi | 3 | ||||
-rw-r--r-- | bfd/doc/makefile.vms | 17 |
5 files changed, 62 insertions, 0 deletions
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 <nickc@redhat.com> + + * Makefile.am: Add copyright notice. + * bfdsumm.texi: Likewise. + * makefile.vms: Likewise. + * Makefile.in: Regenerate. + 2012-11-08 Alan Modra <amodra@gmail.com> * 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 +# <http://www.gnu.org/licenses/>. +# 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 +# <http://www.gnu.org/licenses/>. +# 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 +# <http://www.gnu.org/licenses/>. +# + CFLAGS = /noopt/include=([],[-],[-.-.include]) LDFLAGS = /nomap LDLIBS = ,sys$$library:vaxcrtl.olb/lib |