From: Todd C. Miller Date: Sat, 15 Mar 2003 20:31:02 +0000 (+0000) Subject: update copyright year X-Git-Tag: SUDO_1_6_7~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48229cbac63636788dcee8142f3b0c9a81af2019;p=sudo update copyright year --- diff --git a/LICENSE b/LICENSE index 9756b3d45..b283ede7d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Sudo is distributed under the following BSD-style license: - Copyright (c) 1994-1996,1998-2002 Todd C. Miller + Copyright (c) 1994-1996,1998-2003 Todd C. Miller All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Makefile.in b/Makefile.in index b75a3bf5e..94590b47e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 1996, 1998-2002 Todd C. Miller +# Copyright (c) 1996, 1998-2003 Todd C. Miller # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/aclocal.m4 b/aclocal.m4 index 5c015f60c..38e1fb931 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,6 +1,6 @@ dnl Local m4 macors for autoconf (used by sudo) dnl -dnl Copyright (c) 1994-1996,1998-2002 Todd C. Miller +dnl Copyright (c) 1994-1996,1998-2003 Todd C. Miller dnl dnl XXX - should cache values in all cases!!! dnl diff --git a/alloc.c b/alloc.c index 1b35f4b7a..c58fd169f 100644 --- a/alloc.c +++ b/alloc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2002 Todd C. Miller + * Copyright (c) 1999-2003 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/check.c b/check.c index 9d3108c76..4535b575f 100644 --- a/check.c +++ b/check.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1993-1996,1998-2001 Todd C. Miller + * Copyright (c) 1993-1996,1998-2003 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/compat.h b/compat.h index 06c92c9ca..5304cac4a 100644 --- a/compat.h +++ b/compat.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2002 Todd C. Miller + * Copyright (c) 1996, 1998-2003 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/configure.in b/configure.in index f4aab90b8..90206616e 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl dnl Process this file with GNU autoconf to produce a configure script. dnl $Sudo$ dnl -dnl Copyright (c) 1994-1996,1998-2002 Todd C. Miller +dnl Copyright (c) 1994-1996,1998-2003 Todd C. Miller dnl AC_INIT(sudo, 1.6.7) AC_CONFIG_HEADER(config.h pathnames.h) diff --git a/env.c b/env.c index 9c37f5ee8..542189c29 100644 --- a/env.c +++ b/env.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2002 Todd C. Miller + * Copyright (c) 2000-2003 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/find_path.c b/find_path.c index 5fbeb4e0a..ae34e2390 100644 --- a/find_path.c +++ b/find_path.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2001 Todd C. Miller + * Copyright (c) 1996, 1998-2003 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/interfaces.c b/interfaces.c index 5c338f917..7b3d1de00 100644 --- a/interfaces.c +++ b/interfaces.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2001 Todd C. Miller + * Copyright (c) 1996, 1998-2003 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/logging.c b/logging.c index d06032156..4a087cc9b 100644 --- a/logging.c +++ b/logging.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1994-1996,1998-2001 Todd C. Miller + * Copyright (c) 1994-1996,1998-2003 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/parse.c b/parse.c index ec54635fe..4bf6ba57a 100644 --- a/parse.c +++ b/parse.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2002 Todd C. Miller + * Copyright (c) 1996, 1998-2003 Todd C. Miller * All rights reserved. * * This code is derived from software contributed by Chris Jepeway. diff --git a/parse.lex b/parse.lex index dde434729..141bf61c2 100644 --- a/parse.lex +++ b/parse.lex @@ -1,6 +1,6 @@ %{ /* - * Copyright (c) 1996, 1998-2001 Todd C. Miller + * Copyright (c) 1996, 1998-2003 Todd C. Miller * All rights reserved. * * This code is derived from software contributed by Chris Jepeway. diff --git a/parse.yacc b/parse.yacc index 5ed436338..31c926c18 100644 --- a/parse.yacc +++ b/parse.yacc @@ -1,6 +1,6 @@ %{ /* - * Copyright (c) 1996, 1998-2001 Todd C. Miller + * Copyright (c) 1996, 1998-2003 Todd C. Miller * All rights reserved. * * This code is derived from software contributed by Chris Jepeway. diff --git a/set_perms.c b/set_perms.c index 5152a3a14..803bd2dbf 100644 --- a/set_perms.c +++ b/set_perms.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1994-1996,1998-2001 Todd C. Miller + * Copyright (c) 1994-1996,1998-2003 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sudo.c b/sudo.c index f8ba2d36f..e5863de1b 100644 --- a/sudo.c +++ b/sudo.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1993-1996,1998-2002 Todd C. Miller + * Copyright (c) 1993-1996,1998-2003 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sudo.h b/sudo.h index deba740ab..09d23f30a 100644 --- a/sudo.h +++ b/sudo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1993-1996,1998-2001 Todd C. Miller + * Copyright (c) 1993-1996,1998-2003 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sudo.pod b/sudo.pod index 7dc7cbd73..fa5135a9c 100644 --- a/sudo.pod +++ b/sudo.pod @@ -1,5 +1,5 @@ =cut -Copyright (c) 1994-1996,1998-2002 Todd C. Miller +Copyright (c) 1994-1996,1998-2003 Todd C. Miller All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/sudoers.pod b/sudoers.pod index ad0b28909..97a31f812 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -1,5 +1,5 @@ =cut -Copyright (c) 1994-1996,1998-2001 Todd C. Miller +Copyright (c) 1994-1996,1998-2003 Todd C. Miller All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/testsudoers.c b/testsudoers.c index 889f8a96f..f9d59be82 100644 --- a/testsudoers.c +++ b/testsudoers.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2001 Todd C. Miller + * Copyright (c) 1996, 1998-2003 Todd C. Miller * All rights reserved. * * This code is derived from software contributed by Chris Jepeway. diff --git a/version.h b/version.h index f591cdba2..980c05032 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2002 Todd C. Miller + * Copyright (c) 1996, 1998-2003 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/visudo.c b/visudo.c index d831b7439..9193b83f5 100644 --- a/visudo.c +++ b/visudo.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2001 Todd C. Miller + * Copyright (c) 1996, 1998-2003 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/visudo.pod b/visudo.pod index a8ec2bbbc..6f4b52e9e 100644 --- a/visudo.pod +++ b/visudo.pod @@ -1,5 +1,5 @@ =cut -Copyright (c) 1996,1998-2002 Todd C. Miller +Copyright (c) 1996,1998-2003 Todd C. Miller All rights reserved. Redistribution and use in source and binary forms, with or without