public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] update-netbsd.sh: fix script name, update year range in copyright.
@ 2021-04-15 18:45 Frederic Cambus
  2021-04-19 19:59 ` Tom Tromey
  0 siblings, 1 reply; 5+ messages in thread
From: Frederic Cambus @ 2021-04-15 18:45 UTC (permalink / raw)
  To: gdb-patches

gdb/ChangeLog:

	* syscalls/update-netbsd.sh: Fix script name display in usage, and
	update year range in generated copyright notices.
---
 gdb/ChangeLog                 | 5 +++++
 gdb/syscalls/update-netbsd.sh | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5b2f6c9d7c9..82b45609440 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2021-04-15  Frederic Cambus  <fred@statdns.com>
+
+	* syscalls/update-netbsd.sh: Fix script name display in usage, and
+	update year range in generated copyright notices.
+
 2021-04-15  Tom Tromey  <tromey@adacore.com>
 
 	* ada-valprint.c (ada_value_print_array): Handle optimized-out
diff --git a/gdb/syscalls/update-netbsd.sh b/gdb/syscalls/update-netbsd.sh
index 505bdc2564f..75cd8f0adab 100755
--- a/gdb/syscalls/update-netbsd.sh
+++ b/gdb/syscalls/update-netbsd.sh
@@ -29,14 +29,14 @@
 
 if [ $# -ne 1 ]; then
    echo "Error: Path to syscall.h missing. Aborting."
-   echo "Usage: update-gnulib.sh <path-to-syscall.h>"
+   echo "Usage: update-netbsd.sh <path-to-syscall.h>"
    exit 1
 fi
 
 cat > netbsd.xml.tmp <<EOF
 <?xml version="1.0"?> <!-- THIS FILE IS GENERATED -*- buffer-read-only: t -*-  -->
 <!-- vi:set ro: -->
-<!-- Copyright (C) 2020 Free Software Foundation, Inc.
+<!-- Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
      Copying and distribution of this file, with or without modification,
      are permitted in any medium without royalty provided the copyright
-- 
2.30.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] update-netbsd.sh: fix script name, update year range in copyright.
  2021-04-15 18:45 [PATCH] update-netbsd.sh: fix script name, update year range in copyright Frederic Cambus
@ 2021-04-19 19:59 ` Tom Tromey
  2021-04-20 10:40   ` Frederic Cambus
  0 siblings, 1 reply; 5+ messages in thread
From: Tom Tromey @ 2021-04-19 19:59 UTC (permalink / raw)
  To: Frederic Cambus; +Cc: gdb-patches

>>>>> "Frederic" == Frederic Cambus <fred@statdns.com> writes:

Frederic> gdb/ChangeLog:
Frederic> 	* syscalls/update-netbsd.sh: Fix script name display in usage, and
Frederic> 	update year range in generated copyright notices.

Thank you, this looks good to me.  Could use the obvious rule for this
one.  If you need me to check it in for you, let me know and I will.

thanks,
Tom

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] update-netbsd.sh: fix script name, update year range in copyright.
  2021-04-19 19:59 ` Tom Tromey
@ 2021-04-20 10:40   ` Frederic Cambus
  2021-04-21 16:43     ` Tom Tromey
  0 siblings, 1 reply; 5+ messages in thread
From: Frederic Cambus @ 2021-04-20 10:40 UTC (permalink / raw)
  To: Tom Tromey; +Cc: gdb-patches

On Mon, Apr 19, 2021 at 01:59:01PM -0600, Tom Tromey wrote:
> >>>>> "Frederic" == Frederic Cambus <fred@statdns.com> writes:
> 
> Frederic> gdb/ChangeLog:
> Frederic> 	* syscalls/update-netbsd.sh: Fix script name display in usage, and
> Frederic> 	update year range in generated copyright notices.
> 
> Thank you, this looks good to me.  Could use the obvious rule for this
> one.  If you need me to check it in for you, let me know and I will.

Yes, it would be nice if you could get it in, as I don't have commit
access.

Thanks in advance.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] update-netbsd.sh: fix script name, update year range in copyright.
  2021-04-20 10:40   ` Frederic Cambus
@ 2021-04-21 16:43     ` Tom Tromey
  2021-05-28 16:05       ` Frederic Cambus
  0 siblings, 1 reply; 5+ messages in thread
From: Tom Tromey @ 2021-04-21 16:43 UTC (permalink / raw)
  To: Frederic Cambus; +Cc: gdb-patches

>> Thank you, this looks good to me.  Could use the obvious rule for this
>> one.  If you need me to check it in for you, let me know and I will.

Frederic> Yes, it would be nice if you could get it in, as I don't have commit
Frederic> access.

I checked it in.  I made up a short commit message.
I wish we were at the state where "git send-email" worked ok.

Anyway, thank you.  If you plan to submit more gdb patches, you will
probably want to start the copyright assignment process.

thanks,
Tom

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] update-netbsd.sh: fix script name, update year range in copyright.
  2021-04-21 16:43     ` Tom Tromey
@ 2021-05-28 16:05       ` Frederic Cambus
  0 siblings, 0 replies; 5+ messages in thread
From: Frederic Cambus @ 2021-05-28 16:05 UTC (permalink / raw)
  To: Tom Tromey; +Cc: gdb-patches

On Wed, Apr 21, 2021 at 10:43:40AM -0600, Tom Tromey wrote:

> Frederic> Yes, it would be nice if you could get it in, as I don't have commit
> Frederic> access.
> 
> I checked it in.  I made up a short commit message.
> I wish we were at the state where "git send-email" worked ok.
> 
> Anyway, thank you.  If you plan to submit more gdb patches, you will
> probably want to start the copyright assignment process.

It took me ages to get back to you about this, but with our crazy
COVID reality time warps.

Yes, I indeed have plans to send more binutils and GDB patches, and
would like to get started with the FSF copyright assignment process.

Could you point me at the right people? Thanks!

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-28 16:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-15 18:45 [PATCH] update-netbsd.sh: fix script name, update year range in copyright Frederic Cambus
2021-04-19 19:59 ` Tom Tromey
2021-04-20 10:40   ` Frederic Cambus
2021-04-21 16:43     ` Tom Tromey
2021-05-28 16:05       ` Frederic Cambus

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).