public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: gdb-patches@sourceware.org
Subject: [PATCH] sim: refresh copyright dates a bit
Date: Sun,  1 Jan 2023 15:21:38 -0500	[thread overview]
Message-ID: <20230101202138.23770-1-vapier@gentoo.org> (raw)

Update a few files that were missed, and revert the generated Automake
output that uses dates from Automake itself.
---
 sim/Makefile.in          | 4 ++--
 sim/common/sim-options.c | 2 +-
 sim/configure            | 2 +-
 sim/mips/acinclude.m4    | 2 +-
 sim/ppc/psim.c           | 2 +-
 sim/ppc/spreg-gen.py     | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sim/Makefile.in b/sim/Makefile.in
index fdf292ce4c4e..e5d12f66e77a 100644
--- a/sim/Makefile.in
+++ b/sim/Makefile.in
@@ -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
diff --git a/sim/common/sim-options.c b/sim/common/sim-options.c
index dd2f85aefa97..a6cd0037d2aa 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) 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
diff --git a/sim/configure b/sim/configure
index c31ff71c805f..dcfa28559f94 100755
--- a/sim/configure
+++ b/sim/configure
@@ -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
diff --git a/sim/mips/acinclude.m4 b/sim/mips/acinclude.m4
index b8b0599d4dcd..44219cb0591c 100644
--- a/sim/mips/acinclude.m4
+++ b/sim/mips/acinclude.m4
@@ -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
diff --git a/sim/ppc/psim.c b/sim/ppc/psim.c
index 863e2ed96889..2a823616faea 100644
--- a/sim/ppc/psim.c
+++ b/sim/ppc/psim.c
@@ -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\
diff --git a/sim/ppc/spreg-gen.py b/sim/ppc/spreg-gen.py
index f4a1fe7732ed..54f476028e1c 100755
--- a/sim/ppc/spreg-gen.py
+++ b/sim/ppc/spreg-gen.py
@@ -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.
 
-- 
2.39.0


                 reply	other threads:[~2023-01-01 20:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230101202138.23770-1-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).