Fix some line wrap and update (c) year

This commit is contained in:
Todd C. Miller
2004-05-16 20:20:41 +00:00
parent 93bf2196c6
commit 52d63d6d78

View File

@@ -1,5 +1,5 @@
#
# Copyright (c) 1996, 1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
# Copyright (c) 1996, 1998-2004 Todd C. Miller <Todd.Miller@courtesan.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -100,10 +100,10 @@ PROGS = @PROGS@
SRCS = alloc.c alloca.c check.c closefrom.c def_data.c defaults.c env.c err.c \
fileops.c find_path.c fnmatch.c getcwd.c getprogname.c getspwuid.c \
goodpath.c interfaces.c ldap.c lex.yy.c lsearch.c logging.c parse.c parse.lex \
parse.yacc set_perms.c sigaction.c snprintf.c strcasecmp.c strerror.c \
strlcat.c strlcpy.c sudo.c sudo.tab.c sudo_edit.c testsudoers.c \
tgetpass.c utime.c visudo.c zero_bytes.c $(AUTH_SRCS)
goodpath.c interfaces.c ldap.c lex.yy.c lsearch.c logging.c parse.c \
parse.lex parse.yacc set_perms.c sigaction.c snprintf.c strcasecmp.c \
strerror.c strlcat.c strlcpy.c sudo.c sudo.tab.c sudo_edit.c \
testsudoers.c tgetpass.c utime.c visudo.c zero_bytes.c $(AUTH_SRCS)
AUTH_SRCS = auth/afs.c auth/aix_auth.c auth/bsdauth.c auth/dce.c auth/fwtk.c \
auth/kerb4.c auth/kerb5.c auth/pam.c auth/passwd.c auth/rfc1938.c \