2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Update copyright data in the package files.

This commit is contained in:
Todd C. Miller 2024-01-18 07:00:38 -07:00
parent 725d3fdc20
commit 3899f2ef90
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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//'`