]> granicus.if.org Git - sudo/commitdiff
update copyright year
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 15 Mar 2003 20:31:02 +0000 (20:31 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 15 Mar 2003 20:31:02 +0000 (20:31 +0000)
23 files changed:
LICENSE
Makefile.in
aclocal.m4
alloc.c
check.c
compat.h
configure.in
env.c
find_path.c
interfaces.c
logging.c
parse.c
parse.lex
parse.yacc
set_perms.c
sudo.c
sudo.h
sudo.pod
sudoers.pod
testsudoers.c
version.h
visudo.c
visudo.pod

diff --git a/LICENSE b/LICENSE
index 9756b3d454009a42a5b102d2235ed6958056ac22..b283ede7d5ebad9f9747089be28e47ce552cdaf2 100644 (file)
--- 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 <Todd.Miller@courtesan.com>
+   Copyright (c) 1994-1996,1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
    All rights reserved.
 
    Redistribution and use in source and binary forms, with or without
index b75a3bf5ecbe6fe253578ff4436d12952e999ad7..94590b47e4e51a4f7dfdffef92b3f1e3b206399b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 1996, 1998-2002 Todd C. Miller <Todd.Miller@courtesan.com>
+# Copyright (c) 1996, 1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
index 5c015f60c9b23adc2d52a1aab12ac1ab99a00459..38e1fb93173a2507e555277a6e35dddfaac75ea9 100644 (file)
@@ -1,6 +1,6 @@
 dnl Local m4 macors for autoconf (used by sudo)
 dnl
-dnl Copyright (c) 1994-1996,1998-2002 Todd C. Miller <Todd.Miller@courtesan.com>
+dnl Copyright (c) 1994-1996,1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
 dnl
 dnl XXX - should cache values in all cases!!!
 dnl
diff --git a/alloc.c b/alloc.c
index 1b35f4b7aaa98c4d10da4488ada840bcf09865c6..c58fd169f72047af1503880d8afbac63f887381a 100644 (file)
--- a/alloc.c
+++ b/alloc.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999-2002 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999-2003 Todd C. Miller <Todd.Miller@courtesan.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/check.c b/check.c
index 9d3108c764148cff205615da02df6a5cb52ae2d2..4535b575fc53e7dead0c8359f662fc1302eb0d12 100644 (file)
--- a/check.c
+++ b/check.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1993-1996,1998-2001 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1993-1996,1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 06c92c9ca3936d3188d553e35b6c3afd79e726b3..5304cac4a5ffa8e8833f949f3702b306e6d1fd4a 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 1998-2002 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index f4aab90b899ec0b23f3f7fea3cf163bf379ca448..90206616ebeb7a4590574c3be152201c665a4505 100644 (file)
@@ -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 <Todd.Miller@courtesan.com>
+dnl Copyright (c) 1994-1996,1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
 dnl
 AC_INIT(sudo, 1.6.7)
 AC_CONFIG_HEADER(config.h pathnames.h)
diff --git a/env.c b/env.c
index 9c37f5ee8c18df572b420e729eb4c0cc47c3f704..542189c29b639a1fc811adb026a8c07b800ea09c 100644 (file)
--- a/env.c
+++ b/env.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2002 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2000-2003 Todd C. Miller <Todd.Miller@courtesan.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 5fbeb4e0ac48041d87011262175da657049ce2a6..ae34e23905c400cb89e9fa53e4686b8563ef7f37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 1998-2001 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 5c338f91774eb54a089cdaac17ed66b15b3c0b64..7b3d1de002ca458163b7683d6567aab271b3a648 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 1998-2001 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index d060321568d0c4e06d5acf850fe701fd6822852e..4a087cc9b00315e6c154811964a8707a2bd455d0 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1994-1996,1998-2001 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1994-1996,1998-2003 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.c b/parse.c
index ec54635fe8d16650972bc8614ea4e9daea0ed5c7..4bf6ba57a80475ea47627a5bab7e0e27cc37a007 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 1998-2002 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
  * All rights reserved.
  *
  * This code is derived from software contributed by Chris Jepeway.
index dde434729b64b3137730a1d9ebffff29a2c6549e..141bf61c227cdde1b0b9b9387f81b6df4f56d517 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -1,6 +1,6 @@
 %{
 /*
- * Copyright (c) 1996, 1998-2001 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
  * All rights reserved.
  *
  * This code is derived from software contributed by Chris Jepeway.
index 5ed4363381176cb4984a627a34011b70d6e835be..31c926c1811405892514c7e269bf5c05ff202bac 100644 (file)
@@ -1,6 +1,6 @@
 %{
 /*
- * Copyright (c) 1996, 1998-2001 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
  * All rights reserved.
  *
  * This code is derived from software contributed by Chris Jepeway.
index 5152a3a140b68b515f13acc66b31f975088b048a..803bd2dbf9a0b6812a882cc6692386318b8e67d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1994-1996,1998-2001 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1994-1996,1998-2003 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 f8ba2d36fb1f520178bb34bc41d4517b8ec761e6..e5863de1b649e7082ac1f5fab17cbf8e7812a822 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1993-1996,1998-2002 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1993-1996,1998-2003 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 deba740ab2e18f8911bf0a1b896d7f79334e6f8a..09d23f30a598c8278ada43d5cc2538c3b246410a 100644 (file)
--- a/sudo.h
+++ b/sudo.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1993-1996,1998-2001 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1993-1996,1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 7dc7cbd73f18c06d2782de0a8f88981666d1c8ca..fa5135a9c14ed98ad9ccbb085a0c234bf292d6c5 100644 (file)
--- a/sudo.pod
+++ b/sudo.pod
@@ -1,5 +1,5 @@
 =cut
-Copyright (c) 1994-1996,1998-2002 Todd C. Miller <Todd.Miller@courtesan.com>
+Copyright (c) 1994-1996,1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index ad0b289096ff79b6db7d0312ebecf6a5a5a8ecb1..97a31f8128ee4e6e462598960bdd71d12e1553fc 100644 (file)
@@ -1,5 +1,5 @@
 =cut
-Copyright (c) 1994-1996,1998-2001 Todd C. Miller <Todd.Miller@courtesan.com>
+Copyright (c) 1994-1996,1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 889f8a96fc0f819d228654a9a8b2c8db45bf6adc..f9d59be82a2552eb6b8df69de296c39fd9b426c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 1998-2001 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
  * All rights reserved.
  *
  * This code is derived from software contributed by Chris Jepeway.
index f591cdba277e0d3941c7e29b1ad3bde5f4f449c3..980c050320fbb03041272ca7bcb968b9281d256a 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 1998-2002 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index d831b7439b34610112ddf132e2850d2b41805880..9193b83f5d53f53657b764a925d6826448634149 100644 (file)
--- a/visudo.c
+++ b/visudo.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 1998-2001 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index a8ec2bbbcfa300b554fee979b7b8f82cb3ebea80..6f4b52e9ee070dd43082ed3783942a8e234945da 100644 (file)
@@ -1,5 +1,5 @@
 =cut
-Copyright (c) 1996,1998-2002 Todd C. Miller <Todd.Miller@courtesan.com>
+Copyright (c) 1996,1998-2003 Todd C. Miller <Todd.Miller@courtesan.com>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without