summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2004-01-05 17:15:32 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>2004-01-05 17:15:32 +0000
commit1e51942b213c16e11bec6e05a4f5e0ffb360d3b2 (patch)
tree768ab6f57309f791eab2e46145df84f9a308ce43
parentc78ab25f61eb115fa689bd29af7d6b1c5ec6814b (diff)
downloadsudo-1e51942b213c16e11bec6e05a4f5e0ffb360d3b2.tar.gz
update copyright year
-rw-r--r--defaults.c2
-rw-r--r--env.c2
-rw-r--r--lex.yy.c2
-rw-r--r--parse.c2
-rw-r--r--parse.h2
-rw-r--r--parse.lex2
-rw-r--r--parse.yacc2
-rw-r--r--pathnames.h.in2
-rw-r--r--sudo.c2
-rw-r--r--sudo.h2
-rw-r--r--sudo.tab.c2
11 files changed, 11 insertions, 11 deletions
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 <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999-2001, 2003-2004 Todd C. Miller <Todd.Miller@courtesan.com>
* 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 <Todd.Miller@courtesan.com>
+ * Copyright (c) 2000-2004 Todd C. Miller <Todd.Miller@courtesan.com>
* 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 <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2004 Todd C. Miller <Todd.Miller@courtesan.com>
* 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 <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2004 Todd C. Miller <Todd.Miller@courtesan.com>
* 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 <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996,1998-2000,2004 Todd C. Miller <Todd.Miller@courtesan.com>
* 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 <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2004 Todd C. Miller <Todd.Miller@courtesan.com>
* 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 <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2004 Todd C. Miller <Todd.Miller@courtesan.com>
* 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 <Todd.Miller@courtesan.com>. 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 <Todd.Miller@courtesan.com>
+ * Copyright (c) 1993-1996,1998-2004 Todd C. Miller <Todd.Miller@courtesan.com>
* 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 <Todd.Miller@courtesan.com>
+ * Copyright (c) 1993-1996,1998-2004 Todd C. Miller <Todd.Miller@courtesan.com>
* 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 <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2004 Todd C. Miller <Todd.Miller@courtesan.com>
* All rights reserved.
*
* This code is derived from software contributed by Chris Jepeway.