OSDN Git Service

i965: s/Tungsten Graphics/VMware/ in brw_bufmgr.c.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 28 Jul 2017 20:37:57 +0000 (13:37 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 28 Jul 2017 20:39:22 +0000 (13:39 -0700)
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.

src/mesa/drivers/dri/i965/brw_bufmgr.c

index 3ac3627..020d648 100644 (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>
  */