From: Todd C. Miller Date: Mon, 5 Jan 2004 17:15:32 +0000 (+0000) Subject: update copyright year X-Git-Tag: SUDO_1_6_8~278 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e421c95b819ccf40b167a846299056086e8a742;p=sudo update copyright year --- diff --git a/defaults.c b/defaults.c index 073289a2e..4737c35fc 100644 --- a/defaults.c +++ b/defaults.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2001, 2003 Todd C. Miller + * Copyright (c) 1999-2001, 2003-2004 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/env.c b/env.c index ca4c86737..5fd82399a 100644 --- a/env.c +++ b/env.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2003 Todd C. Miller + * Copyright (c) 2000-2004 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lex.yy.c b/lex.yy.c index 1a08e58be..ae4d4c137 100644 --- a/lex.yy.c +++ b/lex.yy.c @@ -855,7 +855,7 @@ char *yytext; #define INITIAL 0 #line 2 "parse.lex" /* - * Copyright (c) 1996, 1998-2003 Todd C. Miller + * Copyright (c) 1996, 1998-2004 Todd C. Miller * All rights reserved. * * This code is derived from software contributed by Chris Jepeway. diff --git a/parse.c b/parse.c index d333b14db..8c2703b8a 100644 --- a/parse.c +++ b/parse.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2003 Todd C. Miller + * Copyright (c) 1996, 1998-2004 Todd C. Miller * All rights reserved. * * This code is derived from software contributed by Chris Jepeway. diff --git a/parse.h b/parse.h index 74bb9648f..664c22589 100644 --- a/parse.h +++ b/parse.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998-2000 Todd C. Miller + * Copyright (c) 1996,1998-2000,2004 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/parse.lex b/parse.lex index e3dea3f31..2c5600867 100644 --- a/parse.lex +++ b/parse.lex @@ -1,6 +1,6 @@ %{ /* - * Copyright (c) 1996, 1998-2003 Todd C. Miller + * Copyright (c) 1996, 1998-2004 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 93a4b7f92..248adf7b1 100644 --- a/parse.yacc +++ b/parse.yacc @@ -1,6 +1,6 @@ %{ /* - * Copyright (c) 1996, 1998-2003 Todd C. Miller + * Copyright (c) 1996, 1998-2004 Todd C. Miller * All rights reserved. * * This code is derived from software contributed by Chris Jepeway. diff --git a/pathnames.h.in b/pathnames.h.in index ec8b1942b..b00b513bd 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998, 1999, 2001 + * Copyright (c) 1996, 1998, 1999, 2001, 2004 * 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 5a87464ea..dcce57fac 100644 --- a/sudo.c +++ b/sudo.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1993-1996,1998-2003 Todd C. Miller + * Copyright (c) 1993-1996,1998-2004 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 dec1f617a..231668295 100644 --- a/sudo.h +++ b/sudo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1993-1996,1998-2003 Todd C. Miller + * Copyright (c) 1993-1996,1998-2004 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sudo.tab.c b/sudo.tab.c index 2fd3b62a3..87a579657 100644 --- a/sudo.tab.c +++ b/sudo.tab.c @@ -18,7 +18,7 @@ static char yyrcsid[] #define YYPREFIX "yy" #line 2 "parse.yacc" /* - * Copyright (c) 1996, 1998-2003 Todd C. Miller + * Copyright (c) 1996, 1998-2004 Todd C. Miller * All rights reserved. * * This code is derived from software contributed by Chris Jepeway.