diff options
author | Mike Frysinger <vapier@gentoo.org> | 2024-01-01 10:42:35 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2024-01-01 10:42:35 -0500 |
commit | b3994055a70d2f87e49c8a9053ae0b1745af3f5c (patch) | |
tree | d189fc4c012194547c635303bf20175fbbc7e730 | |
parent | elf.h: pull from latest glibc (diff) | |
download | pax-utils-b3994055a70d2f87e49c8a9053ae0b1745af3f5c.tar.gz pax-utils-b3994055a70d2f87e49c8a9053ae0b1745af3f5c.tar.bz2 pax-utils-b3994055a70d2f87e49c8a9053ae0b1745af3f5c.zip |
update copyright headers
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | dumpelf.c | 4 | ||||
-rwxr-xr-x | lddtree.py | 6 | ||||
-rwxr-xr-x | lddtree.sh | 4 | ||||
-rw-r--r-- | macho.h | 2 | ||||
-rw-r--r-- | paxelf.c | 4 | ||||
-rw-r--r-- | paxelf.h | 4 | ||||
-rw-r--r-- | paxinc.c | 4 | ||||
-rw-r--r-- | paxinc.h | 4 | ||||
-rw-r--r-- | paxldso.c | 4 | ||||
-rw-r--r-- | paxldso.h | 4 | ||||
-rw-r--r-- | paxmacho.c | 4 | ||||
-rw-r--r-- | paxmacho.h | 4 | ||||
-rw-r--r-- | porting.h | 4 | ||||
-rwxr-xr-x | pylint | 2 | ||||
-rw-r--r-- | scanelf.c | 4 | ||||
-rw-r--r-- | scanmacho.c | 4 | ||||
-rw-r--r-- | seccomp-bpf.c | 4 | ||||
-rw-r--r-- | security.c | 4 | ||||
-rw-r--r-- | security.h | 4 | ||||
-rw-r--r-- | xfuncs.c | 4 | ||||
-rw-r--r-- | xfuncs.h | 4 |
21 files changed, 41 insertions, 41 deletions
@@ -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 - <solar@gentoo.org> - * Copyright 2005-2012 Mike Frysinger - <vapier@gentoo.org> + * Copyright 2005-2024 Mike Frysinger - <vapier@gentoo.org> */ const char argv0[] = "dumpelf"; @@ -1,8 +1,8 @@ #!/usr/bin/env python # PYTHON_ARGCOMPLETE_OK -# Copyright 2012-2014 Gentoo Foundation -# Copyright 2012-2014 Mike Frysinger <vapier@gentoo.org> -# Copyright 2012-2014 The ChromiumOS Authors +# Copyright 2012-2024 Gentoo Foundation +# Copyright 2012-2024 Mike Frysinger <vapier@gentoo.org> +# 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 @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2007-2013 Gentoo Foundation -# Copyright 2007-2013 Mike Frysinger <vapier@gentoo.org> +# Copyright 2007-2024 Gentoo Foundation +# Copyright 2007-2024 Mike Frysinger <vapier@gentoo.org> # Distributed under the terms of the GNU General Public License v2 argv0=${0##*/} @@ -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 */ @@ -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 - <solar@gentoo.org> - * Copyright 2005-2012 Mike Frysinger - <vapier@gentoo.org> + * Copyright 2005-2024 Mike Frysinger - <vapier@gentoo.org> */ #include "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 - <solar@gentoo.org> - * Copyright 2005-2012 Mike Frysinger - <vapier@gentoo.org> + * Copyright 2005-2024 Mike Frysinger - <vapier@gentoo.org> * * Make sure all of the common elf stuff is setup as we expect */ @@ -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 - <solar@gentoo.org> - * Copyright 2005-2012 Mike Frysinger - <vapier@gentoo.org> + * Copyright 2005-2024 Mike Frysinger - <vapier@gentoo.org> */ /* stick common symbols here that are needed by 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 - <solar@gentoo.org> - * Copyright 2005-2012 Mike Frysinger - <vapier@gentoo.org> + * Copyright 2005-2024 Mike Frysinger - <vapier@gentoo.org> * * Make sure all of the common stuff is setup as we expect */ @@ -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 - <solar@gentoo.org> - * Copyright 2004-2016 Mike Frysinger - <vapier@gentoo.org> + * Copyright 2004-2024 Mike Frysinger - <vapier@gentoo.org> */ #include "paxinc.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 - <solar@gentoo.org> - * Copyright 2004-2016 Mike Frysinger - <vapier@gentoo.org> + * Copyright 2004-2024 Mike Frysinger - <vapier@gentoo.org> */ #ifndef _PAX_LDSO_H @@ -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 - <solar@gentoo.org> - * Copyright 2005-2012 Mike Frysinger - <vapier@gentoo.org> + * Copyright 2005-2024 Mike Frysinger - <vapier@gentoo.org> * 2008-2021 Fabian Groffen - <grobian@gentoo.org> */ @@ -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 - <solar@gentoo.org> - * Copyright 2005-2012 Mike Frysinger - <vapier@gentoo.org> + * Copyright 2005-2024 Mike Frysinger - <vapier@gentoo.org> * 2008-2012 Fabian Groffen - <grobian@gentoo.org> * * Make sure all of the common mach-o stuff is setup as we expect @@ -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 - <solar@gentoo.org> - * Copyright 2005-2012 Mike Frysinger - <vapier@gentoo.org> + * Copyright 2005-2024 Mike Frysinger - <vapier@gentoo.org> * * Make sure all of the common elf stuff is setup as we expect */ @@ -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.""" @@ -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 - <solar@gentoo.org> - * Copyright 2004-2012 Mike Frysinger - <vapier@gentoo.org> + * Copyright 2004-2024 Mike Frysinger - <vapier@gentoo.org> */ 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 - <solar@gentoo.org> - * Copyright 2004-2012 Mike Frysinger - <vapier@gentoo.org> + * Copyright 2004-2024 Mike Frysinger - <vapier@gentoo.org> * for Darwin specific fun: * 2008-2021 Fabian Groffen - <grobian@gentoo.org> */ 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 - <vapier@gentoo.org> + * Copyright 2015-2024 Mike Frysinger - <vapier@gentoo.org> */ const char argv0[] = "seccomp-bpf"; @@ -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 - <vapier@gentoo.org> + * Copyright 2015-2024 Mike Frysinger - <vapier@gentoo.org> */ #include "paxinc.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 - <vapier@gentoo.org> + * Copyright 2015-2024 Mike Frysinger - <vapier@gentoo.org> */ #ifndef _PAX_SECURITY_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 - <solar@gentoo.org> - * Copyright 2004-2012 Mike Frysinger - <vapier@gentoo.org> + * Copyright 2004-2024 Mike Frysinger - <vapier@gentoo.org> */ #include "paxinc.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 - <solar@gentoo.org> - * Copyright 2004-2012 Mike Frysinger - <vapier@gentoo.org> + * Copyright 2004-2024 Mike Frysinger - <vapier@gentoo.org> */ #ifndef __XFUNCS_H__ |