Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2012-12-17 20:56:03 +0400
committerNick Clifton <nickc@redhat.com>2012-12-17 20:56:03 +0400
commit301264066b96d4e8d615fa84d2d534aa1dab8a4f (patch)
treeca07861af53d73bc1ee87a1689dfe2d1a8ebc7ea /include
parent0d6e26f8ff16ea4c8d17b65d3a713a85eb299f0b (diff)
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 16ff7e64d..eecc16d04 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 d59a3bd7f..cd933df76 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 628a5987e..0e9e2c378 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 7e185de76..24698bb35 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 b868f63d4..8f5f77100 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 0f37529d3..d139e02ec 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 453a13b17..e2b2dc7ad 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 b5cee249e..70fcf623a 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