public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: Andrew Burgess <aburgess@redhat.com>, gdb-patches@sourceware.org
Subject: Re: [FYI] Copyright year updates
Date: Mon, 15 Jan 2024 15:44:51 +0100	[thread overview]
Message-ID: <ce166bd8677b8e51dc1169b6b623a3d8778425ba.camel@klomp.org> (raw)
In-Reply-To: <87jzoe7djy.fsf@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 863 bytes --]

Hi Andrew,

On Fri, 2024-01-12 at 15:54 +0000, Andrew Burgess wrote:
> I notice Joel didn't get around to updating the copyright date ranges
> this year ... so I've taken the liberty of doing it.
> 
> I'll not include the patch here, but it's commit:
> 
>   commit 1d506c26d9772bcd84e1a7b3a8c8c5bc602dbf61
>   Date:   Fri Jan 12 15:30:44 2024 +0000
>   
>       Update copyright year range in header of all files managed by GDB
> 
> If I've messed anything up then apologies, and obviously, happy to try
> and fix any issues.

I pushed the attached fixlets that were pointed out by the binutils-
gdb-autoregen bot:
https://builder.sourceware.org/buildbot/#/builders/binutils-gdb-autoregen

I hope they are obviously correct (although I admit I had to search a
bit why the copyright years were off in the generated files).

Cheers,

Mark

[-- Attachment #2: 0001-Regenerate-two-Makefile.in-files-to-update-Copyright.patch --]
[-- Type: text/x-patch, Size: 1950 bytes --]

From 96aad693aaf9e5ccb63434fc89816b6edaba4516 Mon Sep 17 00:00:00 2001
From: Mark Wielaard <mark@klomp.org>
Date: Mon, 15 Jan 2024 15:33:10 +0100
Subject: [PATCH] Regenerate two Makefile.in files to update Copyright headers

commit 1d506c26d9772bcd84e1a7b3a8c8c5bc602dbf61
Update copyright year range in header of all files managed by GDB
updated gnulib/Makefile.am but didn't regenerate gnulib/Makefile.in
also sim/Makefile.in was updated, but the Copyright hunks/years
were off. The first hunk comes from automake 1.15.1 header-vars.am
and so should have 2017 as last year, the second hunk does come from
sim/Makefile.am and so should have 2024 as last year.

	* gnulib/Makefile.in: Regenerate.
	* sim/Makefile.in: Likewise.
---
 gnulib/Makefile.in | 2 +-
 sim/Makefile.in    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnulib/Makefile.in b/gnulib/Makefile.in
index 02886fe877a..2559d8022d9 100644
--- a/gnulib/Makefile.in
+++ b/gnulib/Makefile.in
@@ -14,7 +14,7 @@
 
 @SET_MAKE@
 
-# Copyright (C) 2019-2023 Free Software Foundation, Inc.
+# Copyright (C) 2019-2024 Free Software Foundation, Inc.
 
 # This file is part of GDB.
 
diff --git a/sim/Makefile.in b/sim/Makefile.in
index b8f211aeaa6..e655ae395e3 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-2024 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-2023 Free Software Foundation, Inc.
+#   Copyright (C) 1993-2024 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
-- 
2.43.0


      reply	other threads:[~2024-01-15 14:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-12 15:54 Andrew Burgess
2024-01-15 14:44 ` Mark Wielaard [this message]

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=ce166bd8677b8e51dc1169b6b623a3d8778425ba.camel@klomp.org \
    --to=mark@klomp.org \
    --cc=aburgess@redhat.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).