From 3899f2ef90982735f1ea22a8da190ac8e53d8d1e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 18 Jan 2024 07:00:38 -0700 Subject: [PATCH] Update copyright data in the package files. --- etc/sudo-logsrvd.pp | 2 +- etc/sudo-python.pp | 2 +- etc/sudo.pp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/sudo-logsrvd.pp b/etc/sudo-logsrvd.pp index dd65f510d..61d8d9011 100644 --- a/etc/sudo-logsrvd.pp +++ b/etc/sudo-logsrvd.pp @@ -5,7 +5,7 @@ from sudo clients. This makes it possible to have all sudo I/O logs on a central server." vendor="Todd C. Miller" - copyright="(c) 2019-2021 Todd C. Miller" + copyright="Copyright 2019-2024 Todd C. Miller" %if [aix] # Convert to 4 part version for AIX, including patch level diff --git a/etc/sudo-python.pp b/etc/sudo-python.pp index 098741d93..3faf55cd2 100644 --- a/etc/sudo-python.pp +++ b/etc/sudo-python.pp @@ -3,7 +3,7 @@ summary="Sudo Python plugin framework" description="The sudo Python plugin allows you to extend sudo using Python." vendor="Todd C. Miller" - copyright="(c) 2019-2021 Todd C. Miller" + copyright="Copyright 2019-2024 Todd C. Miller" %if [aix] # Convert to 4 part version for AIX, including patch level diff --git a/etc/sudo.pp b/etc/sudo.pp index 9abc26b0e..3e323c67a 100644 --- a/etc/sudo.pp +++ b/etc/sudo.pp @@ -10,7 +10,7 @@ limited root privileges to users and log root activity. \ The basic philosophy is to give as few privileges as possible but \ still allow people to get their work done." vendor="Todd C. Miller" - copyright="(c) 1993-1996,1998-2021 Todd C. Miller" + copyright="Copyright 1994-1996,1998-2024 Todd C. Miller" sudoedit_man=`echo ${pp_destdir}$mandir/*/sudoedit.*|sed "s:^${pp_destdir}::"` sudoedit_man_target=`basename $sudoedit_man | sed 's/edit//'`