|
1 |
| -TODO: Add your license here. |
| 1 | +pytorch_mobile |
| 2 | + |
| 3 | +Copyright (c) 2020, Fynn Maarten Belderink |
| 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 |
| 8 | +are met: |
| 9 | + |
| 10 | + * Redistributions of source code must retain the above copyright |
| 11 | + notice, this list of conditions and the following disclaimer. |
| 12 | + * Redistributions in binary form must reproduce the above |
| 13 | + copyright notice, this list of conditions and the following |
| 14 | + disclaimer in the documentation and/or other materials provided |
| 15 | + with the distribution. |
| 16 | + * Neither the name of Fynn Maarten Belderink nor the names of its |
| 17 | + contributors may be used to endorse or promote products derived |
| 18 | + from this software without specific prior written permission. |
| 19 | + |
| 20 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND |
| 21 | +CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 22 | +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 23 | +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 24 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS |
| 25 | +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 26 | +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 27 | +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 28 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 29 | +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR |
| 30 | +TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF |
| 31 | +THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 32 | +SUCH DAMAGE. |
| 33 | + |
| 34 | +-------------------------------------------------------------------------------- |
| 35 | +path_provider |
| 36 | + |
| 37 | +Copyright 2017, the Flutter project authors. All rights reserved. |
| 38 | +Redistribution and use in source and binary forms, with or without |
| 39 | +modification, are permitted provided that the following conditions are |
| 40 | +met: |
| 41 | + |
| 42 | + * Redistributions of source code must retain the above copyright |
| 43 | + notice, this list of conditions and the following disclaimer. |
| 44 | + * Redistributions in binary form must reproduce the above |
| 45 | + copyright notice, this list of conditions and the following |
| 46 | + disclaimer in the documentation and/or other materials provided |
| 47 | + with the distribution. |
| 48 | + * Neither the name of Google Inc. nor the names of its |
| 49 | + contributors may be used to endorse or promote products derived |
| 50 | + from this software without specific prior written permission. |
| 51 | + |
| 52 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 53 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 54 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 55 | +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 56 | +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 57 | +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 58 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 59 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 60 | +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 61 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 62 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 63 | + |
| 64 | +-------------------------------------------------------------------------------- |
| 65 | +path |
| 66 | + |
| 67 | +Copyright 2014, the Dart project authors. All rights reserved. |
| 68 | +Redistribution and use in source and binary forms, with or without |
| 69 | +modification, are permitted provided that the following conditions are |
| 70 | +met: |
| 71 | + |
| 72 | + * Redistributions of source code must retain the above copyright |
| 73 | + notice, this list of conditions and the following disclaimer. |
| 74 | + * Redistributions in binary form must reproduce the above |
| 75 | + copyright notice, this list of conditions and the following |
| 76 | + disclaimer in the documentation and/or other materials provided |
| 77 | + with the distribution. |
| 78 | + * Neither the name of Google Inc. nor the names of its |
| 79 | + contributors may be used to endorse or promote products derived |
| 80 | + from this software without specific prior written permission. |
| 81 | + |
| 82 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 83 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 84 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 85 | +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 86 | +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 87 | +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 88 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 89 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 90 | +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 91 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 92 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 93 | + |
0 commit comments