Skip to content

Commit 017cb1a

Browse files
committed
Add unicode license for src/unicode/data
As a followup to BurntSushi#30, and analogous to this [patch] in rust-lang/regex, this adds the unicode license for the test unicode data in `src/unicode/data`. [patch]: rust-lang/regex#535,
1 parent eb2c93d commit 017cb1a

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

src/unicode/data/LICENSE-UNICODE

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
2+
See Terms of Use for definitions of Unicode Inc.'s
3+
Data Files and Software.
4+
5+
NOTICE TO USER: Carefully read the following legal agreement.
6+
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
7+
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
8+
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
9+
TERMS AND CONDITIONS OF THIS AGREEMENT.
10+
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
11+
THE DATA FILES OR SOFTWARE.
12+
13+
COPYRIGHT AND PERMISSION NOTICE
14+
15+
Copyright © 1991-2019 Unicode, Inc. All rights reserved.
16+
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
17+
18+
Permission is hereby granted, free of charge, to any person obtaining
19+
a copy of the Unicode data files and any associated documentation
20+
(the "Data Files") or Unicode software and any associated documentation
21+
(the "Software") to deal in the Data Files or Software
22+
without restriction, including without limitation the rights to use,
23+
copy, modify, merge, publish, distribute, and/or sell copies of
24+
the Data Files or Software, and to permit persons to whom the Data Files
25+
or Software are furnished to do so, provided that either
26+
(a) this copyright and permission notice appear with all copies
27+
of the Data Files or Software, or
28+
(b) this copyright and permission notice appear in associated
29+
Documentation.
30+
31+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
32+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
33+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
34+
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
35+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
36+
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
37+
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
38+
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
39+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
40+
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
41+
42+
Except as contained in this notice, the name of a copyright holder
43+
shall not be used in advertising or otherwise to promote the sale,
44+
use or other dealings in these Data Files or Software without prior
45+
written authorization of the copyright holder.

0 commit comments

Comments
 (0)