From: VMware, Inc <> Date: Wed, 20 Jan 2010 21:30:53 +0000 (-0800) Subject: Update copyright year to 2010 X-Git-Tag: 2010.01.19-226760~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f377641a113a0dabef2201def0a3f174d26d5ec5;p=thirdparty%2Fopen-vm-tools.git Update copyright year to 2010 So that our copyright string is current. The year in stubbed-out open_source_licenses.txt file is not changed as we expect the file to be replaced soon. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/vm_legal.h b/open-vm-tools/lib/include/vm_legal.h index bd3970dec..a845f8cb2 100644 --- a/open-vm-tools/lib/include/vm_legal.h +++ b/open-vm-tools/lib/include/vm_legal.h @@ -30,7 +30,7 @@ #include "vm_version.h" -#define COPYRIGHT_YEARS "1998-2009" +#define COPYRIGHT_YEARS "1998-2010" #define COPYRIGHT_STRING "Copyright \251 " COPYRIGHT_YEARS " " COMPANY_NAME #define UTF8_COPYRIGHT_STRING "Copyright \302\251 " COPYRIGHT_YEARS " " COMPANY_NAME #define GENERIC_COPYRIGHT_STRING "Copyright (C) " COPYRIGHT_YEARS " " COMPANY_NAME