diff options
author | Joel Brobecker <brobecker@adacore.com> | 2023-01-01 16:49:04 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2023-01-01 17:01:16 +0400 |
commit | 213516ef315dc1785e4990ef0fc011abedb38cc0 (patch) | |
tree | 9d6787681e8ad86d05631234d5d7f71942ef082b /sim/h8300 | |
parent | e4661570ead7be521c9d693f188b0944d7b8c78c (diff) | |
download | gdb-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/h8300')
-rw-r--r-- | sim/h8300/Makefile.in | 2 | ||||
-rw-r--r-- | sim/h8300/local.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sim/h8300/Makefile.in b/sim/h8300/Makefile.in index e43101f..14d7c2a 100644 --- a/sim/h8300/Makefile.in +++ b/sim/h8300/Makefile.in @@ -1,5 +1,5 @@ # Makefile template for Configure for the h8300 sim library. -# Copyright (C) 1990-2022 Free Software Foundation, Inc. +# Copyright (C) 1990-2023 Free Software Foundation, Inc. # Written by Cygnus Support. # # This program is free software; you can redistribute it and/or modify diff --git a/sim/h8300/local.mk b/sim/h8300/local.mk index ae29197..b2d212c 100644 --- a/sim/h8300/local.mk +++ b/sim/h8300/local.mk @@ -1,6 +1,6 @@ ## See sim/Makefile.am ## -## Copyright (C) 1990-2022 Free Software Foundation, Inc. +## Copyright (C) 1990-2023 Free Software Foundation, Inc. ## Written by Cygnus Support. ## ## This program is free software; you can redistribute it and/or modify |