From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by sourceware.org (Postfix) with ESMTPS id 9A63D3861823 for ; Fri, 26 Feb 2021 08:43:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9A63D3861823 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=tdevries@suse.de X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id B1D42AAAE; Fri, 26 Feb 2021 08:43:07 +0000 (UTC) Date: Fri, 26 Feb 2021 09:43:05 +0100 From: Tom de Vries To: dwz@sourceware.org, jakub@redhat.com, mark@klomp.org Subject: [committed] Update SUSE Copyright years Message-ID: <20210226084304.GA14698@delia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-12.3 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, 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: dwz@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Dwz mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2021 08:43:09 -0000 Hi, Update the SUSE copyright range for changes made in 2020 and 2021. Committed to trunk. Thanks, - Tom Update SUSE Copyright years 2021-02-26 Tom de Vries * dwz.c: Extend SUSE Copyright range to 2021. * COPYRIGHT_YEARS: Regenerate. --- COPYRIGHT_YEARS | 2 +- dwz.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/COPYRIGHT_YEARS b/COPYRIGHT_YEARS index fdd9942..e4b1511 100644 --- a/COPYRIGHT_YEARS +++ b/COPYRIGHT_YEARS @@ -1,3 +1,3 @@ -DFSF_YEARS='"1992-2021"' -DRH_YEARS='"2001-2021"' --DSUSE_YEARS='"2019"' +-DSUSE_YEARS='"2019-2021"' diff --git a/dwz.c b/dwz.c index e71b3fa..dcf39a9 100644 --- a/dwz.c +++ b/dwz.c @@ -1,6 +1,6 @@ /* Copyright (C) 2001-2021 Red Hat, Inc. Copyright (C) 2003 Free Software Foundation, Inc. - Copyright (C) 2019 SUSE LLC. + Copyright (C) 2019-2021 SUSE LLC. Written by Jakub Jelinek , 2012. This program is free software; you can redistribute it and/or modify