i965: s/Tungsten Graphics/VMware/ in brw_bufmgr.c.

In commit 8771285054, 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.
This commit is contained in:
Kenneth Graunke
2017-07-28 13:37:57 -07:00
parent 1386a8fd13
commit 19c90481d4
+3 -3
View File
@@ -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 <thellstrom@vmware.com>
* Keith Whitwell <keithw@vmware.com>
* Eric Anholt <eric@anholt.net>
* Dave Airlie <airlied@linux.ie>
*/