From 48fba3c2cc4928bd3b374f9d1fa13afad62cc234 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 3 Dec 2017 17:53:40 -0700 Subject: [PATCH] update my email to Todd.Miller@sudo.ws --- Makefile.in | 2 +- configure.ac | 2 +- doc/HISTORY | 2 +- doc/LICENSE | 2 +- doc/Makefile.in | 2 +- doc/fixman.sh | 2 +- doc/fixmdoc.sh | 2 +- doc/sudo.conf.man.in | 2 +- doc/sudo.conf.mdoc.in | 2 +- doc/sudo.man.in | 2 +- doc/sudo.mdoc.in | 2 +- doc/sudo_plugin.man.in | 2 +- doc/sudo_plugin.mdoc.in | 2 +- doc/sudoers.ldap.man.in | 2 +- doc/sudoers.ldap.mdoc.in | 2 +- doc/sudoers.man.in | 2 +- doc/sudoers.mdoc.in | 2 +- doc/sudoreplay.man.in | 2 +- doc/sudoreplay.mdoc.in | 2 +- doc/visudo.man.in | 2 +- doc/visudo.mdoc.in | 2 +- examples/Makefile.in | 2 +- include/Makefile.in | 2 +- include/compat/charclass.h | 2 +- include/compat/endian.h | 2 +- include/compat/fnmatch.h | 2 +- include/compat/nss_dbdefs.h | 2 +- include/compat/sha2.h | 2 +- include/sudo_compat.h | 2 +- include/sudo_conf.h | 2 +- include/sudo_debug.h | 2 +- include/sudo_dso.h | 2 +- include/sudo_event.h | 2 +- include/sudo_fatal.h | 2 +- include/sudo_gettext.h | 2 +- include/sudo_lbuf.h | 2 +- include/sudo_plugin.h | 2 +- include/sudo_util.h | 2 +- lib/util/Makefile.in | 2 +- lib/util/aix.c | 2 +- lib/util/closefrom.c | 2 +- lib/util/event.c | 2 +- lib/util/event_poll.c | 2 +- lib/util/event_select.c | 2 +- lib/util/fatal.c | 2 +- lib/util/getgrouplist.c | 2 +- lib/util/gethostname.c | 2 +- lib/util/getline.c | 2 +- lib/util/getopt_long.c | 2 +- lib/util/gettime.c | 2 +- lib/util/gidlist.c | 2 +- lib/util/glob.c | 2 +- lib/util/isblank.c | 2 +- lib/util/key_val.c | 2 +- lib/util/lbuf.c | 2 +- lib/util/locking.c | 2 +- lib/util/memrchr.c | 2 +- lib/util/memset_s.c | 2 +- lib/util/mksiglist.c | 2 +- lib/util/mksigname.c | 2 +- lib/util/mktemp.c | 2 +- lib/util/nanosleep.c | 2 +- lib/util/parseln.c | 2 +- lib/util/pipe2.c | 2 +- lib/util/progname.c | 2 +- lib/util/pw_dup.c | 2 +- lib/util/regress/atofoo/atofoo_test.c | 2 +- lib/util/regress/fnmatch/fnm_test.c | 2 +- lib/util/regress/glob/globtest.c | 2 +- lib/util/regress/parse_gids/parse_gids_test.c | 2 +- lib/util/regress/progname/progname_test.c | 2 +- lib/util/regress/strsplit/strsplit_test.c | 2 +- lib/util/regress/sudo_conf/conf_test.c | 2 +- lib/util/regress/sudo_parseln/parseln_test.c | 2 +- lib/util/regress/tailq/hltq_test.c | 2 +- lib/util/regress/vsyslog/vsyslog_test.c | 2 +- lib/util/secure_path.c | 2 +- lib/util/setgroups.c | 2 +- lib/util/sha2.c | 2 +- lib/util/sig2str.c | 2 +- lib/util/snprintf.c | 2 +- lib/util/strlcat.c | 2 +- lib/util/strlcpy.c | 2 +- lib/util/strndup.c | 2 +- lib/util/strnlen.c | 2 +- lib/util/strsignal.c | 2 +- lib/util/strsplit.c | 2 +- lib/util/strtobool.c | 2 +- lib/util/strtoid.c | 2 +- lib/util/strtomode.c | 2 +- lib/util/strtonum.c | 2 +- lib/util/sudo_conf.c | 2 +- lib/util/sudo_debug.c | 2 +- lib/util/sudo_dso.c | 2 +- lib/util/term.c | 2 +- lib/util/ttysize.c | 2 +- lib/util/utimens.c | 2 +- lib/util/vsyslog.c | 2 +- lib/zlib/Makefile.in | 2 +- m4/sudo.m4 | 2 +- mkdep.pl | 2 +- mkpkg | 2 +- pathnames.h.in | 2 +- plugins/group_file/Makefile.in | 2 +- plugins/group_file/getgrent.c | 2 +- plugins/group_file/group_file.c | 2 +- plugins/group_file/plugin_test.c | 2 +- plugins/sample/Makefile.in | 2 +- plugins/sample/sample_plugin.c | 2 +- plugins/sudoers/Makefile.in | 2 +- plugins/sudoers/alias.c | 2 +- plugins/sudoers/audit.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/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/securid5.c | 2 +- plugins/sudoers/auth/sia.c | 2 +- plugins/sudoers/auth/sudo_auth.c | 2 +- plugins/sudoers/auth/sudo_auth.h | 2 +- plugins/sudoers/base64.c | 2 +- plugins/sudoers/boottime.c | 2 +- plugins/sudoers/bsm_audit.c | 2 +- plugins/sudoers/bsm_audit.h | 2 +- plugins/sudoers/check.c | 2 +- plugins/sudoers/check.h | 2 +- plugins/sudoers/defaults.c | 2 +- plugins/sudoers/defaults.h | 2 +- plugins/sudoers/digestname.c | 2 +- plugins/sudoers/editor.c | 2 +- plugins/sudoers/env.c | 2 +- plugins/sudoers/env_pattern.c | 2 +- plugins/sudoers/filedigest.c | 2 +- plugins/sudoers/filedigest_gcrypt.c | 2 +- plugins/sudoers/filedigest_openssl.c | 2 +- plugins/sudoers/find_path.c | 2 +- plugins/sudoers/gc.c | 2 +- plugins/sudoers/gentime.c | 2 +- plugins/sudoers/getspwuid.c | 2 +- plugins/sudoers/gmtoff.c | 2 +- plugins/sudoers/goodpath.c | 2 +- plugins/sudoers/gram.c | 2 +- plugins/sudoers/gram.y | 2 +- plugins/sudoers/group_plugin.c | 2 +- plugins/sudoers/hexchar.c | 2 +- plugins/sudoers/ins_2001.h | 2 +- plugins/sudoers/ins_classic.h | 2 +- plugins/sudoers/ins_csops.h | 2 +- plugins/sudoers/ins_goons.h | 2 +- plugins/sudoers/insults.h | 2 +- plugins/sudoers/interfaces.c | 2 +- plugins/sudoers/interfaces.h | 2 +- plugins/sudoers/iolog.c | 2 +- plugins/sudoers/iolog.h | 2 +- plugins/sudoers/iolog_path.c | 2 +- plugins/sudoers/ldap.c | 2 +- plugins/sudoers/linux_audit.c | 2 +- plugins/sudoers/linux_audit.h | 2 +- plugins/sudoers/locale.c | 2 +- plugins/sudoers/logging.c | 2 +- plugins/sudoers/logging.h | 2 +- plugins/sudoers/logwrap.c | 2 +- plugins/sudoers/match.c | 2 +- plugins/sudoers/match_addr.c | 2 +- plugins/sudoers/mkdir_parents.c | 2 +- plugins/sudoers/parse.c | 2 +- plugins/sudoers/parse.h | 2 +- plugins/sudoers/po/sudoers.pot | 2 +- plugins/sudoers/policy.c | 2 +- plugins/sudoers/prompt.c | 2 +- plugins/sudoers/pwutil.c | 2 +- plugins/sudoers/pwutil.h | 2 +- plugins/sudoers/pwutil_impl.c | 2 +- plugins/sudoers/rcstr.c | 2 +- plugins/sudoers/redblack.c | 2 +- plugins/sudoers/redblack.h | 2 +- plugins/sudoers/regress/check_symbols/check_symbols.c | 2 +- plugins/sudoers/regress/env_match/check_env_pattern.c | 2 +- plugins/sudoers/regress/iolog_path/check_iolog_path.c | 2 +- plugins/sudoers/regress/logging/check_wrap.c | 2 +- plugins/sudoers/regress/parser/check_addr.c | 2 +- plugins/sudoers/regress/parser/check_base64.c | 2 +- plugins/sudoers/regress/parser/check_digest.c | 2 +- plugins/sudoers/regress/parser/check_fill.c | 2 +- plugins/sudoers/regress/parser/check_gentime.c | 2 +- plugins/sudoers/regress/parser/check_hexchar.c | 2 +- plugins/sudoers/set_perms.c | 2 +- plugins/sudoers/sssd.c | 2 +- plugins/sudoers/sudo_nss.c | 2 +- plugins/sudoers/sudo_nss.h | 2 +- plugins/sudoers/sudo_printf.c | 2 +- plugins/sudoers/sudoers.c | 2 +- plugins/sudoers/sudoers.h | 2 +- plugins/sudoers/sudoers2ldif | 2 +- plugins/sudoers/sudoers_debug.c | 2 +- plugins/sudoers/sudoers_debug.h | 2 +- plugins/sudoers/sudoers_version.h | 2 +- plugins/sudoers/sudoreplay.c | 2 +- plugins/sudoers/testsudoers.c | 2 +- plugins/sudoers/timeout.c | 2 +- plugins/sudoers/timestamp.c | 2 +- plugins/sudoers/timestr.c | 2 +- plugins/sudoers/toke.c | 2 +- plugins/sudoers/toke.h | 2 +- plugins/sudoers/toke.l | 2 +- plugins/sudoers/toke_util.c | 2 +- plugins/sudoers/tsgetgrpw.c | 2 +- plugins/sudoers/tsgetgrpw.h | 2 +- plugins/sudoers/visudo.c | 2 +- plugins/sudoers/visudo_json.c | 2 +- plugins/system_group/Makefile.in | 2 +- plugins/system_group/system_group.c | 2 +- po/sudo.pot | 2 +- src/Makefile.in | 2 +- src/conversation.c | 2 +- src/env_hooks.c | 2 +- src/exec.c | 2 +- src/exec_common.c | 2 +- src/exec_monitor.c | 2 +- src/exec_nopty.c | 2 +- src/exec_pty.c | 2 +- src/get_pty.c | 2 +- src/hooks.c | 2 +- src/load_plugins.c | 2 +- src/net_ifs.c | 2 +- src/openbsd.c | 2 +- src/parse_args.c | 2 +- src/preload.c | 2 +- src/preserve_fds.c | 2 +- src/regress/noexec/check_noexec.c | 2 +- src/regress/ttyname/check_ttyname.c | 2 +- src/selinux.c | 2 +- src/sesh.c | 2 +- src/signal.c | 2 +- src/solaris.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/sudo_usage.h.in | 2 +- src/tcsetpgrp_nobg.c | 2 +- src/tgetpass.c | 2 +- src/ttyname.c | 2 +- src/utmp.c | 2 +- sudo.pp | 2 +- 253 files changed, 253 insertions(+), 253 deletions(-) diff --git a/Makefile.in b/Makefile.in index 16349c0b4..9f68e5b22 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2010-2015, 2017 Todd C. Miller +# Copyright (c) 2010-2015, 2017 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.ac b/configure.ac index 69f04733a..9bfc970e4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl dnl Use the top-level autogen.sh script to generate configure and config.h.in dnl -dnl Copyright (c) 1994-1996,1998-2017 Todd C. Miller +dnl Copyright (c) 1994-1996,1998-2017 Todd C. Miller dnl AC_PREREQ([2.59]) AC_INIT([sudo], [1.8.22], [https://bugzilla.sudo.ws/], [sudo]) diff --git a/doc/HISTORY b/doc/HISTORY index a6e15e7ab..0ad951218 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -71,6 +71,6 @@ Present Day Sudo, in its current form, is maintained by: - Todd C. Miller + Todd C. Miller Todd continues to enhance sudo and fix bugs. diff --git a/doc/LICENSE b/doc/LICENSE index 1f58398e6..b7534d319 100644 --- a/doc/LICENSE +++ b/doc/LICENSE @@ -1,7 +1,7 @@ Sudo is distributed under the following license: Copyright (c) 1994-1996, 1998-2017 - Todd C. Miller + 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/Makefile.in b/doc/Makefile.in index b0e54f394..d1b69903c 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2010-2015, 2017 Todd C. Miller +# Copyright (c) 2010-2015, 2017 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/fixman.sh b/doc/fixman.sh index 6ab373569..bf4bd3257 100755 --- a/doc/fixman.sh +++ b/doc/fixman.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2012-2014, 2017 Todd C. Miller +# Copyright (c) 2012-2014, 2017 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/fixmdoc.sh b/doc/fixmdoc.sh index c723a7d85..53bf64296 100755 --- a/doc/fixmdoc.sh +++ b/doc/fixmdoc.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2012-2014, 2017 Todd C. Miller +# Copyright (c) 2012-2014, 2017 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.conf.man.in b/doc/sudo.conf.man.in index 82fd075cc..67cf665c8 100644 --- a/doc/sudo.conf.man.in +++ b/doc/sudo.conf.man.in @@ -1,7 +1,7 @@ .\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER! .\" IT IS GENERATED AUTOMATICALLY FROM sudo.conf.mdoc.in .\" -.\" Copyright (c) 2010-2017 Todd C. Miller +.\" Copyright (c) 2010-2017 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.conf.mdoc.in b/doc/sudo.conf.mdoc.in index b067bb9fe..a547762f7 100644 --- a/doc/sudo.conf.mdoc.in +++ b/doc/sudo.conf.mdoc.in @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2010-2017 Todd C. Miller +.\" Copyright (c) 2010-2017 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.man.in b/doc/sudo.man.in index fe1093be9..973a44984 100644 --- a/doc/sudo.man.in +++ b/doc/sudo.man.in @@ -2,7 +2,7 @@ .\" IT IS GENERATED AUTOMATICALLY FROM sudo.mdoc.in .\" .\" Copyright (c) 1994-1996, 1998-2005, 2007-2017 -.\" Todd C. Miller +.\" 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.mdoc.in b/doc/sudo.mdoc.in index f512cfaf4..85d739c69 100644 --- a/doc/sudo.mdoc.in +++ b/doc/sudo.mdoc.in @@ -1,6 +1,6 @@ .\" .\" Copyright (c) 1994-1996, 1998-2005, 2007-2017 -.\" Todd C. Miller +.\" 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 c4f038103..76d3a1814 100644 --- a/doc/sudo_plugin.man.in +++ b/doc/sudo_plugin.man.in @@ -1,7 +1,7 @@ .\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER! .\" IT IS GENERATED AUTOMATICALLY FROM sudo_plugin.mdoc.in .\" -.\" Copyright (c) 2009-2017 Todd C. Miller +.\" Copyright (c) 2009-2017 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.mdoc.in b/doc/sudo_plugin.mdoc.in index d8bc3b910..539fcec42 100644 --- a/doc/sudo_plugin.mdoc.in +++ b/doc/sudo_plugin.mdoc.in @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2009-2017 Todd C. Miller +.\" Copyright (c) 2009-2017 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 ffa785129..6407962f9 100644 --- a/doc/sudoers.ldap.man.in +++ b/doc/sudoers.ldap.man.in @@ -1,7 +1,7 @@ .\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER! .\" IT IS GENERATED AUTOMATICALLY FROM sudoers.ldap.mdoc.in .\" -.\" Copyright (c) 2003-2017 Todd C. Miller +.\" Copyright (c) 2003-2017 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.mdoc.in b/doc/sudoers.ldap.mdoc.in index 90cfced40..b6459cf44 100644 --- a/doc/sudoers.ldap.mdoc.in +++ b/doc/sudoers.ldap.mdoc.in @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2003-2017 Todd C. Miller +.\" Copyright (c) 2003-2017 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.man.in b/doc/sudoers.man.in index ae73f99a1..959ef24b9 100644 --- a/doc/sudoers.man.in +++ b/doc/sudoers.man.in @@ -2,7 +2,7 @@ .\" IT IS GENERATED AUTOMATICALLY FROM sudoers.mdoc.in .\" .\" Copyright (c) 1994-1996, 1998-2005, 2007-2017 -.\" Todd C. Miller +.\" 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.mdoc.in b/doc/sudoers.mdoc.in index 7549cb3c7..d3c1448cb 100644 --- a/doc/sudoers.mdoc.in +++ b/doc/sudoers.mdoc.in @@ -1,6 +1,6 @@ .\" .\" Copyright (c) 1994-1996, 1998-2005, 2007-2017 -.\" Todd C. Miller +.\" 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/sudoreplay.man.in b/doc/sudoreplay.man.in index 6d0516214..7af3c0b0b 100644 --- a/doc/sudoreplay.man.in +++ b/doc/sudoreplay.man.in @@ -1,7 +1,7 @@ .\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER! .\" IT IS GENERATED AUTOMATICALLY FROM sudoreplay.mdoc.in .\" -.\" Copyright (c) 2009-2017 Todd C. Miller +.\" Copyright (c) 2009-2017 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/sudoreplay.mdoc.in b/doc/sudoreplay.mdoc.in index 12c39c288..c2a33fc5e 100644 --- a/doc/sudoreplay.mdoc.in +++ b/doc/sudoreplay.mdoc.in @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2009-2017 Todd C. Miller +.\" Copyright (c) 2009-2017 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/visudo.man.in b/doc/visudo.man.in index 49f6ac4dd..c878997f9 100644 --- a/doc/visudo.man.in +++ b/doc/visudo.man.in @@ -2,7 +2,7 @@ .\" IT IS GENERATED AUTOMATICALLY FROM visudo.mdoc.in .\" .\" Copyright (c) 1996,1998-2005, 2007-2017 -.\" Todd C. Miller +.\" 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/visudo.mdoc.in b/doc/visudo.mdoc.in index bdd49fc7b..ae4bd4e46 100644 --- a/doc/visudo.mdoc.in +++ b/doc/visudo.mdoc.in @@ -1,6 +1,6 @@ .\" .\" Copyright (c) 1996,1998-2005, 2007-2017 -.\" Todd C. Miller +.\" 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/examples/Makefile.in b/examples/Makefile.in index a177403f2..3ccc58449 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2014, 2017 Todd C. Miller +# Copyright (c) 2014, 2017 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/include/Makefile.in b/include/Makefile.in index 835895431..9c4205184 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2011-2015, 2017 Todd C. Miller +# Copyright (c) 2011-2015, 2017 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/include/compat/charclass.h b/include/compat/charclass.h index 00e16fce2..645e8841b 100644 --- a/include/compat/charclass.h +++ b/include/compat/charclass.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2010 Todd C. Miller + * Copyright (c) 2008, 2010 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/include/compat/endian.h b/include/compat/endian.h index 4c1a739bd..279549c4c 100644 --- a/include/compat/endian.h +++ b/include/compat/endian.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Todd C. Miller + * Copyright (c) 2013 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/include/compat/fnmatch.h b/include/compat/fnmatch.h index 4410e65ba..fb81e3855 100644 --- a/include/compat/fnmatch.h +++ b/include/compat/fnmatch.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 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/include/compat/nss_dbdefs.h b/include/compat/nss_dbdefs.h index 279fda909..bc3f9b950 100644 --- a/include/compat/nss_dbdefs.h +++ b/include/compat/nss_dbdefs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Todd C. Miller + * Copyright (c) 2013 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/include/compat/sha2.h b/include/compat/sha2.h index 9f71e5044..36384230c 100644 --- a/include/compat/sha2.h +++ b/include/compat/sha2.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2015 Todd C. Miller + * Copyright (c) 2013-2015 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/include/sudo_compat.h b/include/sudo_compat.h index 4c99c1234..a2c7f9bd6 100644 --- a/include/sudo_compat.h +++ b/include/sudo_compat.h @@ -1,6 +1,6 @@ /* * Copyright (c) 1996, 1998-2005, 2008, 2009-2017 - * Todd C. Miller + * 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/include/sudo_conf.h b/include/sudo_conf.h index 227c7149f..66761167b 100644 --- a/include/sudo_conf.h +++ b/include/sudo_conf.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2014 Todd C. Miller + * Copyright (c) 2011-2014 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/include/sudo_debug.h b/include/sudo_debug.h index c0b494889..105a7e6f6 100644 --- a/include/sudo_debug.h +++ b/include/sudo_debug.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2017 Todd C. Miller + * Copyright (c) 2011-2017 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/include/sudo_dso.h b/include/sudo_dso.h index 1adbd85f7..08fd8a8cd 100644 --- a/include/sudo_dso.h +++ b/include/sudo_dso.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2013, 2014 Todd C. Miller + * Copyright (c) 2010, 2013, 2014 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/include/sudo_event.h b/include/sudo_event.h index f3ba5578b..826f3d502 100644 --- a/include/sudo_event.h +++ b/include/sudo_event.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2015, 2017 Todd C. Miller + * Copyright (c) 2013-2015, 2017 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/include/sudo_fatal.h b/include/sudo_fatal.h index 43a1ce02d..576644adc 100644 --- a/include/sudo_fatal.h +++ b/include/sudo_fatal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, 2010-2014 Todd C. Miller + * Copyright (c) 2004, 2010-2014 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/include/sudo_gettext.h b/include/sudo_gettext.h index bb7383280..a770b0881 100644 --- a/include/sudo_gettext.h +++ b/include/sudo_gettext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2014 Todd C. Miller + * Copyright (c) 2011-2014 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/include/sudo_lbuf.h b/include/sudo_lbuf.h index d542a2adb..684972d1d 100644 --- a/include/sudo_lbuf.h +++ b/include/sudo_lbuf.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2007, 2010, 2011, 2013-2015 - * Todd C. Miller + * 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/include/sudo_plugin.h b/include/sudo_plugin.h index a15ce1882..22c009404 100644 --- a/include/sudo_plugin.h +++ b/include/sudo_plugin.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2017 Todd C. Miller + * Copyright (c) 2009-2017 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/include/sudo_util.h b/include/sudo_util.h index e7a941d06..7e241b843 100644 --- a/include/sudo_util.h +++ b/include/sudo_util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Todd C. Miller + * Copyright (c) 2013-2016 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/lib/util/Makefile.in b/lib/util/Makefile.in index 15340407f..0432b94fb 100644 --- a/lib/util/Makefile.in +++ b/lib/util/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2011-2017 Todd C. Miller +# Copyright (c) 2011-2017 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/lib/util/aix.c b/lib/util/aix.c index 7c1586dbc..1abc901ca 100644 --- a/lib/util/aix.c +++ b/lib/util/aix.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2010-2016 Todd C. Miller + * Copyright (c) 2008, 2010-2016 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/lib/util/closefrom.c b/lib/util/closefrom.c index 84c259b95..2a23f0c15 100644 --- a/lib/util/closefrom.c +++ b/lib/util/closefrom.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2004-2005, 2007, 2010, 2012-2015 - * Todd C. Miller + * 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/lib/util/event.c b/lib/util/event.c index 0195555e0..26cbff480 100644 --- a/lib/util/event.c +++ b/lib/util/event.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Todd C. Miller + * Copyright (c) 2013-2017 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/lib/util/event_poll.c b/lib/util/event_poll.c index 5266a2b2f..b2b82c073 100644 --- a/lib/util/event_poll.c +++ b/lib/util/event_poll.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2015 Todd C. Miller + * Copyright (c) 2013-2015 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/lib/util/event_select.c b/lib/util/event_select.c index 1b7f28aee..85cd2942e 100644 --- a/lib/util/event_select.c +++ b/lib/util/event_select.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2015 Todd C. Miller + * Copyright (c) 2013-2015 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/lib/util/fatal.c b/lib/util/fatal.c index f1b24ea84..1cceb7935 100644 --- a/lib/util/fatal.c +++ b/lib/util/fatal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2005, 2010-2014 Todd C. Miller + * Copyright (c) 2004-2005, 2010-2014 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/lib/util/getgrouplist.c b/lib/util/getgrouplist.c index 8ab3cfb63..174e0c28c 100644 --- a/lib/util/getgrouplist.c +++ b/lib/util/getgrouplist.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2010, 2011, 2013-2016 - * Todd C. Miller + * 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/lib/util/gethostname.c b/lib/util/gethostname.c index a10243f39..7765e3df6 100644 --- a/lib/util/gethostname.c +++ b/lib/util/gethostname.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Todd C. Miller + * Copyright (c) 2015 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/lib/util/getline.c b/lib/util/getline.c index 23c5cce4c..75ca2b847 100644 --- a/lib/util/getline.c +++ b/lib/util/getline.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010, 2012-2015 Todd C. Miller + * Copyright (c) 2009-2010, 2012-2015 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/lib/util/getopt_long.c b/lib/util/getopt_long.c index 2cebe40d3..8eab52390 100644 --- a/lib/util/getopt_long.c +++ b/lib/util/getopt_long.c @@ -3,7 +3,7 @@ /* $FreeBSD: head/lib/libc/stdlib/getopt_long.c 236936 2012-06-11 22:25:20Z delphij $ */ /* - * Copyright (c) 2002 Todd C. Miller + * Copyright (c) 2002 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/lib/util/gettime.c b/lib/util/gettime.c index ed81d3853..3d2cee8b8 100644 --- a/lib/util/gettime.c +++ b/lib/util/gettime.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015 Todd C. Miller + * Copyright (c) 2014-2015 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/lib/util/gidlist.c b/lib/util/gidlist.c index c65f0f4ce..6a2b28b61 100644 --- a/lib/util/gidlist.c +++ b/lib/util/gidlist.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2015 Todd C. Miller + * Copyright (c) 2013-2015 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/lib/util/glob.c b/lib/util/glob.c index ac19f86d7..f3a6d57a1 100644 --- a/lib/util/glob.c +++ b/lib/util/glob.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2014 Todd C. Miller + * Copyright (c) 2008-2014 Todd C. Miller * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/util/isblank.c b/lib/util/isblank.c index 29f7a59ff..777aee033 100644 --- a/lib/util/isblank.c +++ b/lib/util/isblank.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2008, 2010-2011, 2013 - * Todd C. Miller + * 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/lib/util/key_val.c b/lib/util/key_val.c index 34a5e6e3a..2477b7c2b 100644 --- a/lib/util/key_val.c +++ b/lib/util/key_val.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2014-2015 Todd C. Miller + * Copyright (c) 2010-2012, 2014-2015 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/lib/util/lbuf.c b/lib/util/lbuf.c index 55ea422dc..b36b8060e 100644 --- a/lib/util/lbuf.c +++ b/lib/util/lbuf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2015 Todd C. Miller + * Copyright (c) 2007-2015 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/lib/util/locking.c b/lib/util/locking.c index 99ba2bfe4..d8582f13a 100644 --- a/lib/util/locking.c +++ b/lib/util/locking.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1999-2005, 2007, 2009-2015 - * Todd C. Miller + * 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/lib/util/memrchr.c b/lib/util/memrchr.c index 423c5d300..598eb9e8d 100644 --- a/lib/util/memrchr.c +++ b/lib/util/memrchr.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2007, 2010-2014 - * Todd C. Miller + * 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/lib/util/memset_s.c b/lib/util/memset_s.c index de2a57f58..d71cfb88d 100644 --- a/lib/util/memset_s.c +++ b/lib/util/memset_s.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Todd C. Miller + * Copyright (c) 2013-2014 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/lib/util/mksiglist.c b/lib/util/mksiglist.c index cad81797e..d58b508eb 100644 --- a/lib/util/mksiglist.c +++ b/lib/util/mksiglist.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Todd C. Miller + * Copyright (c) 2010-2012, 2015 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/lib/util/mksigname.c b/lib/util/mksigname.c index cd4ebf2a2..26b529c69 100644 --- a/lib/util/mksigname.c +++ b/lib/util/mksigname.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2015 Todd C. Miller + * Copyright (c) 2010-2012, 2015 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/lib/util/mktemp.c b/lib/util/mktemp.c index bd5e0d4b6..83530384a 100644 --- a/lib/util/mktemp.c +++ b/lib/util/mktemp.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2001, 2003, 2004, 2008-2011, 2013, 2015, 2017 - * Todd C. Miller + * 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/lib/util/nanosleep.c b/lib/util/nanosleep.c index 02fb5619a..70ca756f9 100644 --- a/lib/util/nanosleep.c +++ b/lib/util/nanosleep.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011, 2013, 2017 Todd C. Miller + * Copyright (c) 2009-2011, 2013, 2017 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/lib/util/parseln.c b/lib/util/parseln.c index ec2a0d35d..7ba3a85ff 100644 --- a/lib/util/parseln.c +++ b/lib/util/parseln.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2013-2016 Todd C. Miller + * Copyright (c) 2007, 2013-2016 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/lib/util/pipe2.c b/lib/util/pipe2.c index 5c6831c78..c3986fa5a 100644 --- a/lib/util/pipe2.c +++ b/lib/util/pipe2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Todd C. Miller + * Copyright (c) 2017 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/lib/util/progname.c b/lib/util/progname.c index e99febd42..de6f1033b 100644 --- a/lib/util/progname.c +++ b/lib/util/progname.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2015 Todd C. Miller + * Copyright (c) 2013-2015 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/lib/util/pw_dup.c b/lib/util/pw_dup.c index 25ebd07c6..61aebf030 100644 --- a/lib/util/pw_dup.c +++ b/lib/util/pw_dup.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2000, 2002, 2012-2014 - * Todd C. Miller + * 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/lib/util/regress/atofoo/atofoo_test.c b/lib/util/regress/atofoo/atofoo_test.c index 9b50b1e26..050270566 100644 --- a/lib/util/regress/atofoo/atofoo_test.c +++ b/lib/util/regress/atofoo/atofoo_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Todd C. Miller + * Copyright (c) 2014 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/lib/util/regress/fnmatch/fnm_test.c b/lib/util/regress/fnmatch/fnm_test.c index 1eb8bdc1a..a70a84786 100644 --- a/lib/util/regress/fnmatch/fnm_test.c +++ b/lib/util/regress/fnmatch/fnm_test.c @@ -1,7 +1,7 @@ /* $OpenBSD: fnm_test.c,v 1.1 2008/10/01 23:04:58 millert Exp $ */ /* - * Public domain, 2008, Todd C. Miller + * Public domain, 2008, Todd C. Miller */ #include diff --git a/lib/util/regress/glob/globtest.c b/lib/util/regress/glob/globtest.c index 988ae182e..99859f0ba 100644 --- a/lib/util/regress/glob/globtest.c +++ b/lib/util/regress/glob/globtest.c @@ -1,7 +1,7 @@ /* $OpenBSD: globtest.c,v 1.1 2008/10/01 23:04:36 millert Exp $ */ /* - * Public domain, 2008, Todd C. Miller + * Public domain, 2008, Todd C. Miller */ #include diff --git a/lib/util/regress/parse_gids/parse_gids_test.c b/lib/util/regress/parse_gids/parse_gids_test.c index 3df23c48c..655283a40 100644 --- a/lib/util/regress/parse_gids/parse_gids_test.c +++ b/lib/util/regress/parse_gids/parse_gids_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Todd C. Miller + * Copyright (c) 2015 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/lib/util/regress/progname/progname_test.c b/lib/util/regress/progname/progname_test.c index 2a58a585f..37c5c22f4 100644 --- a/lib/util/regress/progname/progname_test.c +++ b/lib/util/regress/progname/progname_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Todd C. Miller + * Copyright (c) 2014 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/lib/util/regress/strsplit/strsplit_test.c b/lib/util/regress/strsplit/strsplit_test.c index 5dacbf627..c9aecdae4 100644 --- a/lib/util/regress/strsplit/strsplit_test.c +++ b/lib/util/regress/strsplit/strsplit_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Todd C. Miller + * Copyright (c) 2015 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/lib/util/regress/sudo_conf/conf_test.c b/lib/util/regress/sudo_conf/conf_test.c index 93ccd154d..534b1df09 100644 --- a/lib/util/regress/sudo_conf/conf_test.c +++ b/lib/util/regress/sudo_conf/conf_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Todd C. Miller + * Copyright (c) 2013-2014 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/lib/util/regress/sudo_parseln/parseln_test.c b/lib/util/regress/sudo_parseln/parseln_test.c index 32dc0ae75..ac46dd8dd 100644 --- a/lib/util/regress/sudo_parseln/parseln_test.c +++ b/lib/util/regress/sudo_parseln/parseln_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Todd C. Miller + * Copyright (c) 2013 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/lib/util/regress/tailq/hltq_test.c b/lib/util/regress/tailq/hltq_test.c index de300fab3..5333a15d1 100644 --- a/lib/util/regress/tailq/hltq_test.c +++ b/lib/util/regress/tailq/hltq_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Todd C. Miller + * Copyright (c) 2013 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/lib/util/regress/vsyslog/vsyslog_test.c b/lib/util/regress/vsyslog/vsyslog_test.c index 2485a5815..70a8d0dd2 100644 --- a/lib/util/regress/vsyslog/vsyslog_test.c +++ b/lib/util/regress/vsyslog/vsyslog_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Todd C. Miller + * Copyright (c) 2017 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/lib/util/secure_path.c b/lib/util/secure_path.c index 7205f43e1..97a8fa8ad 100644 --- a/lib/util/secure_path.c +++ b/lib/util/secure_path.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2014-2016 Todd C. Miller + * Copyright (c) 2012, 2014-2016 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/lib/util/setgroups.c b/lib/util/setgroups.c index ce25a1c38..82b0b806b 100644 --- a/lib/util/setgroups.c +++ b/lib/util/setgroups.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2012, 2014-2016 Todd C. Miller + * Copyright (c) 2011-2012, 2014-2016 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/lib/util/sha2.c b/lib/util/sha2.c index 225a02640..28b935c69 100644 --- a/lib/util/sha2.c +++ b/lib/util/sha2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2015 Todd C. Miller + * Copyright (c) 2013-2015 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/lib/util/sig2str.c b/lib/util/sig2str.c index 9e7d90ca2..42c5ad2ed 100644 --- a/lib/util/sig2str.c +++ b/lib/util/sig2str.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2014 Todd C. Miller + * Copyright (c) 2012-2014 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/lib/util/snprintf.c b/lib/util/snprintf.c index b1104f0ac..4b779d142 100644 --- a/lib/util/snprintf.c +++ b/lib/util/snprintf.c @@ -1,7 +1,7 @@ /* $OpenBSD: vfprintf.c,v 1.67 2014/12/21 00:23:30 daniel Exp $ */ /*- * Copyright (c) 1999-2005, 2008, 2010-2016 - * Todd C. Miller + * Todd C. Miller * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/lib/util/strlcat.c b/lib/util/strlcat.c index 73668c8f8..98c0090f1 100644 --- a/lib/util/strlcat.c +++ b/lib/util/strlcat.c @@ -2,7 +2,7 @@ /* * Copyright (c) 1998, 2003-2005, 2010-2011, 2013-2015 - * Todd C. Miller + * 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/lib/util/strlcpy.c b/lib/util/strlcpy.c index 11f6693af..d2b0234e7 100644 --- a/lib/util/strlcpy.c +++ b/lib/util/strlcpy.c @@ -2,7 +2,7 @@ /* * Copyright (c) 1998, 2003-2005, 2010-2011, 2013-2015 - * Todd C. Miller + * 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/lib/util/strndup.c b/lib/util/strndup.c index fc617e314..b5fcade2f 100644 --- a/lib/util/strndup.c +++ b/lib/util/strndup.c @@ -1,7 +1,7 @@ /* $OpenBSD: strndup.c,v 1.1 2010/05/18 22:24:55 tedu Exp $ */ /* - * Copyright (c) 2010 Todd C. Miller + * Copyright (c) 2010 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/lib/util/strnlen.c b/lib/util/strnlen.c index be6816115..8b2b51320 100644 --- a/lib/util/strnlen.c +++ b/lib/util/strnlen.c @@ -1,7 +1,7 @@ /* $OpenBSD: strnlen.c,v 1.5 2014/06/10 04:17:37 deraadt Exp $ */ /* - * Copyright (c) 2010 Todd C. Miller + * Copyright (c) 2010 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/lib/util/strsignal.c b/lib/util/strsignal.c index 24ee81bb4..5d096b3b8 100644 --- a/lib/util/strsignal.c +++ b/lib/util/strsignal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Todd C. Miller + * Copyright (c) 2009-2014 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/lib/util/strsplit.c b/lib/util/strsplit.c index d63cbd047..3ea358557 100644 --- a/lib/util/strsplit.c +++ b/lib/util/strsplit.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Todd C. Miller + * Copyright (c) 2015 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/lib/util/strtobool.c b/lib/util/strtobool.c index 75fe5317b..36518cc46 100644 --- a/lib/util/strtobool.c +++ b/lib/util/strtobool.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2016 Todd C. Miller + * Copyright (c) 2010-2016 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/lib/util/strtoid.c b/lib/util/strtoid.c index 125ba93bc..428c3b7b1 100644 --- a/lib/util/strtoid.c +++ b/lib/util/strtoid.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Todd C. Miller + * Copyright (c) 2013-2016 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/lib/util/strtomode.c b/lib/util/strtomode.c index b4bad96d2..00dcda09d 100644 --- a/lib/util/strtomode.c +++ b/lib/util/strtomode.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2015 Todd C. Miller + * Copyright (c) 2013-2015 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/lib/util/strtonum.c b/lib/util/strtonum.c index bad90a68d..6e957fa7b 100644 --- a/lib/util/strtonum.c +++ b/lib/util/strtonum.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Todd C. Miller + * Copyright (c) 2013-2014 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/lib/util/sudo_conf.c b/lib/util/sudo_conf.c index 6b2418237..16f26e555 100644 --- a/lib/util/sudo_conf.c +++ b/lib/util/sudo_conf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2017 Todd C. Miller + * Copyright (c) 2009-2017 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/lib/util/sudo_debug.c b/lib/util/sudo_debug.c index 927cb0f12..06adaa8a9 100644 --- a/lib/util/sudo_debug.c +++ b/lib/util/sudo_debug.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2017 Todd C. Miller + * Copyright (c) 2011-2017 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/lib/util/sudo_dso.c b/lib/util/sudo_dso.c index 19b53025e..e4e6ec965 100644 --- a/lib/util/sudo_dso.c +++ b/lib/util/sudo_dso.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012-2014 Todd C. Miller + * Copyright (c) 2010, 2012-2014 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/lib/util/term.c b/lib/util/term.c index d6fc8fee6..41e23d7f1 100644 --- a/lib/util/term.c +++ b/lib/util/term.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2015, 2017 Todd C. Miller + * Copyright (c) 2011-2015, 2017 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/lib/util/ttysize.c b/lib/util/ttysize.c index 85b178455..ddc38d989 100644 --- a/lib/util/ttysize.c +++ b/lib/util/ttysize.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012, 2014-2015 Todd C. Miller + * Copyright (c) 2010-2012, 2014-2015 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/lib/util/utimens.c b/lib/util/utimens.c index 34feeaec9..1a53e0289 100644 --- a/lib/util/utimens.c +++ b/lib/util/utimens.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Todd C. Miller + * Copyright (c) 2015 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/lib/util/vsyslog.c b/lib/util/vsyslog.c index a973e49d0..1289615bc 100644 --- a/lib/util/vsyslog.c +++ b/lib/util/vsyslog.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Todd C. Miller + * Copyright (c) 2016-2017 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/lib/zlib/Makefile.in b/lib/zlib/Makefile.in index 1925634cb..162b9ec80 100644 --- a/lib/zlib/Makefile.in +++ b/lib/zlib/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2011-2017 Todd C. Miller +# Copyright (c) 2011-2017 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/m4/sudo.m4 b/m4/sudo.m4 index 97e62a316..78edafb0b 100644 --- a/m4/sudo.m4 +++ b/m4/sudo.m4 @@ -1,7 +1,7 @@ dnl Local m4 macros for autoconf (used by sudo) dnl dnl Copyright (c) 1994-1996, 1998-2005, 2007-2015 -dnl Todd C. Miller +dnl Todd C. Miller dnl dnl XXX - should cache values in all cases!!! dnl diff --git a/mkdep.pl b/mkdep.pl index 93f65efe6..fd51d8f72 100755 --- a/mkdep.pl +++ b/mkdep.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Copyright (c) 2011-2017 Todd C. Miller +# Copyright (c) 2011-2017 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/mkpkg b/mkpkg index 5e3196375..4562a2d35 100755 --- a/mkpkg +++ b/mkpkg @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2010-2015 Todd C. Miller +# Copyright (c) 2010-2015 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/pathnames.h.in b/pathnames.h.in index e7f89ebff..d55b90971 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -1,6 +1,6 @@ /* * Copyright (c) 1996, 1998, 1999, 2001, 2004, 2005, 2007-2014 - * Todd C. Miller . + * 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/group_file/Makefile.in b/plugins/group_file/Makefile.in index 797e1c437..4aef33a08 100644 --- a/plugins/group_file/Makefile.in +++ b/plugins/group_file/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2010-2017 Todd C. Miller +# Copyright (c) 2010-2017 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/group_file/getgrent.c b/plugins/group_file/getgrent.c index 8192919f9..c49b6b77c 100644 --- a/plugins/group_file/getgrent.c +++ b/plugins/group_file/getgrent.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005,2008,2010-2015 Todd C. Miller + * Copyright (c) 2005,2008,2010-2015 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/group_file/group_file.c b/plugins/group_file/group_file.c index f475b698f..f1fe28545 100644 --- a/plugins/group_file/group_file.c +++ b/plugins/group_file/group_file.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2014 Todd C. Miller + * Copyright (c) 2010-2014 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/group_file/plugin_test.c b/plugins/group_file/plugin_test.c index 4914250f9..32d82eadc 100644 --- a/plugins/group_file/plugin_test.c +++ b/plugins/group_file/plugin_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013 Todd C. Miller + * Copyright (c) 2010-2013 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 13c12cca5..a4619c5b2 100644 --- a/plugins/sample/Makefile.in +++ b/plugins/sample/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2011-2017 Todd C. Miller +# Copyright (c) 2011-2017 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/sample_plugin.c b/plugins/sample/sample_plugin.c index f8aebddba..e11b593af 100644 --- a/plugins/sample/sample_plugin.c +++ b/plugins/sample/sample_plugin.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2016 Todd C. Miller + * Copyright (c) 2010-2016 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 da3553650..0319a9309 100644 --- a/plugins/sudoers/Makefile.in +++ b/plugins/sudoers/Makefile.in @@ -1,6 +1,6 @@ # # Copyright (c) 1996, 1998-2005, 2007-2017 -# Todd C. Miller +# 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/alias.c b/plugins/sudoers/alias.c index afc462476..dabbace02 100644 --- a/plugins/sudoers/alias.c +++ b/plugins/sudoers/alias.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2004-2005, 2007-2016 - * Todd C. Miller + * 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/audit.c b/plugins/sudoers/audit.c index 768400cb5..26a2819eb 100644 --- a/plugins/sudoers/audit.c +++ b/plugins/sudoers/audit.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2015 Todd C. Miller + * Copyright (c) 2009-2015 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/auth/afs.c b/plugins/sudoers/auth/afs.c index de2235780..5b19a3ed1 100644 --- a/plugins/sudoers/auth/afs.c +++ b/plugins/sudoers/auth/afs.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1999, 2001-2005, 2007, 2010-2012, 2014-2015 - * Todd C. Miller + * 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/auth/aix_auth.c b/plugins/sudoers/auth/aix_auth.c index a86772b32..88e96dde5 100644 --- a/plugins/sudoers/auth/aix_auth.c +++ b/plugins/sudoers/auth/aix_auth.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2007-2016 Todd C. Miller + * Copyright (c) 1999-2005, 2007-2016 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/auth/bsdauth.c b/plugins/sudoers/auth/bsdauth.c index 001ee7c84..8bf775dcf 100644 --- a/plugins/sudoers/auth/bsdauth.c +++ b/plugins/sudoers/auth/bsdauth.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2000-2005, 2007-2008, 2010-2015 - * Todd C. Miller + * 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/auth/dce.c b/plugins/sudoers/auth/dce.c index 68ce4e02f..d0188a499 100644 --- a/plugins/sudoers/auth/dce.c +++ b/plugins/sudoers/auth/dce.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1996, 1998-2005, 2010-2012, 2014-2015 - * Todd C. Miller + * 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/auth/fwtk.c b/plugins/sudoers/auth/fwtk.c index fb0d7a48d..77d96d243 100644 --- a/plugins/sudoers/auth/fwtk.c +++ b/plugins/sudoers/auth/fwtk.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1999-2005, 2008, 2010-2015 - * Todd C. Miller + * 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/auth/kerb5.c b/plugins/sudoers/auth/kerb5.c index 53e0f7846..38d397904 100644 --- a/plugins/sudoers/auth/kerb5.c +++ b/plugins/sudoers/auth/kerb5.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1999-2005, 2007-2008, 2010-2015 - * Todd C. Miller + * 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/auth/pam.c b/plugins/sudoers/auth/pam.c index 939f2c29a..898cc99ff 100644 --- a/plugins/sudoers/auth/pam.c +++ b/plugins/sudoers/auth/pam.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2007-2015 Todd C. Miller + * Copyright (c) 1999-2005, 2007-2015 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/auth/passwd.c b/plugins/sudoers/auth/passwd.c index ae5e086c2..269e5a226 100644 --- a/plugins/sudoers/auth/passwd.c +++ b/plugins/sudoers/auth/passwd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2010-2015 Todd C. Miller + * Copyright (c) 1999-2005, 2010-2015 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/auth/rfc1938.c b/plugins/sudoers/auth/rfc1938.c index a0a5eca9c..154a0923e 100644 --- a/plugins/sudoers/auth/rfc1938.c +++ b/plugins/sudoers/auth/rfc1938.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1994-1996, 1998-2005, 2010-2012, 2014-2015 - * Todd C. Miller + * 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/auth/secureware.c b/plugins/sudoers/auth/secureware.c index 1e349a902..6624a2c0e 100644 --- a/plugins/sudoers/auth/secureware.c +++ b/plugins/sudoers/auth/secureware.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998-2005, 2010-2015 Todd C. Miller + * Copyright (c) 1998-2005, 2010-2015 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/auth/securid5.c b/plugins/sudoers/auth/securid5.c index 694236cd8..b3bfd24d8 100644 --- a/plugins/sudoers/auth/securid5.c +++ b/plugins/sudoers/auth/securid5.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1999-2005, 2007, 2010-2012, 2014-2016 - * Todd C. Miller + * Todd C. Miller * Copyright (c) 2002 Michael Stroucken * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/auth/sia.c b/plugins/sudoers/auth/sia.c index 8fbd49132..a59459ca7 100644 --- a/plugins/sudoers/auth/sia.c +++ b/plugins/sudoers/auth/sia.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1999-2005, 2007, 2010-2015 - * Todd C. Miller + * 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/auth/sudo_auth.c b/plugins/sudoers/auth/sudo_auth.c index 4dcb9ef08..dc2bd5e3c 100644 --- a/plugins/sudoers/auth/sudo_auth.c +++ b/plugins/sudoers/auth/sudo_auth.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2008-2016 Todd C. Miller + * Copyright (c) 1999-2005, 2008-2016 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/auth/sudo_auth.h b/plugins/sudoers/auth/sudo_auth.h index e88435580..abbaf614b 100644 --- a/plugins/sudoers/auth/sudo_auth.h +++ b/plugins/sudoers/auth/sudo_auth.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2007-2015 Todd C. Miller + * Copyright (c) 1999-2005, 2007-2015 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/base64.c b/plugins/sudoers/base64.c index c8f9273c1..b80c28553 100644 --- a/plugins/sudoers/base64.c +++ b/plugins/sudoers/base64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Todd C. Miller + * Copyright (c) 2013-2016 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/boottime.c b/plugins/sudoers/boottime.c index 21a72a9b5..c4031875b 100644 --- a/plugins/sudoers/boottime.c +++ b/plugins/sudoers/boottime.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2015 Todd C. Miller + * Copyright (c) 2009-2015 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/bsm_audit.c b/plugins/sudoers/bsm_audit.c index 5be6438b3..305fa5417 100644 --- a/plugins/sudoers/bsm_audit.c +++ b/plugins/sudoers/bsm_audit.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2015 Todd C. Miller + * Copyright (c) 2009-2015 Todd C. Miller * Copyright (c) 2009 Christian S.J. Peron * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/bsm_audit.h b/plugins/sudoers/bsm_audit.h index e5fe58f41..21d61851e 100644 --- a/plugins/sudoers/bsm_audit.h +++ b/plugins/sudoers/bsm_audit.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010, 2013-2014 Todd C. Miller + * Copyright (c) 2009-2010, 2013-2014 Todd C. Miller * Copyright (c) 2009 Christian S.J. Peron * * Permission to use, copy, modify, and distribute this software for any diff --git a/plugins/sudoers/check.c b/plugins/sudoers/check.c index 28ec7b952..fa5998d45 100644 --- a/plugins/sudoers/check.c +++ b/plugins/sudoers/check.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1993-1996,1998-2005, 2007-2016 - * Todd C. Miller + * 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/check.h b/plugins/sudoers/check.h index 83ca9231d..eee1e4cad 100644 --- a/plugins/sudoers/check.h +++ b/plugins/sudoers/check.h @@ -1,6 +1,6 @@ /* * Copyright (c) 1993-1996,1998-2005, 2007-2014 - * Todd C. Miller + * 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/defaults.c b/plugins/sudoers/defaults.c index 39115007a..275d4bbc7 100644 --- a/plugins/sudoers/defaults.c +++ b/plugins/sudoers/defaults.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1999-2005, 2007-2017 - * Todd C. Miller + * 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/defaults.h b/plugins/sudoers/defaults.h index dda48dc42..ea4da1c5e 100644 --- a/plugins/sudoers/defaults.h +++ b/plugins/sudoers/defaults.h @@ -1,6 +1,6 @@ /* * Copyright (c) 1999-2005, 2008-2016 - * Todd C. Miller + * 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/digestname.c b/plugins/sudoers/digestname.c index e7b837340..575d523fc 100644 --- a/plugins/sudoers/digestname.c +++ b/plugins/sudoers/digestname.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Todd C. Miller + * Copyright (c) 2017 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/editor.c b/plugins/sudoers/editor.c index e5852862b..ef34262c8 100644 --- a/plugins/sudoers/editor.c +++ b/plugins/sudoers/editor.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2015 Todd C. Miller + * Copyright (c) 2010-2015 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/env.c b/plugins/sudoers/env.c index c23706660..eae852af7 100644 --- a/plugins/sudoers/env.c +++ b/plugins/sudoers/env.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2000-2005, 2007-2016 - * Todd C. Miller + * 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/env_pattern.c b/plugins/sudoers/env_pattern.c index e00214cd4..f3245d82b 100644 --- a/plugins/sudoers/env_pattern.c +++ b/plugins/sudoers/env_pattern.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Todd C. Miller + * Copyright (c) 2017 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/filedigest.c b/plugins/sudoers/filedigest.c index b3f6ac6cc..674f476e7 100644 --- a/plugins/sudoers/filedigest.c +++ b/plugins/sudoers/filedigest.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Todd C. Miller + * Copyright (c) 2013-2017 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/filedigest_gcrypt.c b/plugins/sudoers/filedigest_gcrypt.c index 078cfade6..032d140e5 100644 --- a/plugins/sudoers/filedigest_gcrypt.c +++ b/plugins/sudoers/filedigest_gcrypt.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Todd C. Miller + * Copyright (c) 2017 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/filedigest_openssl.c b/plugins/sudoers/filedigest_openssl.c index 64904fd6a..83d2627e0 100644 --- a/plugins/sudoers/filedigest_openssl.c +++ b/plugins/sudoers/filedigest_openssl.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Todd C. Miller + * Copyright (c) 2013-2017 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/find_path.c b/plugins/sudoers/find_path.c index 1742ecea5..dba3a0875 100644 --- a/plugins/sudoers/find_path.c +++ b/plugins/sudoers/find_path.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1996, 1998-2005, 2010-2015 - * Todd C. Miller + * 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/gc.c b/plugins/sudoers/gc.c index 89e0ac996..8093c8383 100644 --- a/plugins/sudoers/gc.c +++ b/plugins/sudoers/gc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Todd C. Miller + * Copyright (c) 2016 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/gentime.c b/plugins/sudoers/gentime.c index b81ed9cff..d786be82d 100644 --- a/plugins/sudoers/gentime.c +++ b/plugins/sudoers/gentime.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Todd C. Miller + * Copyright (c) 2017 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/getspwuid.c b/plugins/sudoers/getspwuid.c index 212c0c23d..f77e132a5 100644 --- a/plugins/sudoers/getspwuid.c +++ b/plugins/sudoers/getspwuid.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1996, 1998-2005, 2010-2012, 2014-2015 - * Todd C. Miller + * 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/gmtoff.c b/plugins/sudoers/gmtoff.c index 7e01773fc..9e9dafda7 100644 --- a/plugins/sudoers/gmtoff.c +++ b/plugins/sudoers/gmtoff.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Todd C. Miller + * Copyright (c) 2017 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/goodpath.c b/plugins/sudoers/goodpath.c index 33bd9d6a9..0ceb09ecd 100644 --- a/plugins/sudoers/goodpath.c +++ b/plugins/sudoers/goodpath.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1996, 1998-2005, 2010-2012, 2014-2016 - * Todd C. Miller + * 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/gram.c b/plugins/sudoers/gram.c index 8dea2f211..f457af4e5 100644 --- a/plugins/sudoers/gram.c +++ b/plugins/sudoers/gram.c @@ -39,7 +39,7 @@ #line 2 "gram.y" /* * Copyright (c) 1996, 1998-2005, 2007-2013, 2014-2017 - * Todd C. Miller + * 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/gram.y b/plugins/sudoers/gram.y index e2963c2b5..c346f7fd9 100644 --- a/plugins/sudoers/gram.y +++ b/plugins/sudoers/gram.y @@ -1,7 +1,7 @@ %{ /* * Copyright (c) 1996, 1998-2005, 2007-2013, 2014-2017 - * Todd C. Miller + * 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/group_plugin.c b/plugins/sudoers/group_plugin.c index 443d2af58..b3fc5bb5f 100644 --- a/plugins/sudoers/group_plugin.c +++ b/plugins/sudoers/group_plugin.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2015 Todd C. Miller + * Copyright (c) 2010-2015 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/hexchar.c b/plugins/sudoers/hexchar.c index f3b30c7a4..9077a73e4 100644 --- a/plugins/sudoers/hexchar.c +++ b/plugins/sudoers/hexchar.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2015 Todd C. Miller + * Copyright (c) 2013-2015 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/ins_2001.h b/plugins/sudoers/ins_2001.h index b1fc30c0f..c6ad6ff01 100644 --- a/plugins/sudoers/ins_2001.h +++ b/plugins/sudoers/ins_2001.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998, 1999 Todd C. Miller + * Copyright (c) 1996, 1998, 1999 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/ins_classic.h b/plugins/sudoers/ins_classic.h index 70e49e744..2448151a5 100644 --- a/plugins/sudoers/ins_classic.h +++ b/plugins/sudoers/ins_classic.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998, 1999 Todd C. Miller + * Copyright (c) 1996, 1998, 1999 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/ins_csops.h b/plugins/sudoers/ins_csops.h index 5ddd126e5..45c5dd3a9 100644 --- a/plugins/sudoers/ins_csops.h +++ b/plugins/sudoers/ins_csops.h @@ -1,6 +1,6 @@ /* * Copyright (c) 1996, 1998, 1999, 2004 - * Todd C. Miller + * 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/ins_goons.h b/plugins/sudoers/ins_goons.h index 4dbd47f70..5ed5e316a 100644 --- a/plugins/sudoers/ins_goons.h +++ b/plugins/sudoers/ins_goons.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998, 1999 Todd C. Miller + * Copyright (c) 1996, 1998, 1999 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/insults.h b/plugins/sudoers/insults.h index 31f1a4eb2..2114cc2b9 100644 --- a/plugins/sudoers/insults.h +++ b/plugins/sudoers/insults.h @@ -1,6 +1,6 @@ /* * Copyright (c) 1994-1996, 1998-1999, 2004 - * Todd C. Miller + * 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/interfaces.c b/plugins/sudoers/interfaces.c index d1b4dae75..77f8d06c0 100644 --- a/plugins/sudoers/interfaces.c +++ b/plugins/sudoers/interfaces.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2016 Todd C. Miller + * Copyright (c) 2010-2016 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/interfaces.h b/plugins/sudoers/interfaces.h index 07cf9f582..73e55b45d 100644 --- a/plugins/sudoers/interfaces.h +++ b/plugins/sudoers/interfaces.h @@ -1,6 +1,6 @@ /* * Copyright (c) 1996, 1998-2005, 2007, 2010-2013 - * Todd C. Miller + * 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.c b/plugins/sudoers/iolog.c index 52cbe28c8..192407031 100644 --- a/plugins/sudoers/iolog.c +++ b/plugins/sudoers/iolog.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2017 Todd C. Miller + * Copyright (c) 2009-2017 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.h b/plugins/sudoers/iolog.h index 3d1dba7c5..d614b2c62 100644 --- a/plugins/sudoers/iolog.h +++ b/plugins/sudoers/iolog.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Todd C. Miller + * Copyright (c) 2013 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 b0c30bba9..16a453e6a 100644 --- a/plugins/sudoers/iolog_path.c +++ b/plugins/sudoers/iolog_path.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2015 Todd C. Miller + * Copyright (c) 2011-2015 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 9a5156a65..15e6b155d 100644 --- a/plugins/sudoers/ldap.c +++ b/plugins/sudoers/ldap.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2017 Todd C. Miller + * Copyright (c) 2003-2017 Todd C. Miller * * This code is derived from software contributed by Aaron Spangler. * diff --git a/plugins/sudoers/linux_audit.c b/plugins/sudoers/linux_audit.c index ec0437f6e..5923396dc 100644 --- a/plugins/sudoers/linux_audit.c +++ b/plugins/sudoers/linux_audit.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2015 Todd C. Miller + * Copyright (c) 2010-2015 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/linux_audit.h b/plugins/sudoers/linux_audit.h index 07413aa53..84e55a0c8 100644 --- a/plugins/sudoers/linux_audit.h +++ b/plugins/sudoers/linux_audit.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2013 Todd C. Miller + * Copyright (c) 2010, 2013 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/locale.c b/plugins/sudoers/locale.c index 459c39549..9e3f36926 100644 --- a/plugins/sudoers/locale.c +++ b/plugins/sudoers/locale.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2016 Todd C. Miller + * Copyright (c) 2012-2016 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/logging.c b/plugins/sudoers/logging.c index 7c4dc55bb..2aee016be 100644 --- a/plugins/sudoers/logging.c +++ b/plugins/sudoers/logging.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1994-1996, 1998-2016 Todd C. Miller + * Copyright (c) 1994-1996, 1998-2016 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/logging.h b/plugins/sudoers/logging.h index 671e7efc2..6a72b3ef7 100644 --- a/plugins/sudoers/logging.h +++ b/plugins/sudoers/logging.h @@ -1,6 +1,6 @@ /* * Copyright (c) 1999-2005, 2009-2014 - * Todd C. Miller + * 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/logwrap.c b/plugins/sudoers/logwrap.c index df2a57f1b..4fd88dacc 100644 --- a/plugins/sudoers/logwrap.c +++ b/plugins/sudoers/logwrap.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2014-2016 Todd C. Miller + * Copyright (c) 2011, 2014-2016 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/match.c b/plugins/sudoers/match.c index bb68285ec..31703ca71 100644 --- a/plugins/sudoers/match.c +++ b/plugins/sudoers/match.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1996, 1998-2005, 2007-2017 - * Todd C. Miller + * 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/match_addr.c b/plugins/sudoers/match_addr.c index 671b39f73..46cd93151 100644 --- a/plugins/sudoers/match_addr.c +++ b/plugins/sudoers/match_addr.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1996, 1998-2005, 2007-2015 - * Todd C. Miller + * 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/mkdir_parents.c b/plugins/sudoers/mkdir_parents.c index 36e6ffb97..f6871c704 100644 --- a/plugins/sudoers/mkdir_parents.c +++ b/plugins/sudoers/mkdir_parents.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2017 Todd C. Miller + * Copyright (c) 2009-2017 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/parse.c b/plugins/sudoers/parse.c index a12e88c5a..ae6e5c7ce 100644 --- a/plugins/sudoers/parse.c +++ b/plugins/sudoers/parse.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2005, 2007-2017 Todd C. Miller + * Copyright (c) 2004-2005, 2007-2017 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/parse.h b/plugins/sudoers/parse.h index e4cb7dc96..7bbe21ecd 100644 --- a/plugins/sudoers/parse.h +++ b/plugins/sudoers/parse.h @@ -1,6 +1,6 @@ /* * Copyright (c) 1996, 1998-2000, 2004, 2007-2016 - * Todd C. Miller + * 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/po/sudoers.pot b/plugins/sudoers/po/sudoers.pot index b8ff30d31..2939270b7 100644 --- a/plugins/sudoers/po/sudoers.pot +++ b/plugins/sudoers/po/sudoers.pot @@ -1,6 +1,6 @@ # Portable object template file for the sudoers plugin # This file is put in the public domain. -# Todd C. Miller , 2011-2016 +# Todd C. Miller , 2011-2016 # #, fuzzy msgid "" diff --git a/plugins/sudoers/policy.c b/plugins/sudoers/policy.c index d0a17ae85..28d6bd87a 100644 --- a/plugins/sudoers/policy.c +++ b/plugins/sudoers/policy.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2017 Todd C. Miller + * Copyright (c) 2010-2017 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/prompt.c b/plugins/sudoers/prompt.c index 608352e58..de3259742 100644 --- a/plugins/sudoers/prompt.c +++ b/plugins/sudoers/prompt.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1993-1996,1998-2005, 2007-2015 - * Todd C. Miller + * 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/pwutil.c b/plugins/sudoers/pwutil.c index 2e817702c..1983311af 100644 --- a/plugins/sudoers/pwutil.c +++ b/plugins/sudoers/pwutil.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1996, 1998-2005, 2007-2017 - * Todd C. Miller + * 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/pwutil.h b/plugins/sudoers/pwutil.h index 1599ead3b..7c36e70b8 100644 --- a/plugins/sudoers/pwutil.h +++ b/plugins/sudoers/pwutil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013, 2015-2017 Todd C. Miller + * Copyright (c) 2010-2013, 2015-2017 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/pwutil_impl.c b/plugins/sudoers/pwutil_impl.c index 1749a19b1..c4afe70db 100644 --- a/plugins/sudoers/pwutil_impl.c +++ b/plugins/sudoers/pwutil_impl.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1996, 1998-2005, 2007-2017 - * Todd C. Miller + * 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/rcstr.c b/plugins/sudoers/rcstr.c index 33ad557bc..ef279c116 100644 --- a/plugins/sudoers/rcstr.c +++ b/plugins/sudoers/rcstr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Todd C. Miller + * Copyright (c) 2016 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/redblack.c b/plugins/sudoers/redblack.c index 793f980fe..6ffa15219 100644 --- a/plugins/sudoers/redblack.c +++ b/plugins/sudoers/redblack.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2004-2005, 2007, 2009-2015 - * Todd C. Miller + * 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/redblack.h b/plugins/sudoers/redblack.h index 5f5a78ce1..2b4063663 100644 --- a/plugins/sudoers/redblack.h +++ b/plugins/sudoers/redblack.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2004, 2007, 2010, 2013 - * Todd C. Miller + * 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/regress/check_symbols/check_symbols.c b/plugins/sudoers/regress/check_symbols/check_symbols.c index 4ba058379..664760978 100644 --- a/plugins/sudoers/regress/check_symbols/check_symbols.c +++ b/plugins/sudoers/regress/check_symbols/check_symbols.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2015 Todd C. Miller + * Copyright (c) 2012-2015 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/regress/env_match/check_env_pattern.c b/plugins/sudoers/regress/env_match/check_env_pattern.c index a8b1be4be..2de025750 100644 --- a/plugins/sudoers/regress/env_match/check_env_pattern.c +++ b/plugins/sudoers/regress/env_match/check_env_pattern.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Todd C. Miller + * Copyright (c) 2017 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/regress/iolog_path/check_iolog_path.c b/plugins/sudoers/regress/iolog_path/check_iolog_path.c index fd3a5188f..69ea767f2 100644 --- a/plugins/sudoers/regress/iolog_path/check_iolog_path.c +++ b/plugins/sudoers/regress/iolog_path/check_iolog_path.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2013 Todd C. Miller + * Copyright (c) 2011-2013 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/regress/logging/check_wrap.c b/plugins/sudoers/regress/logging/check_wrap.c index dcda5dc0c..cc007adb4 100644 --- a/plugins/sudoers/regress/logging/check_wrap.c +++ b/plugins/sudoers/regress/logging/check_wrap.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2013 Todd C. Miller + * Copyright (c) 2011-2013 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/regress/parser/check_addr.c b/plugins/sudoers/regress/parser/check_addr.c index eb4619a1c..fc7035366 100644 --- a/plugins/sudoers/regress/parser/check_addr.c +++ b/plugins/sudoers/regress/parser/check_addr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2013 Todd C. Miller + * Copyright (c) 2011-2013 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/regress/parser/check_base64.c b/plugins/sudoers/regress/parser/check_base64.c index 34bfec388..6faf1b91a 100644 --- a/plugins/sudoers/regress/parser/check_base64.c +++ b/plugins/sudoers/regress/parser/check_base64.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2015 Todd C. Miller + * Copyright (c) 2013-2015 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/regress/parser/check_digest.c b/plugins/sudoers/regress/parser/check_digest.c index fbb4261b2..ec744eb2c 100644 --- a/plugins/sudoers/regress/parser/check_digest.c +++ b/plugins/sudoers/regress/parser/check_digest.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2015 Todd C. Miller + * Copyright (c) 2013-2015 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/regress/parser/check_fill.c b/plugins/sudoers/regress/parser/check_fill.c index c731d04f3..e0312b6b1 100644 --- a/plugins/sudoers/regress/parser/check_fill.c +++ b/plugins/sudoers/regress/parser/check_fill.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2016 Todd C. Miller + * Copyright (c) 2011-2016 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/regress/parser/check_gentime.c b/plugins/sudoers/regress/parser/check_gentime.c index 3ad612e57..7aa8a3271 100644 --- a/plugins/sudoers/regress/parser/check_gentime.c +++ b/plugins/sudoers/regress/parser/check_gentime.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Todd C. Miller + * Copyright (c) 2017 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/regress/parser/check_hexchar.c b/plugins/sudoers/regress/parser/check_hexchar.c index 7aef3dc30..f0bf7c835 100644 --- a/plugins/sudoers/regress/parser/check_hexchar.c +++ b/plugins/sudoers/regress/parser/check_hexchar.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015 Todd C. Miller + * Copyright (c) 2014-2015 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/set_perms.c b/plugins/sudoers/set_perms.c index 4fd794a0e..febfc5a72 100644 --- a/plugins/sudoers/set_perms.c +++ b/plugins/sudoers/set_perms.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1994-1996, 1998-2017 Todd C. Miller + * Copyright (c) 1994-1996, 1998-2017 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/sssd.c b/plugins/sudoers/sssd.c index 4f735e86b..b29768cb4 100644 --- a/plugins/sudoers/sssd.c +++ b/plugins/sudoers/sssd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2016 Todd C. Miller + * Copyright (c) 2003-2016 Todd C. Miller * Copyright (c) 2011 Daniel Kopecek * * This code is derived from software contributed by Aaron Spangler. diff --git a/plugins/sudoers/sudo_nss.c b/plugins/sudoers/sudo_nss.c index 98075ccd6..355d12ca8 100644 --- a/plugins/sudoers/sudo_nss.c +++ b/plugins/sudoers/sudo_nss.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2015 Todd C. Miller + * Copyright (c) 2007-2015 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/sudo_nss.h b/plugins/sudoers/sudo_nss.h index c88ccc6b7..8569c9ba6 100644 --- a/plugins/sudoers/sudo_nss.h +++ b/plugins/sudoers/sudo_nss.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2011, 2013-2015 Todd C. Miller + * Copyright (c) 2007-2011, 2013-2015 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/sudo_printf.c b/plugins/sudoers/sudo_printf.c index 465eef8cd..f826ed0ff 100644 --- a/plugins/sudoers/sudo_printf.c +++ b/plugins/sudoers/sudo_printf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 Todd C. Miller + * Copyright (c) 2010-2012 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 8bb5cab40..50dcf08f7 100644 --- a/plugins/sudoers/sudoers.c +++ b/plugins/sudoers/sudoers.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1993-1996, 1998-2017 Todd C. Miller + * Copyright (c) 1993-1996, 1998-2017 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 062c8ee4d..852d2c2da 100644 --- a/plugins/sudoers/sudoers.h +++ b/plugins/sudoers/sudoers.h @@ -1,6 +1,6 @@ /* * Copyright (c) 1993-1996, 1998-2005, 2007-2017 - * Todd C. Miller + * 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/sudoers2ldif b/plugins/sudoers/sudoers2ldif index 67a62214e..dee939228 100755 --- a/plugins/sudoers/sudoers2ldif +++ b/plugins/sudoers/sudoers2ldif @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Copyright (c) 2007, 2010-2011, 2013 Todd C. Miller +# Copyright (c) 2007, 2010-2011, 2013 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_debug.c b/plugins/sudoers/sudoers_debug.c index c6b8e17ea..69fe46d7f 100644 --- a/plugins/sudoers/sudoers_debug.c +++ b/plugins/sudoers/sudoers_debug.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015 Todd C. Miller + * Copyright (c) 2014-2015 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_debug.h b/plugins/sudoers/sudoers_debug.h index 3cf5f42ee..7a4df4eec 100644 --- a/plugins/sudoers/sudoers_debug.h +++ b/plugins/sudoers/sudoers_debug.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Todd C. Miller + * Copyright (c) 2014 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_version.h b/plugins/sudoers/sudoers_version.h index 6418a196c..23bb706b3 100644 --- a/plugins/sudoers/sudoers_version.h +++ b/plugins/sudoers/sudoers_version.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2011-2013, 2015, 2017 - * Todd C. Miller + * 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/sudoreplay.c b/plugins/sudoers/sudoreplay.c index 9d182c3e3..2a16e9475 100644 --- a/plugins/sudoers/sudoreplay.c +++ b/plugins/sudoers/sudoreplay.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2017 Todd C. Miller + * Copyright (c) 2009-2017 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 937a6aa2a..31b02a252 100644 --- a/plugins/sudoers/testsudoers.c +++ b/plugins/sudoers/testsudoers.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1996, 1998-2005, 2007-2016 - * Todd C. Miller + * 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/timeout.c b/plugins/sudoers/timeout.c index baddeadcd..452444b98 100644 --- a/plugins/sudoers/timeout.c +++ b/plugins/sudoers/timeout.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Todd C. Miller + * Copyright (c) 2017 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/timestamp.c b/plugins/sudoers/timestamp.c index 1def3d47a..b2f50e472 100644 --- a/plugins/sudoers/timestamp.c +++ b/plugins/sudoers/timestamp.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2017 Todd C. Miller + * Copyright (c) 2014-2017 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/timestr.c b/plugins/sudoers/timestr.c index 3cdb25af5..7db9f437b 100644 --- a/plugins/sudoers/timestr.c +++ b/plugins/sudoers/timestr.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1999, 2009-2011, 2013-2015, 2017 - * Todd C. Miller + * 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/toke.c b/plugins/sudoers/toke.c index 4341756c2..b42a15f04 100644 --- a/plugins/sudoers/toke.c +++ b/plugins/sudoers/toke.c @@ -1949,7 +1949,7 @@ char *yytext; #line 2 "toke.l" /* * Copyright (c) 1996, 1998-2005, 2007-2017 - * Todd C. Miller + * 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/toke.h b/plugins/sudoers/toke.h index 5b13e6710..6c75840d5 100644 --- a/plugins/sudoers/toke.h +++ b/plugins/sudoers/toke.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2013, 2015-2016 Todd C. Miller + * Copyright (c) 2011-2013, 2015-2016 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/toke.l b/plugins/sudoers/toke.l index afb0080f2..70e078423 100644 --- a/plugins/sudoers/toke.l +++ b/plugins/sudoers/toke.l @@ -1,7 +1,7 @@ %{ /* * Copyright (c) 1996, 1998-2005, 2007-2017 - * Todd C. Miller + * 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/toke_util.c b/plugins/sudoers/toke_util.c index 9b5382e03..fccbcc8c6 100644 --- a/plugins/sudoers/toke_util.c +++ b/plugins/sudoers/toke_util.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1996, 1998-2005, 2007-2016 - * Todd C. Miller + * 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/tsgetgrpw.c b/plugins/sudoers/tsgetgrpw.c index 7c89e6b16..1c6525985 100644 --- a/plugins/sudoers/tsgetgrpw.c +++ b/plugins/sudoers/tsgetgrpw.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2005, 2008, 2010-2015 - * Todd C. Miller + * 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/tsgetgrpw.h b/plugins/sudoers/tsgetgrpw.h index 5c380c399..c0e008c2e 100644 --- a/plugins/sudoers/tsgetgrpw.h +++ b/plugins/sudoers/tsgetgrpw.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Todd C. Miller + * Copyright (c) 2010 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/visudo.c b/plugins/sudoers/visudo.c index 293530d46..97cc87960 100644 --- a/plugins/sudoers/visudo.c +++ b/plugins/sudoers/visudo.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1996, 1998-2005, 2007-2017 - * Todd C. Miller + * 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/visudo_json.c b/plugins/sudoers/visudo_json.c index f3c330f1d..3dcf44bbf 100644 --- a/plugins/sudoers/visudo_json.c +++ b/plugins/sudoers/visudo_json.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Todd C. Miller + * Copyright (c) 2013-2016 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/system_group/Makefile.in b/plugins/system_group/Makefile.in index eca722d9a..dcda8ea82 100644 --- a/plugins/system_group/Makefile.in +++ b/plugins/system_group/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2011-2017 Todd C. Miller +# Copyright (c) 2011-2017 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/system_group/system_group.c b/plugins/system_group/system_group.c index 1561ec0df..24c6a0a5b 100644 --- a/plugins/system_group/system_group.c +++ b/plugins/system_group/system_group.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2014 Todd C. Miller + * Copyright (c) 2010-2014 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/po/sudo.pot b/po/sudo.pot index 31a73fdd8..6117ebdbd 100644 --- a/po/sudo.pot +++ b/po/sudo.pot @@ -1,6 +1,6 @@ # Portable object template file for sudo # This file is put in the public domain. -# Todd C. Miller , 2011-2016 +# Todd C. Miller , 2011-2016 # #, fuzzy msgid "" diff --git a/src/Makefile.in b/src/Makefile.in index adb9895a5..0585c90d1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 2010-2017 Todd C. Miller +# Copyright (c) 2010-2017 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/src/conversation.c b/src/conversation.c index 041ec3f68..7c7b3c3ad 100644 --- a/src/conversation.c +++ b/src/conversation.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2005, 2007-2012 Todd C. Miller + * Copyright (c) 1999-2005, 2007-2012 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/src/env_hooks.c b/src/env_hooks.c index adb1e2cad..2b0d29bef 100644 --- a/src/env_hooks.c +++ b/src/env_hooks.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2012-2016 Todd C. Miller + * Copyright (c) 2010, 2012-2016 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/src/exec.c b/src/exec.c index 2e8499932..60b150dc1 100644 --- a/src/exec.c +++ b/src/exec.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2017 Todd C. Miller + * Copyright (c) 2009-2017 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/src/exec_common.c b/src/exec_common.c index f0b345d26..58b18456b 100644 --- a/src/exec_common.c +++ b/src/exec_common.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2016 Todd C. Miller + * Copyright (c) 2009-2016 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/src/exec_monitor.c b/src/exec_monitor.c index d497f620c..5546be635 100644 --- a/src/exec_monitor.c +++ b/src/exec_monitor.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2017 Todd C. Miller + * Copyright (c) 2009-2017 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/src/exec_nopty.c b/src/exec_nopty.c index 9beeb9b41..1d49f012d 100644 --- a/src/exec_nopty.c +++ b/src/exec_nopty.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2017 Todd C. Miller + * Copyright (c) 2009-2017 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/src/exec_pty.c b/src/exec_pty.c index bd0be1e99..275a28e1d 100644 --- a/src/exec_pty.c +++ b/src/exec_pty.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2017 Todd C. Miller + * Copyright (c) 2009-2017 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/src/get_pty.c b/src/get_pty.c index 4cc25503e..9bf7225ef 100644 --- a/src/get_pty.c +++ b/src/get_pty.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2009-2012, 2014-2016 - * Todd C. Miller + * 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/src/hooks.c b/src/hooks.c index fe267a254..6964fe838 100644 --- a/src/hooks.c +++ b/src/hooks.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2016 Todd C. Miller + * Copyright (c) 2012-2016 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/src/load_plugins.c b/src/load_plugins.c index fb620b121..dc7cbdade 100644 --- a/src/load_plugins.c +++ b/src/load_plugins.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2016 Todd C. Miller + * Copyright (c) 2009-2016 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/src/net_ifs.c b/src/net_ifs.c index f186d41af..a1a2905ad 100644 --- a/src/net_ifs.c +++ b/src/net_ifs.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1996, 1998-2005, 2007-2015 - * Todd C. Miller + * 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/src/openbsd.c b/src/openbsd.c index f791c9c5e..2fb1158f2 100644 --- a/src/openbsd.c +++ b/src/openbsd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 Todd C. Miller + * Copyright (c) 2012 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/src/parse_args.c b/src/parse_args.c index 4b6abd1aa..6742f018a 100644 --- a/src/parse_args.c +++ b/src/parse_args.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1993-1996, 1998-2017 Todd C. Miller + * Copyright (c) 1993-1996, 1998-2017 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/src/preload.c b/src/preload.c index 8836513c8..d97d2f74a 100644 --- a/src/preload.c +++ b/src/preload.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2011, 2013 Todd C. Miller + * Copyright (c) 2010, 2011, 2013 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/src/preserve_fds.c b/src/preserve_fds.c index 60067c58b..c782f0712 100644 --- a/src/preserve_fds.c +++ b/src/preserve_fds.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2015 Todd C. Miller + * Copyright (c) 2013-2015 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/src/regress/noexec/check_noexec.c b/src/regress/noexec/check_noexec.c index 7d790844e..ad726dc2c 100644 --- a/src/regress/noexec/check_noexec.c +++ b/src/regress/noexec/check_noexec.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Todd C. Miller + * Copyright (c) 2016 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/src/regress/ttyname/check_ttyname.c b/src/regress/ttyname/check_ttyname.c index 19950412c..6b0c0c2db 100644 --- a/src/regress/ttyname/check_ttyname.c +++ b/src/regress/ttyname/check_ttyname.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Todd C. Miller + * Copyright (c) 2013-2016 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/src/selinux.c b/src/selinux.c index 71bba949f..a9dfcc4fa 100644 --- a/src/selinux.c +++ b/src/selinux.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2016 Todd C. Miller + * Copyright (c) 2009-2016 Todd C. Miller * Copyright (c) 2008 Dan Walsh * * Borrowed heavily from newrole source code diff --git a/src/sesh.c b/src/sesh.c index 85a451fa7..29d6e920f 100644 --- a/src/sesh.c +++ b/src/sesh.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2010-2016 Todd C. Miller + * Copyright (c) 2008, 2010-2016 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/src/signal.c b/src/signal.c index eef29361a..3150e14a8 100644 --- a/src/signal.c +++ b/src/signal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2016 Todd C. Miller + * Copyright (c) 2009-2016 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/src/solaris.c b/src/solaris.c index 20b3846b2..0f8f2a848 100644 --- a/src/solaris.c +++ b/src/solaris.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2015 Todd C. Miller + * Copyright (c) 2009-2015 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/src/sudo.c b/src/sudo.c index bde103b1d..daa129c83 100644 --- a/src/sudo.c +++ b/src/sudo.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2017 Todd C. Miller + * Copyright (c) 2009-2017 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/src/sudo.h b/src/sudo.h index 3b1a63cfd..a4a92f6bb 100644 --- a/src/sudo.h +++ b/src/sudo.h @@ -1,6 +1,6 @@ /* * Copyright (c) 1993-1996, 1998-2005, 2007-2016 - * Todd C. Miller + * 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/src/sudo_edit.c b/src/sudo_edit.c index caf1446ae..214fc260f 100644 --- a/src/sudo_edit.c +++ b/src/sudo_edit.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2008, 2010-2017 Todd C. Miller + * Copyright (c) 2004-2008, 2010-2017 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/src/sudo_exec.h b/src/sudo_exec.h index 42c7102d0..c8c79417c 100644 --- a/src/sudo_exec.h +++ b/src/sudo_exec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2016 Todd C. Miller + * Copyright (c) 2010-2016 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/src/sudo_noexec.c b/src/sudo_noexec.c index 64a8b06e5..c2cababd0 100644 --- a/src/sudo_noexec.c +++ b/src/sudo_noexec.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2005, 2010-2016 Todd C. Miller + * Copyright (c) 2004-2005, 2010-2016 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/src/sudo_plugin_int.h b/src/sudo_plugin_int.h index 7f23712fc..8d7dde093 100644 --- a/src/sudo_plugin_int.h +++ b/src/sudo_plugin_int.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2014 Todd C. Miller + * Copyright (c) 2010-2014 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/src/sudo_usage.h.in b/src/sudo_usage.h.in index a46dc3bff..1886e85c1 100644 --- a/src/sudo_usage.h.in +++ b/src/sudo_usage.h.in @@ -1,6 +1,6 @@ /* * Copyright (c) 2007-2010, 2013, 2015, 2017 - * Todd C. Miller + * 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/src/tcsetpgrp_nobg.c b/src/tcsetpgrp_nobg.c index 9cac67835..4e0596ca1 100644 --- a/src/tcsetpgrp_nobg.c +++ b/src/tcsetpgrp_nobg.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Todd C. Miller + * Copyright (c) 2017 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/src/tgetpass.c b/src/tgetpass.c index cc4738c45..85fc98cab 100644 --- a/src/tgetpass.c +++ b/src/tgetpass.c @@ -1,6 +1,6 @@ /* * Copyright (c) 1996, 1998-2005, 2007-2016 - * Todd C. Miller + * 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/src/ttyname.c b/src/ttyname.c index 5fda11a6c..6dca7e25a 100644 --- a/src/ttyname.c +++ b/src/ttyname.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Todd C. Miller + * Copyright (c) 2012-2017 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/src/utmp.c b/src/utmp.c index 12366b6c2..052c8614a 100644 --- a/src/utmp.c +++ b/src/utmp.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2016 Todd C. Miller + * Copyright (c) 2011-2016 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/sudo.pp b/sudo.pp index 6595c0a11..7e0564b41 100644 --- a/sudo.pp +++ b/sudo.pp @@ -81,7 +81,7 @@ still allow people to get their work done." pp_rpm_license="BSD" pp_rpm_url="https://www.sudo.ws" pp_rpm_group="Applications/System" - pp_rpm_packager="Todd C. Miller " + pp_rpm_packager="Todd C. Miller " if test -n "$linux_audit"; then pp_rpm_requires="audit-libs >= $linux_audit" fi -- 2.40.0