From fdb1997ab5ea2533af68471cd8e9e357e3f28afa Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Wed, 21 Oct 2020 15:13:03 -0700 Subject: [PATCH] Fix VMware capitalization. Signed-off-by: Vinson Lee Reviewed-by: Brian Paul Reviewed-by: Neha Bhende Reviewed-by: Jose Fonseca Part-of: --- docs/systems.rst | 2 +- src/amd/vulkan/vk_format.h | 2 +- src/freedreno/vulkan/vk_format.h | 2 +- src/gallium/frontends/wgl/stw_framebuffer.c | 2 +- src/gallium/frontends/wgl/stw_winsys.h | 2 +- src/util/format/u_format.h | 2 +- src/util/os_memory.h | 2 +- src/util/os_misc.c | 2 +- src/util/os_misc.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/systems.rst b/docs/systems.rst index 05e081d9e97..4b17e05472c 100644 --- a/docs/systems.rst +++ b/docs/systems.rst @@ -34,7 +34,7 @@ Software drivers include: - :doc:`llvmpipe ` - uses LLVM for x86 JIT code generation and is multi-threaded - softpipe - a reference Gallium driver -- :doc:`svga ` - driver for VMWare virtual GPU +- :doc:`svga ` - driver for VMware virtual GPU - `swr `__ - x86-optimized software renderer for visualization workloads - `virgl `__ - research project for diff --git a/src/amd/vulkan/vk_format.h b/src/amd/vulkan/vk_format.h index 285de63528f..f6ea6276d65 100644 --- a/src/amd/vulkan/vk_format.h +++ b/src/amd/vulkan/vk_format.h @@ -3,7 +3,7 @@ * Copyright © 2016 Bas Nieuwenhuizen * * Based on u_format.h which is: - * Copyright 2009-2010 Vmware, Inc. + * Copyright 2009-2010 VMware, Inc. * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation diff --git a/src/freedreno/vulkan/vk_format.h b/src/freedreno/vulkan/vk_format.h index 890e453c218..caad04e970c 100644 --- a/src/freedreno/vulkan/vk_format.h +++ b/src/freedreno/vulkan/vk_format.h @@ -3,7 +3,7 @@ * Copyright © 2016 Bas Nieuwenhuizen * * Based on u_format.h which is: - * Copyright 2009-2010 Vmware, Inc. + * Copyright 2009-2010 VMware, Inc. * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation diff --git a/src/gallium/frontends/wgl/stw_framebuffer.c b/src/gallium/frontends/wgl/stw_framebuffer.c index 1456f2e7caf..6d3a0402130 100644 --- a/src/gallium/frontends/wgl/stw_framebuffer.c +++ b/src/gallium/frontends/wgl/stw_framebuffer.c @@ -1,6 +1,6 @@ /************************************************************************** * - * Copyright 2008-2009 Vmware, Inc. + * Copyright 2008-2009 VMware, Inc. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/gallium/frontends/wgl/stw_winsys.h b/src/gallium/frontends/wgl/stw_winsys.h index 281b201bc22..83ffd6bda36 100644 --- a/src/gallium/frontends/wgl/stw_winsys.h +++ b/src/gallium/frontends/wgl/stw_winsys.h @@ -1,6 +1,6 @@ /************************************************************************** * - * Copyright 2008-2009 Vmware, Inc. + * Copyright 2008-2009 VMware, Inc. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/util/format/u_format.h b/src/util/format/u_format.h index f19c6c089b7..4030c0efb76 100644 --- a/src/util/format/u_format.h +++ b/src/util/format/u_format.h @@ -1,6 +1,6 @@ /************************************************************************** * - * Copyright 2009-2010 Vmware, Inc. + * Copyright 2009-2010 VMware, Inc. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/util/os_memory.h b/src/util/os_memory.h index b191cf20584..ad88e70f14f 100644 --- a/src/util/os_memory.h +++ b/src/util/os_memory.h @@ -1,6 +1,6 @@ /************************************************************************** * - * Copyright 2010 Vmware, Inc. + * Copyright 2010 VMware, Inc. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/util/os_misc.c b/src/util/os_misc.c index 28a6d1e9806..e5a780b4035 100644 --- a/src/util/os_misc.c +++ b/src/util/os_misc.c @@ -1,6 +1,6 @@ /************************************************************************** * - * Copyright 2008-2010 Vmware, Inc. + * Copyright 2008-2010 VMware, Inc. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/src/util/os_misc.h b/src/util/os_misc.h index 60811faf5a4..ef474c6ee0b 100644 --- a/src/util/os_misc.h +++ b/src/util/os_misc.h @@ -1,6 +1,6 @@ /************************************************************************** * - * Copyright 2010 Vmware, Inc. + * Copyright 2010 VMware, Inc. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a