sim: refresh copyright dates a bit
authorMike Frysinger <vapier@gentoo.org>
Sun, 1 Jan 2023 20:09:19 +0000 (15:09 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 1 Jan 2023 20:09:19 +0000 (15:09 -0500)
Update a few files that were missed, and revert the generated Automake
output that uses dates from Automake itself.

sim/Makefile.in
sim/common/sim-options.c
sim/configure
sim/mips/acinclude.m4
sim/ppc/psim.c
sim/ppc/spreg-gen.py

index fdf292ce4c4e79301476c283481cfd14ee12888e..e5d12f66e77a6218b551e049993dc54f49267fbe 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2023 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -14,7 +14,7 @@
 
 @SET_MAKE@
 
-#   Copyright (C) 1993-2022 Free Software Foundation, Inc.
+#   Copyright (C) 1993-2023 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index dd2f85aefa97efbbb64e277486b01779fa2c08a3..a6cd0037d2aac37594ec5424b650f338d5d81c23 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) 2022 Free Software Foundation, Inc.\n");
+  sim_io_printf (sd, "Copyright (C) 2023 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
index c31ff71c805fdd41bb759b1d324ebe0d6ebd5522..dcfa28559f94caab3587bd9d102af4049cb66770 100755 (executable)
@@ -16484,7 +16484,7 @@ fi
 
   cat << __EOF__ > mips/multi-run.c
 /* Main entry point for MULTI simulators.
-   Copyright (C) 2003-2022 Free Software Foundation, Inc.
+   Copyright (C) 2003-2023 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index b8b0599d4dcd8b2d590a8d67891c8f5939870ea5..44219cb0591cfee4dee73587674b15073616a105 100644 (file)
@@ -169,7 +169,7 @@ AS_VAR_IF([SIM_MIPS_GEN], ["MULTI"], [dnl
 
   cat << __EOF__ > mips/multi-run.c
 /* Main entry point for MULTI simulators.
-   Copyright (C) 2003-2022 Free Software Foundation, Inc.
+   Copyright (C) 2003-2023 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 863e2ed968898c94c1fd904054b5cc7aaa679fcb..2a823616faeaad6dc08511a0245bbbd5a8d80490 100644 (file)
@@ -359,7 +359,7 @@ psim_options(device *root,
          {
            extern const char version[];
            printf ("GNU simulator %s%s\n", PKGVERSION, version);
-           printf ("Copyright (C) 2022 Free Software Foundation, Inc.\n");
+           printf ("Copyright (C) 2023 Free Software Foundation, Inc.\n");
            printf ( "\
 License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\
 \nThis is free software: you are free to change and redistribute it.\n\
index f4a1fe7732edd3b856f80e1f959c4d3be0336a91..54f476028e1c352f1a09e59caa52cfc3704aaa4b 100755 (executable)
@@ -80,7 +80,7 @@ def print_copyleft(fp: TextIO) -> None:
 /* DO NOT EDIT: GENERATED BY {FILE.name}.
 
    Copyright (C) 1994-1995 Andrew Cagney <cagney@highland.com.au>
-   Copyright (C) 1996-2022 Free Software Foundation, Inc.
+   Copyright (C) 1996-2023 Free Software Foundation, Inc.
 
    This file is part of the GNU simulators.