| 1 | # Third-Party Notices |
| 2 | |
| 3 | The following third-party components are redistributed as part of the packaged |
| 4 | Echo Director Agent Python distribution (`pip install echo-director-agent`). |
| 5 | |
| 6 | --- |
| 7 | |
| 8 | ## KaTeX — math rendering (MIT) |
| 9 | |
| 10 | - **Source**: https://github.com/KaTeX/KaTeX |
| 11 | - **Bundled**: `nanobot/web/dist/assets/index-*.{js,css}` |
| 12 | |
| 13 | ``` |
| 14 | The MIT License (MIT) |
| 15 | |
| 16 | Copyright (c) 2013-2020 Khan Academy and other contributors |
| 17 | |
| 18 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 19 | of this software and associated documentation files (the "Software"), to deal |
| 20 | in the Software without restriction, including without limitation the rights |
| 21 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 22 | copies of the Software, and to permit persons to whom the Software is |
| 23 | furnished to do so, subject to the following conditions: |
| 24 | |
| 25 | The above copyright notice and this permission notice shall be included in all |
| 26 | copies or substantial portions of the Software. |
| 27 | |
| 28 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 29 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 30 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 31 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 32 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 33 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 34 | SOFTWARE. |
| 35 | ``` |
| 36 | |
| 37 | --- |
| 38 | |
| 39 | ## KaTeX Fonts — math typography (SIL OFL 1.1) |
| 40 | |
| 41 | - **Source**: https://github.com/KaTeX/KaTeX/tree/main/src/fonts |
| 42 | - **Bundled**: `nanobot/web/dist/assets/KaTeX_*.{woff2,woff,ttf}` |
| 43 | |
| 44 | The fonts are redistributed unmodified. |
| 45 | |
| 46 | ``` |
| 47 | Copyright (c) 2009-2010, Design Science, Inc. (<www.mathjax.org>) |
| 48 | Copyright (c) 2014-2018 Khan Academy (<www.khanacademy.org>), |
| 49 | with Reserved Font Names KaTeX_AMS, KaTeX_Caligraphic, KaTeX_Fraktur, |
| 50 | KaTeX_Main, KaTeX_Math, KaTeX_SansSerif, KaTeX_Script, KaTeX_Size1, |
| 51 | KaTeX_Size2, KaTeX_Size3, KaTeX_Size4, KaTeX_Typewriter. |
| 52 | |
| 53 | This Font Software is licensed under the SIL Open Font License, Version 1.1. |
| 54 | This license is copied below, and is also available with a FAQ at: |
| 55 | http://scripts.sil.org/OFL |
| 56 | |
| 57 | |
| 58 | ----------------------------------------------------------- |
| 59 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 |
| 60 | ----------------------------------------------------------- |
| 61 | |
| 62 | PREAMBLE |
| 63 | The goals of the Open Font License (OFL) are to stimulate worldwide |
| 64 | development of collaborative font projects, to support the font creation |
| 65 | efforts of academic and linguistic communities, and to provide a free and |
| 66 | open framework in which fonts may be shared and improved in partnership |
| 67 | with others. |
| 68 | |
| 69 | The OFL allows the licensed fonts to be used, studied, modified and |
| 70 | redistributed freely as long as they are not sold by themselves. The |
| 71 | fonts, including any derivative works, can be bundled, embedded, |
| 72 | redistributed and/or sold with any software provided that any reserved |
| 73 | names are not used by derivative works. The fonts and derivatives, |
| 74 | however, cannot be released under any other type of license. The |
| 75 | requirement for fonts to remain under this license does not apply |
| 76 | to any document created using the fonts or their derivatives. |
| 77 | |
| 78 | DEFINITIONS |
| 79 | "Font Software" refers to the set of files released by the Copyright |
| 80 | Holder(s) under this license and clearly marked as such. This may |
| 81 | include source files, build scripts and documentation. |
| 82 | |
| 83 | "Reserved Font Name" refers to any names specified as such after the |
| 84 | copyright statement(s). |
| 85 | |
| 86 | "Original Version" refers to the collection of Font Software components as |
| 87 | distributed by the Copyright Holder(s). |
| 88 | |
| 89 | "Modified Version" refers to any derivative made by adding to, deleting, |
| 90 | or substituting -- in part or in whole -- any of the components of the |
| 91 | Original Version, by changing formats or by porting the Font Software to a |
| 92 | new environment. |
| 93 | |
| 94 | "Author" refers to any designer, engineer, programmer, technical |
| 95 | writer or other person who contributed to the Font Software. |
| 96 | |
| 97 | PERMISSION & CONDITIONS |
| 98 | Permission is hereby granted, free of charge, to any person obtaining |
| 99 | a copy of the Font Software, to use, study, copy, merge, embed, modify, |
| 100 | redistribute, and sell modified and unmodified copies of the Font |
| 101 | Software, subject to the following conditions: |
| 102 | |
| 103 | 1) Neither the Font Software nor any of its individual components, |
| 104 | in Original or Modified Versions, may be sold by itself. |
| 105 | |
| 106 | 2) Original or Modified Versions of the Font Software may be bundled, |
| 107 | redistributed and/or sold with any software, provided that each copy |
| 108 | contains the above copyright notice and this license. These can be |
| 109 | included either as stand-alone text files, human-readable headers or |
| 110 | in the appropriate machine-readable metadata fields within text or |
| 111 | binary files as long as those fields can be easily viewed by the user. |
| 112 | |
| 113 | 3) No Modified Version of the Font Software may use the Reserved Font |
| 114 | Name(s) unless explicit written permission is granted by the corresponding |
| 115 | Copyright Holder. This restriction only applies to the primary font name as |
| 116 | presented to the users. |
| 117 | |
| 118 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font |
| 119 | Software shall not be used to promote, endorse or advertise any |
| 120 | Modified Version, except to acknowledge the contribution(s) of the |
| 121 | Copyright Holder(s) and the Author(s) or with their explicit written |
| 122 | permission. |
| 123 | |
| 124 | 5) The Font Software, modified or unmodified, in part or in whole, |
| 125 | must be distributed entirely under this license, and must not be |
| 126 | distributed under any other license. The requirement for fonts to |
| 127 | remain under this license does not apply to any document created |
| 128 | using the Font Software. |
| 129 | |
| 130 | TERMINATION |
| 131 | This license becomes null and void if any of the above conditions are |
| 132 | not met. |
| 133 | |
| 134 | DISCLAIMER |
| 135 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 136 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF |
| 137 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT |
| 138 | OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE |
| 139 | COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 140 | INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL |
| 141 | DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 142 | FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM |
| 143 | OTHER DEALINGS IN THE FONT SOFTWARE. |
| 144 | ``` |
| 145 |