]> granicus.if.org Git - sudo/commitdiff
Update copyright years.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 9 Nov 2008 14:13:13 +0000 (14:13 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 9 Nov 2008 14:13:13 +0000 (14:13 +0000)
50 files changed:
LICENSE
alias.c
alloc.c
auth/afs.c
auth/aix_auth.c
auth/bsdauth.c
auth/fwtk.c
auth/kerb4.c
auth/kerb5.c
auth/pam.c
auth/securid.c
auth/securid5.c
auth/sia.c
auth/sudo_auth.h
closefrom.c
compat.h
defaults.c
defaults.h
env.c
fileops.c
gettime.c
gram.y
ins_csops.h
insults.h
interfaces.c
interfaces.h
lbuf.c
license.pod
list.c
logging.c
logging.h
parse.c
parse.h
pwutil.c
redblack.c
redblack.h
snprintf.c
sudo.c
sudo.pod
sudo_edit.c
sudo_nss.h
sudoers.pod
testsudoers.c
toke.l
tsgetgrpw.c
utimes.c
version.h
visudo.c
visudo.pod
zero_bytes.c

diff --git a/LICENSE b/LICENSE
index 9d291d9592dd727e1b4fe9bd4f48c80aef1a666e..786b7a096eee5a953eaf9e9ad528c38d567fbce7 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 Sudo is distributed under the following ISC-style license:
 
-   Copyright (c) 1994-1996, 1998-2005, 2007
+   Copyright (c) 1994-1996, 1998-2008
         Todd C. Miller <Todd.Miller@courtesan.com>
 
    Permission to use, copy, modify, and distribute this software for any
diff --git a/alias.c b/alias.c
index 6179294d957719c0b4e265e2cd6b3ab662c1b4f8..9debec51f067234ddfb5b7b81d6623d3a00c690e 100644 (file)
--- a/alias.c
+++ b/alias.c
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 2004-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2004-2005m, 2007-2008
+ *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
diff --git a/alloc.c b/alloc.c
index 283f3d4a5eb0c1b9ed45c8c98cae23d54da65af4..c1bbaf053e08b95af69073dd82259d2d74a77720 100644 (file)
--- a/alloc.c
+++ b/alloc.c
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 1999-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999-2005, 2007
+ *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index e5b8ea944e04c314dd04b1eafbe8156be929b79a..3bb111020b29367a97b1097c1ae32e1624ec1b86 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 1999, 2001-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999, 2001-2005, 2007
+ *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 87f82d75a065251cda41c69f7063ec680ef992a0..a70e0490f8ae2913bdcc8f89caeb85e3aeebb479 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999-2005, 2007-2008 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 96b5a03aa633e9e5958d6fccc15090c3de237264..9cc816627f5556b1db1f22d515ac47935c037930 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2000-2005, 2007-2008 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index f3f4cc552fc630c177470a4e70892aa976022fc7..860f17a5e90b25555c52fa593912a873e9f1123b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999-2005, 2008 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 39ea06a68d0e228dfa83c3ad107a54137ecf97d1..19bb20a98ebb9866a6ccbfc4d9f0d6488e44c54a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999-2005, 2007 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index d228407e3d647eb6cb8a8256c178d56122003cde..9eedbb1fed9413067a1a88a31c099be1912bc981 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999-2005, 2007-2008 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index a13168c6da19e0117fb86edc8583da23915adf3f..1f421a3729c3c0b4923bc7ab846a5d7db343c8a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999-2005, 2007-2008 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 7d1fac795ed90bf63a602ba4f2dc3824be049103..e7a7536255069bef4ff2dea3ff25152ab477f792 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999-2005, 2007 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 25c84b46ec39c45103e33edac780dd31458cf682..706373b4537455a50b69c3c853216fa450c6aa28 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999-2005, 2007 Todd C. Miller <Todd.Miller@courtesan.com>
  * Copyright (c) 2002 Michael Stroucken <michael@stroucken.org>
  *
  * Permission to use, copy, modify, and distribute this software for any
index 0fad9081087275aa049abc724f3a49210f4d8dc2..e7ccea72503d2b8740e1043a2f936c45837ce7bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999-2005, 2007 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index d45474a7efcbf6c34a8ef8167c6bb50a1ebbe40e..cd2783c47df2d75f770034ad965d3bc222ae785f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999-2005, 2007-2008 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 9e28a4fc8afa1a847ccd19df3ce17e0160e60179..5ffb7d2af0ab2d5e2ba9c0916b6b2a07feca6506 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 2004-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2004-2005, 2007
+ *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index ae42b0f31ad3a6da560136ddd01f3852b00f7543..6851bde88603c04e493f75dedb2559e1672b3176 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 1996, 1998-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2005, 2008
+ *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 722c4832b61de27c14cde97970c5181e2886ee9f..9f0c12f4d8ae28b79e6dbca7314a8c6da31e7841 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 1999-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999-2005, 2007-2008
+ *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 827632c4d1e87acd53f7b4e0c7997c282f1dd364..6f009cbec289b95d6481ba6705c49c42aa615fa1 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 1999-2004 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999-2005, 2008
+ *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
diff --git a/env.c b/env.c
index 03ec79fa1d7eac1dfc73ebc739e977bf64561028..63eb6ba5523fa8b39d21f92a3d3e0f7f585c4baa 100644 (file)
--- a/env.c
+++ b/env.c
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 2000-2007 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2000-2005, 2007-2008
+ *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 7b1ee6dff760db19c485e186f6d8513943c268d2..2d3588368a581a29d1f3fbb8ce89e4cca5fbbd37 100644 (file)
--- a/fileops.c
+++ b/fileops.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999-2005, 2007 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index f890676566d7be779691c78174231e75d8ff592e..a8b015acbebf0f61bc37f7f8aadd738aa63b2412 100644 (file)
--- a/gettime.c
+++ b/gettime.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2004-2005, 2008 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
diff --git a/gram.y b/gram.y
index ffb79d60fe81238d7c3bb942a0dce87e05e366dd..e045707929e2f2405767c8ec09cfa4c44d8967ab 100644 (file)
--- a/gram.y
+++ b/gram.y
@@ -1,6 +1,6 @@
 %{
 /*
- * Copyright (c) 1996, 1998-2005, 2007
+ * Copyright (c) 1996, 1998-2005, 2007-2008
  *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
index f95eb4961c3bad884a272c335e80fc3307317f65..70b7f869ba7e662c436ec9d932345d82aefefdca 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998, 1999, 2004
+ *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 664eefca67a8c051f72fee4588090a8e19221a35..7a9dd224e81c788716d8316a589a18424d6546eb 100644 (file)
--- a/insults.h
+++ b/insults.h
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 1994-1996,1998-1999 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1994-1996, 1998-1999, 2004
+ *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 7c2f4d4066dc6f36af7b071591422f73511716dc..2c0c1c6bf507a80ef6730026b94cab9426cad431 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 1996, 1998-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2005, 2007-2008
+ *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 165a32e579b9c1c6e837f735961fdbcee231a463..756d3a38a194174fd367aea3e8671d56e72243f4 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 1996, 1998-2004 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2005, 2007
+ *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
diff --git a/lbuf.c b/lbuf.c
index 56f835c66db53eb1d81a5700995039ec4fc83599..6d24ec51f0ab3ddf889fded02a85236d7e6468b0 100644 (file)
--- a/lbuf.c
+++ b/lbuf.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2007-2008 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index b6cb43588da2bb89101b9a1f7e2d7acbe4c83845..bd738b0864c737835d4692938dc24ab6556b8aa6 100644 (file)
@@ -3,7 +3,7 @@
 =head3
 Sudo is distributed under the following ISC-style license:
 
-   Copyright (c) 1994-1996, 1998-2005, 2007
+   Copyright (c) 1994-1996, 1998-2008
        Todd C. Miller <Todd.Miller@courtesan.com>
 
    Permission to use, copy, modify, and distribute this software for any
diff --git a/list.c b/list.c
index 1a17a1d13f94d4a62062ba65152d13f03763b3c3..0c16af684c90c5c0aac2394c01b3079627e72cc7 100644 (file)
--- a/list.c
+++ b/list.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2007-2008 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index a61792e48ba52538e17b8fcac13c83b07f60df7e..2dc0650df4630977e890a4c1323631459e409209 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1994-1996,1998-2007 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1994-1996, 1998-2008 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 3ca36ca98b1768bbe790bd3e3813e706ff11b5ba..4e3cd5796aeac0b89f070b59ab5be12f56c84668 100644 (file)
--- a/logging.h
+++ b/logging.h
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 1999-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999-2005, 2008
+ *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
diff --git a/parse.c b/parse.c
index b3dd36ddbb1cc99e4d267bcc1ce9e83969ef650a..0d48e4d902b59c112422a65656ddf86ade7a9d06 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004-2005, 2007 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2004-2005, 2007-2008 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
diff --git a/parse.h b/parse.h
index 000bc00954ade30f6d89bffada9abc7b335ff808..3149eccfab53377a005191cb21d746210170c466 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 1998-2000, 2004, 2007
+ * Copyright (c) 1996, 1998-2000, 2004, 2007-2008
  *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
index f1f142662c1e5422fcb3842499f0ca0212b80ca4..f2cf16e75d984228b930427a1bc5ed6f47ba537f 100644 (file)
--- a/pwutil.c
+++ b/pwutil.c
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 1996, 1998-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2005, 2007-2008
+ *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 2573410eeda444d450edcc16576ee5011868db17..b001867d3b36facc45b050f8d13df6e9d65caba1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2004-2005, 2007 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index c821246ed25b80890a483da48fb56961da495be2..c1658951aa2aeac1b16c4042879d638c96015b75 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2004, 2007 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 0ae0bb85985b4f334c51f9499a33348edc5a35f3..449feb5752f0cbfebc755805b4ca87d1a6102a6a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999-2005, 2008 Todd C. Miller <Todd.Miller@courtesan.com>
  * Copyright (c) 1990, 1993
  *     The Regents of the University of California.  All rights reserved.
  *
diff --git a/sudo.c b/sudo.c
index 0a5b9a719109eee74d3aadf9628b5991a2a4ed85..7e3ab6508a9dee4a4725b3028579f2ee9091a5dd 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1993-1996,1998-2008 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1993-1996, 1998-2008 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 6ca8a02a26b436f7f3343af41b88ef8021c6e284..bc413865c16c81d0ef52882f4189e78819a1ac6c 100644 (file)
--- a/sudo.pod
+++ b/sudo.pod
@@ -1,4 +1,4 @@
-Copyright (c) 1994-1996, 1998-2005, 2007
+Copyright (c) 1994-1996, 1998-2005, 2007-2008
        Todd C. Miller <Todd.Miller@courtesan.com>
 
 Permission to use, copy, modify, and distribute this software for any
index 928ac61dd8e9fc5a9e5818af5874ba0ac84face3..6fddc95987b3062d6116683d2ae0e7fd34140de9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2004-2008 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index e7d3f577a2039c970a77e7a7d59df3a075f3c798..88c7535ffef16942be64a30941b7ab1bbc3ef120 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2007-2008 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 077ee3ab79db5b632591707bf4dc3edd256085f2..a962bdb46018c20126104bc28d36bafcacb584a3 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (c) 1994-1996, 1998-2005, 2007
+Copyright (c) 1994-1996, 1998-2005, 2007-2008
        Todd C. Miller <Todd.Miller@courtesan.com>
 
 Permission to use, copy, modify, and distribute this software for any
index 7200dc793bd9156e6f9442f44e1b083af5dcf142..b0d7be476bdf7dee82fc70945ced84c49d59edbb 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 1996, 1998-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2005, 2007-2008
+ *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
diff --git a/toke.l b/toke.l
index 1a81fe0b3bd3d852605e54c45937b36e9140fab8..81feeed9a026bdf23f70f9436656d8da94dbea47 100644 (file)
--- a/toke.l
+++ b/toke.l
@@ -1,6 +1,6 @@
 %{
 /*
- * Copyright (c) 1996, 1998-2005, 2007
+ * Copyright (c) 1996, 1998-2005, 2007-2008
  *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
index 217527d85703994d1492870dfa3596f2f6ab4141..7f35269a94e54bd92d2d82f6dc1a349cff8b4b30 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2005,2008 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index dc0b8451c30ffe6e3401d74695621116b249a16c..6213923387f23ff814db40d3618053026724a0bb 100644 (file)
--- a/utimes.c
+++ b/utimes.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2004-2005, 2007 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 8e9585b11d422ebbba6d8d767a4be1a037787b37..ee20f7d4d0ea63a95248026e993b60dc3932f107 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 1996, 1998-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2005, 2008
+ *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index da4a42922e351f0f1d1b39736b330d4bde330b64..09679b3c34819394d2cf22ea377529b9763896d8 100644 (file)
--- a/visudo.c
+++ b/visudo.c
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 1996, 1998-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1996, 1998-2005, 2007-2008
+ *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index caa788c4c7366f4da9fc8ec50d7bb2f2299ed00a..088f79dc8269623fbcccfc54181e693f43674cee 100644 (file)
@@ -1,4 +1,5 @@
-Copyright (c) 1996,1998-2005, 2007 Todd C. Miller <Todd.Miller@courtesan.com>
+Copyright (c) 1996,1998-2005, 2007-2008
+       Todd C. Miller <Todd.Miller@courtesan.com>
 
 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
index aee86dff45330d056c2396e3e800f3312233f29b..4affc6b175cd7e3a1f9df6f883dd9c5739e2a912 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003-2005 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2003-2005, 2007 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above