diff options
author | Joel Brobecker <brobecker@adacore.com> | 2014-01-01 07:54:24 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2014-01-01 07:54:24 +0400 |
commit | ecd75fc8eed3bde86036141228074a20e55dcfc9 (patch) | |
tree | 8f4a51f410949d8e3e7f03b005e798e7dfa2721d /sim/msp430 | |
parent | 28498c4207945d583481d50ba6b181d3ce60fa72 (diff) | |
download | gdb-ecd75fc8eed3bde86036141228074a20e55dcfc9.zip gdb-ecd75fc8eed3bde86036141228074a20e55dcfc9.tar.gz gdb-ecd75fc8eed3bde86036141228074a20e55dcfc9.tar.bz2 |
Update Copyright year range in all files maintained by GDB.
Diffstat (limited to 'sim/msp430')
-rw-r--r-- | sim/msp430/Makefile.in | 2 | ||||
-rw-r--r-- | sim/msp430/configure.ac | 2 | ||||
-rw-r--r-- | sim/msp430/msp430-sim.c | 2 | ||||
-rw-r--r-- | sim/msp430/msp430-sim.h | 2 | ||||
-rw-r--r-- | sim/msp430/sim-main.h | 2 | ||||
-rw-r--r-- | sim/msp430/trace.c | 2 | ||||
-rw-r--r-- | sim/msp430/trace.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/sim/msp430/Makefile.in b/sim/msp430/Makefile.in index 69c8d6c..240d308 100644 --- a/sim/msp430/Makefile.in +++ b/sim/msp430/Makefile.in @@ -1,5 +1,5 @@ # Makefile template for Configure for the MSP430 sim library. -# Copyright 2012 Free Software Foundation, Inc. +# Copyright 2012-2014 Free Software Foundation, Inc. # Written by Red Hat Inc. # # This program is free software; you can redistribute it and/or modify diff --git a/sim/msp430/configure.ac b/sim/msp430/configure.ac index fccf6d7..d09b13d 100644 --- a/sim/msp430/configure.ac +++ b/sim/msp430/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl Copyright (C) 2005, 2007-2013 Free Software Foundation, Inc. +dnl Copyright (C) 2005-2014 Free Software Foundation, Inc. dnl Contributed by Red Hat, Inc. dnl dnl This file is part of the GNU simulators. diff --git a/sim/msp430/msp430-sim.c b/sim/msp430/msp430-sim.c index ed785aa..8cd2e1e 100644 --- a/sim/msp430/msp430-sim.c +++ b/sim/msp430/msp430-sim.c @@ -1,6 +1,6 @@ /* Simulator for TI MSP430 and MSP430X - Copyright (C) 2013 Free Software Foundation, Inc. + Copyright (C) 2013-2014 Free Software Foundation, Inc. Contributed by Red Hat. Based on sim/bfin/bfin-sim.c which was contributed by Analog Devices, Inc. diff --git a/sim/msp430/msp430-sim.h b/sim/msp430/msp430-sim.h index cc7e7ab..1865e4e 100644 --- a/sim/msp430/msp430-sim.h +++ b/sim/msp430/msp430-sim.h @@ -1,6 +1,6 @@ /* Simulator for TI MSP430 and MSP430x processors. - Copyright (C) 2012-2013 Free Software Foundation, Inc. + Copyright (C) 2012-2014 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of simulators. diff --git a/sim/msp430/sim-main.h b/sim/msp430/sim-main.h index c7f6326..13920e8 100644 --- a/sim/msp430/sim-main.h +++ b/sim/msp430/sim-main.h @@ -1,6 +1,6 @@ /* Simulator for TI MSP430 and MSP430X processors. - Copyright (C) 2012-2013 Free Software Foundation, Inc. + Copyright (C) 2012-2014 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of simulators. diff --git a/sim/msp430/trace.c b/sim/msp430/trace.c index a86ea88..4969588 100644 --- a/sim/msp430/trace.c +++ b/sim/msp430/trace.c @@ -1,6 +1,6 @@ /* trace.c --- tracing output for the MSP430 simulator. - Copyright (C) 2005, 2007-2013 Free Software Foundation, Inc. + Copyright (C) 2005-2014 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/msp430/trace.h b/sim/msp430/trace.h index 02a036e..467ca8b 100644 --- a/sim/msp430/trace.h +++ b/sim/msp430/trace.h @@ -1,6 +1,6 @@ /* trace.h --- interface to tracing output for the MSP430 simulator. - Copyright (C) 2005, 2007-2013 Free Software Foundation, Inc. + Copyright (C) 2005-2014 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. |