From: Joel Brobecker <brobecker@adacore.com>
To: Pedro Alves <pedro@codesourcery.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [commit] Start of New Year Procedure applied...
Date: Tue, 06 Jan 2009 04:59:00 -0000 [thread overview]
Message-ID: <20090106045908.GD3664@adacore.com> (raw)
In-Reply-To: <200901051718.31702.pedro@codesourcery.com>
[-- Attachment #1: Type: text/plain, Size: 621 bytes --]
> I think the gdbserver ones should be updated as well:
>
> $ grep "\"Copyright " * -rn
> gdbserver/server.c:1258: "Copyright (C) 2007 Free Software Foundation, Inc.\n"
> gdbserver/gdbreplay.c:398: "Copyright (C) 2008 Free Software Foundation, Inc.\n"
> top.c:1125: fprintf_filtered (stream, "Copyright (C) 2009 Free Software Foundation, Inc.\n");
Right you are. Fixed thusly:
2009-01-06 Joel Brobecker <brobecker@adacore.com>
* gdbreplay.c (gdbreplay_version): Update copyright year.
* server.c (gdbserver_version): Likewise.
A patch to gdbint.texinfo is on the way...
--
Joel
[-- Attachment #2: copyright.diff --]
[-- Type: text/plain, Size: 1303 bytes --]
Index: gdbreplay.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/gdbreplay.c,v
retrieving revision 1.19
diff -u -p -r1.19 gdbreplay.c
--- gdbreplay.c 3 Jan 2009 05:57:57 -0000 1.19
+++ gdbreplay.c 6 Jan 2009 04:47:13 -0000
@@ -395,7 +395,7 @@ static void
gdbreplay_version (void)
{
printf ("GNU gdbreplay %s%s\n"
- "Copyright (C) 2008 Free Software Foundation, Inc.\n"
+ "Copyright (C) 2009 Free Software Foundation, Inc.\n"
"gdbreplay is free software, covered by the GNU General Public License.\n"
"This gdbreplay was configured as \"%s\"\n",
PKGVERSION, version, host_name);
Index: server.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/server.c,v
retrieving revision 1.83
diff -u -p -r1.83 server.c
--- server.c 3 Jan 2009 05:57:57 -0000 1.83
+++ server.c 6 Jan 2009 04:47:14 -0000
@@ -1255,7 +1255,7 @@ static void
gdbserver_version (void)
{
printf ("GNU gdbserver %s%s\n"
- "Copyright (C) 2007 Free Software Foundation, Inc.\n"
+ "Copyright (C) 2009 Free Software Foundation, Inc.\n"
"gdbserver is free software, covered by the GNU General Public License.\n"
"This gdbserver was configured as \"%s\"\n",
PKGVERSION, version, host_name);
next prev parent reply other threads:[~2009-01-06 4:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-03 6:07 Joel Brobecker
2009-01-05 17:18 ` Pedro Alves
2009-01-06 4:59 ` Joel Brobecker [this message]
2009-01-06 20:59 ` Tom Tromey
2009-01-06 21:12 ` Eli Zaretskii
2009-01-06 21:15 ` Tom Tromey
2009-01-06 21:27 ` Eli Zaretskii
2009-01-07 4:40 ` Joel Brobecker
2009-01-07 21:00 ` Eli Zaretskii
2009-01-07 22:04 ` Daniel Jacobowitz
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=20090106045908.GD3664@adacore.com \
--to=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
--cc=pedro@codesourcery.com \
/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