mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
Update the copyright notice of some of the files I missed
in the previous copyright update.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#### Makefile.in --- Makefile template for the M32C simulator
|
||||
|
||||
### Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
### Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
### Contributed by Red Hat, Inc.
|
||||
###
|
||||
### This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
;;; blinky.S --- sample program to blink LED's on M32C simulator
|
||||
;;;
|
||||
;;; Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
;;; Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;;; Contributed by Red Hat, Inc.
|
||||
;;;
|
||||
;;; This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
dnl Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
dnl Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
dnl Contributed by Red Hat, Inc.
|
||||
dnl
|
||||
dnl This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* cpu.h --- declarations for the M32C core.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* gdb.c --- sim interface to GDB.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
;;; gloss.S --- system calls for sample2.x
|
||||
;;;
|
||||
;;; Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
;;; Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;;; Contributed by Red Hat, Inc.
|
||||
;;;
|
||||
;;; This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* int.c --- M32C interrupt handling.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* int.h --- interface to M32C interrupt handling.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* load.c --- loading object files into the M32C simulator.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* load.h --- interface to loading object files into the M32C simulator.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* m32c.opc --- semantics for m32c opcodes. -*- mode: c -*-
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* main.c --- main function for stand-alone M32C simulator.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* mem.c --- memory for M32C simulator.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* mem.h --- interface to memory for M32C simulator.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* misc.c --- miscellaneous utility functions for M32C simulator.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* misc.h --- interface to miscellaneous utility functions for M32C simulator.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* opc2c.c --- generate C simulator code from from .opc file
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* r8c.opc --- semantics for r8c opcodes. -*- mode: c -*-
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* reg.c --- register set model for M32C simulator.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* safe-fgets.c --- like fgets, but allocates its own static buffer.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* safe-fgets.h --- interface to safe version of fgets.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
;;; sample.S --- simple test program for M32C simulator
|
||||
;;;
|
||||
;;; Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
;;; Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;;; Contributed by Red Hat, Inc.
|
||||
;;;
|
||||
;;; This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* sample2.ld --- linker script for sample2.x
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* sample2.c --- main source for sample2.x test program for M32C simulator
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* srcdest.c --- decoding M32C addressing modes.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* syscalls.c --- implement system calls for the M32C simulator.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* syscalls.h --- interface to syscalls for the M32C sim.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* trace.c --- tracing output for the M32C simulator.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* trace.h --- interface to tracing output for the M32C simulator.
|
||||
|
||||
Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
Reference in New Issue
Block a user