|
12 | 12 | /// |
13 | 13 | //===----------------------------------------------------------------------===// |
14 | 14 |
|
| 15 | +// UNICODE LICENSE V3 |
| 16 | +// |
| 17 | +// COPYRIGHT AND PERMISSION NOTICE |
| 18 | +// |
| 19 | +// Copyright © 2016-2024 Unicode, Inc. |
| 20 | +// |
| 21 | +// NOTICE TO USER: Carefully read the following legal agreement. BY |
| 22 | +// DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR |
| 23 | +// SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE |
| 24 | +// TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT |
| 25 | +// DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. |
| 26 | +// |
| 27 | +// Permission is hereby granted, free of charge, to any person obtaining a |
| 28 | +// copy of data files and any associated documentation (the "Data Files") or |
| 29 | +// software and any associated documentation (the "Software") to deal in the |
| 30 | +// Data Files or Software without restriction, including without limitation |
| 31 | +// the rights to use, copy, modify, merge, publish, distribute, and/or sell |
| 32 | +// copies of the Data Files or Software, and to permit persons to whom the |
| 33 | +// Data Files or Software are furnished to do so, provided that either (a) |
| 34 | +// this copyright and permission notice appear with all copies of the Data |
| 35 | +// Files or Software, or (b) this copyright and permission notice appear in |
| 36 | +// associated Documentation. |
| 37 | +// |
| 38 | +// THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY |
| 39 | +// KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 40 | +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF |
| 41 | +// THIRD PARTY RIGHTS. |
| 42 | +// |
| 43 | +// IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE |
| 44 | +// BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, |
| 45 | +// OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, |
| 46 | +// WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, |
| 47 | +// ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA |
| 48 | +// FILES OR SOFTWARE. |
| 49 | + |
| 50 | +// Except as contained in this notice, the name of a copyright holder shall |
| 51 | +// not be used in advertising or otherwise to promote the sale, use or other |
| 52 | +// dealings in these Data Files or Software without prior written |
| 53 | +// authorization of the copyright holder. |
| 54 | + |
15 | 55 | #include "llvm/Support/CharSet.h" |
16 | 56 | #include "llvm/ADT/SmallString.h" |
17 | 57 | #include "llvm/ADT/SmallVector.h" |
|
0 commit comments