summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2012-12-17 16:55:34 +0000
committerNick Clifton <nickc@redhat.com>2012-12-17 16:55:34 +0000
commit4385e82b76f9c720433d82e7913ae4c41f38036b (patch)
tree3a87d398bf9f6169fd44a9d071c1a4f67893a71d /include
parent8b174eaaeb36c3a8f1c98cf84f2834039b208c13 (diff)
downloadgdb-4385e82b76f9c720433d82e7913ae4c41f38036b.tar.gz
Add copyright notices
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog10
-rw-r--r--include/MAINTAINERS6
-rw-r--r--include/alloca-conf.h15
-rw-r--r--include/aout/hppa.h19
-rw-r--r--include/fopen-bin.h19
-rw-r--r--include/fopen-same.h19
-rw-r--r--include/fopen-vms.h20
-rw-r--r--include/opcode/tahoe.h19
8 files changed, 122 insertions, 5 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 16ff7e64d9a..eecc16d04f7 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,13 @@
+2012-12-17 Nick Clifton <nickc@redhat.com>
+
+ * MAINTAINERS: Add copyright notice.
+ * alloca-conf.h: Likewise.
+ * fopen-bin.h: Likewise.
+ * fopen-same.h: Likewise.
+ * fopen-vms.h: Likewise.
+ * aout/hppa.h: Likewise.
+ * opcode/tahoe.h: Likewise.
+
2012-12-11 Edgar E. Iglesias <edgar.iglesias@gmail.com>
* elf/microblaze.h: Add TLS relocs to START_RELOC_NUMBERS
diff --git a/include/MAINTAINERS b/include/MAINTAINERS
index d59a3bd7f88..cd933df76d7 100644
--- a/include/MAINTAINERS
+++ b/include/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/include/alloca-conf.h b/include/alloca-conf.h
index 628a5987e7a..0e9e2c37860 100644
--- a/include/alloca-conf.h
+++ b/include/alloca-conf.h
@@ -1,3 +1,18 @@
+/* Copyright 2012 Free Software Foundation, Inc.
+
+ 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, see <http://www.gnu.org/licenses/>. */
+
#include "config.h"
/* This is a merge of code recommended in the autoconf-2.61 documentation
diff --git a/include/aout/hppa.h b/include/aout/hppa.h
index 7e185de768a..24698bb35ea 100644
--- a/include/aout/hppa.h
+++ b/include/aout/hppa.h
@@ -1,7 +1,22 @@
+/* Copyright 2012 Free Software Foundation, Inc.
+
+ 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. */
+
#include "filehdr.h"
#include "aouthdr.h"
#include "scnhdr.h"
#include "spacehdr.h"
#include "syms.h"
-
-
diff --git a/include/fopen-bin.h b/include/fopen-bin.h
index b868f63d46d..8f5f771007c 100644
--- a/include/fopen-bin.h
+++ b/include/fopen-bin.h
@@ -7,7 +7,24 @@
cope with a "b" in the string, indicating binary files, but some reject this
(and thereby don't conform to ANSI C, but what else is new?).
- This file is designed for inclusion by host-dependent .h files. No
+ Copyright 1996-2012 Free Software Foundation, Inc.
+
+ 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, 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. */
+
+/* This file is designed for inclusion by host-dependent .h files. No
user application should include it directly, since that would make
the application unable to be configured for both "same" and "binary"
variant systems. */
diff --git a/include/fopen-same.h b/include/fopen-same.h
index 0f37529d33e..d139e02ecb4 100644
--- a/include/fopen-same.h
+++ b/include/fopen-same.h
@@ -7,7 +7,24 @@
"b" to the string, indicating binary files, but some reject this
(and thereby don't conform to ANSI C, but what else is new?).
- This file is designed for inclusion by host-dependent .h files. No
+ Copyright 1996-2012 Free Software Foundation, Inc.
+
+ 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, 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. */
+
+/* This file is designed for inclusion by host-dependent .h files. No
user application should include it directly, since that would make
the application unable to be configured for both "same" and "binary"
variant systems. */
diff --git a/include/fopen-vms.h b/include/fopen-vms.h
index 453a13b175d..e2b2dc7ad2f 100644
--- a/include/fopen-vms.h
+++ b/include/fopen-vms.h
@@ -4,7 +4,25 @@
This version is for VMS systems, where text and binary files are
different.
- This file is designed for inclusion by host-dependent .h files. No
+
+ Copyright 1996-2012 Free Software Foundation, Inc.
+
+ 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, 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. */
+
+/* This file is designed for inclusion by host-dependent .h files. No
user application should include it directly, since that would make
the application unable to be configured for both "same" and "binary"
variant systems. */
diff --git a/include/opcode/tahoe.h b/include/opcode/tahoe.h
index b5cee249ee4..70fcf623ae1 100644
--- a/include/opcode/tahoe.h
+++ b/include/opcode/tahoe.h
@@ -2,6 +2,25 @@
* Ported by the State University of New York at Buffalo by the Distributed
* Computer Systems Lab, Department of Computer Science, 1991.
*/
+/* Copyright 2012 Free Software Foundation, Inc.
+
+ This file is part of GDB and BINUTILS.
+
+ GDB and BINUTILS are free software; you can redistribute them and/or
+ modify them under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 3, or (at
+ your option) any later version.
+
+ GDB and BINUTILS are 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 GDB or BINUTILS; see the file COPYING3. If not, write
+ to the Free Software Foundation, 51 Franklin Street - Fifth Floor,
+ Boston, MA 02110-1301, USA. */
+
#ifndef tahoe_opcodeT
#define tahoe_opcodeT int