From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id A937F3858D1E; Sun, 1 Jan 2023 20:21:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A937F3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672604508; bh=t8FWx8MWjUJVTzo43vX9mr65pOUgsipYfYNIuxwNa5c=; h=From:To:Subject:Date:From; b=ctxM+zBN8nd2dqDou2lidOZaSlnH2lkSXtsDtET+CFp4aeiaC5uDsHTd1MbaVF8j1 82ftI4N8DopgRV/wsu+C//KH7+eH2zweNyFNVPvVxBPgvHq7IKNm0q6O9Bh9fZ7gAI askVAr+ZqRKdIM5Lsx7O3vDtqZ1AlslT1wL1IkRM= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: gdb-cvs@sourceware.org Subject: [binutils-gdb] sim: refresh copyright dates a bit X-Act-Checkin: binutils-gdb X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: c536b4f527de272e7c9549deb21ca65c397cb6a4 X-Git-Newrev: 0d9d77e506c42d48327a10a6ffa18964f54fd064 Message-Id: <20230101202148.A937F3858D1E@sourceware.org> Date: Sun, 1 Jan 2023 20:21:48 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D0d9d77e506c4= 2d48327a10a6ffa18964f54fd064 commit 0d9d77e506c42d48327a10a6ffa18964f54fd064 Author: Mike Frysinger Date: Sun Jan 1 15:09:19 2023 -0500 sim: refresh copyright dates a bit =20 Update a few files that were missed, and revert the generated Automake output that uses dates from Automake itself. Diff: --- 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 fdf292ce4c4..e5d12f66e77 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@ =20 -# Copyright (C) 1994-2023 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. =20 # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,7 @@ =20 @SET_MAKE@ =20 -# 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 dd2f85aefa9..a6cd0037d2a 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); =20 - sim_io_printf (sd, "Copyright (C) 2022 Free Software Foundation, Inc.\n"= ); + sim_io_printf (sd, "Copyright (C) 2023 Free Software Foundation, Inc.\n"= ); =20 /* 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 c31ff71c805..dcfa28559f9 100755 --- a/sim/configure +++ b/sim/configure @@ -16484,7 +16484,7 @@ fi =20 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. =20 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 b8b0599d4dc..44219cb0591 100644 --- a/sim/mips/acinclude.m4 +++ b/sim/mips/acinclude.m4 @@ -169,7 +169,7 @@ AS_VAR_IF([SIM_MIPS_GEN], ["MULTI"], [dnl =20 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. =20 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 863e2ed9688..2a823616fae 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 \ \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 f4a1fe7732e..54f476028e1 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}. =20 Copyright (C) 1994-1995 Andrew Cagney - Copyright (C) 1996-2022 Free Software Foundation, Inc. + Copyright (C) 1996-2023 Free Software Foundation, Inc. =20 This file is part of the GNU simulators.