From: Kruti Date: Mon, 8 Apr 2024 06:26:32 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.5.0~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d00cb18b872419d1fc9dba12d82a33249c9f8381;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/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index cbddc7e86..399cd76c8 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -1,5 +1,6 @@ /********************************************************* - * Copyright (c) 1998-2024 VMware, Inc. 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 * under the terms of the GNU Lesser General Public License as published @@ -358,6 +359,8 @@ extern "C" { GOKM("debian11-64", debian11_64Guest, TRUE) \ GOKM("debian12", debian12Guest, TRUE) \ GOKM("debian12-64", debian12_64Guest, TRUE) \ + GOKM("debian13", debian13Guest, TRUE) \ + GOKM("debian13-64", debian13_64Guest, TRUE) \ GOKM("asianux3", asianux3Guest, TRUE) \ GOKM("asianux3-64", asianux3_64Guest, TRUE) \ GOKM("asianux4", asianux4Guest, TRUE) \