From: Kruti Date: Mon, 18 Mar 2024 18:03:48 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.5.0~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7884ab85eebacf7c864e1eecab600b94dc9dd844;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_legal.h b/open-vm-tools/lib/include/vm_legal.h index 4d09dcbb9..fc5830e74 100644 --- a/open-vm-tools/lib/include/vm_legal.h +++ b/open-vm-tools/lib/include/vm_legal.h @@ -1,5 +1,6 @@ /********************************************************* - * Copyright (c) 2006-2024 VMware, Inc. All rights reserved. + * Copyright (c) 2006-2024 Broadcom. All rights reserved. + * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -54,8 +55,18 @@ * Windows. (Only Windows cares about UTF-16 anyway.) */ #ifdef _WIN32 +#if defined(VMX86_TOOLS) || defined(VMX86_VGAUTH) || defined(VMX86_SYSIMAGE) +/* + * XXX - Temporary fix for Windows user-mode binaries properties copyright. + */ +#define COMPANY_COPYRIGHT_NAME "Broadcom Inc. and/or its subsidiaries." + +#define UTF16_COPYRIGHT_STRING L"Copyright \x00A9 " WSTR(COPYRIGHT_YEARS) L" " \ + WSTR(COMPANY_COPYRIGHT_NAME) L" All Rights Reserved." +#else #define UTF16_COPYRIGHT_STRING L"Copyright \x00A9 " WSTR(COPYRIGHT_YEARS) L" " WSTR(COMPANY_NAME) #endif +#endif /*