|
| 1 | +## utf8proc license ## |
| 2 | + |
| 3 | +**utf8proc** is a software package originally developed |
| 4 | +by Jan Behrens and the rest of the Public Software Group, who |
| 5 | +deserve nearly all of the credit for this library, that is now maintained by the Julia-language developers. Like the original utf8proc, |
| 6 | +whose copyright and license statements are reproduced below, all new |
| 7 | +work on the utf8proc library is licensed under the [MIT "expat" |
| 8 | +license](http://opensource.org/licenses/MIT): |
| 9 | + |
| 10 | +*Copyright © 2014-2021 by Steven G. Johnson, Jiahao Chen, Tony Kelman, Jonas Fonseca, and other contributors listed in the git history.* |
| 11 | + |
| 12 | +Permission is hereby granted, free of charge, to any person obtaining a |
| 13 | +copy of this software and associated documentation files (the "Software"), |
| 14 | +to deal in the Software without restriction, including without limitation |
| 15 | +the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 16 | +and/or sell copies of the Software, and to permit persons to whom the |
| 17 | +Software is furnished to do so, subject to the following conditions: |
| 18 | + |
| 19 | +The above copyright notice and this permission notice shall be included in |
| 20 | +all copies or substantial portions of the Software. |
| 21 | + |
| 22 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 23 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 24 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 25 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 26 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 27 | +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
| 28 | +DEALINGS IN THE SOFTWARE. |
| 29 | + |
| 30 | +## Original utf8proc license ## |
| 31 | + |
| 32 | +*Copyright (c) 2009, 2013 Public Software Group e. V., Berlin, Germany* |
| 33 | + |
| 34 | +Permission is hereby granted, free of charge, to any person obtaining a |
| 35 | +copy of this software and associated documentation files (the "Software"), |
| 36 | +to deal in the Software without restriction, including without limitation |
| 37 | +the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 38 | +and/or sell copies of the Software, and to permit persons to whom the |
| 39 | +Software is furnished to do so, subject to the following conditions: |
| 40 | + |
| 41 | +The above copyright notice and this permission notice shall be included in |
| 42 | +all copies or substantial portions of the Software. |
| 43 | + |
| 44 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 45 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 46 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 47 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 48 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 49 | +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
| 50 | +DEALINGS IN THE SOFTWARE. |
| 51 | + |
| 52 | +## Unicode data license ## |
| 53 | + |
| 54 | +This software contains data (`utf8proc_data.c`) derived from processing |
| 55 | +the Unicode data files. The following license applies to that data: |
| 56 | + |
| 57 | +**COPYRIGHT AND PERMISSION NOTICE** |
| 58 | + |
| 59 | +*Copyright (c) 1991-2007 Unicode, Inc. All rights reserved. Distributed |
| 60 | +under the Terms of Use in http://www.unicode.org/copyright.html.* |
| 61 | + |
| 62 | +Permission is hereby granted, free of charge, to any person obtaining a |
| 63 | +copy of the Unicode data files and any associated documentation (the "Data |
| 64 | +Files") or Unicode software and any associated documentation (the |
| 65 | +"Software") to deal in the Data Files or Software without restriction, |
| 66 | +including without limitation the rights to use, copy, modify, merge, |
| 67 | +publish, distribute, and/or sell copies of the Data Files or Software, and |
| 68 | +to permit persons to whom the Data Files or Software are furnished to do |
| 69 | +so, provided that (a) the above copyright notice(s) and this permission |
| 70 | +notice appear with all copies of the Data Files or Software, (b) both the |
| 71 | +above copyright notice(s) and this permission notice appear in associated |
| 72 | +documentation, and (c) there is clear notice in each modified Data File or |
| 73 | +in the Software as well as in the documentation associated with the Data |
| 74 | +File(s) or Software that the data or software has been modified. |
| 75 | + |
| 76 | +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY |
| 77 | +KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 78 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF |
| 79 | +THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS |
| 80 | +INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR |
| 81 | +CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF |
| 82 | +USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER |
| 83 | +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 84 | +PERFORMANCE OF THE DATA FILES OR SOFTWARE. |
| 85 | + |
| 86 | +Except as contained in this notice, the name of a copyright holder shall |
| 87 | +not be used in advertising or otherwise to promote the sale, use or other |
| 88 | +dealings in these Data Files or Software without prior written |
| 89 | +authorization of the copyright holder. |
| 90 | + |
| 91 | +Unicode and the Unicode logo are trademarks of Unicode, Inc., and may be |
| 92 | +registered in some jurisdictions. All other trademarks and registered |
| 93 | +trademarks mentioned herein are the property of their respective owners. |
0 commit comments