diff options
author | Kenneth Graunke <[email protected]> | 2017-07-28 13:37:57 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-07-28 13:39:22 -0700 |
commit | 19c90481d4f0a1aa5b85654d169eab7fdba623da (patch) | |
tree | ed826d90d62b9467c8b17a9e0ed765a76daaa763 /src | |
parent | 1386a8fd13e6fa056e5d60b6cb40edc7cdbd26f3 (diff) |
i965: s/Tungsten Graphics/VMware/ in brw_bufmgr.c.
In commit 877128505431adaf817dc8069172ebe4a1cdf5d8, José replaced the
Tungsten Graphics copyright notices with VMware, as Tungsten is gone.
I later imported brw_bufmgr.c, reintroducing a Tungsten copyright.
This commit does the equivalent of José's change to the new file.
Diffstat (limited to 'src')
-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]> */ |