From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by sourceware.org (Postfix) with ESMTPS id 08317388A832 for ; Wed, 13 May 2020 12:57:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 08317388A832 IronPort-SDR: yo+9bVC0Q9H5r78XWZmT6dJ6FzMSEXhUdffSKygGPNXMOJ4m/GkoNpK5OZUO+bN4DzHZdPTGvF uUsJ+ub+4ZOw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 May 2020 05:57:44 -0700 IronPort-SDR: kzKRvyS3BT8wDGg/I5gb84vgrJ0dZ/RKmS/ZyNxpYS64hWLQ9zYH9XDv4xDbODECC68xmwb34r 4ITHSGFyLf6Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,387,1583222400"; d="scan'208";a="251760713" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga007.fm.intel.com with ESMTP; 13 May 2020 05:57:43 -0700 Received: from ulvlx001.iul.intel.com (ulvlx001.iul.intel.com [172.28.207.17]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id 04DCvh2t017168; Wed, 13 May 2020 13:57:43 +0100 Received: from ulvlx001.iul.intel.com (localhost [127.0.0.1]) by ulvlx001.iul.intel.com with ESMTP id 04DCvhdZ027828; Wed, 13 May 2020 14:57:43 +0200 Received: (from taktemur@localhost) by ulvlx001.iul.intel.com with LOCAL id 04DCvgqL027824; Wed, 13 May 2020 14:57:42 +0200 From: Tankut Baris Aktemur To: gdb-patches@sourceware.org Cc: tom@tromey.com Subject: [PATCH] gdb: update the copyright year in async-event.[ch] Date: Wed, 13 May 2020 14:57:25 +0200 Message-Id: <1589374645-27571-1-git-send-email-tankut.baris.aktemur@intel.com> X-Mailer: git-send-email 1.7.0.7 X-Spam-Status: No, score=-25.1 required=5.0 tests=AC_FROM_MANY_DOTS, BAYES_00, GIT_PATCH_0, KAM_DMARC_NONE, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Wed, 13 May 2020 12:57:49 -0000 The async-event.[ch] files were introduced recently as a result of splitting the event-loop. I believe the copyright year update was just an oversight. So, this patch fixes that. gdb/ChangeLog: 2020-05-13 Tankut Baris Aktemur * async-event.c: Update the copyright year. * async-event.h: Update the copyright year. --- gdb/async-event.c | 2 +- gdb/async-event.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb/async-event.c b/gdb/async-event.c index 4354175edfa..ffc0edcde88 100644 --- a/gdb/async-event.c +++ b/gdb/async-event.c @@ -1,5 +1,5 @@ /* Async events for the GDB event loop. - Copyright (C) 1999-2019 Free Software Foundation, Inc. + Copyright (C) 1999-2020 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/async-event.h b/gdb/async-event.h index 3b3747a2604..adf6dc8f8c4 100644 --- a/gdb/async-event.h +++ b/gdb/async-event.h @@ -1,5 +1,5 @@ /* Async events for the GDB event loop. - Copyright (C) 1999-2019 Free Software Foundation, Inc. + Copyright (C) 1999-2020 Free Software Foundation, Inc. This file is part of GDB. -- 2.17.1