aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/elfcore.h18
-rw-r--r--bfd/elflink.c2
-rw-r--r--bfd/elflink.h18
3 files changed, 37 insertions, 1 deletions
diff --git a/bfd/elfcore.h b/bfd/elfcore.h
index 51dfec5..558dd0d 100644
--- a/bfd/elfcore.h
+++ b/bfd/elfcore.h
@@ -1,3 +1,21 @@
+/* ELF core file support for BFD.
+ Copyright 1995 Free Software Foundation, Inc.
+
+This file is part of BFD, the Binary File Descriptor library.
+
+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
+(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., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Core file support */
#ifdef HAVE_PROCFS /* Some core file support requires host /proc files */
diff --git a/bfd/elflink.c b/bfd/elflink.c
index 123bccd..3c08a4a 100644
--- a/bfd/elflink.c
+++ b/bfd/elflink.c
@@ -1,5 +1,5 @@
/* ELF linking support for BFD.
- Copyright 1993, 1995 Free Software Foundation, Inc.
+ Copyright 1995 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/bfd/elflink.h b/bfd/elflink.h
index c474959..554e14c 100644
--- a/bfd/elflink.h
+++ b/bfd/elflink.h
@@ -1,3 +1,21 @@
+/* ELF linker support.
+ Copyright 1995 Free Software Foundation, Inc.
+
+This file is part of BFD, the Binary File Descriptor library.
+
+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
+(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., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* ELF linker code. */
static boolean elf_link_add_object_symbols