]> granicus.if.org Git - sudo/commitdiff
Update copyright year to 2011
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 20 Jan 2011 21:34:33 +0000 (16:34 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 20 Jan 2011 21:34:33 +0000 (16:34 -0500)
--HG--
branch : 1.7

12 files changed:
LICENSE
Makefile.in
aclocal.m4
check.c
configure.in
ldap.c
match.c
pwutil.c
sudo_nss.c
sudoers.man.in
sudoers.pod
term.c

diff --git a/LICENSE b/LICENSE
index 197c5d608ae4e6120ce6b5f54a642caf74cef917..2af4e0fca870bc427e2ece97337ff48237d22576 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 Sudo is distributed under the following ISC-style license:
 
-   Copyright (c) 1994-1996, 1998-2010
+   Copyright (c) 1994-1996, 1998-2011
         Todd C. Miller <Todd.Miller@courtesan.com>
 
    Permission to use, copy, modify, and distribute this software for any
index 66448e14465a56214cfcda2766e79e600af2d4d1..4d985d898d5ac57ef0c246b01e0e2ba48f205be0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 1996, 1998-2005, 2007-2010
+# Copyright (c) 1996, 1998-2005, 2007-2011
 #      Todd C. Miller <Todd.Miller@courtesan.com>
 #
 # Permission to use, copy, modify, and distribute this software for any
index 57cf8d3d0af2d33330f88bc1d875e71609e4b0c6..853accc1dbbcd68f996f7ee51757b6f389fc2f32 100644 (file)
@@ -1,6 +1,6 @@
 dnl Local m4 macros for autoconf (used by sudo)
 dnl
-dnl Copyright (c) 1994-1996, 1998-2005, 2007-2009
+dnl Copyright (c) 1994-1996, 1998-2005, 2007-2011
 dnl    Todd C. Miller <Todd.Miller@courtesan.com>
 dnl
 dnl XXX - should cache values in all cases!!!
diff --git a/check.c b/check.c
index e2f237b69e64188351a232e9c123f00f371b24de..461e238ab0cdc96cd2830a2246f444d33333693e 100644 (file)
--- a/check.c
+++ b/check.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1993-1996,1998-2005, 2007-2010
+ * Copyright (c) 1993-1996,1998-2005, 2007-2011
  *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
index 9b0c70f59a24ae2ec636ab1d69fe772073dc1681..6b9714d731e9eb5d110e0acc1a9f6b427350e38c 100644 (file)
@@ -1,7 +1,7 @@
 dnl
 dnl Process this file with GNU autoconf to produce a configure script.
 dnl
-dnl Copyright (c) 1994-1996,1998-2010 Todd C. Miller <Todd.Miller@courtesan.com>
+dnl Copyright (c) 1994-1996,1998-2011 Todd C. Miller <Todd.Miller@courtesan.com>
 dnl
 AC_INIT([sudo], [1.7.5b2], [http://www.sudo.ws/bugs/], [sudo])
 AC_CONFIG_HEADER(config.h pathnames.h zlib/zconf.h)
diff --git a/ldap.c b/ldap.c
index 5719ab3fd66e918f0faa00241efddd06cef88675..580285cb3a81ea6000f771756df3a587e5ab372d 100644 (file)
--- a/ldap.c
+++ b/ldap.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003-2010 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2003-2011 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * This code is derived from software contributed by Aaron Spangler.
  *
diff --git a/match.c b/match.c
index ad7725ebdd9d0528e5f8dd0d677235aab1a103d7..e8aaadf6cd5662e897a86b48120ccaffc852ef94 100644 (file)
--- a/match.c
+++ b/match.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 1998-2005, 2007-2010
+ * Copyright (c) 1996, 1998-2005, 2007-2011
  *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
index 226ac9b6688c3ada09089b2e2e64c6467643863f..b8e5dc8b2b368ba72f87899cdf7dc5da2599be23 100644 (file)
--- a/pwutil.c
+++ b/pwutil.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 1998-2005, 2007-2010
+ * Copyright (c) 1996, 1998-2005, 2007-2011
  *     Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
index b76b2515b66ec41425233f29ca6f02f5f3ddb9d8..fb979a45237fa0d72104eb2e6031b88fd3798f0a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007-2010 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2007-2011 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 fa98682d8d9363ceb363cf087b1bc37d0a01c9de..d1a4fa3ad0e759abae519980116b2540116e0032 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 1994-1996, 1998-2005, 2007-2010
+.\" Copyright (c) 1994-1996, 1998-2005, 2007-2011
 .\"    Todd C. Miller <Todd.Miller@courtesan.com>
 .\" 
 .\" Permission to use, copy, modify, and distribute this software for any
index d12e7e54d9144ec607a413e1d08cc95f7c01eef0..1768c3cf2ab150a87963dddda4a70c7bf697efd6 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (c) 1994-1996, 1998-2005, 2007-2010
+Copyright (c) 1994-1996, 1998-2005, 2007-2011
        Todd C. Miller <Todd.Miller@courtesan.com>
 
 Permission to use, copy, modify, and distribute this software for any
diff --git a/term.c b/term.c
index 85b730092deb00f2313bd7d66b1608b3e88f91e8..59fd0bc218e406eca9b65ba9eb9f51ad78cf95fd 100644 (file)
--- a/term.c
+++ b/term.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009-2010 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2009-2011 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