From f2a007fb915fd938d8b89c5cdc5e45fb6f2aeab1 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 15 Apr 2013 16:29:36 -0400 Subject: [PATCH] Update copyright year. --- sudo.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sudo.pp b/sudo.pp index fd5168395..fc4fa795b 100644 --- a/sudo.pp +++ b/sudo.pp @@ -12,7 +12,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-2012 Todd C. Miller" + copyright="(c) 1993-1996,1998-2013 Todd C. Miller" sudoedit_man=`echo ${pp_destdir}$mandir/*/sudoedit.*|sed "s:^${pp_destdir}::"` sudoedit_man_target=`basename $sudoedit_man | sed 's/edit//'`