diff options
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c')
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c index bd84b622b62..00a1deea430 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c +++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c @@ -1,6 +1,6 @@ /************************************************************************** * - * Copyright 2006-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA + * Copyright 2006-2008 VMware, Inc., USA * All Rights Reserved. * * Permission is hereby granted, FREE of charge, to any person obtaining a @@ -32,8 +32,8 @@ * * @sa http://en.wikipedia.org/wiki/Slab_allocation * - * @author Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> - * @author Jose Fonseca <[email protected]> + * @author Thomas Hellstrom <thellstom-at-vmware-dot-com> + * @author Jose Fonseca <[email protected]> */ #include "pipe/p_compiler.h" |