From 53da5e8cdfe7cbc3d9618a022692d28d2a607312 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" <Todd.Miller@courtesan.com> Date: Fri, 11 Mar 2011 15:34:35 -0500 Subject: [PATCH] Update copyright years. --- common/aix.c | 2 +- common/alloc.c | 2 +- common/fileops.c | 2 +- common/fmt_string.c | 2 +- common/lbuf.c | 2 +- common/list.c | 2 +- compat/isblank.c | 2 +- compat/memrchr.c | 2 +- compat/mksiglist.c | 2 +- compat/nanosleep.c | 2 +- compat/snprintf.c | 2 +- compat/strlcat.c | 2 +- compat/strlcpy.c | 2 +- compat/strsignal.c | 2 +- compat/utimes.c | 2 +- doc/sudo.pod | 2 +- doc/visudo.pod | 2 +- include/sudo_plugin.h | 2 +- plugins/sample/sample_plugin.c | 2 +- plugins/sample_group/getgrent.c | 2 +- plugins/sample_group/plugin_test.c | 2 +- plugins/sudoers/alias.c | 2 +- plugins/sudoers/auth/afs.c | 2 +- plugins/sudoers/auth/aix_auth.c | 2 +- plugins/sudoers/auth/bsdauth.c | 2 +- plugins/sudoers/auth/dce.c | 2 +- plugins/sudoers/auth/fwtk.c | 2 +- plugins/sudoers/auth/kerb4.c | 2 +- plugins/sudoers/auth/kerb5.c | 2 +- plugins/sudoers/auth/pam.c | 2 +- plugins/sudoers/auth/passwd.c | 2 +- plugins/sudoers/auth/rfc1938.c | 2 +- plugins/sudoers/auth/secureware.c | 2 +- plugins/sudoers/auth/securid.c | 2 +- plugins/sudoers/auth/securid5.c | 2 +- plugins/sudoers/auth/sia.c | 2 +- plugins/sudoers/boottime.c | 2 +- plugins/sudoers/bsm_audit.c | 2 +- plugins/sudoers/env.c | 2 +- plugins/sudoers/find_path.c | 2 +- plugins/sudoers/goodpath.c | 2 +- plugins/sudoers/logging.c | 2 +- plugins/sudoers/parse.c | 2 +- plugins/sudoers/parse.h | 2 +- plugins/sudoers/redblack.c | 2 +- plugins/sudoers/set_perms.c | 2 +- plugins/sudoers/timestr.c | 2 +- plugins/sudoers/tsgetgrpw.c | 2 +- plugins/sudoers/visudo.c | 2 +- src/exec.c | 2 +- src/exec_pty.c | 2 +- src/get_pty.c | 2 +- src/parse_args.c | 2 +- src/sudo.c | 2 +- src/sudo.h | 2 +- src/sudo_edit.c | 2 +- src/sudo_exec.h | 2 +- src/sudo_noexec.c | 2 +- src/sudo_plugin_int.h | 2 +- src/tgetpass.c | 2 +- 60 files changed, 60 insertions(+), 60 deletions(-) diff --git a/common/aix.c b/common/aix.c index 66c6814c5..59e302637 100644 --- a/common/aix.c +++ b/common/aix.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2008, 2010-2011 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 diff --git a/common/alloc.c b/common/alloc.c index c484f8fe4..7fbf3c88d 100644 --- a/common/alloc.c +++ b/common/alloc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2007, 2010 + * Copyright (c) 1999-2005, 2007, 2010-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/common/fileops.c b/common/fileops.c index f159901cc..38cc0c1c6 100644 --- a/common/fileops.c +++ b/common/fileops.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2007, 2009, 2010 + * Copyright (c) 1999-2005, 2007, 2009-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/common/fmt_string.c b/common/fmt_string.c index 8ad306cc7..a9c723218 100644 --- a/common/fmt_string.c +++ b/common/fmt_string.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2010-2011 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 diff --git a/common/lbuf.c b/common/lbuf.c index 16e745e2e..5390c039c 100644 --- a/common/lbuf.c +++ b/common/lbuf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2007-2011 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 diff --git a/common/list.c b/common/list.c index 4b7e05217..693317773 100644 --- a/common/list.c +++ b/common/list.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2008, 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2007-2008, 2010-2011 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 diff --git a/compat/isblank.c b/compat/isblank.c index 2f15f5079..083d805d6 100644 --- a/compat/isblank.c +++ b/compat/isblank.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2008, 2010-2011 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 diff --git a/compat/memrchr.c b/compat/memrchr.c index 5d21bde6f..0b1e3a595 100644 --- a/compat/memrchr.c +++ b/compat/memrchr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2007, 2010-2011 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 diff --git a/compat/mksiglist.c b/compat/mksiglist.c index 67cbcbaf0..ce88919fc 100644 --- a/compat/mksiglist.c +++ b/compat/mksiglist.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2010-2011 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 diff --git a/compat/nanosleep.c b/compat/nanosleep.c index 729adf805..9490d7217 100644 --- a/compat/nanosleep.c +++ b/compat/nanosleep.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2009-2011 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 diff --git a/compat/snprintf.c b/compat/snprintf.c index 251b13d56..8a77a5bd7 100644 --- a/compat/snprintf.c +++ b/compat/snprintf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2008, 2010 + * Copyright (c) 1999-2005, 2008, 2010-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. diff --git a/compat/strlcat.c b/compat/strlcat.c index bcfd893f7..57e3ca51e 100644 --- a/compat/strlcat.c +++ b/compat/strlcat.c @@ -1,7 +1,7 @@ /* $OpenBSD: strlcat.c,v 1.8 2001/05/13 15:40:15 deraadt Exp $ */ /* - * Copyright (c) 1998, 2003-2005, 2010 + * Copyright (c) 1998, 2003-2005, 2010-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/compat/strlcpy.c b/compat/strlcpy.c index 9e05a809c..89fb01b0b 100644 --- a/compat/strlcpy.c +++ b/compat/strlcpy.c @@ -1,7 +1,7 @@ /* $OpenBSD: strlcpy.c,v 1.5 2001/05/13 15:40:16 deraadt Exp $ */ /* - * Copyright (c) 1998, 2003-2005, 2010 + * Copyright (c) 1998, 2003-2005, 2010-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/compat/strsignal.c b/compat/strsignal.c index 29010cfb8..1e5d79122 100644 --- a/compat/strsignal.c +++ b/compat/strsignal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2009-2011 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 diff --git a/compat/utimes.c b/compat/utimes.c index b9d1a3ec8..455ecd2dc 100644 --- a/compat/utimes.c +++ b/compat/utimes.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2005, 2007, 2010 + * Copyright (c) 2004-2005, 2007, 2010-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/doc/sudo.pod b/doc/sudo.pod index 47ee46b68..cdc5832a2 100644 --- a/doc/sudo.pod +++ b/doc/sudo.pod @@ -1,4 +1,4 @@ -Copyright (c) 1994-1996, 1998-2005, 2007-2010 +Copyright (c) 1994-1996, 1998-2005, 2007-2011 Todd C. Miller <Todd.Miller@courtesan.com> Permission to use, copy, modify, and distribute this software for any diff --git a/doc/visudo.pod b/doc/visudo.pod index 2f68cde09..cffb32104 100644 --- a/doc/visudo.pod +++ b/doc/visudo.pod @@ -1,4 +1,4 @@ -Copyright (c) 1996,1998-2005, 2007-2008 +Copyright (c) 1996,1998-2005, 2007-2011 Todd C. Miller <Todd.Miller@courtesan.com> Permission to use, copy, modify, and distribute this software for any diff --git a/include/sudo_plugin.h b/include/sudo_plugin.h index 2c66e653f..230650332 100644 --- a/include/sudo_plugin.h +++ b/include/sudo_plugin.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2009-2011 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 diff --git a/plugins/sample/sample_plugin.c b/plugins/sample/sample_plugin.c index 34074b55d..5ac19a42b 100644 --- a/plugins/sample/sample_plugin.c +++ b/plugins/sample/sample_plugin.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2010-2011 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 diff --git a/plugins/sample_group/getgrent.c b/plugins/sample_group/getgrent.c index 08ccfe0c6..aa98c1419 100644 --- a/plugins/sample_group/getgrent.c +++ b/plugins/sample_group/getgrent.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2008, 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2005,2008,2010-2011 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 diff --git a/plugins/sample_group/plugin_test.c b/plugins/sample_group/plugin_test.c index 0f673b2cd..87077a5bc 100644 --- a/plugins/sample_group/plugin_test.c +++ b/plugins/sample_group/plugin_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2010-2011 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 diff --git a/plugins/sudoers/alias.c b/plugins/sudoers/alias.c index e4be71510..274b446e1 100644 --- a/plugins/sudoers/alias.c +++ b/plugins/sudoers/alias.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2005m, 2007-2010 + * Copyright (c) 2004-2005, 2007-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/auth/afs.c b/plugins/sudoers/auth/afs.c index b02cf75b2..389bd9d59 100644 --- a/plugins/sudoers/auth/afs.c +++ b/plugins/sudoers/auth/afs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2001-2005, 2007, 2010 + * Copyright (c) 1999, 2001-2005, 2007, 2010-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/auth/aix_auth.c b/plugins/sudoers/auth/aix_auth.c index 238c33065..9f54f9108 100644 --- a/plugins/sudoers/auth/aix_auth.c +++ b/plugins/sudoers/auth/aix_auth.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2007-2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1999-2005, 2007-2011 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 diff --git a/plugins/sudoers/auth/bsdauth.c b/plugins/sudoers/auth/bsdauth.c index 2203f6863..f70e4248a 100644 --- a/plugins/sudoers/auth/bsdauth.c +++ b/plugins/sudoers/auth/bsdauth.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2005, 2007-2008, 2010 + * Copyright (c) 2000-2005, 2007-2008, 2010-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/auth/dce.c b/plugins/sudoers/auth/dce.c index 1b350a551..a4ffd34ee 100644 --- a/plugins/sudoers/auth/dce.c +++ b/plugins/sudoers/auth/dce.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2005, 2010 + * Copyright (c) 1996, 1998-2005, 2010-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/auth/fwtk.c b/plugins/sudoers/auth/fwtk.c index c3cca05a6..a3a5cffbb 100644 --- a/plugins/sudoers/auth/fwtk.c +++ b/plugins/sudoers/auth/fwtk.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2008, 2010 + * Copyright (c) 1999-2005, 2008, 2010-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/auth/kerb4.c b/plugins/sudoers/auth/kerb4.c index 8a122119c..176d6a797 100644 --- a/plugins/sudoers/auth/kerb4.c +++ b/plugins/sudoers/auth/kerb4.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2007, 2010 + * Copyright (c) 1999-2005, 2007, 2010-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/auth/kerb5.c b/plugins/sudoers/auth/kerb5.c index 9be1dade5..38d84cb19 100644 --- a/plugins/sudoers/auth/kerb5.c +++ b/plugins/sudoers/auth/kerb5.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2007-2008, 2010 + * Copyright (c) 1999-2005, 2007-2008, 2010-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/auth/pam.c b/plugins/sudoers/auth/pam.c index bf863a992..4ff4eed25 100644 --- a/plugins/sudoers/auth/pam.c +++ b/plugins/sudoers/auth/pam.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2007-2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1999-2005, 2007-2011 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 diff --git a/plugins/sudoers/auth/passwd.c b/plugins/sudoers/auth/passwd.c index 7e5e7d2ce..ee0e4d300 100644 --- a/plugins/sudoers/auth/passwd.c +++ b/plugins/sudoers/auth/passwd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1999-2005, 2010-2011 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 diff --git a/plugins/sudoers/auth/rfc1938.c b/plugins/sudoers/auth/rfc1938.c index 5b597a8b6..95069884c 100644 --- a/plugins/sudoers/auth/rfc1938.c +++ b/plugins/sudoers/auth/rfc1938.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1994-1996, 1998-2005, 2010 + * Copyright (c) 1994-1996, 1998-2005, 2010-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/auth/secureware.c b/plugins/sudoers/auth/secureware.c index 3efe6d815..221889d5d 100644 --- a/plugins/sudoers/auth/secureware.c +++ b/plugins/sudoers/auth/secureware.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998-2005, 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1998-2005, 2010-2011 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 diff --git a/plugins/sudoers/auth/securid.c b/plugins/sudoers/auth/securid.c index db4fb8687..bcea4e97d 100644 --- a/plugins/sudoers/auth/securid.c +++ b/plugins/sudoers/auth/securid.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2007, 2010 + * Copyright (c) 1999-2005, 2007, 2010-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/auth/securid5.c b/plugins/sudoers/auth/securid5.c index 68c9ada37..9d0ed4f4f 100644 --- a/plugins/sudoers/auth/securid5.c +++ b/plugins/sudoers/auth/securid5.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2007, 2010 + * Copyright (c) 1999-2005, 2007, 2010-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * Copyright (c) 2002 Michael Stroucken <michael@stroucken.org> * diff --git a/plugins/sudoers/auth/sia.c b/plugins/sudoers/auth/sia.c index 874373924..ee83b031e 100644 --- a/plugins/sudoers/auth/sia.c +++ b/plugins/sudoers/auth/sia.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2007, 2010 + * Copyright (c) 1999-2005, 2007, 2010-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/boottime.c b/plugins/sudoers/boottime.c index 68b9e6e0d..96576f84e 100644 --- a/plugins/sudoers/boottime.c +++ b/plugins/sudoers/boottime.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2009-2011 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 diff --git a/plugins/sudoers/bsm_audit.c b/plugins/sudoers/bsm_audit.c index 94ed4a8bf..8354fe302 100644 --- a/plugins/sudoers/bsm_audit.c +++ b/plugins/sudoers/bsm_audit.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2009-2011 Todd C. Miller <Todd.Miller@courtesan.com> * Copyright (c) 2009 Christian S.J. Peron * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/env.c b/plugins/sudoers/env.c index 10253726c..9d1201fcf 100644 --- a/plugins/sudoers/env.c +++ b/plugins/sudoers/env.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2005, 2007-2010 + * Copyright (c) 2000-2005, 2007-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/find_path.c b/plugins/sudoers/find_path.c index 006b57800..256673363 100644 --- a/plugins/sudoers/find_path.c +++ b/plugins/sudoers/find_path.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2005, 2010 + * Copyright (c) 1996, 1998-2005, 2010-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/goodpath.c b/plugins/sudoers/goodpath.c index 76314f69a..8d0202819 100644 --- a/plugins/sudoers/goodpath.c +++ b/plugins/sudoers/goodpath.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2005, 2010 + * Copyright (c) 1996, 1998-2005, 2010-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/logging.c b/plugins/sudoers/logging.c index e0f6577d5..82f3e6909 100644 --- a/plugins/sudoers/logging.c +++ b/plugins/sudoers/logging.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1994-1996, 1998-2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1994-1996, 1998-2011 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 diff --git a/plugins/sudoers/parse.c b/plugins/sudoers/parse.c index b387c30ad..ab41b89be 100644 --- a/plugins/sudoers/parse.c +++ b/plugins/sudoers/parse.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2005, 2007-2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2004-2005, 2007-2011 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 diff --git a/plugins/sudoers/parse.h b/plugins/sudoers/parse.h index c6b28f8df..6976b16d5 100644 --- a/plugins/sudoers/parse.h +++ b/plugins/sudoers/parse.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2000, 2004, 2007-2010 + * Copyright (c) 1996, 1998-2000, 2004, 2007-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/redblack.c b/plugins/sudoers/redblack.c index 55ba39b89..7b89f9c86 100644 --- a/plugins/sudoers/redblack.c +++ b/plugins/sudoers/redblack.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2005, 2007,2009,2010 + * Copyright (c) 2004-2005, 2007, 2009-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/set_perms.c b/plugins/sudoers/set_perms.c index 0ab4ca497..d3c3be088 100644 --- a/plugins/sudoers/set_perms.c +++ b/plugins/sudoers/set_perms.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1994-1996,1998-2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1994-1996,1998-2011 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 diff --git a/plugins/sudoers/timestr.c b/plugins/sudoers/timestr.c index 64cb64f79..b2df41b12 100644 --- a/plugins/sudoers/timestr.c +++ b/plugins/sudoers/timestr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2009, 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1999, 2009-2011 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 diff --git a/plugins/sudoers/tsgetgrpw.c b/plugins/sudoers/tsgetgrpw.c index a2bee39da..7b9ad790e 100644 --- a/plugins/sudoers/tsgetgrpw.c +++ b/plugins/sudoers/tsgetgrpw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2008, 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2005, 2008, 2010-2011 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 diff --git a/plugins/sudoers/visudo.c b/plugins/sudoers/visudo.c index deda5e7f5..277c9f75d 100644 --- a/plugins/sudoers/visudo.c +++ b/plugins/sudoers/visudo.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2005, 2007-2010 + * Copyright (c) 1996, 1998-2005, 2007-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/src/exec.c b/src/exec.c index b1ea79b10..ae2aa48a7 100644 --- a/src/exec.c +++ b/src/exec.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2009-2011 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 diff --git a/src/exec_pty.c b/src/exec_pty.c index 1b3077c7f..f41a7b67d 100644 --- a/src/exec_pty.c +++ b/src/exec_pty.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2009-2011 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 diff --git a/src/get_pty.c b/src/get_pty.c index 7a5156029..4bac6b931 100644 --- a/src/get_pty.c +++ b/src/get_pty.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2009-2011 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 diff --git a/src/parse_args.c b/src/parse_args.c index cd057c9ca..efdf4e4ea 100644 --- a/src/parse_args.c +++ b/src/parse_args.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1993-1996, 1998-2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 1993-1996, 1998-2011 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 diff --git a/src/sudo.c b/src/sudo.c index 52e3c7b9f..3615411c0 100644 --- a/src/sudo.c +++ b/src/sudo.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2009-2011 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 diff --git a/src/sudo.h b/src/sudo.h index 5b77c5751..1ad37e26e 100644 --- a/src/sudo.h +++ b/src/sudo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1993-1996, 1998-2005, 2007-2010 + * Copyright (c) 1993-1996, 1998-2005, 2007-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any diff --git a/src/sudo_edit.c b/src/sudo_edit.c index dd485d346..0be9d31fd 100644 --- a/src/sudo_edit.c +++ b/src/sudo_edit.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2008, 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2004-2008, 2010-2011 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 diff --git a/src/sudo_exec.h b/src/sudo_exec.h index d447634b9..138bad41a 100644 --- a/src/sudo_exec.h +++ b/src/sudo_exec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2010-2011 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 diff --git a/src/sudo_noexec.c b/src/sudo_noexec.c index c7efac3cb..2c18c6011 100644 --- a/src/sudo_noexec.c +++ b/src/sudo_noexec.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2005, 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2004-2005, 2010-2011 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 diff --git a/src/sudo_plugin_int.h b/src/sudo_plugin_int.h index 76ee1fe93..afec901f9 100644 --- a/src/sudo_plugin_int.h +++ b/src/sudo_plugin_int.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> + * Copyright (c) 2010-2011 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 diff --git a/src/tgetpass.c b/src/tgetpass.c index 4991d2c63..bbd5652b5 100644 --- a/src/tgetpass.c +++ b/src/tgetpass.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2005, 2007-2010 + * Copyright (c) 1996, 1998-2005, 2007-2011 * Todd C. Miller <Todd.Miller@courtesan.com> * * Permission to use, copy, modify, and distribute this software for any -- 2.40.0