diff options
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_bufmgr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_bufmgr.c b/src/mesa/drivers/dri/i965/brw_bufmgr.c index 3ac36279530..020d64849d9 100644 --- a/src/mesa/drivers/dri/i965/brw_bufmgr.c +++ b/src/mesa/drivers/dri/i965/brw_bufmgr.c @@ -1,7 +1,7 @@ /* * Copyright © 2007 Red Hat Inc. * Copyright © 2007-2017 Intel Corporation - * Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA + * Copyright © 2006 VMware, Inc. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a @@ -25,8 +25,8 @@ */ /* - * Authors: Thomas Hellström <thomas-at-tungstengraphics-dot-com> - * Keith Whitwell <keithw-at-tungstengraphics-dot-com> + * Authors: Thomas Hellström <[email protected]> + * Keith Whitwell <[email protected]> * Eric Anholt <[email protected]> * Dave Airlie <[email protected]> */ |