diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-07 05:31:47 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-07 05:31:47 +0000 |
commit | 842a33ff20f1da87d64ae3922eab135dc37bde16 (patch) | |
tree | 1d199ec2734a898a1f300264abc206fe556b65ad /acinclude.m4 | |
parent | 7549ac8d71243deb456479cde9c347ef8d139b95 (diff) | |
download | tor-842a33ff20f1da87d64ae3922eab135dc37bde16.tar.gz tor-842a33ff20f1da87d64ae3922eab135dc37bde16.zip |
Update some copyright notices: it is now 2008.
svn:r13412
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 5c3472c6e6..9ae9f6dceb 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,7 +1,8 @@ dnl $Id$ dnl Helper macros for Tor configure.in dnl Copyright (c) 2001-2004, Roger Dingledine -dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson +dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson +dnl Copyright (c) 2007-2008, Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_DEFUN([TOR_EXTEND_CODEPATH], @@ -206,4 +207,4 @@ if test x$tor_cv_$1_declared != xno ; then AC_DEFINE($2, 1, [Defined if the prototype for $1 seems to be present.]) fi -])
\ No newline at end of file +]) |