From 1dd06aa33e994976a5a06858d6d52f7222355231 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 4 Nov 2013 10:50:13 -0800 Subject: [PATCH] Change my email address to eagle@eyrie.org --- LICENSE | 6 +++--- Makefile.am | 2 +- README | 4 ++-- configure.ac | 4 ++-- cracklib/fascist.c | 8 ++++---- cracklib/packer.c | 4 ++-- cracklib/packer.h | 8 ++++---- cracklib/packlib.c | 8 ++++---- cracklib/rules.c | 4 ++-- cracklib/stringlib.c | 4 ++-- m4/cracklib.m4 | 2 +- m4/krb5-config.m4 | 2 +- m4/krb5.m4 | 2 +- m4/lib-depends.m4 | 2 +- m4/lib-helper.m4 | 2 +- m4/lib-pathname.m4 | 2 +- m4/snprintf.m4 | 2 +- m4/tinycdb.m4 | 2 +- m4/vamacros.m4 | 2 +- plugin/cdb.c | 2 +- plugin/config.c | 2 +- plugin/cracklib.c | 2 +- plugin/error.c | 2 +- plugin/general.c | 2 +- plugin/heimdal.c | 2 +- plugin/internal.h | 2 +- plugin/principal.c | 2 +- portable/asprintf.c | 2 +- portable/dummy.c | 2 +- portable/kadmin.h | 2 +- portable/krb5-extra.c | 2 +- portable/krb5.h | 2 +- portable/macros.h | 2 +- portable/snprintf.c | 2 +- portable/stdbool.h | 2 +- portable/system.h | 2 +- tests/HOWTO | 2 +- tests/data/make-krb5-conf | 2 +- tests/data/passwords/make-c-data | 2 +- tests/data/passwords/tests.h | 2 +- tests/data/perlcriticrc | 2 +- tests/docs/pod-spelling-t | 2 +- tests/docs/pod-t | 2 +- tests/perl/critic-t | 2 +- tests/perl/minimum-version-t | 2 +- tests/perl/strict-t | 2 +- tests/plugin/heimdal-t.c | 2 +- tests/plugin/mit-t.c | 2 +- tests/portable/asprintf-t.c | 2 +- tests/portable/snprintf-t.c | 4 ++-- tests/runtests.c | 2 +- tests/tap/basic.c | 2 +- tests/tap/basic.h | 2 +- tests/tap/kerberos.c | 2 +- tests/tap/kerberos.h | 2 +- tests/tap/libtap.sh | 4 ++-- tests/tap/macros.h | 2 +- tests/tap/perl/Test/RRA.pm | 4 ++-- tests/tap/perl/Test/RRA/Automake.pm | 4 ++-- tests/tap/perl/Test/RRA/Config.pm | 2 +- tests/tap/process.c | 4 ++-- tests/tap/process.h | 2 +- tests/tap/string.c | 2 +- tests/tap/string.h | 2 +- tests/tools/cdbmake-wordlist-t | 2 +- tests/tools/heimdal-strength-t | 2 +- tests/util/messages-krb5-t.c | 2 +- tests/util/messages-t.c | 4 ++-- tests/util/xmalloc-t | 4 ++-- tests/util/xmalloc.c | 2 +- tools/cdbmake-wordlist | 2 +- tools/heimdal-strength.c | 2 +- tools/heimdal-strength.pod | 2 +- util/macros.h | 2 +- util/messages-krb5.c | 2 +- util/messages-krb5.h | 2 +- util/messages.c | 2 +- 77 files changed, 100 insertions(+), 100 deletions(-) diff --git a/LICENSE b/LICENSE index c5b9723..f172785 100644 --- a/LICENSE +++ b/LICENSE @@ -10,7 +10,7 @@ Copyright: 2006-2007, 2009-2013 License: Expat Files: * -Copyright: 2000-2002, 2004-2012 Russ Allbery +Copyright: 2000-2002, 2004-2012 Russ Allbery 2001-2002, 2004-2013 The Board of Trustees of the Leland Stanford Junior University 2010 the Massachusetts Institute of Technology @@ -110,7 +110,7 @@ License: rra-public-domain Files: portable/snprintf.c tests/portable/snprintf-t.c Copyright: 1995 Patrick Powell - 2000-2006 Russ Allbery + 2000-2006 Russ Allbery 2001 Hrvoje Niksic 2009-2010 The Board of Trustees of the Leland Stanford Junior University License: Powell-snprintf @@ -119,7 +119,7 @@ License: Powell-snprintf on all source code distributions Files: tests/HOWTO tools/heimdal-strength.1 tools/heimdal-strength.pod -Copyright: 2010 Russ Allbery +Copyright: 2010 Russ Allbery 2010, 2013 The Board of Trustees of the Leland Stanford Junior University License: all-permissive Copying and distribution of this file, with or without modification, are diff --git a/Makefile.am b/Makefile.am index bdfae89..997ed36 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # Automake makefile for krb5-strength. # -# Written by Russ Allbery +# Written by Russ Allbery # Copyright 2007, 2009, 2010, 2012, 2013 # The Board of Trustees of the Leland Stanford Junior University # diff --git a/README b/README index 43a8f12..d951103 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ krb5-strength 2.1 (Kerberos password strength checking plugin) - Maintained by Russ Allbery + Maintained by Russ Allbery Copyright 2006, 2007, 2009, 2010, 2012, 2013 The Board of Trustees of the Leland Stanford Junior University. Portions copyright 1993 Alec @@ -359,7 +359,7 @@ SUPPORT will always have the current version of this package, the current documentation, and pointers to any additional resources. - I welcome bug reports and patches for this package at rra@stanford.edu. + I welcome bug reports and patches for this package at eagle@eyrie.org. However, please be aware that I tend to be extremely busy and work projects often take priority. I'll save your mail and get to it as soon as I can, but it may take me a couple of months. diff --git a/configure.ac b/configure.ac index ee929d3..884ae4e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Written by Russ Allbery +dnl Written by Russ Allbery dnl Copyright 2006, 2007, 2009, 2010, 2012, 2013 dnl The Board of Trustees of the Leland Stanford Junior University dnl @@ -8,7 +8,7 @@ dnl See LICENSE for licensing terms. dnl Basic Autoconf configuration. AC_PREREQ([2.64]) -AC_INIT([krb5-strength], [2.1], [rra@stanford.edu]) +AC_INIT([krb5-strength], [2.1], [eagle@eyrie.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_LIBOBJ_DIR([portable]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/cracklib/fascist.c b/cracklib/fascist.c index e51a613..2d9310c 100644 --- a/cracklib/fascist.c +++ b/cracklib/fascist.c @@ -9,23 +9,23 @@ /* * Modified as part of the krb5-strength project as follows: * - * 2007-03-22 Russ Allbery + * 2007-03-22 Russ Allbery * - Add four-, five-, and six-character prefix and suffix rules. * - Longer passwords must contain more different characters, up to 8. * - Disable GECOS checking (useless for a server). * - Replace exit(-1) with return when dictionary doesn't exist. * - Additional system includes for other functions. - * 2009-10-14 Russ Allbery + * 2009-10-14 Russ Allbery * - Add ANSI C protototypes for all functions. * - Tweaks for const cleanliness. * - Add parentheses around assignment used for its truth value. * - Change a variable to unsigned int to avoid gcc warnings. * - Remove the unused FascistGecos function. - * 2012-05-11 Russ Allbery + * 2012-05-11 Russ Allbery * - Change MINLENGTH to 8. * - Use a separate buffer to hold the reversed password. * - Also check whether a password is a duplicated dictionary word. - * 2013-09-24 Russ Allbery + * 2013-09-24 Russ Allbery * - Replaced MAXSTEP with allowing one increment per four characters. * - Changed error for very short passwords to match current CrackLib. * - Close the dictionary after each password lookup. diff --git a/cracklib/packer.c b/cracklib/packer.c index 11ee937..e601b38 100644 --- a/cracklib/packer.c +++ b/cracklib/packer.c @@ -9,9 +9,9 @@ /* * Modified as part of the krb5-strength project as follows: * - * 2009-10-14 Russ Allbery + * 2009-10-14 Russ Allbery * - Add ANSI C protototypes for all functions. - * 2010-03-14 Russ Allbery + * 2010-03-14 Russ Allbery * - Use unsigned long instead of int32 to avoid printf warnings. */ diff --git a/cracklib/packer.h b/cracklib/packer.h index f277847..b0f6703 100644 --- a/cracklib/packer.h +++ b/cracklib/packer.h @@ -9,13 +9,13 @@ /* * Modified as part of the krb5-strength project as follows: * - * 2007-03-23 Russ Allbery + * 2007-03-23 Russ Allbery * - Add ANSI C prototypes and prototype additional functions. - * 2009-10-14 Russ Allbery + * 2009-10-14 Russ Allbery * - Prototype changes for const cleanliness. - * 2010-03-14 Russ Allbery + * 2010-03-14 Russ Allbery * - Fix int8, int16, and int32 definitions. - * 2013-10-01 Russ Allbery + * 2013-10-01 Russ Allbery * - Set hidden visibility on all symbols by default. */ diff --git a/cracklib/packlib.c b/cracklib/packlib.c index 70112f9..c7f9799 100644 --- a/cracklib/packlib.c +++ b/cracklib/packlib.c @@ -9,19 +9,19 @@ /* * Modified as part of the krb5-strength project as follows: * - * 2007-03-23 Russ Allbery + * 2007-03-23 Russ Allbery * - Apply Debian patch to improve the search logic. * - Don't crash if the dictionary is corrupt. * - Additional system includes for other functions. - * 2009-10-14 Russ Allbery + * 2009-10-14 Russ Allbery * - Add ANSI C protototypes for all functions. * - Tweaks for const cleanliness. * - Add parentheses around assignment used for its truth value. * - Make internal functions static. * - Remove unused variables. - * 2009-11-18 Russ Allbery + * 2009-11-18 Russ Allbery * - Fixed the data format output by packer to properly pad the end. - * 2013-09-24 Russ Allbery + * 2013-09-24 Russ Allbery * - Add a missing ANSI C prototype. * - Remove last block optimization in GetPW and start fresh each time. */ diff --git a/cracklib/rules.c b/cracklib/rules.c index b1829ed..c4ffc97 100644 --- a/cracklib/rules.c +++ b/cracklib/rules.c @@ -9,13 +9,13 @@ /* * Modified as part of the krb5-strength project as follows: * - * 2007-03-22 Russ Allbery + * 2007-03-22 Russ Allbery * - Cap deletion of leading or trailing characters at one more than half * the length of the password string and no more than five characters. * This goes with a change to fascist.c that adds rules to delete more * leading and trailing characters for longer passwords. * - Additional system includes for other functions. - * 2009-10-14 Russ Allbery + * 2009-10-14 Russ Allbery * - Simplify Debug() function for how it's actually called. * - Add ANSI C protototypes for all functions. * - Tweaks for const cleanliness. diff --git a/cracklib/stringlib.c b/cracklib/stringlib.c index b4f1359..3a38164 100644 --- a/cracklib/stringlib.c +++ b/cracklib/stringlib.c @@ -9,9 +9,9 @@ /* * Modified as part of the krb5-strength project as follows: * - * 2007-03-23 Russ Allbery + * 2007-03-23 Russ Allbery * - Additional system includes for other functions. - * 2009-10-14 Russ Allbery + * 2009-10-14 Russ Allbery * - Add ANSI C protototypes for all functions. * - Remove unused Clone function. */ diff --git a/m4/cracklib.m4 b/m4/cracklib.m4 index 4f9ac05..d19bd15 100644 --- a/m4/cracklib.m4 +++ b/m4/cracklib.m4 @@ -17,7 +17,7 @@ dnl RRA_LIB_CRACKLIB_SWITCH. dnl dnl Depends on RRA_SET_LDFLAGS. dnl -dnl Written by Russ Allbery +dnl Written by Russ Allbery dnl Copyright 2010 dnl The Board of Trustees of the Leland Stanford Junior University dnl diff --git a/m4/krb5-config.m4 b/m4/krb5-config.m4 index d73085f..c69c4f3 100644 --- a/m4/krb5-config.m4 +++ b/m4/krb5-config.m4 @@ -10,7 +10,7 @@ dnl dnl The canonical version of this file is maintained in the rra-c-util dnl package, available at . dnl -dnl Written by Russ Allbery +dnl Written by Russ Allbery dnl Copyright 2011, 2012 dnl The Board of Trustees of the Leland Stanford Junior University dnl diff --git a/m4/krb5.m4 b/m4/krb5.m4 index 964023a..2556425 100644 --- a/m4/krb5.m4 +++ b/m4/krb5.m4 @@ -39,7 +39,7 @@ dnl dnl The canonical version of this file is maintained in the rra-c-util dnl package, available at . dnl -dnl Written by Russ Allbery +dnl Written by Russ Allbery dnl Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011 dnl The Board of Trustees of the Leland Stanford Junior University dnl diff --git a/m4/lib-depends.m4 b/m4/lib-depends.m4 index b5185f3..22d38ee 100644 --- a/m4/lib-depends.m4 +++ b/m4/lib-depends.m4 @@ -12,7 +12,7 @@ dnl dnl The canonical version of this file is maintained in the rra-c-util dnl package, available at . dnl -dnl Written by Russ Allbery +dnl Written by Russ Allbery dnl Copyright 2005, 2006, 2007 dnl The Board of Trustees of the Leland Stanford Junior University dnl diff --git a/m4/lib-helper.m4 b/m4/lib-helper.m4 index 32d4a75..c45a60e 100644 --- a/m4/lib-helper.m4 +++ b/m4/lib-helper.m4 @@ -11,7 +11,7 @@ dnl dnl The canonical version of this file is maintained in the rra-c-util dnl package, available at . dnl -dnl Written by Russ Allbery +dnl Written by Russ Allbery dnl Copyright 2011, 2013 dnl The Board of Trustees of the Leland Stanford Junior University dnl diff --git a/m4/lib-pathname.m4 b/m4/lib-pathname.m4 index fd5a5a1..828270f 100644 --- a/m4/lib-pathname.m4 +++ b/m4/lib-pathname.m4 @@ -15,7 +15,7 @@ dnl dnl The canonical version of this file is maintained in the rra-c-util dnl package, available at . dnl -dnl Written by Russ Allbery +dnl Written by Russ Allbery dnl Copyright 2008, 2009 dnl The Board of Trustees of the Leland Stanford Junior University dnl diff --git a/m4/snprintf.m4 b/m4/snprintf.m4 index cd585ef..f134ab9 100644 --- a/m4/snprintf.m4 +++ b/m4/snprintf.m4 @@ -12,7 +12,7 @@ dnl dnl The canonical version of this file is maintained in the rra-c-util dnl package, available at . dnl -dnl Written by Russ Allbery +dnl Written by Russ Allbery dnl Copyright 2006, 2008, 2009 dnl The Board of Trustees of the Leland Stanford Junior University dnl diff --git a/m4/tinycdb.m4 b/m4/tinycdb.m4 index 1c9ef43..75a629d 100644 --- a/m4/tinycdb.m4 +++ b/m4/tinycdb.m4 @@ -14,7 +14,7 @@ dnl library is found. dnl dnl Depends on the lib-helper.m4 infrastructure. dnl -dnl Written by Russ Allbery +dnl Written by Russ Allbery dnl Copyright 2010, 2013 dnl The Board of Trustees of the Leland Stanford Junior University dnl diff --git a/m4/vamacros.m4 b/m4/vamacros.m4 index af98f6a..62fb82d 100644 --- a/m4/vamacros.m4 +++ b/m4/vamacros.m4 @@ -16,7 +16,7 @@ dnl dnl The canonical version of this file is maintained in the rra-c-util dnl package, available at . dnl -dnl Written by Russ Allbery +dnl Written by Russ Allbery dnl Copyright 2006, 2008, 2009 dnl The Board of Trustees of the Leland Stanford Junior University dnl diff --git a/plugin/cdb.c b/plugin/cdb.c index dc80d86..92e08eb 100644 --- a/plugin/cdb.c +++ b/plugin/cdb.c @@ -8,7 +8,7 @@ * or end, two characters removed from the start, two from the end, or one * character from both start and end. * - * Written by Russ Allbery + * Written by Russ Allbery * Copyright 2013 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/plugin/config.c b/plugin/config.c index 9cbd3b4..d60ef50 100644 --- a/plugin/config.c +++ b/plugin/config.c @@ -5,7 +5,7 @@ * settings from krb5.conf. This wraps the somewhat awkward * krb5_appdefaults_* functions. * - * Written by Russ Allbery + * Written by Russ Allbery * Copyright 2013 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/plugin/cracklib.c b/plugin/cracklib.c index 61d6948..ed5d4ae 100644 --- a/plugin/cracklib.c +++ b/plugin/cracklib.c @@ -7,7 +7,7 @@ * * Developed by Derrick Brashear and Ken Hornstein of Sine Nomine Associates, * on behalf of Stanford University - * Extensive modifications by Russ Allbery + * Extensive modifications by Russ Allbery * Copyright 2006, 2007, 2009, 2012, 2013 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/plugin/error.c b/plugin/error.c index e6525ef..583c723 100644 --- a/plugin/error.c +++ b/plugin/error.c @@ -4,7 +4,7 @@ * Provides helper functions for the rest of the plugin code to store an error * message in the Kerberos context. * - * Written by Russ Allbery + * Written by Russ Allbery * Copyright 2013 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/plugin/general.c b/plugin/general.c index 752ca3d..644d76e 100644 --- a/plugin/general.c +++ b/plugin/general.c @@ -8,7 +8,7 @@ * * Developed by Derrick Brashear and Ken Hornstein of Sine Nomine Associates, * on behalf of Stanford University - * Extensive modifications by Russ Allbery + * Extensive modifications by Russ Allbery * Copyright 2006, 2007, 2009, 2012, 2013 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/plugin/heimdal.c b/plugin/heimdal.c index a9755e9..52c8197 100644 --- a/plugin/heimdal.c +++ b/plugin/heimdal.c @@ -11,7 +11,7 @@ * Of course, the external Heimdal strength checking program can be used * instead. * - * Written by Russ Allbery + * Written by Russ Allbery * Copyright 2009, 2013 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/plugin/internal.h b/plugin/internal.h index f0e3865..fe13b9f 100644 --- a/plugin/internal.h +++ b/plugin/internal.h @@ -3,7 +3,7 @@ * * Developed by Derrick Brashear and Ken Hornstein of Sine Nomine Associates, * on behalf of Stanford University - * Extensive modifications by Russ Allbery + * Extensive modifications by Russ Allbery * Copyright 2006, 2007, 2009, 2012, 2013 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/plugin/principal.c b/plugin/principal.c index 88ead59..5dfe55d 100644 --- a/plugin/principal.c +++ b/plugin/principal.c @@ -7,7 +7,7 @@ * * Developed by Derrick Brashear and Ken Hornstein of Sine Nomine Associates, * on behalf of Stanford University - * Extensive modifications by Russ Allbery + * Extensive modifications by Russ Allbery * Copyright 2006, 2007, 2009, 2012, 2013 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/portable/asprintf.c b/portable/asprintf.c index 0093070..7bdfd0d 100644 --- a/portable/asprintf.c +++ b/portable/asprintf.c @@ -7,7 +7,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery + * Written by Russ Allbery * * The authors hereby relinquish any claim to any copyright that they may have * in this work, whether granted under contract or by operation of law or diff --git a/portable/dummy.c b/portable/dummy.c index e054268..890bc0c 100644 --- a/portable/dummy.c +++ b/portable/dummy.c @@ -8,7 +8,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery + * Written by Russ Allbery * * The authors hereby relinquish any claim to any copyright that they may have * in this work, whether granted under contract or by operation of law or diff --git a/portable/kadmin.h b/portable/kadmin.h index e5854de..d4c591c 100644 --- a/portable/kadmin.h +++ b/portable/kadmin.h @@ -8,7 +8,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery + * Written by Russ Allbery * * The authors hereby relinquish any claim to any copyright that they may have * in this work, whether granted under contract or by operation of law or diff --git a/portable/krb5-extra.c b/portable/krb5-extra.c index 849842c..b1c8b8d 100644 --- a/portable/krb5-extra.c +++ b/portable/krb5-extra.c @@ -9,7 +9,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery + * Written by Russ Allbery * * The authors hereby relinquish any claim to any copyright that they may have * in this work, whether granted under contract or by operation of law or diff --git a/portable/krb5.h b/portable/krb5.h index f63a6fb..19016ba 100644 --- a/portable/krb5.h +++ b/portable/krb5.h @@ -19,7 +19,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery + * Written by Russ Allbery * * The authors hereby relinquish any claim to any copyright that they may have * in this work, whether granted under contract or by operation of law or diff --git a/portable/macros.h b/portable/macros.h index b33d064..b5093f5 100644 --- a/portable/macros.h +++ b/portable/macros.h @@ -4,7 +4,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery + * Written by Russ Allbery * * The authors hereby relinquish any claim to any copyright that they may have * in this work, whether granted under contract or by operation of law or diff --git a/portable/snprintf.c b/portable/snprintf.c index d42e11f..e3754a3 100644 --- a/portable/snprintf.c +++ b/portable/snprintf.c @@ -73,7 +73,7 @@ * fixed handling of %.0f * added test for HAVE_LONG_DOUBLE * - * Russ Allbery 2000-08-26 + * Russ Allbery 2000-08-26 * fixed return value to comply with C99 * fixed handling of snprintf(NULL, ...) * diff --git a/portable/stdbool.h b/portable/stdbool.h index 045436f..14d011b 100644 --- a/portable/stdbool.h +++ b/portable/stdbool.h @@ -8,7 +8,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery + * Written by Russ Allbery * * The authors hereby relinquish any claim to any copyright that they may have * in this work, whether granted under contract or by operation of law or diff --git a/portable/system.h b/portable/system.h index 173d8e9..c04d68e 100644 --- a/portable/system.h +++ b/portable/system.h @@ -22,7 +22,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery + * Written by Russ Allbery * * The authors hereby relinquish any claim to any copyright that they may have * in this work, whether granted under contract or by operation of law or diff --git a/tests/HOWTO b/tests/HOWTO index 5d38748..b94985d 100644 --- a/tests/HOWTO +++ b/tests/HOWTO @@ -240,7 +240,7 @@ License This file is part of the documentation of C TAP Harness, which can be found at . - Copyright 2010 Russ Allbery + Copyright 2010 Russ Allbery Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/tests/data/make-krb5-conf b/tests/data/make-krb5-conf index 42891b3..ebea963 100755 --- a/tests/data/make-krb5-conf +++ b/tests/data/make-krb5-conf @@ -4,7 +4,7 @@ # pointing to the password dictionary we generated for the build. This script # is used by C tests to set up the environment. # -# Written by Russ Allbery +# Written by Russ Allbery # Copyright 2009, 2013 # The Board of Trustees of the Leland Stanford Junior University # diff --git a/tests/data/passwords/make-c-data b/tests/data/passwords/make-c-data index 2d6f0e9..57d9e94 100755 --- a/tests/data/passwords/make-c-data +++ b/tests/data/passwords/make-c-data @@ -191,7 +191,7 @@ code field. =head1 AUTHOR -Russ Allbery +Russ Allbery =head1 COPYRIGHT AND LICENSE diff --git a/tests/data/passwords/tests.h b/tests/data/passwords/tests.h index 6de74a9..dd38bde 100644 --- a/tests/data/passwords/tests.h +++ b/tests/data/passwords/tests.h @@ -4,7 +4,7 @@ * This header provides the struct definition for password test data written * out by make-c-data. It's included by the test data files. * - * Written by Russ Allbery + * Written by Russ Allbery * Copyright 2013 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/tests/data/perlcriticrc b/tests/data/perlcriticrc index 7032cb8..b05bb38 100644 --- a/tests/data/perlcriticrc +++ b/tests/data/perlcriticrc @@ -9,7 +9,7 @@ # The canonical version of this file is maintained in the rra-c-util package, # which can be found at . # -# Written by Russ Allbery +# Written by Russ Allbery # Copyright 2011, 2012, 2013 # The Board of Trustees of the Leland Stanford Junior University # diff --git a/tests/docs/pod-spelling-t b/tests/docs/pod-spelling-t index e1a95cd..1a02af8 100755 --- a/tests/docs/pod-spelling-t +++ b/tests/docs/pod-spelling-t @@ -7,7 +7,7 @@ # The canonical version of this file is maintained in the rra-c-util package, # which can be found at . # -# Written by Russ Allbery +# Written by Russ Allbery # Copyright 2012, 2013 # The Board of Trustees of the Leland Stanford Junior University # diff --git a/tests/docs/pod-t b/tests/docs/pod-t index 2743287..6918271 100755 --- a/tests/docs/pod-t +++ b/tests/docs/pod-t @@ -6,7 +6,7 @@ # The canonical version of this file is maintained in the rra-c-util package, # which can be found at . # -# Written by Russ Allbery +# Written by Russ Allbery # Copyright 2012, 2013 # The Board of Trustees of the Leland Stanford Junior University # diff --git a/tests/perl/critic-t b/tests/perl/critic-t index 89b872d..d588d65 100755 --- a/tests/perl/critic-t +++ b/tests/perl/critic-t @@ -9,7 +9,7 @@ # The canonical version of this file is maintained in the rra-c-util package, # which can be found at . # -# Written by Russ Allbery +# Written by Russ Allbery # Copyright 2012, 2013 # The Board of Trustees of the Leland Stanford Junior University # diff --git a/tests/perl/minimum-version-t b/tests/perl/minimum-version-t index 266f208..060d51e 100755 --- a/tests/perl/minimum-version-t +++ b/tests/perl/minimum-version-t @@ -9,7 +9,7 @@ # The canonical version of this file is maintained in the rra-c-util package, # which can be found at . # -# Written by Russ Allbery +# Written by Russ Allbery # Copyright 2012, 2013 # The Board of Trustees of the Leland Stanford Junior University # diff --git a/tests/perl/strict-t b/tests/perl/strict-t index a2f92cb..6bac75f 100755 --- a/tests/perl/strict-t +++ b/tests/perl/strict-t @@ -11,7 +11,7 @@ # The canonical version of this file is maintained in the rra-c-util package, # which can be found at . # -# Written by Russ Allbery +# Written by Russ Allbery # Copyright 2012, 2013 # The Board of Trustees of the Leland Stanford Junior University # diff --git a/tests/plugin/heimdal-t.c b/tests/plugin/heimdal-t.c index af3057a..c4bafc9 100644 --- a/tests/plugin/heimdal-t.c +++ b/tests/plugin/heimdal-t.c @@ -1,7 +1,7 @@ /* * Test for the Heimdal shared module API. * - * Written by Russ Allbery + * Written by Russ Allbery * Copyright 2009, 2013 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/tests/plugin/mit-t.c b/tests/plugin/mit-t.c index 71a1c98..3f96284 100644 --- a/tests/plugin/mit-t.c +++ b/tests/plugin/mit-t.c @@ -1,7 +1,7 @@ /* * Test for the MIT Kerberos shared module API. * - * Written by Russ Allbery + * Written by Russ Allbery * Copyright 2010, 2013 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/tests/portable/asprintf-t.c b/tests/portable/asprintf-t.c index 4513a85..c61c14a 100644 --- a/tests/portable/asprintf-t.c +++ b/tests/portable/asprintf-t.c @@ -4,7 +4,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery + * Written by Russ Allbery * * The authors hereby relinquish any claim to any copyright that they may have * in this work, whether granted under contract or by operation of law or diff --git a/tests/portable/snprintf-t.c b/tests/portable/snprintf-t.c index 927de96..270d2e1 100644 --- a/tests/portable/snprintf-t.c +++ b/tests/portable/snprintf-t.c @@ -4,9 +4,9 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery + * Written by Russ Allbery * Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 - * Russ Allbery + * Russ Allbery * Copyright 2009, 2010 * The Board of Trustees of the Leland Stanford Junior University * Copyright 1995 Patrick Powell diff --git a/tests/runtests.c b/tests/runtests.c index 5518c39..be34ab3 100644 --- a/tests/runtests.c +++ b/tests/runtests.c @@ -55,7 +55,7 @@ * Harness . * * Copyright 2000, 2001, 2004, 2006, 2007, 2008, 2009, 2010, 2011 - * Russ Allbery + * Russ Allbery * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/tests/tap/basic.c b/tests/tap/basic.c index 35350c8..254c19f 100644 --- a/tests/tap/basic.c +++ b/tests/tap/basic.c @@ -12,7 +12,7 @@ * This file is part of C TAP Harness. The current version plus supporting * documentation is at . * - * Copyright 2009, 2010, 2011, 2012 Russ Allbery + * Copyright 2009, 2010, 2011, 2012 Russ Allbery * Copyright 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2011, 2012, 2013 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/tests/tap/basic.h b/tests/tap/basic.h index fa4adaf..c55f662 100644 --- a/tests/tap/basic.h +++ b/tests/tap/basic.h @@ -4,7 +4,7 @@ * This file is part of C TAP Harness. The current version plus supporting * documentation is at . * - * Copyright 2009, 2010, 2011, 2012 Russ Allbery + * Copyright 2009, 2010, 2011, 2012 Russ Allbery * Copyright 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2011, 2012 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/tests/tap/kerberos.c b/tests/tap/kerberos.c index 474cf4f..6f593f8 100644 --- a/tests/tap/kerberos.c +++ b/tests/tap/kerberos.c @@ -14,7 +14,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery + * Written by Russ Allbery * Copyright 2006, 2007, 2009, 2010, 2011, 2012 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/tests/tap/kerberos.h b/tests/tap/kerberos.h index 8ce0da9..ed2ef7b 100644 --- a/tests/tap/kerberos.h +++ b/tests/tap/kerberos.h @@ -4,7 +4,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery + * Written by Russ Allbery * Copyright 2006, 2007, 2009, 2011, 2012, 2013 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/tests/tap/libtap.sh b/tests/tap/libtap.sh index 0ffab2d..9731032 100644 --- a/tests/tap/libtap.sh +++ b/tests/tap/libtap.sh @@ -9,8 +9,8 @@ # writing test cases. It is part of C TAP Harness, which can be found at # . # -# Written by Russ Allbery -# Copyright 2009, 2010, 2011, 2012 Russ Allbery +# Written by Russ Allbery +# Copyright 2009, 2010, 2011, 2012 Russ Allbery # Copyright 2006, 2007, 2008, 2013 # The Board of Trustees of the Leland Stanford Junior University # diff --git a/tests/tap/macros.h b/tests/tap/macros.h index 33fee42..368f95e 100644 --- a/tests/tap/macros.h +++ b/tests/tap/macros.h @@ -8,7 +8,7 @@ * This file is part of C TAP Harness. The current version plus supporting * documentation is at . * - * Copyright 2008, 2012 Russ Allbery + * Copyright 2008, 2012 Russ Allbery * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/tests/tap/perl/Test/RRA.pm b/tests/tap/perl/Test/RRA.pm index c4560dd..eec262e 100644 --- a/tests/tap/perl/Test/RRA.pm +++ b/tests/tap/perl/Test/RRA.pm @@ -9,7 +9,7 @@ # The canonical version of this file is maintained in the rra-c-util package, # which can be found at . # -# Written by Russ Allbery +# Written by Russ Allbery # Copyright 2013 # The Board of Trustees of the Leland Stanford Junior University # @@ -188,7 +188,7 @@ value of an array. =head1 AUTHOR -Russ Allbery +Russ Allbery =head1 COPYRIGHT AND LICENSE diff --git a/tests/tap/perl/Test/RRA/Automake.pm b/tests/tap/perl/Test/RRA/Automake.pm index 5a0f4e8..3232bc8 100644 --- a/tests/tap/perl/Test/RRA/Automake.pm +++ b/tests/tap/perl/Test/RRA/Automake.pm @@ -13,7 +13,7 @@ # The canonical version of this file is maintained in the rra-c-util package, # which can be found at . # -# Written by Russ Allbery +# Written by Russ Allbery # Copyright 2013 # The Board of Trustees of the Leland Stanford Junior University # @@ -324,7 +324,7 @@ calls BAIL_OUT if FILE could not be found. =head1 AUTHOR -Russ Allbery +Russ Allbery =head1 COPYRIGHT AND LICENSE diff --git a/tests/tap/perl/Test/RRA/Config.pm b/tests/tap/perl/Test/RRA/Config.pm index 21c2f20..556df39 100644 --- a/tests/tap/perl/Test/RRA/Config.pm +++ b/tests/tap/perl/Test/RRA/Config.pm @@ -170,7 +170,7 @@ into the local namespace to avoid long variable names. =head1 AUTHOR -Russ Allbery +Russ Allbery =head1 COPYRIGHT AND LICENSE diff --git a/tests/tap/process.c b/tests/tap/process.c index 8ed4cfd..ac60aae 100644 --- a/tests/tap/process.c +++ b/tests/tap/process.c @@ -10,8 +10,8 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery - * Copyright 2002, 2004, 2005 Russ Allbery + * Written by Russ Allbery + * Copyright 2002, 2004, 2005 Russ Allbery * Copyright 2009, 2010, 2011 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/tests/tap/process.h b/tests/tap/process.h index df74b5f..ed90345 100644 --- a/tests/tap/process.h +++ b/tests/tap/process.h @@ -4,7 +4,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery + * Written by Russ Allbery * Copyright 2009, 2010 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/tests/tap/string.c b/tests/tap/string.c index f5c965c..6ed7e68 100644 --- a/tests/tap/string.c +++ b/tests/tap/string.c @@ -7,7 +7,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Copyright 2011, 2012 Russ Allbery + * Copyright 2011, 2012 Russ Allbery * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/tests/tap/string.h b/tests/tap/string.h index 2f699e4..cc51945 100644 --- a/tests/tap/string.h +++ b/tests/tap/string.h @@ -7,7 +7,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Copyright 2011, 2012 Russ Allbery + * Copyright 2011, 2012 Russ Allbery * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/tests/tools/cdbmake-wordlist-t b/tests/tools/cdbmake-wordlist-t index 2ff6612..f2c63ac 100755 --- a/tests/tools/cdbmake-wordlist-t +++ b/tests/tools/cdbmake-wordlist-t @@ -2,7 +2,7 @@ # # Test suite for the cdbmake-wordlist utility. # -# Written by Russ Allbery +# Written by Russ Allbery # Copyright 2013 # The Board of Trustees of the Leland Stanford Junior University # diff --git a/tests/tools/heimdal-strength-t b/tests/tools/heimdal-strength-t index 1c25c83..102ac24 100755 --- a/tests/tools/heimdal-strength-t +++ b/tests/tools/heimdal-strength-t @@ -2,7 +2,7 @@ # # Test suite for basic Heimdal external strength checking functionality. # -# Written by Russ Allbery +# Written by Russ Allbery # Copyright 2009, 2012, 2013 # The Board of Trustees of the Leland Stanford Junior University # diff --git a/tests/util/messages-krb5-t.c b/tests/util/messages-krb5-t.c index 35a4632..8015c4e 100644 --- a/tests/util/messages-krb5-t.c +++ b/tests/util/messages-krb5-t.c @@ -4,7 +4,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery + * Written by Russ Allbery * Copyright 2010, 2011, 2013 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/tests/util/messages-t.c b/tests/util/messages-t.c index 54f1cf1..f60fa6a 100644 --- a/tests/util/messages-t.c +++ b/tests/util/messages-t.c @@ -4,8 +4,8 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery - * Copyright 2002, 2004, 2005 Russ Allbery + * Written by Russ Allbery + * Copyright 2002, 2004, 2005 Russ Allbery * Copyright 2009, 2010, 2011, 2012 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/tests/util/xmalloc-t b/tests/util/xmalloc-t index b6c6dfd..74e4bbd 100755 --- a/tests/util/xmalloc-t +++ b/tests/util/xmalloc-t @@ -5,8 +5,8 @@ # The canonical version of this file is maintained in the rra-c-util package, # which can be found at . # -# Written by Russ Allbery -# Copyright 2000, 2001, 2006 Russ Allbery +# Written by Russ Allbery +# Copyright 2000, 2001, 2006 Russ Allbery # Copyright 2008, 2009, 2010, 2012 # The Board of Trustees of the Leland Stanford Junior University # diff --git a/tests/util/xmalloc.c b/tests/util/xmalloc.c index 7e650e4..a415614 100644 --- a/tests/util/xmalloc.c +++ b/tests/util/xmalloc.c @@ -4,7 +4,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Copyright 2000, 2001, 2006 Russ Allbery + * Copyright 2000, 2001, 2006 Russ Allbery * Copyright 2008, 2012, 2013 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/tools/cdbmake-wordlist b/tools/cdbmake-wordlist index bceb0ea..557ca60 100755 --- a/tools/cdbmake-wordlist +++ b/tools/cdbmake-wordlist @@ -154,7 +154,7 @@ C). =head1 AUTHOR -Russ Allbery +Russ Allbery =head1 COPYRIGHT AND LICENSE diff --git a/tools/heimdal-strength.c b/tools/heimdal-strength.c index 51416c7..775d3af 100644 --- a/tools/heimdal-strength.c +++ b/tools/heimdal-strength.c @@ -6,7 +6,7 @@ * interface. It uses a krb5.conf parameter to determine the location of its * dictionary. * - * Written by Russ Allbery + * Written by Russ Allbery * Copyright 2009, 2013 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/tools/heimdal-strength.pod b/tools/heimdal-strength.pod index 7884e0e..62d4370 100644 --- a/tools/heimdal-strength.pod +++ b/tools/heimdal-strength.pod @@ -55,7 +55,7 @@ krb5-strength package. =head1 AUTHOR -Russ Allbery +Russ Allbery =head1 COPYRIGHT AND LICENSE diff --git a/util/macros.h b/util/macros.h index 54faee5..d071793 100644 --- a/util/macros.h +++ b/util/macros.h @@ -4,7 +4,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery + * Written by Russ Allbery * * The authors hereby relinquish any claim to any copyright that they may have * in this work, whether granted under contract or by operation of law or diff --git a/util/messages-krb5.c b/util/messages-krb5.c index 82c1ffd..961ea1d 100644 --- a/util/messages-krb5.c +++ b/util/messages-krb5.c @@ -8,7 +8,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery + * Written by Russ Allbery * Copyright 2006, 2007, 2008, 2009, 2010, 2013 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/util/messages-krb5.h b/util/messages-krb5.h index 0e15703..3fc0862 100644 --- a/util/messages-krb5.h +++ b/util/messages-krb5.h @@ -4,7 +4,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery + * Written by Russ Allbery * Copyright 2006, 2007, 2008, 2009, 2010, 2013 * The Board of Trustees of the Leland Stanford Junior University * diff --git a/util/messages.c b/util/messages.c index 52fcfb7..9ec3ba8 100644 --- a/util/messages.c +++ b/util/messages.c @@ -53,7 +53,7 @@ * The canonical version of this file is maintained in the rra-c-util package, * which can be found at . * - * Written by Russ Allbery + * Written by Russ Allbery * Copyright 2008, 2009, 2010 * The Board of Trustees of the Leland Stanford Junior University * Copyright (c) 2004, 2005, 2006 -- 2.39.2