diff options
author | Joel Brobecker <brobecker@adacore.com> | 2017-01-01 10:50:51 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2017-01-01 10:52:34 +0400 |
commit | 61baf725eca99af2569262d10aca03dcde2698f6 (patch) | |
tree | 460360d133660b0c2b77919fe92334fc980eac7a /sim/arm | |
parent | c113e7ff6176890ef6d73a23f0918aca98b8619f (diff) | |
download | binutils-61baf725eca99af2569262d10aca03dcde2698f6.zip binutils-61baf725eca99af2569262d10aca03dcde2698f6.tar.gz binutils-61baf725eca99af2569262d10aca03dcde2698f6.tar.bz2 |
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.
Diffstat (limited to 'sim/arm')
-rw-r--r-- | sim/arm/Makefile.in | 2 | ||||
-rw-r--r-- | sim/arm/iwmmxt.c | 2 | ||||
-rw-r--r-- | sim/arm/iwmmxt.h | 2 | ||||
-rw-r--r-- | sim/arm/maverick.c | 2 | ||||
-rw-r--r-- | sim/arm/sim-main.h | 2 | ||||
-rw-r--r-- | sim/arm/wrapper.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sim/arm/Makefile.in b/sim/arm/Makefile.in index 32f049c..daedf40 100644 --- a/sim/arm/Makefile.in +++ b/sim/arm/Makefile.in @@ -1,5 +1,5 @@ # Makefile template for Configure for the arm sim library. -# Copyright 1995-2016 Free Software Foundation, Inc. +# Copyright 1995-2017 Free Software Foundation, Inc. # Written by Cygnus Support. # # This program is free software; you can redistribute it and/or modify diff --git a/sim/arm/iwmmxt.c b/sim/arm/iwmmxt.c index 5d289a0..010e092 100644 --- a/sim/arm/iwmmxt.c +++ b/sim/arm/iwmmxt.c @@ -1,5 +1,5 @@ /* iwmmxt.c -- Intel(r) Wireless MMX(tm) technology co-processor interface. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by matthew green (mrg@redhat.com). This program is free software; you can redistribute it and/or modify diff --git a/sim/arm/iwmmxt.h b/sim/arm/iwmmxt.h index 190581a..b24a667 100644 --- a/sim/arm/iwmmxt.h +++ b/sim/arm/iwmmxt.h @@ -1,5 +1,5 @@ /* iwmmxt.h -- Intel(r) Wireless MMX(tm) technology co-processor interface. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by matthew green (mrg@redhat.com). This program is free software; you can redistribute it and/or modify diff --git a/sim/arm/maverick.c b/sim/arm/maverick.c index 72c259f..c44d52b 100644 --- a/sim/arm/maverick.c +++ b/sim/arm/maverick.c @@ -1,5 +1,5 @@ /* maverick.c -- Cirrus/DSP co-processor interface. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez (aldyh@redhat.com). This program is free software; you can redistribute it and/or modify diff --git a/sim/arm/sim-main.h b/sim/arm/sim-main.h index 3620810..b8c7f34 100644 --- a/sim/arm/sim-main.h +++ b/sim/arm/sim-main.h @@ -1,5 +1,5 @@ /* Simulation code for the ARM processor. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of simulators. diff --git a/sim/arm/wrapper.c b/sim/arm/wrapper.c index 941a8fd..efbeef9 100644 --- a/sim/arm/wrapper.c +++ b/sim/arm/wrapper.c @@ -1,5 +1,5 @@ /* run front end support for arm - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. This file is part of ARM SIM. |