|
| 1 | +# Tinyhighlight core license |
| 2 | + |
| 3 | +MIT License |
| 4 | + |
| 5 | +Copyright (c) 2023 Tinylibs |
| 6 | + |
| 7 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 8 | +of this software and associated documentation files (the "Software"), to deal |
| 9 | +in the Software without restriction, including without limitation the rights |
| 10 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 11 | +copies of the Software, and to permit persons to whom the Software is |
| 12 | +furnished to do so, subject to the following conditions: |
| 13 | + |
| 14 | +The above copyright notice and this permission notice shall be included in all |
| 15 | +copies or substantial portions of the Software. |
| 16 | + |
| 17 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 18 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 19 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 20 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 21 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 22 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 23 | +SOFTWARE. |
| 24 | + |
| 25 | +# Additionaly Tinyhighlight modifies code with the following licenses: |
| 26 | + |
| 27 | +MIT |
| 28 | + |
| 29 | +## @babel/highlight |
| 30 | + |
| 31 | +MIT License |
| 32 | + |
| 33 | +Copyright (c) 2014-present Sebastian McKenzie and other contributors |
| 34 | + |
| 35 | +Permission is hereby granted, free of charge, to any person obtaining |
| 36 | +a copy of this software and associated documentation files (the |
| 37 | +"Software"), to deal in the Software without restriction, including |
| 38 | +without limitation the rights to use, copy, modify, merge, publish, |
| 39 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 40 | +permit persons to whom the Software is furnished to do so, subject to |
| 41 | +the following conditions: |
| 42 | + |
| 43 | +The above copyright notice and this permission notice shall be |
| 44 | +included in all copies or substantial portions of the Software. |
| 45 | + |
| 46 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 47 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 48 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 49 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 50 | +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 51 | +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 52 | +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 53 | + |
| 54 | +## @babel/helper-validator-identifier |
| 55 | + |
| 56 | +MIT License |
| 57 | + |
| 58 | +Copyright (c) 2014-present Sebastian McKenzie and other contributors |
| 59 | + |
| 60 | +Permission is hereby granted, free of charge, to any person obtaining |
| 61 | +a copy of this software and associated documentation files (the |
| 62 | +"Software"), to deal in the Software without restriction, including |
| 63 | +without limitation the rights to use, copy, modify, merge, publish, |
| 64 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 65 | +permit persons to whom the Software is furnished to do so, subject to |
| 66 | +the following conditions: |
| 67 | + |
| 68 | +The above copyright notice and this permission notice shall be |
| 69 | +included in all copies or substantial portions of the Software. |
| 70 | + |
| 71 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 72 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 73 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 74 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 75 | +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 76 | +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 77 | +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
0 commit comments