aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/apparentlymart/go-textseg/LICENSE
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/apparentlymart/go-textseg/LICENSE')
-rw-r--r--vendor/github.com/apparentlymart/go-textseg/LICENSE95
1 files changed, 95 insertions, 0 deletions
diff --git a/vendor/github.com/apparentlymart/go-textseg/LICENSE b/vendor/github.com/apparentlymart/go-textseg/LICENSE
new file mode 100644
index 0000000..684b03b
--- /dev/null
+++ b/vendor/github.com/apparentlymart/go-textseg/LICENSE
@@ -0,0 +1,95 @@
1Copyright (c) 2017 Martin Atkins
2
3Permission is hereby granted, free of charge, to any person obtaining a copy
4of this software and associated documentation files (the "Software"), to deal
5in the Software without restriction, including without limitation the rights
6to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7copies of the Software, and to permit persons to whom the Software is
8furnished to do so, subject to the following conditions:
9
10The above copyright notice and this permission notice shall be included in all
11copies or substantial portions of the Software.
12
13THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19SOFTWARE.
20
21---------
22
23Unicode table generation programs are under a separate copyright and license:
24
25Copyright (c) 2014 Couchbase, Inc.
26Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
27except in compliance with the License. You may obtain a copy of the License at
28
29 http://www.apache.org/licenses/LICENSE-2.0
30
31Unless required by applicable law or agreed to in writing, software distributed under the
32License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
33either express or implied. See the License for the specific language governing permissions
34and limitations under the License.
35
36---------
37
38Grapheme break data is provided as part of the Unicode character database,
39copright 2016 Unicode, Inc, which is provided with the following license:
40
41Unicode Data Files include all data files under the directories
42http://www.unicode.org/Public/, http://www.unicode.org/reports/,
43http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
44http://www.unicode.org/utility/trac/browser/.
45
46Unicode Data Files do not include PDF online code charts under the
47directory http://www.unicode.org/Public/.
48
49Software includes any source code published in the Unicode Standard
50or under the directories
51http://www.unicode.org/Public/, http://www.unicode.org/reports/,
52http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
53http://www.unicode.org/utility/trac/browser/.
54
55NOTICE TO USER: Carefully read the following legal agreement.
56BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
57DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
58YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
59TERMS AND CONDITIONS OF THIS AGREEMENT.
60IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
61THE DATA FILES OR SOFTWARE.
62
63COPYRIGHT AND PERMISSION NOTICE
64
65Copyright © 1991-2017 Unicode, Inc. All rights reserved.
66Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
67
68Permission is hereby granted, free of charge, to any person obtaining
69a copy of the Unicode data files and any associated documentation
70(the "Data Files") or Unicode software and any associated documentation
71(the "Software") to deal in the Data Files or Software
72without restriction, including without limitation the rights to use,
73copy, modify, merge, publish, distribute, and/or sell copies of
74the Data Files or Software, and to permit persons to whom the Data Files
75or Software are furnished to do so, provided that either
76(a) this copyright and permission notice appear with all copies
77of the Data Files or Software, or
78(b) this copyright and permission notice appear in associated
79Documentation.
80
81THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
82ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
83WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
84NONINFRINGEMENT OF THIRD PARTY RIGHTS.
85IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
86NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
87DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
88DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
89TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
90PERFORMANCE OF THE DATA FILES OR SOFTWARE.
91
92Except as contained in this notice, the name of a copyright holder
93shall not be used in advertising or otherwise to promote the sale,
94use or other dealings in these Data Files or Software without prior
95written authorization of the copyright holder.