From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id A91963858C60 for ; Mon, 10 Jan 2022 17:46:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A91963858C60 Received: from mail-wm1-f71.google.com (mail-wm1-f71.google.com [209.85.128.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-396-Ip1iKq-zMIO1uyd676BCTg-1; Mon, 10 Jan 2022 12:46:41 -0500 X-MC-Unique: Ip1iKq-zMIO1uyd676BCTg-1 Received: by mail-wm1-f71.google.com with SMTP id ay41-20020a05600c1e2900b00345a568e6b2so311543wmb.4 for ; Mon, 10 Jan 2022 09:46:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=M21E+qwXWsquLlRfp8guqdT1WfQeojpTgoG63XFWJNo=; b=2IjkFvvHnsjhFlNg3J6TBIP1t0OSPGrhW7XZF1RUOkBh+8BGLyHJmsuET/50TESE+P oh05lewbP4kvxBSJ+/BJidoKUQIVLlWBh9+miuQpFYoB0kt05dJHLkuWYfkfOetzdCQP FbvBQ9PdLpj5ZNK1IBDE+NLQjg+m1b0MyV7ksirsk3WEStwtJZ6gOshvUMaJ/rkj21mr u1PGDuDuAysBN1HNDEjyytB3Ed0aQyDXsgEsxubWsyR1Z+0q9CURC0NqcwfGuAN1rpbs IDaceFSOJV6BSoSs7LsDKxy7e54OS5xw0ABMF1Xs/WhaSMXHq99ud1ZYG9ZUlrzBtE0W 0q+Q== X-Gm-Message-State: AOAM532uo47tolgoUB1TgJQQyRNK6RKkrVcuY2nAg3bYsM5isj32luO0 fPd3V6jV+Nltsc6IVKBI0xpWx7QzZ0OP5jLCPqbWKnbPBBPwU0feARpfhIxHLpXx/bQRzn4NxMl oxDCKflYLnxaBXK5Fc58T1Xcsq5N7+7GpdUnZusIQh4p3k5mvp9//IydlY1MMJHii/hcv37p5+g == X-Received: by 2002:a05:6000:1a87:: with SMTP id f7mr628902wry.150.1641836800067; Mon, 10 Jan 2022 09:46:40 -0800 (PST) X-Google-Smtp-Source: ABdhPJwoCjc+Cy8HLLJxq0fv3wVmsDm9KQ0e82+ZZha82+rayKHtA/RM/ra09Jd/Ef0BmTZBqX1l9Q== X-Received: by 2002:a05:6000:1a87:: with SMTP id f7mr628886wry.150.1641836799800; Mon, 10 Jan 2022 09:46:39 -0800 (PST) Received: from localhost (host109-154-163-67.range109-154.btcentralplus.com. [109.154.163.67]) by smtp.gmail.com with ESMTPSA id b1sm7843315wrd.92.2022.01.10.09.46.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 Jan 2022 09:46:39 -0800 (PST) From: Andrew Burgess To: gdb-patches@sourceware.org Cc: Andrew Burgess Subject: [PATCH] gdbsupport: regenerate Makefile.in Date: Mon, 10 Jan 2022 17:46:34 +0000 Message-Id: <20220110174634.890984-1-aburgess@redhat.com> X-Mailer: git-send-email 2.25.4 MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" X-Spam-Status: No, score=-12.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jan 2022 17:46:46 -0000 I had cause to regenerate gdbsupport/Makefile.in, and noticed some unexpected changes in the copyright header dates. I suspect that this was caused by the end of year date range update process. The Makefile.in contains two date ranges. The first range appears to be the date range for the version of automake being used, that is the range runs up to 2017 only, when automake 1.15.1 was released. The second date range in Makefile.in represents the date range for the generated file, and so, now runs up to 2022. Anyway, this is the result of running autoreconf (using automake 1.15.1) in the gdbsupport directory. --- gdbsupport/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdbsupport/Makefile.in b/gdbsupport/Makefile.in index c93c9d964b5..36c2e3ddd95 100644 --- a/gdbsupport/Makefile.in +++ b/gdbsupport/Makefile.in @@ -1,7 +1,7 @@ # Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2022 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, @@ -15,7 +15,7 @@ @SET_MAKE@ # -# Copyright (C) 2020-2021 Free Software Foundation, Inc. +# Copyright (C) 2020-2022 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- 2.25.4