aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-03 20:08:13 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-03 20:09:09 +0700
commit4556d82e8a77dfbdcff32cd55cb1dcfbf8807a39 (patch)
tree34eb94a616aa4b164c2b7bbc16ba9f5dfdea4e33 /sim
parentd91d55b907ece60568d78cb53651cf2b5c960817 (diff)
downloadgdb-4556d82e8a77dfbdcff32cd55cb1dcfbf8807a39.zip
gdb-4556d82e8a77dfbdcff32cd55cb1dcfbf8807a39.tar.gz
gdb-4556d82e8a77dfbdcff32cd55cb1dcfbf8807a39.tar.bz2
sim: update --version copyright year
Probably should have done this 11 months ago ...
Diffstat (limited to 'sim')
-rw-r--r--sim/common/sim-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-options.c b/sim/common/sim-options.c
index 175e366..6253423 100644
--- a/sim/common/sim-options.c
+++ b/sim/common/sim-options.c
@@ -983,7 +983,7 @@ sim_print_version (SIM_DESC sd, int is_command)
{
sim_io_printf (sd, "GNU simulator %s%s\n", PKGVERSION, version);
- sim_io_printf (sd, "Copyright (C) 2021 Free Software Foundation, Inc.\n");
+ sim_io_printf (sd, "Copyright (C) 2022 Free Software Foundation, Inc.\n");
/* Following the copyright is a brief statement that the program is
free software, that users are free to copy and change it on