From 9e0bae9fc64153c3af8b72f96d3f181f1a5a63cc Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 17 Jan 2000 23:46:26 +0000 Subject: [PATCH] update copyright year on changed files --- LICENSE | 2 +- Makefile.in | 2 +- defaults.c | 2 +- defaults.h | 2 +- parse.c | 2 +- parse.h | 2 +- parse.yacc | 2 +- sudo.c | 2 +- sudo.h | 2 +- sudoers.pod | 2 +- testsudoers.c | 2 +- tgetpass.c | 2 +- version.h | 2 +- visudo.c | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/LICENSE b/LICENSE index cda1d5bae..0f6d615f9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Sudo is distributed under the following BSD-style license: - Copyright (c) 1994-1996,1998-1999 Todd C. Miller + Copyright (c) 1994-1996,1998-2000 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 7c4c73114..f03927c90 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # -# Copyright (c) 1996, 1998, 1999 Todd C. Miller +# Copyright (c) 1996, 1998-2000 Todd C. Miller # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/defaults.c b/defaults.c index ca280f739..a067f280f 100644 --- a/defaults.c +++ b/defaults.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999 Todd C. Miller + * Copyright (c) 1999-2000 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/defaults.h b/defaults.h index 3ece174eb..d70a8c925 100644 --- a/defaults.h +++ b/defaults.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999 Todd C. Miller + * Copyright (c) 1999-2000 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 5d3a0cc49..abca49c8d 100644 --- a/parse.c +++ b/parse.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998, 1999 Todd C. Miller + * Copyright (c) 1996, 1998-2000 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 e8a58b836..2316fd66c 100644 --- a/parse.h +++ b/parse.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998, 1999 Todd C. Miller + * Copyright (c) 1996, 1998-2000 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/parse.yacc b/parse.yacc index bff3424ce..655318902 100644 --- a/parse.yacc +++ b/parse.yacc @@ -1,6 +1,6 @@ %{ /* - * Copyright (c) 1996, 1998, 1999 Todd C. Miller + * Copyright (c) 1996, 1998-2000 Todd C. Miller * All rights reserved. * * This code is derived from software contributed by Chris Jepeway diff --git a/sudo.c b/sudo.c index e16148fd5..73f71df33 100644 --- a/sudo.c +++ b/sudo.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1994-1996,1998-1999 Todd C. Miller + * Copyright (c) 1994-1996,1998-2000 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 77b6f5c33..59683028b 100644 --- a/sudo.h +++ b/sudo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1994-1996,1998-1999 Todd C. Miller + * Copyright (c) 1994-1996,1998-2000 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 8bfd59cd0..3dcea4a51 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -1,5 +1,5 @@ =cut -Copyright (c) 1994-1996,1998-1999 Todd C. Miller +Copyright (c) 1994-1996,1998-2000 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 381a6b0d1..c77893c84 100644 --- a/testsudoers.c +++ b/testsudoers.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998, 1999 Todd C. Miller + * Copyright (c) 1996, 1998-2000 Todd C. Miller * All rights reserved. * * This code is derived from software contributed by Chris Jepeway diff --git a/tgetpass.c b/tgetpass.c index 7b3aa6cd1..586a6b927 100644 --- a/tgetpass.c +++ b/tgetpass.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998, 1999 Todd C. Miller + * Copyright (c) 1996, 1998-2000 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/version.h b/version.h index 5ce5cc022..732ba5f11 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998, 1999 Todd C. Miller + * Copyright (c) 1996, 1998-2000 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 e6092d674..68f69957d 100644 --- a/visudo.c +++ b/visudo.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 1998, 1999 Todd C. Miller + * Copyright (c) 1996, 1998-2000 Todd C. Miller * All rights reserved. * * Redistribution and use in source and binary forms, with or without