updated email addresses
diff --git a/src/mesa/array_cache/acache.h b/src/mesa/array_cache/acache.h
index 4e0e377..d693523 100644
--- a/src/mesa/array_cache/acache.h
+++ b/src/mesa/array_cache/acache.h
@@ -1,4 +1,4 @@
-/* $Id: acache.h,v 1.3 2002/04/21 18:49:19 brianp Exp $ */
+/* $Id: acache.h,v 1.4 2002/10/29 20:28:58 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -24,7 +24,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  *
  * Authors:
- *    Keith Whitwell <keithw@valinux.com>
+ *    Keith Whitwell <keith@tungstengraphics.com>
  */
 
 #ifndef _ARRAYCACHE_H