|
| 1 | +cxxheaderparser license: |
| 2 | + |
| 3 | +Copyright (c) 2020 Dustin Spicuzza <dustin@virtualroadside.com> |
| 4 | +All rights reserved. |
| 5 | + |
| 6 | +Redistribution and use in source and binary forms, with or without |
| 7 | +modification, are permitted provided that the following conditions are met: |
| 8 | + |
| 9 | +1. Redistributions of source code must retain the above copyright notice, this |
| 10 | + list of conditions and the following disclaimer. |
| 11 | + |
| 12 | +2. Redistributions in binary form must reproduce the above copyright notice, |
| 13 | + this list of conditions and the following disclaimer in the documentation |
| 14 | + and/or other materials provided with the distribution. |
| 15 | + |
| 16 | +3. Neither the name of the copyright holder nor the names of its contributors |
| 17 | + may be used to endorse or promote products derived from this software |
| 18 | + without specific prior written permission. |
| 19 | + |
| 20 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 21 | +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 22 | +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 23 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
| 24 | +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 25 | +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 26 | +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 27 | +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 28 | +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 29 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 30 | + |
| 31 | +----------------------------------------------------------------------------- |
| 32 | + |
| 33 | +CppHeaderParser license: |
| 34 | + |
| 35 | +Copyright (C) 2011, Jashua R. Cloutier |
| 36 | +All rights reserved. |
| 37 | + |
| 38 | +Redistribution and use in source and binary forms, with or without |
| 39 | +modification, are permitted provided that the following conditions |
| 40 | +are met: |
| 41 | + |
| 42 | +* Redistributions of source code must retain the above copyright |
| 43 | + notice, this list of conditions and the following disclaimer. |
| 44 | + |
| 45 | +* Redistributions in binary form must reproduce the above copyright |
| 46 | + notice, this list of conditions and the following disclaimer in |
| 47 | + the documentation and/or other materials provided with the |
| 48 | + distribution. |
| 49 | + |
| 50 | +* Neither the name of Jashua R. Cloutier nor the names of its |
| 51 | + contributors may be used to endorse or promote products derived from |
| 52 | + this software without specific prior written permission. Stories, |
| 53 | + blog entries etc making reference to this project may mention the |
| 54 | + name Jashua R. Cloutier in terms of project originator/creator etc. |
| 55 | + |
| 56 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 57 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 58 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 59 | +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 60 | +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 61 | +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 62 | +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 63 | +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 64 | +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 65 | +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 66 | +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 67 | +POSSIBILITY OF SUCH DAMAGE. |
| 68 | + |
| 69 | +----------------------------------------------------------------------------- |
| 70 | + |
| 71 | +PLY license: |
| 72 | + |
| 73 | +Copyright (C) 2001-2020 |
| 74 | +David M. Beazley (Dabeaz LLC) |
| 75 | +All rights reserved. |
| 76 | + |
| 77 | +Latest version: https://github.com/dabeaz/ply |
| 78 | + |
| 79 | +Redistribution and use in source and binary forms, with or without |
| 80 | +modification, are permitted provided that the following conditions are |
| 81 | +met: |
| 82 | + |
| 83 | +* Redistributions of source code must retain the above copyright notice, |
| 84 | + this list of conditions and the following disclaimer. |
| 85 | +* Redistributions in binary form must reproduce the above copyright notice, |
| 86 | + this list of conditions and the following disclaimer in the documentation |
| 87 | + and/or other materials provided with the distribution. |
| 88 | +* Neither the name of David Beazley or Dabeaz LLC may be used to |
| 89 | + endorse or promote products derived from this software without |
| 90 | + specific prior written permission. |
| 91 | + |
| 92 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 93 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 94 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 95 | +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 96 | +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 97 | +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 98 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 99 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 100 | +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 101 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 102 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 103 | + |
| 104 | +----------------------------------------------------------------------------- |
0 commit comments