Update the copyright notice of some of the files I missed

in the previous copyright update.
This commit is contained in:
Joel Brobecker
2009-01-14 10:53:10 +00:00
parent a588db63bd
commit e4d013fc0f
316 changed files with 361 additions and 320 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.