summaryrefslogtreecommitdiff
path: root/xc/lib/GL
diff options
context:
space:
mode:
authorkeithw <keithw>2003-03-26 20:20:17 +0000
committerkeithw <keithw>2003-03-26 20:20:17 +0000
commit45f9b85bebf5d24ada305ede928f1fd33c709829 (patch)
tree96b99f83724dc67d14dab25702718a08ae9a07c7 /xc/lib/GL
parentdf0dc817f6bcfac654f4669330f2887660c58f15 (diff)
Correctly attribute code: Copyright (C) 1999 Wittawat Yamwong
Diffstat (limited to 'xc/lib/GL')
-rw-r--r--xc/lib/GL/mesa/src/drv/common/mm.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/xc/lib/GL/mesa/src/drv/common/mm.c b/xc/lib/GL/mesa/src/drv/common/mm.c
index d8250331e..b3be95471 100644
--- a/xc/lib/GL/mesa/src/drv/common/mm.c
+++ b/xc/lib/GL/mesa/src/drv/common/mm.c
@@ -1,6 +1,6 @@
/*
* GLX Hardware Device Driver common code
- * Copyright (C) 1999 Keith Whitwell
+ * Copyright (C) 1999 Wittawat Yamwong
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -15,7 +15,7 @@
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * KEITH WHITWELL, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,
+ * WITTAWAT YAMWONG, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -29,9 +29,6 @@
#include "mm.h"
#include "hwlog.h"
-/* KW: I don't know who the author of this code is, but it wasn't me
- * despite what the copyright says...
- */
void mmDumpMemInfo( memHeap_t *heap )
{