public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Joel Brobecker <brobecker@adacore.com>
To: gdb-patches@sourceware.org
Cc: Joel Brobecker <brobecker@adacore.com>
Subject: [PATCH 1/4] Update copyright year in help message of gdb, gdbserver, gdbreplay
Date: Sun,  1 Jan 2023 16:57:11 +0400	[thread overview]
Message-ID: <20230101125854.2204219-2-brobecker@adacore.com> (raw)
In-Reply-To: <20230101125854.2204219-1-brobecker@adacore.com>

This commit updates the copyright year displayed by gdb, gdbserver
and gdbreplay's help message from 2022 to 2023, as per our Start
of New Year procedure. The corresponding source files' copyright
header are also updated accordingly.
---
 gdb/top.c              | 4 ++--
 gdbserver/gdbreplay.cc | 4 ++--
 gdbserver/server.cc    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gdb/top.c b/gdb/top.c
index 91b4e6a3cfe..c32ab896a0e 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1,6 +1,6 @@
 /* Top level stuff for GDB, the GNU debugger.
 
-   Copyright (C) 1986-2022 Free Software Foundation, Inc.
+   Copyright (C) 1986-2023 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -1444,7 +1444,7 @@ print_gdb_version (struct ui_file *stream, bool interactive)
   /* Second line is a copyright notice.  */
 
   gdb_printf (stream,
-	      "Copyright (C) 2022 Free Software Foundation, Inc.\n");
+	      "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/gdbserver/gdbreplay.cc b/gdbserver/gdbreplay.cc
index 7d7bbb63c44..42a512a8581 100644
--- a/gdbserver/gdbreplay.cc
+++ b/gdbserver/gdbreplay.cc
@@ -1,5 +1,5 @@
 /* Replay a remote debug session logfile for GDB.
-   Copyright (C) 1996-2022 Free Software Foundation, Inc.
+   Copyright (C) 1996-2023 Free Software Foundation, Inc.
    Written by Fred Fish (fnf@cygnus.com) from pieces of gdbserver.
 
    This file is part of GDB.
@@ -405,7 +405,7 @@ static void
 gdbreplay_version (void)
 {
   printf ("GNU gdbreplay %s%s\n"
-	  "Copyright (C) 2022 Free Software Foundation, Inc.\n"
+	  "Copyright (C) 2023 Free Software Foundation, Inc.\n"
 	  "gdbreplay is free software, covered by "
 	  "the GNU General Public License.\n"
 	  "This gdbreplay was configured as \"%s\"\n",
diff --git a/gdbserver/server.cc b/gdbserver/server.cc
index aaef38e0062..d802e8b4a34 100644
--- a/gdbserver/server.cc
+++ b/gdbserver/server.cc
@@ -1,5 +1,5 @@
 /* Main code for remote server for GDB.
-   Copyright (C) 1989-2022 Free Software Foundation, Inc.
+   Copyright (C) 1989-2023 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -3413,7 +3413,7 @@ static void
 gdbserver_version (void)
 {
   printf ("GNU gdbserver %s%s\n"
-	  "Copyright (C) 2022 Free Software Foundation, Inc.\n"
+	  "Copyright (C) 2023 Free Software Foundation, Inc.\n"
 	  "gdbserver is free software, covered by the "
 	  "GNU General Public License.\n"
 	  "This gdbserver was configured as \"%s\"\n",
-- 
2.34.1


  reply	other threads:[~2023-01-01 12:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-01 12:57 FYI: Updating Copyright Year ranges for GDB to add year 2023 Joel Brobecker
2023-01-01 12:57 ` Joel Brobecker [this message]
2023-01-01 12:57 ` [PATCH 2/4] gdb/copyright.py: Adjust following rename of sim/ppc/ppc-instructions Joel Brobecker
2023-01-01 12:57 ` [PATCH 3/4] Update copyright year range in header of all files managed by GDB Joel Brobecker
2023-01-01 13:04   ` Joel Brobecker
2023-01-01 12:57 ` [PATCH 4/4] manual copyright year range of various GDB files to add 2023 Joel Brobecker
2023-01-01 13:17 ` FYI: Updating Copyright Year ranges for GDB to add year 2023 Joel Brobecker
2023-01-04 16:06 ` Simon Marchi
2023-01-06  2:59   ` Joel Brobecker

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=20230101125854.2204219-2-brobecker@adacore.com \
    --to=brobecker@adacore.com \
    --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).