update copyright year range in GDB files
This applies the second part of GDB's End of Year Procedure, which updates the copyright year range in all of GDB's files. gdb/ChangeLog: Update copyright year range in all GDB files.
This commit is contained in:
parent
c113e7ff61
commit
61baf725ec
4957 changed files with 4968 additions and 4964 deletions
|
@ -1,6 +1,6 @@
|
|||
#### Makefile.in --- Makefile template for the M32C simulator
|
||||
|
||||
### Copyright (C) 2005-2016 Free Software Foundation, Inc.
|
||||
### Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
dnl Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 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-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2017 Free Software Foundation, Inc.
|
||||
Contributed by Red Hat, Inc.
|
||||
|
||||
This file is part of the GNU simulators.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue