summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2012-12-17 16:56:12 +0000
committerNick Clifton <nickc@redhat.com>2012-12-17 16:56:12 +0000
commit5bf135a788d468003cb2502d0a2239fd92d1ac25 (patch)
tree132a84edfc61cff6b50ea91ff766c08af3244abf /opcodes
parent387894ff90a1048844cd81b9c190787d27d4faf9 (diff)
downloadbinutils-gdb-5bf135a788d468003cb2502d0a2239fd92d1ac25.tar.gz
Add copyright notices
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog13
-rw-r--r--opcodes/MAINTAINERS6
-rw-r--r--opcodes/Makefile.am19
-rw-r--r--opcodes/Makefile.in20
-rw-r--r--opcodes/configure.com16
-rw-r--r--opcodes/configure.in16
-rw-r--r--opcodes/makefile.vms15
-rw-r--r--opcodes/rl78-decode.c21
-rw-r--r--opcodes/rl78-decode.opc21
-rw-r--r--opcodes/rx-decode.c21
-rw-r--r--opcodes/rx-decode.opc21
11 files changed, 187 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 10f0087717c..f69ea65cae2 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,16 @@
+2012-12-17 Nick Clifton <nickc@redhat.com>
+
+ * MAINTAINERS: Add copyright notice.
+ * Makefile.am: Likewise.
+ * configure.com: Likewise.
+ * configure.in: Likewise.
+ * makefile.vms: Likewise.
+ * rl78-decode.c: Likewise.
+ * rl78-decode.opc: Likewise.
+ * rx-decode.c: Likewise.
+ * rx-decode.opc: Likewise.
+ * Makefile.in: Regenerate.
+
2012-12-13 Alan Modra <amodra@gmail.com>
PR binutils/14950
diff --git a/opcodes/MAINTAINERS b/opcodes/MAINTAINERS
index d59a3bd7f88..cd933df76d7 100644
--- a/opcodes/MAINTAINERS
+++ b/opcodes/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/opcodes/Makefile.am b/opcodes/Makefile.am
index 3e6ceeb277c..eb6b39f7340 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/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.11 foreign no-dist
ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
@@ -243,7 +260,7 @@ TARGET_LIBOPCODES_CFILES = \
xstormy16-opc.c \
xtensa-dis.c \
xgate-dis.c \
- xgate-opc.c \
+ xgate-opc.c \
z80-dis.c \
z8k-dis.c
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index 56d4734e576..06fd275754c 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/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
+# <http://www.gnu.org/licenses/>.
+#
+
VPATH = @srcdir@
@@ -514,7 +532,7 @@ TARGET_LIBOPCODES_CFILES = \
xstormy16-opc.c \
xtensa-dis.c \
xgate-dis.c \
- xgate-opc.c \
+ xgate-opc.c \
z80-dis.c \
z8k-dis.c
diff --git a/opcodes/configure.com b/opcodes/configure.com
index a97bd9ba75c..30503316835 100644
--- a/opcodes/configure.com
+++ b/opcodes/configure.com
@@ -6,6 +6,22 @@ $! to execute it.
$!
$! Written 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
+$! <http://www.gnu.org/licenses/>.
+$!
$ arch=F$GETSYI("ARCH_NAME")
$ arch=F$EDIT(arch,"LOWERCASE")
diff --git a/opcodes/configure.in b/opcodes/configure.in
index 7370d5f72e7..d78f5c4616f 100644
--- a/opcodes/configure.in
+++ b/opcodes/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 <http://www.gnu.org/licenses/>.
+dnl
AC_PREREQ(2.59)
AC_INIT
diff --git a/opcodes/makefile.vms b/opcodes/makefile.vms
index d11d54f665a..29db28aad81 100644
--- a/opcodes/makefile.vms
+++ b/opcodes/makefile.vms
@@ -5,6 +5,21 @@
#
# Created by Klaus K"ampf, kkaempf@progis.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
+# <http://www.gnu.org/licenses/>.
#
ifeq ($(ARCH),IA64)
diff --git a/opcodes/rl78-decode.c b/opcodes/rl78-decode.c
index 9cf6e30d010..bafdea6a944 100644
--- a/opcodes/rl78-decode.c
+++ b/opcodes/rl78-decode.c
@@ -1,5 +1,26 @@
#line 1 "rl78-decode.opc"
/* -*- c -*- */
+/* Copyright 2012 Free Software Foundation, Inc.
+ Contributed by Red Hat.
+ Written by DJ Delorie.
+
+ This file is part of the GNU opcodes library.
+
+ This library 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, or (at your option)
+ any later version.
+
+ It 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 "sysdep.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/opcodes/rl78-decode.opc b/opcodes/rl78-decode.opc
index df4b91c4e6c..11bfc4e821e 100644
--- a/opcodes/rl78-decode.opc
+++ b/opcodes/rl78-decode.opc
@@ -1,4 +1,25 @@
/* -*- c -*- */
+/* Copyright 2012 Free Software Foundation, Inc.
+ Contributed by Red Hat.
+ Written by DJ Delorie.
+
+ This file is part of the GNU opcodes library.
+
+ This library 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, or (at your option)
+ any later version.
+
+ It 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 "sysdep.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/opcodes/rx-decode.c b/opcodes/rx-decode.c
index 00d61e6ce13..ece020cfc6e 100644
--- a/opcodes/rx-decode.c
+++ b/opcodes/rx-decode.c
@@ -1,5 +1,26 @@
#line 1 "rx-decode.opc"
/* -*- c -*- */
+/* Copyright 2012 Free Software Foundation, Inc.
+ Contributed by Red Hat.
+ Written by DJ Delorie.
+
+ This file is part of the GNU opcodes library.
+
+ This library 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, or (at your option)
+ any later version.
+
+ It 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 "sysdep.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/opcodes/rx-decode.opc b/opcodes/rx-decode.opc
index 27ff5d43b45..75734df64dc 100644
--- a/opcodes/rx-decode.opc
+++ b/opcodes/rx-decode.opc
@@ -1,4 +1,25 @@
/* -*- c -*- */
+/* Copyright 2012 Free Software Foundation, Inc.
+ Contributed by Red Hat.
+ Written by DJ Delorie.
+
+ This file is part of the GNU opcodes library.
+
+ This library 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, or (at your option)
+ any later version.
+
+ It 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 "sysdep.h"
#include <stdio.h>
#include <stdlib.h>