From: Mike Frysinger Date: Thu, 3 Nov 2022 13:08:13 +0000 (+0700) Subject: sim: update --version copyright year X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4556d82e8a77dfbdcff32cd55cb1dcfbf8807a39;p=binutils-gdb.git sim: update --version copyright year Probably should have done this 11 months ago ... --- diff --git a/sim/common/sim-options.c b/sim/common/sim-options.c index 175e36609ac..6253423e6f4 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