diff options
author | Brian Paul <[email protected]> | 2002-10-29 20:28:36 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-10-29 20:28:36 +0000 |
commit | 05a4b37707d2c598ea68c05d07a3d65bcbf5a076 (patch) | |
tree | 1a18d5b677a30b317f6cb27861af807d47779fb3 /src/mesa/math | |
parent | fd062077c649406047451cbc650fb27943e85240 (diff) |
updated email addresses
Diffstat (limited to 'src/mesa/math')
-rw-r--r-- | src/mesa/math/m_debug.h | 4 | ||||
-rw-r--r-- | src/mesa/math/m_debug_clip.c | 4 | ||||
-rw-r--r-- | src/mesa/math/m_debug_norm.c | 4 | ||||
-rw-r--r-- | src/mesa/math/m_debug_util.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/mesa/math/m_debug.h b/src/mesa/math/m_debug.h index 21a8b044353..193e540aa28 100644 --- a/src/mesa/math/m_debug.h +++ b/src/mesa/math/m_debug.h @@ -1,4 +1,4 @@ -/* $Id: m_debug.h,v 1.4 2001/05/21 16:33:41 gareth Exp $ */ +/* $Id: m_debug.h,v 1.5 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: - * Gareth Hughes <[email protected]> + * Gareth Hughes */ #ifndef __M_DEBUG_H__ diff --git a/src/mesa/math/m_debug_clip.c b/src/mesa/math/m_debug_clip.c index b6d4a0cd4a6..9a9ba13065b 100644 --- a/src/mesa/math/m_debug_clip.c +++ b/src/mesa/math/m_debug_clip.c @@ -1,4 +1,4 @@ -/* $Id: m_debug_clip.c,v 1.3 2002/10/24 23:57:24 brianp Exp $ */ +/* $Id: m_debug_clip.c,v 1.4 2002/10/29 20:28:59 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: - * Gareth Hughes <[email protected]> + * Gareth Hughes */ #include "glheader.h" diff --git a/src/mesa/math/m_debug_norm.c b/src/mesa/math/m_debug_norm.c index 7487300d49a..73e69d77a75 100644 --- a/src/mesa/math/m_debug_norm.c +++ b/src/mesa/math/m_debug_norm.c @@ -1,4 +1,4 @@ -/* $Id: m_debug_norm.c,v 1.10 2002/10/24 23:57:24 brianp Exp $ */ +/* $Id: m_debug_norm.c,v 1.11 2002/10/29 20:28:59 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: - * Gareth Hughes <[email protected]> + * Gareth Hughes */ #include "glheader.h" diff --git a/src/mesa/math/m_debug_util.h b/src/mesa/math/m_debug_util.h index f96a6b89379..a9724fc5264 100644 --- a/src/mesa/math/m_debug_util.h +++ b/src/mesa/math/m_debug_util.h @@ -1,4 +1,4 @@ -/* $Id: m_debug_util.h,v 1.5 2002/06/29 19:48:17 brianp Exp $ */ +/* $Id: m_debug_util.h,v 1.6 2002/10/29 20:28:59 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: - * Gareth Hughes <[email protected]> + * Gareth Hughes */ #ifndef __M_DEBUG_UTIL_H__ |