aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2024-01-01 10:42:35 -0500
committerMike Frysinger <vapier@gentoo.org>2024-01-01 10:42:35 -0500
commitb3994055a70d2f87e49c8a9053ae0b1745af3f5c (patch)
treed189fc4c012194547c635303bf20175fbbc7e730
parentelf.h: pull from latest glibc (diff)
downloadpax-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.c4
-rwxr-xr-xlddtree.py6
-rwxr-xr-xlddtree.sh4
-rw-r--r--macho.h2
-rw-r--r--paxelf.c4
-rw-r--r--paxelf.h4
-rw-r--r--paxinc.c4
-rw-r--r--paxinc.h4
-rw-r--r--paxldso.c4
-rw-r--r--paxldso.h4
-rw-r--r--paxmacho.c4
-rw-r--r--paxmacho.h4
-rw-r--r--porting.h4
-rwxr-xr-xpylint2
-rw-r--r--scanelf.c4
-rw-r--r--scanmacho.c4
-rw-r--r--seccomp-bpf.c4
-rw-r--r--security.c4
-rw-r--r--security.h4
-rw-r--r--xfuncs.c4
-rw-r--r--xfuncs.h4
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 - <solar@gentoo.org>
- * Copyright 2005-2012 Mike Frysinger - <vapier@gentoo.org>
+ * Copyright 2005-2024 Mike Frysinger - <vapier@gentoo.org>
*/
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 <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
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 <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##*/}
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 - <solar@gentoo.org>
- * Copyright 2005-2012 Mike Frysinger - <vapier@gentoo.org>
+ * Copyright 2005-2024 Mike Frysinger - <vapier@gentoo.org>
*/
#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 - <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
*/
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 - <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 */
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 - <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
*/
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 - <solar@gentoo.org>
- * Copyright 2004-2016 Mike Frysinger - <vapier@gentoo.org>
+ * Copyright 2004-2024 Mike Frysinger - <vapier@gentoo.org>
*/
#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 - <solar@gentoo.org>
- * Copyright 2004-2016 Mike Frysinger - <vapier@gentoo.org>
+ * Copyright 2004-2024 Mike Frysinger - <vapier@gentoo.org>
*/
#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 - <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>
*/
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 - <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
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 - <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
*/
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 - <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";
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 - <vapier@gentoo.org>
+ * Copyright 2015-2024 Mike Frysinger - <vapier@gentoo.org>
*/
#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 - <vapier@gentoo.org>
+ * Copyright 2015-2024 Mike Frysinger - <vapier@gentoo.org>
*/
#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 - <solar@gentoo.org>
- * Copyright 2004-2012 Mike Frysinger - <vapier@gentoo.org>
+ * Copyright 2004-2024 Mike Frysinger - <vapier@gentoo.org>
*/
#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 - <solar@gentoo.org>
- * Copyright 2004-2012 Mike Frysinger - <vapier@gentoo.org>
+ * Copyright 2004-2024 Mike Frysinger - <vapier@gentoo.org>
*/
#ifndef __XFUNCS_H__