From: John Wolfe Date: Fri, 22 Mar 2024 20:53:03 +0000 (-0700) Subject: Correct build number strings in the build_number.h header file. X-Git-Tag: stable-12.4.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6710ee5cd85d196fc8b16ce40f9e24444eed4e5a;p=thirdparty%2Fopen-vm-tools.git Correct build number strings in the build_number.h header file. Synch the Broadcom copyright capitalization with that in official source repo. - 4 files. --- diff --git a/open-vm-tools/lib/include/buildNumber.h b/open-vm-tools/lib/include/buildNumber.h index 4993bf7c4..0b528de83 100644 --- a/open-vm-tools/lib/include/buildNumber.h +++ b/open-vm-tools/lib/include/buildNumber.h @@ -3,10 +3,10 @@ #define BUILD_NUMBER_NUMERIC \ 23259341 #define BUILD_NUMBER_NUMERIC_STRING \ - 23259341 + "23259341" #define PRODUCT_BUILD_NUMBER \ "product-build-48309" #define PRODUCT_BUILD_NUMBER_NUMERIC \ 48309 #define PRODUCT_BUILD_NUMBER_NUMERIC_STRING \ - 48309 + "48309" diff --git a/open-vm-tools/lib/include/vm_legal.h b/open-vm-tools/lib/include/vm_legal.h index fc5830e74..1d3f0fdbd 100644 --- a/open-vm-tools/lib/include/vm_legal.h +++ b/open-vm-tools/lib/include/vm_legal.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (c) 2006-2024 Broadcom. 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 diff --git a/open-vm-tools/lib/include/x86cpuid.h b/open-vm-tools/lib/include/x86cpuid.h index d5e7b2147..39faaa414 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (c) 1998-2023 Broadcom. All rights reserved. + * Copyright (c) 1998-2023 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 diff --git a/open-vm-tools/lib/misc/hostinfoPosix.c b/open-vm-tools/lib/misc/hostinfoPosix.c index dbceb30fc..68f08c398 100644 --- a/open-vm-tools/lib/misc/hostinfoPosix.c +++ b/open-vm-tools/lib/misc/hostinfoPosix.c @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (c) 1998-2024 Broadcom. All rights reserved. + * Copyright (c) 1998-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 diff --git a/open-vm-tools/services/plugins/gdp/gdpPlugin.c b/open-vm-tools/services/plugins/gdp/gdpPlugin.c index 9f5e15e88..412c016f6 100644 --- a/open-vm-tools/services/plugins/gdp/gdpPlugin.c +++ b/open-vm-tools/services/plugins/gdp/gdpPlugin.c @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (c) 2020-2021,2023-2024 Broadcom. All rights reserved. + * Copyright (c) 2020-2021,2023-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