From f7f8b6867ee24aa53f62a9d67e7f6c72d9890454 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 20 Jan 2011 16:46:56 -0500 Subject: [PATCH] Update copyright year to 2011 --- Makefile.in | 2 +- aclocal.m4 | 2 +- common/Makefile.in | 2 +- common/term.c | 2 +- compat/Makefile.in | 2 +- configure.in | 2 +- doc/LICENSE | 2 +- doc/Makefile.in | 2 +- doc/sudo_plugin.man.in | 2 +- doc/sudo_plugin.pod | 2 +- doc/sudoers.ldap.man.in | 2 +- doc/sudoers.ldap.pod | 2 +- doc/sudoers.man.in | 2 +- doc/sudoers.pod | 2 +- include/Makefile.in | 2 +- plugins/sample/Makefile.in | 2 +- plugins/sample_group/Makefile.in | 2 +- plugins/sudoers/Makefile.in | 2 +- plugins/sudoers/check.c | 2 +- plugins/sudoers/defaults.c | 2 +- plugins/sudoers/gram.c | 2 +- plugins/sudoers/gram.y | 2 +- plugins/sudoers/iolog.c | 2 +- plugins/sudoers/iolog_path.c | 2 +- plugins/sudoers/ldap.c | 2 +- plugins/sudoers/match.c | 2 +- plugins/sudoers/pwutil.c | 2 +- plugins/sudoers/sudo_nss.c | 2 +- plugins/sudoers/sudoers.c | 2 +- plugins/sudoers/sudoers.h | 2 +- plugins/sudoers/sudoreplay.c | 2 +- plugins/sudoers/testsudoers.c | 2 +- plugins/sudoers/toke.c | 2 +- plugins/sudoers/toke.l | 2 +- plugins/sudoers/toke_util.c | 2 +- src/Makefile.in | 2 +- zlib/Makefile.in | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/Makefile.in b/Makefile.in index e126dd0a6..2eb6db61d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2010 Todd C. Miller +# Copyright (c) 2010-2011 Todd C. Miller # # 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/aclocal.m4 b/aclocal.m4 index b5cd49f34..4a74cec0b 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,6 +1,6 @@ dnl Local m4 macros for autoconf (used by sudo) dnl -dnl Copyright (c) 1994-1996, 1998-2005, 2007-2009 +dnl Copyright (c) 1994-1996, 1998-2005, 2007-2011 dnl Todd C. Miller dnl dnl XXX - should cache values in all cases!!! diff --git a/common/Makefile.in b/common/Makefile.in index 0f10cabb3..2a83c4b1a 100644 --- a/common/Makefile.in +++ b/common/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2010 Todd C. Miller +# Copyright (c) 2011 Todd C. Miller # # 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/term.c b/common/term.c index 210165e46..a1d5639f4 100644 --- a/common/term.c +++ b/common/term.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Todd C. Miller + * Copyright (c) 2011 Todd C. Miller * * 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/Makefile.in b/compat/Makefile.in index b511dcfbb..36ecba571 100644 --- a/compat/Makefile.in +++ b/compat/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2010 Todd C. Miller +# Copyright (c) 2011 Todd C. Miller # # 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/configure.in b/configure.in index ef3845945..d0409c44f 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl dnl Process this file with GNU autoconf to produce a configure script. dnl -dnl Copyright (c) 1994-1996,1998-2010 Todd C. Miller +dnl Copyright (c) 1994-1996,1998-2011 Todd C. Miller dnl AC_INIT([sudo], [1.8.0b3], [http://www.sudo.ws/bugs/], [sudo]) AC_CONFIG_HEADER([config.h pathnames.h]) diff --git a/doc/LICENSE b/doc/LICENSE index 96cf7f9b4..f6c411f1c 100644 --- a/doc/LICENSE +++ b/doc/LICENSE @@ -1,6 +1,6 @@ Sudo is distributed under the following ISC-style license: - Copyright (c) 1994-1996, 1998-2010 + Copyright (c) 1994-1996, 1998-2011 Todd C. Miller Permission to use, copy, modify, and distribute this software for any diff --git a/doc/Makefile.in b/doc/Makefile.in index 6efd45abd..848dee3e8 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2010 Todd C. Miller +# Copyright (c) 2011 Todd C. Miller # # 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/doc/sudo_plugin.man.in b/doc/sudo_plugin.man.in index 990ae923c..79af2d131 100644 --- a/doc/sudo_plugin.man.in +++ b/doc/sudo_plugin.man.in @@ -1,4 +1,4 @@ -.\" Copyright (c) 2009-2010 Todd C. Miller +.\" Copyright (c) 2009-2011 Todd C. Miller .\" .\" 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/doc/sudo_plugin.pod b/doc/sudo_plugin.pod index 2ad92112e..2ebc25012 100644 --- a/doc/sudo_plugin.pod +++ b/doc/sudo_plugin.pod @@ -1,4 +1,4 @@ -Copyright (c) 2009-2010 Todd C. Miller +Copyright (c) 2009-2011 Todd C. Miller 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/doc/sudoers.ldap.man.in b/doc/sudoers.ldap.man.in index 8971748f8..cf4ad116b 100644 --- a/doc/sudoers.ldap.man.in +++ b/doc/sudoers.ldap.man.in @@ -1,4 +1,4 @@ -.\" Copyright (c) 2003-2010 +.\" Copyright (c) 2003-2011 .\" Todd C. Miller .\" .\" Permission to use, copy, modify, and distribute this software for any diff --git a/doc/sudoers.ldap.pod b/doc/sudoers.ldap.pod index b7918071c..021e5b91a 100644 --- a/doc/sudoers.ldap.pod +++ b/doc/sudoers.ldap.pod @@ -1,4 +1,4 @@ -Copyright (c) 2003-2010 +Copyright (c) 2003-2011 Todd C. Miller Permission to use, copy, modify, and distribute this software for any diff --git a/doc/sudoers.man.in b/doc/sudoers.man.in index 57c12f9a4..f2464694a 100644 --- a/doc/sudoers.man.in +++ b/doc/sudoers.man.in @@ -1,4 +1,4 @@ -.\" Copyright (c) 1994-1996, 1998-2005, 2007-2010 +.\" Copyright (c) 1994-1996, 1998-2005, 2007-2011 .\" Todd C. Miller .\" .\" Permission to use, copy, modify, and distribute this software for any diff --git a/doc/sudoers.pod b/doc/sudoers.pod index cb6c0d4d6..f29bd719a 100644 --- a/doc/sudoers.pod +++ b/doc/sudoers.pod @@ -1,4 +1,4 @@ -Copyright (c) 1994-1996, 1998-2005, 2007-2010 +Copyright (c) 1994-1996, 1998-2005, 2007-2011 Todd C. Miller Permission to use, copy, modify, and distribute this software for any diff --git a/include/Makefile.in b/include/Makefile.in index 3a3051ef2..6db18b8ea 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2010 Todd C. Miller +# Copyright (c) 2011 Todd C. Miller # # 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/Makefile.in b/plugins/sample/Makefile.in index 481e90290..df9c1e6b3 100644 --- a/plugins/sample/Makefile.in +++ b/plugins/sample/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2010 Todd C. Miller +# Copyright (c) 2011 Todd C. Miller # # 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/Makefile.in b/plugins/sample_group/Makefile.in index a6d9deaae..6d3d518c8 100644 --- a/plugins/sample_group/Makefile.in +++ b/plugins/sample_group/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2010 Todd C. Miller +# Copyright (c) 2011 Todd C. Miller # # 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/Makefile.in b/plugins/sudoers/Makefile.in index df15f11e6..a1a9ad45b 100644 --- a/plugins/sudoers/Makefile.in +++ b/plugins/sudoers/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 1996, 1998-2005, 2007-2010 +# Copyright (c) 1996, 1998-2005, 2007-2011 # Todd C. Miller # # Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/check.c b/plugins/sudoers/check.c index 2809dd797..b825bee0b 100644 --- a/plugins/sudoers/check.c +++ b/plugins/sudoers/check.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1993-1996,1998-2005, 2007-2010 + * Copyright (c) 1993-1996,1998-2005, 2007-2011 * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/defaults.c b/plugins/sudoers/defaults.c index 4d64c9bc0..a416e28e1 100644 --- a/plugins/sudoers/defaults.c +++ b/plugins/sudoers/defaults.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2007-2010 + * Copyright (c) 1999-2005, 2007-2011 * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/gram.c b/plugins/sudoers/gram.c index 18d78cae9..b3254b6f2 100644 --- a/plugins/sudoers/gram.c +++ b/plugins/sudoers/gram.c @@ -12,7 +12,7 @@ #define YYPREFIX "yy" #line 2 "gram.y" /* - * Copyright (c) 1996, 1998-2005, 2007-2010 + * Copyright (c) 1996, 1998-2005, 2007-2011 * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/gram.y b/plugins/sudoers/gram.y index ca684bad7..77fc3ddb0 100644 --- a/plugins/sudoers/gram.y +++ b/plugins/sudoers/gram.y @@ -1,6 +1,6 @@ %{ /* - * Copyright (c) 1996, 1998-2005, 2007-2010 + * Copyright (c) 1996, 1998-2005, 2007-2011 * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/iolog.c b/plugins/sudoers/iolog.c index 5b7154ec7..5df9f12d6 100644 --- a/plugins/sudoers/iolog.c +++ b/plugins/sudoers/iolog.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 Todd C. Miller + * Copyright (c) 2009-2011 Todd C. Miller * * 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/iolog_path.c b/plugins/sudoers/iolog_path.c index e56829c3f..d92261571 100644 --- a/plugins/sudoers/iolog_path.c +++ b/plugins/sudoers/iolog_path.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Todd C. Miller + * Copyright (c) 2011 Todd C. Miller * * 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/ldap.c b/plugins/sudoers/ldap.c index 7d71f735d..8533dbf95 100644 --- a/plugins/sudoers/ldap.c +++ b/plugins/sudoers/ldap.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2010 Todd C. Miller + * Copyright (c) 2003-2011 Todd C. Miller * * This code is derived from software contributed by Aaron Spangler. * diff --git a/plugins/sudoers/match.c b/plugins/sudoers/match.c index 0f74d61da..3841e0e64 100644 --- a/plugins/sudoers/match.c +++ b/plugins/sudoers/match.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2005, 2007-2010 + * Copyright (c) 1996, 1998-2005, 2007-2011 * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/pwutil.c b/plugins/sudoers/pwutil.c index 256b8cdbe..f18a9a278 100644 --- a/plugins/sudoers/pwutil.c +++ b/plugins/sudoers/pwutil.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2005, 2007-2010 + * Copyright (c) 1996, 1998-2005, 2007-2011 * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/sudo_nss.c b/plugins/sudoers/sudo_nss.c index fd3c4c32e..ec4ef74a2 100644 --- a/plugins/sudoers/sudo_nss.c +++ b/plugins/sudoers/sudo_nss.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2010 Todd C. Miller + * Copyright (c) 2007-2011 Todd C. Miller * * 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/sudoers.c b/plugins/sudoers/sudoers.c index 9642ed6d6..fd6b249e1 100644 --- a/plugins/sudoers/sudoers.c +++ b/plugins/sudoers/sudoers.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1993-1996, 1998-2010 Todd C. Miller + * Copyright (c) 1993-1996, 1998-2011 Todd C. Miller * * 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/sudoers.h b/plugins/sudoers/sudoers.h index 5f0dd7dcb..24ab49409 100644 --- a/plugins/sudoers/sudoers.h +++ b/plugins/sudoers/sudoers.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1993-1996, 1998-2005, 2007-2010 + * Copyright (c) 1993-1996, 1998-2005, 2007-2011 * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/sudoreplay.c b/plugins/sudoers/sudoreplay.c index b0f077d92..a88083caf 100644 --- a/plugins/sudoers/sudoreplay.c +++ b/plugins/sudoers/sudoreplay.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 Todd C. Miller + * Copyright (c) 2009-2011 Todd C. Miller * * 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/testsudoers.c b/plugins/sudoers/testsudoers.c index a118dde0f..7a1228be2 100644 --- a/plugins/sudoers/testsudoers.c +++ b/plugins/sudoers/testsudoers.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2005, 2007-2010 + * Copyright (c) 1996, 1998-2005, 2007-2011 * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/toke.c b/plugins/sudoers/toke.c index 353b595b7..0e1096f99 100644 --- a/plugins/sudoers/toke.c +++ b/plugins/sudoers/toke.c @@ -1389,7 +1389,7 @@ char *yytext; #define INITIAL 0 #line 2 "toke.l" /* - * Copyright (c) 1996, 1998-2005, 2007-2010 + * Copyright (c) 1996, 1998-2005, 2007-2011 * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/toke.l b/plugins/sudoers/toke.l index 77a1738ea..ab32db50e 100644 --- a/plugins/sudoers/toke.l +++ b/plugins/sudoers/toke.l @@ -1,6 +1,6 @@ %{ /* - * Copyright (c) 1996, 1998-2005, 2007-2010 + * Copyright (c) 1996, 1998-2005, 2007-2011 * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/toke_util.c b/plugins/sudoers/toke_util.c index fa28059e4..d8d441538 100644 --- a/plugins/sudoers/toke_util.c +++ b/plugins/sudoers/toke_util.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2005, 2007-2010 + * Copyright (c) 1996, 1998-2005, 2007-2011 * Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any diff --git a/src/Makefile.in b/src/Makefile.in index 160d06755..6ce6c81b4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2010 Todd C. Miller +# Copyright (c) 2011 Todd C. Miller # # 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/zlib/Makefile.in b/zlib/Makefile.in index 1cdd5fada..e74f518ec 100644 --- a/zlib/Makefile.in +++ b/zlib/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2010 Todd C. Miller +# Copyright (c) 2011 Todd C. Miller # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above