aboutsummaryrefslogtreecommitdiff
path: root/sim/msp430
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2023-01-01 16:49:04 +0400
committerJoel Brobecker <brobecker@adacore.com>2023-01-01 17:01:16 +0400
commit213516ef315dc1785e4990ef0fc011abedb38cc0 (patch)
tree9d6787681e8ad86d05631234d5d7f71942ef082b /sim/msp430
parente4661570ead7be521c9d693f188b0944d7b8c78c (diff)
downloadgdb-213516ef315dc1785e4990ef0fc011abedb38cc0.zip
gdb-213516ef315dc1785e4990ef0fc011abedb38cc0.tar.gz
gdb-213516ef315dc1785e4990ef0fc011abedb38cc0.tar.bz2
Update copyright year range in header of all files managed by GDB
This commit is the result of running the gdb/copyright.py script, which automated the update of the copyright year range for all source files managed by the GDB project to be updated to include year 2023.
Diffstat (limited to 'sim/msp430')
-rw-r--r--sim/msp430/Makefile.in2
-rw-r--r--sim/msp430/local.mk2
-rw-r--r--sim/msp430/msp430-sim.c2
-rw-r--r--sim/msp430/msp430-sim.h2
-rw-r--r--sim/msp430/sim-main.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/sim/msp430/Makefile.in b/sim/msp430/Makefile.in
index 8602c2e..82c21a1 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-2022 Free Software Foundation, Inc.
+# Copyright 2012-2023 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/local.mk b/sim/msp430/local.mk
index 58557e1..c9f4451 100644
--- a/sim/msp430/local.mk
+++ b/sim/msp430/local.mk
@@ -1,6 +1,6 @@
## See sim/Makefile.am
##
-## Copyright (C) 2012-2022 Free Software Foundation, Inc.
+## Copyright (C) 2012-2023 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/msp430-sim.c b/sim/msp430/msp430-sim.c
index c02e7ca..a4ff6a4 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-2022 Free Software Foundation, Inc.
+ Copyright (C) 2013-2023 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 e0933e5..0e09f95 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-2022 Free Software Foundation, Inc.
+ Copyright (C) 2012-2023 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 92fce3c..371ac0c 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-2022 Free Software Foundation, Inc.
+ Copyright (C) 2012-2023 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of simulators.