From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BF6415800F for ; Wed, 11 Jan 2023 06:53:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64849E0C86; Wed, 11 Jan 2023 06:53:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41487E0C86 for ; Wed, 11 Jan 2023 06:53:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23542340E49 for ; Wed, 11 Jan 2023 06:53:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59D6374E for ; Wed, 11 Jan 2023 06:53:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1673420012.844b96fc02e9edcf57ab493ae7da286daaa1c8cd.sam@gentoo> Subject: [gentoo-commits] proj/elfix:master commit in: misc/install-xattr/ X-VCS-Repository: proj/elfix X-VCS-Files: misc/install-xattr/install-xattr.c X-VCS-Directories: misc/install-xattr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 844b96fc02e9edcf57ab493ae7da286daaa1c8cd X-VCS-Branch: master Date: Wed, 11 Jan 2023 06:53:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 52fd5138-740c-45d3-bfd1-25e5bd870a11 X-Archives-Hash: ce34e70a2b8f7c3567e09d36ff44840b commit: 844b96fc02e9edcf57ab493ae7da286daaa1c8cd Author: Sam James gentoo org> AuthorDate: Wed Jan 11 06:53:26 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 11 06:53:32 2023 +0000 URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=844b96fc install-xattr: update copyright year, fix typo Signed-off-by: Sam James gentoo.org> misc/install-xattr/install-xattr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/install-xattr/install-xattr.c b/misc/install-xattr/install-xattr.c index 23b6af3..2966af4 100644 --- a/misc/install-xattr/install-xattr.c +++ b/misc/install-xattr/install-xattr.c @@ -1,7 +1,7 @@ -/* Copyright 2014 Gentoo Foundation +/* Copyright 2014-2023 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * - * Wrapper for coreutil's install to preserve extended attributes. + * Wrapper for coreutils install to preserve extended attributes. * * Copyright 2014 Anthony G. Basile - * Copyright 2014 Mike Frysinger -