commit:     b3994055a70d2f87e49c8a9053ae0b1745af3f5c
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  1 15:42:35 2024 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> 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 <vapier <AT> 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        - <so...@gentoo.org>
- * Copyright 2005-2012 Mike Frysinger  - <vap...@gentoo.org>
+ * Copyright 2005-2024 Mike Frysinger  - <vap...@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 <vap...@gentoo.org>
-# Copyright 2012-2014 The ChromiumOS Authors
+# Copyright 2012-2024 Gentoo Foundation
+# Copyright 2012-2024 Mike Frysinger <vap...@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 <vap...@gentoo.org>
+# Copyright 2007-2024 Gentoo Foundation
+# Copyright 2007-2024 Mike Frysinger <vap...@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        - <so...@gentoo.org>
- * Copyright 2005-2012 Mike Frysinger  - <vap...@gentoo.org>
+ * Copyright 2005-2024 Mike Frysinger  - <vap...@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        - <so...@gentoo.org>
- * Copyright 2005-2012 Mike Frysinger  - <vap...@gentoo.org>
+ * Copyright 2005-2024 Mike Frysinger  - <vap...@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        - <so...@gentoo.org>
- * Copyright 2005-2012 Mike Frysinger  - <vap...@gentoo.org>
+ * Copyright 2005-2024 Mike Frysinger  - <vap...@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        - <so...@gentoo.org>
- * Copyright 2005-2012 Mike Frysinger  - <vap...@gentoo.org>
+ * Copyright 2005-2024 Mike Frysinger  - <vap...@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        - <so...@gentoo.org>
- * Copyright 2004-2016 Mike Frysinger  - <vap...@gentoo.org>
+ * Copyright 2004-2024 Mike Frysinger  - <vap...@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        - <so...@gentoo.org>
- * Copyright 2004-2016 Mike Frysinger  - <vap...@gentoo.org>
+ * Copyright 2004-2024 Mike Frysinger  - <vap...@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        - <so...@gentoo.org>
- * Copyright 2005-2012 Mike Frysinger  - <vap...@gentoo.org>
+ * Copyright 2005-2024 Mike Frysinger  - <vap...@gentoo.org>
  *           2008-2021 Fabian Groffen  - <grob...@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        - <so...@gentoo.org>
- * Copyright 2005-2012 Mike Frysinger  - <vap...@gentoo.org>
+ * Copyright 2005-2024 Mike Frysinger  - <vap...@gentoo.org>
  *           2008-2012 Fabian Groffen  - <grob...@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        - <so...@gentoo.org>
- * Copyright 2005-2012 Mike Frysinger  - <vap...@gentoo.org>
+ * Copyright 2005-2024 Mike Frysinger  - <vap...@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        - <so...@gentoo.org>
- * Copyright 2004-2012 Mike Frysinger  - <vap...@gentoo.org>
+ * Copyright 2004-2024 Mike Frysinger  - <vap...@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        - <so...@gentoo.org>
- * Copyright 2004-2012 Mike Frysinger  - <vap...@gentoo.org>
+ * Copyright 2004-2024 Mike Frysinger  - <vap...@gentoo.org>
  * for Darwin specific fun:
  *           2008-2021 Fabian Groffen  - <grob...@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  - <vap...@gentoo.org>
+ * Copyright 2015-2024 Mike Frysinger  - <vap...@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  - <vap...@gentoo.org>
+ * Copyright 2015-2024 Mike Frysinger  - <vap...@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  - <vap...@gentoo.org>
+ * Copyright 2015-2024 Mike Frysinger  - <vap...@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        - <so...@gentoo.org>
- * Copyright 2004-2012 Mike Frysinger  - <vap...@gentoo.org>
+ * Copyright 2004-2024 Mike Frysinger  - <vap...@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        - <so...@gentoo.org>
- * Copyright 2004-2012 Mike Frysinger  - <vap...@gentoo.org>
+ * Copyright 2004-2024 Mike Frysinger  - <vap...@gentoo.org>
  */
 
 #ifndef __XFUNCS_H__

Reply via email to