From 877128505431adaf817dc8069172ebe4a1cdf5d8 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 17 Jan 2014 16:27:50 +0000 Subject: s/Tungsten Graphics/VMware/ Tungsten Graphics Inc. was acquired by VMware Inc. in 2008. Leaving the old copyright name is creating unnecessary confusion, hence this change. This was the sed script I used: $ cat tg2vmw.sed # Run as: # # git reset --hard HEAD && find include scons src -type f -not -name 'sed*' -print0 | xargs -0 sed -i -f tg2vmw.sed # # Rename copyrights s/Tungsten Gra\(ph\|hp\)ics,\? [iI]nc\.\?\(, Cedar Park\)\?\(, Austin\)\?\(, \(Texas\|TX\)\)\?\.\?/VMware, Inc./g /Copyright/s/Tungsten Graphics\(,\? [iI]nc\.\)\?\(, Cedar Park\)\?\(, Austin\)\?\(, \(Texas\|TX\)\)\?\.\?/VMware, Inc./ s/TUNGSTEN GRAPHICS/VMWARE/g # Rename emails s/alanh@tungstengraphics.com/alanh@vmware.com/ s/jens@tungstengraphics.com/jowen@vmware.com/g s/jrfonseca-at-tungstengraphics-dot-com/jfonseca-at-vmware-dot-com/ s/jrfonseca\?@tungstengraphics.com/jfonseca@vmware.com/g s/keithw\?@tungstengraphics.com/keithw@vmware.com/g s/michel@tungstengraphics.com/daenzer@vmware.com/g s/thomas-at-tungstengraphics-dot-com/thellstom-at-vmware-dot-com/ s/zack@tungstengraphics.com/zackr@vmware.com/ # Remove dead links s@Tungsten Graphics (http://www.tungstengraphics.com)@Tungsten Graphics@g # C string src/gallium/state_trackers/vega/api_misc.c s/"Tungsten Graphics, Inc"/"VMware, Inc"/ Reviewed-by: Brian Paul --- src/mesa/swrast/s_context.c | 2 +- src/mesa/swrast/s_context.h | 2 +- src/mesa/swrast/swrast.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mesa/swrast') diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c index fdf9b370a81..f219d3de052 100644 --- a/src/mesa/swrast/s_context.c +++ b/src/mesa/swrast/s_context.c @@ -22,7 +22,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Authors: - * Keith Whitwell Brian Paul + * Keith Whitwell Brian Paul */ #include "main/imports.h" diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h index eec711f5101..d6fbc5d54b9 100644 --- a/src/mesa/swrast/s_context.h +++ b/src/mesa/swrast/s_context.h @@ -26,7 +26,7 @@ /** * \file swrast/s_context.h * \brief Software rasterization context and private types. - * \author Keith Whitwell + * \author Keith Whitwell */ /** diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h index 3a3e451b6f4..ac3dbe3041e 100644 --- a/src/mesa/swrast/swrast.h +++ b/src/mesa/swrast/swrast.h @@ -26,7 +26,7 @@ /** * \file swrast/swrast.h * \brief Public interface to the software rasterization functions. - * \author Keith Whitwell + * \author Keith Whitwell */ #ifndef SWRAST_H -- cgit v1.2.3