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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C953715803E for ; Mon, 1 Jan 2024 15:43:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE8BE2BC020; Mon, 1 Jan 2024 15:43:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 855662BC020 for ; Mon, 1 Jan 2024 15:43:15 +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 730D1335D45 for ; Mon, 1 Jan 2024 15:43:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A47BF137A for ; Mon, 1 Jan 2024 15:43:12 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1704123755.b3994055a70d2f87e49c8a9053ae0b1745af3f5c.vapier@gentoo> Subject: [gentoo-commits] proj/pax-utils:master commit in: / X-VCS-Repository: proj/pax-utils X-VCS-Files: dumpelf.c lddtree.py lddtree.sh macho.h paxelf.c paxelf.h paxinc.c paxinc.h paxldso.c paxldso.h paxmacho.c paxmacho.h porting.h pylint scanelf.c scanmacho.c seccomp-bpf.c security.c security.h xfuncs.c xfuncs.h X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: b3994055a70d2f87e49c8a9053ae0b1745af3f5c X-VCS-Branch: master Date: Mon, 1 Jan 2024 15:43:12 +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: a996bd9b-5049-44ec-8e32-01c55af2ac9b X-Archives-Hash: ae9f4d30bcb741408df3c7d8b405a88c commit: b3994055a70d2f87e49c8a9053ae0b1745af3f5c Author: Mike Frysinger gentoo org> AuthorDate: Mon Jan 1 15:42:35 2024 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Jan 1 15:42:35 2024 +0000 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=b3994055 update copyright headers Signed-off-by: Mike Frysinger gentoo.org> dumpelf.c | 4 ++-- lddtree.py | 6 +++--- lddtree.sh | 4 ++-- macho.h | 2 +- paxelf.c | 4 ++-- paxelf.h | 4 ++-- paxinc.c | 4 ++-- paxinc.h | 4 ++-- paxldso.c | 4 ++-- paxldso.h | 4 ++-- paxmacho.c | 4 ++-- paxmacho.h | 4 ++-- porting.h | 4 ++-- pylint | 2 +- scanelf.c | 4 ++-- scanmacho.c | 4 ++-- seccomp-bpf.c | 4 ++-- security.c | 4 ++-- security.h | 4 ++-- xfuncs.c | 4 ++-- xfuncs.h | 4 ++-- 21 files changed, 41 insertions(+), 41 deletions(-) diff --git a/dumpelf.c b/dumpelf.c index 4742a50..de9a563 100644 --- a/dumpelf.c +++ b/dumpelf.c @@ -1,9 +1,9 @@ /* - * Copyright 2005-2012 Gentoo Foundation + * Copyright 2005-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * * Copyright 2005-2012 Ned Ludd - - * Copyright 2005-2012 Mike Frysinger - + * Copyright 2005-2024 Mike Frysinger - */ const char argv0[] = "dumpelf"; diff --git a/lddtree.py b/lddtree.py index b26afcf..89733be 100755 --- a/lddtree.py +++ b/lddtree.py @@ -1,8 +1,8 @@ #!/usr/bin/env python # PYTHON_ARGCOMPLETE_OK -# Copyright 2012-2014 Gentoo Foundation -# Copyright 2012-2014 Mike Frysinger -# Copyright 2012-2014 The ChromiumOS Authors +# Copyright 2012-2024 Gentoo Foundation +# Copyright 2012-2024 Mike Frysinger +# Copyright 2012-2024 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license (BSD-3) """Read the ELF dependency tree and show it diff --git a/lddtree.sh b/lddtree.sh index c964ed6..dfa8d06 100755 --- a/lddtree.sh +++ b/lddtree.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2007-2013 Gentoo Foundation -# Copyright 2007-2013 Mike Frysinger +# Copyright 2007-2024 Gentoo Foundation +# Copyright 2007-2024 Mike Frysinger # Distributed under the terms of the GNU General Public License v2 argv0=${0##*/} diff --git a/macho.h b/macho.h index c4929c8..76f3697 100644 --- a/macho.h +++ b/macho.h @@ -1,5 +1,5 @@ /* - * Copyright 2008-2021 Gentoo Foundation + * Copyright 2008-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 */ diff --git a/paxelf.c b/paxelf.c index 331f1b4..fb4160c 100644 --- a/paxelf.c +++ b/paxelf.c @@ -1,9 +1,9 @@ /* - * Copyright 2003-2012 Gentoo Foundation + * Copyright 2003-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * * Copyright 2005-2012 Ned Ludd - - * Copyright 2005-2012 Mike Frysinger - + * Copyright 2005-2024 Mike Frysinger - */ #include "paxinc.h" diff --git a/paxelf.h b/paxelf.h index f252969..0c163d5 100644 --- a/paxelf.h +++ b/paxelf.h @@ -1,9 +1,9 @@ /* - * Copyright 2005-2012 Gentoo Foundation + * Copyright 2005-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * * Copyright 2005-2012 Ned Ludd - - * Copyright 2005-2012 Mike Frysinger - + * Copyright 2005-2024 Mike Frysinger - * * Make sure all of the common elf stuff is setup as we expect */ diff --git a/paxinc.c b/paxinc.c index 64a3069..589d7ae 100644 --- a/paxinc.c +++ b/paxinc.c @@ -1,9 +1,9 @@ /* - * Copyright 2003-2012 Gentoo Foundation + * Copyright 2003-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * * Copyright 2005-2012 Ned Ludd - - * Copyright 2005-2012 Mike Frysinger - + * Copyright 2005-2024 Mike Frysinger - */ /* stick common symbols here that are needed by paxinc.h */ diff --git a/paxinc.h b/paxinc.h index 3dd163a..d25cf57 100644 --- a/paxinc.h +++ b/paxinc.h @@ -1,9 +1,9 @@ /* - * Copyright 2005-2012 Gentoo Foundation + * Copyright 2005-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * * Copyright 2005-2012 Ned Ludd - - * Copyright 2005-2012 Mike Frysinger - + * Copyright 2005-2024 Mike Frysinger - * * Make sure all of the common stuff is setup as we expect */ diff --git a/paxldso.c b/paxldso.c index ce7facd..a9bef1e 100644 --- a/paxldso.c +++ b/paxldso.c @@ -1,9 +1,9 @@ /* - * Copyright 2003-2016 Gentoo Foundation + * Copyright 2003-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * * Copyright 2003-2012 Ned Ludd - - * Copyright 2004-2016 Mike Frysinger - + * Copyright 2004-2024 Mike Frysinger - */ #include "paxinc.h" diff --git a/paxldso.h b/paxldso.h index 91c7eed..aba58fa 100644 --- a/paxldso.h +++ b/paxldso.h @@ -1,9 +1,9 @@ /* - * Copyright 2003-2016 Gentoo Foundation + * Copyright 2003-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * * Copyright 2003-2012 Ned Ludd - - * Copyright 2004-2016 Mike Frysinger - + * Copyright 2004-2024 Mike Frysinger - */ #ifndef _PAX_LDSO_H diff --git a/paxmacho.c b/paxmacho.c index 74f02da..75f9206 100644 --- a/paxmacho.c +++ b/paxmacho.c @@ -1,9 +1,9 @@ /* - * Copyright 2003-2021 Gentoo Foundation + * Copyright 2003-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * * Copyright 2005-2012 Ned Ludd - - * Copyright 2005-2012 Mike Frysinger - + * Copyright 2005-2024 Mike Frysinger - * 2008-2021 Fabian Groffen - */ diff --git a/paxmacho.h b/paxmacho.h index 48ac854..8ea1ece 100644 --- a/paxmacho.h +++ b/paxmacho.h @@ -1,9 +1,9 @@ /* - * Copyright 2005-2012 Gentoo Foundation + * Copyright 2005-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * * Copyright 2005-2012 Ned Ludd - - * Copyright 2005-2012 Mike Frysinger - + * Copyright 2005-2024 Mike Frysinger - * 2008-2012 Fabian Groffen - * * Make sure all of the common mach-o stuff is setup as we expect diff --git a/porting.h b/porting.h index 4f34302..42c9ba3 100644 --- a/porting.h +++ b/porting.h @@ -1,9 +1,9 @@ /* - * Copyright 2005-2012 Gentoo Foundation + * Copyright 2005-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * * Copyright 2005-2012 Ned Ludd - - * Copyright 2005-2012 Mike Frysinger - + * Copyright 2005-2024 Mike Frysinger - * * Make sure all of the common elf stuff is setup as we expect */ diff --git a/pylint b/pylint index 463dc03..512511e 100755 --- a/pylint +++ b/pylint @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 1999-2020 Gentoo Foundation +# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 """Run pylint with the right settings.""" diff --git a/scanelf.c b/scanelf.c index 50497b2..d306316 100644 --- a/scanelf.c +++ b/scanelf.c @@ -1,9 +1,9 @@ /* - * Copyright 2003-2012 Gentoo Foundation + * Copyright 2003-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * * Copyright 2003-2012 Ned Ludd - - * Copyright 2004-2012 Mike Frysinger - + * Copyright 2004-2024 Mike Frysinger - */ const char argv0[] = "scanelf"; diff --git a/scanmacho.c b/scanmacho.c index e2aa485..b96cf44 100644 --- a/scanmacho.c +++ b/scanmacho.c @@ -1,10 +1,10 @@ /* - * Copyright 2008-2021 Gentoo Foundation + * Copyright 2008-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * * based on scanelf by: * Copyright 2003-2012 Ned Ludd - - * Copyright 2004-2012 Mike Frysinger - + * Copyright 2004-2024 Mike Frysinger - * for Darwin specific fun: * 2008-2021 Fabian Groffen - */ diff --git a/seccomp-bpf.c b/seccomp-bpf.c index 1d64172..b56e9e4 100644 --- a/seccomp-bpf.c +++ b/seccomp-bpf.c @@ -1,10 +1,10 @@ /* * Generate the bpf rules ahead of time to speed up runtime. * - * Copyright 2015 Gentoo Foundation + * Copyright 2015-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * - * Copyright 2015 Mike Frysinger - + * Copyright 2015-2024 Mike Frysinger - */ const char argv0[] = "seccomp-bpf"; diff --git a/security.c b/security.c index 7122a7f..171c46c 100644 --- a/security.c +++ b/security.c @@ -1,8 +1,8 @@ /* - * Copyright 2015 Gentoo Foundation + * Copyright 2015-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * - * Copyright 2015 Mike Frysinger - + * Copyright 2015-2024 Mike Frysinger - */ #include "paxinc.h" diff --git a/security.h b/security.h index 65e1ad5..d2625e2 100644 --- a/security.h +++ b/security.h @@ -1,9 +1,9 @@ /* Various security related features. * - * Copyright 2015 Gentoo Foundation + * Copyright 2015-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * - * Copyright 2015 Mike Frysinger - + * Copyright 2015-2024 Mike Frysinger - */ #ifndef _PAX_SECURITY_H diff --git a/xfuncs.c b/xfuncs.c index cd73dfa..694cc21 100644 --- a/xfuncs.c +++ b/xfuncs.c @@ -1,9 +1,9 @@ /* - * Copyright 2003-2012 Gentoo Foundation + * Copyright 2003-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * * Copyright 2003-2012 Ned Ludd - - * Copyright 2004-2012 Mike Frysinger - + * Copyright 2004-2024 Mike Frysinger - */ #include "paxinc.h" diff --git a/xfuncs.h b/xfuncs.h index 61577ec..afe35ac 100644 --- a/xfuncs.h +++ b/xfuncs.h @@ -1,9 +1,9 @@ /* - * Copyright 2003-2012 Gentoo Foundation + * Copyright 2003-2024 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * * Copyright 2003-2012 Ned Ludd - - * Copyright 2004-2012 Mike Frysinger - + * Copyright 2004-2024 Mike Frysinger - */ #ifndef __XFUNCS_H__