]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKruti <kpendharkar@vmware.com>
Sun, 10 Mar 2024 04:56:08 +0000 (20:56 -0800)
committerKruti <kpendharkar@vmware.com>
Sun, 10 Mar 2024 04:56:08 +0000 (20:56 -0800)
open-vm-tools/lib/include/vm_legal.h

index 49ab026f77676c557b15e0178ac460956f49ea87..fc5830e743a40c84385e20aae91be4fbaf4da248 100644 (file)
@@ -1,5 +1,6 @@
 /*********************************************************
- * Copyright (c) 2006-2023 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
  * 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
 
 
 /*