sim: update --version copyright year
authorMike Frysinger <vapier@gentoo.org>
Thu, 3 Nov 2022 13:08:13 +0000 (20:08 +0700)
committerMike Frysinger <vapier@gentoo.org>
Thu, 3 Nov 2022 13:09:09 +0000 (20:09 +0700)
Probably should have done this 11 months ago ...

sim/common/sim-options.c

index 175e36609acc07ff915c721c7ab0b3bcf1a7e219..6253423e6f487ff3a416681b0c8ceb1dcdc2d39a 100644 (file)
@@ -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