aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-07 05:31:47 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-07 05:31:47 +0000
commit842a33ff20f1da87d64ae3922eab135dc37bde16 (patch)
tree1d199ec2734a898a1f300264abc206fe556b65ad /acinclude.m4
parent7549ac8d71243deb456479cde9c347ef8d139b95 (diff)
downloadtor-842a33ff20f1da87d64ae3922eab135dc37bde16.tar
tor-842a33ff20f1da87d64ae3922eab135dc37bde16.tar.gz
Update some copyright notices: it is now 2008.
svn:r13412
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 5c3472c6e..9ae9f6dce 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
+])