From: Oliver Kurth Date: Mon, 4 May 2020 18:54:11 +0000 (-0700) Subject: CodeSet: Fix copyright header in codeset.h X-Git-Tag: stable-11.2.0~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fde53d238b14ca984179aa821d7de95d6d6985ba;p=thirdparty%2Fopen-vm-tools.git CodeSet: Fix copyright header in codeset.h --- diff --git a/open-vm-tools/lib/include/codeset.h b/open-vm-tools/lib/include/codeset.h index 0dc937c65..8ec689a16 100644 --- a/open-vm-tools/lib/include/codeset.h +++ b/open-vm-tools/lib/include/codeset.h @@ -1,13 +1,10 @@ /* ********************************************************** - * Copyright (C) 1998-2020 VMware, Inc. All rights reserved. -- VMware Confidential + * Copyright (C) 2007-2020 VMware, Inc. All rights reserved. * **********************************************************/ /* * codeset.h -- * - * Character set and encoding conversion functions --hpreg - * - * * UTF-16 handling macros. Based on utf16.h from ICU 1.8.1. * * ICU 1.8.1 license follows: @@ -49,7 +46,6 @@ * to promote the sale, use or other dealings in this Software * without prior written authorization of the copyright holder. */ - #ifndef __CODESET_H__ # define __CODESET_H__