aboutsummaryrefslogtreecommitdiff
path: root/sim/msp430
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2015-01-01 13:32:14 +0400
committerJoel Brobecker <brobecker@adacore.com>2015-01-01 13:32:14 +0400
commit32d0add0a654c1204ab71dc8a55d9374538c4b33 (patch)
treec17872eaaa56843d99bbdfcaba8f6b04f855161b /sim/msp430
parent76f2b779a17de2a13e9b6c0d1a4bb0ad5699a39c (diff)
downloadfsf-binutils-gdb-32d0add0a654c1204ab71dc8a55d9374538c4b33.zip
fsf-binutils-gdb-32d0add0a654c1204ab71dc8a55d9374538c4b33.tar.gz
fsf-binutils-gdb-32d0add0a654c1204ab71dc8a55d9374538c4b33.tar.bz2
Update year range in copyright notice of all files owned by the GDB project.
gdb/ChangeLog: Update year range in copyright notice of all files.
Diffstat (limited to 'sim/msp430')
-rw-r--r--sim/msp430/Makefile.in2
-rw-r--r--sim/msp430/configure.ac2
-rw-r--r--sim/msp430/msp430-sim.c2
-rw-r--r--sim/msp430/msp430-sim.h2
-rw-r--r--sim/msp430/sim-main.h2
-rw-r--r--sim/msp430/trace.c2
-rw-r--r--sim/msp430/trace.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/sim/msp430/Makefile.in b/sim/msp430/Makefile.in
index 240d308..e398d0d 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-2014 Free Software Foundation, Inc.
+# Copyright 2012-2015 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 d09b13d..efeb514 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-2014 Free Software Foundation, Inc.
+dnl Copyright (C) 2005-2015 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 b9a6a7e..abf4060 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 2013-2015 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 2a0912e..ab72df7 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 2012-2015 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 13920e8..9b2fdc9 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 2012-2015 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 4969588..d85069f 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 2005-2015 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 467ca8b..c68146b 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 2005-2015 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.