|
| 1 | +iproov_flutter |
| 2 | + |
| 3 | +- Please refer to the iOS Biometrics SDK license here: https://github.com/iProov/ios/blob/master/LICENSE.md. |
| 4 | + |
| 5 | +- Please refer to the Android Biometrics SDK license here: https://github.com/iProov/android/blob/master/LICENSE.md. |
| 6 | + |
| 7 | +-------------------------------------------------------------------------------- |
| 8 | +API Client and Sample Code |
| 9 | + |
| 10 | +Copyright 2021 iProov Limited |
| 11 | + |
| 12 | +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| 13 | + |
| 14 | +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. |
| 15 | + |
| 16 | +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. |
| 17 | + |
| 18 | +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. |
| 19 | + |
| 20 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 21 | + |
| 22 | +-------------------------------------------------------------------------------- |
| 23 | +image |
| 24 | + |
| 25 | +Copyright 2013 Brendan Duncan |
| 26 | + |
| 27 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 28 | + you may not use this file except in compliance with the License. |
| 29 | + You may obtain a copy of the License at |
| 30 | + |
| 31 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 32 | + |
| 33 | + Unless required by applicable law or agreed to in writing, software |
| 34 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 35 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 36 | + See the License for the specific language governing permissions and |
| 37 | + limitations under the License. |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | +Parts of the Image library were ported from the following sources: |
| 42 | + |
| 43 | +============================================================================== |
| 44 | + |
| 45 | + The JPEG encoder/decoder code is derived from the following: |
| 46 | + https://github.com/notmasteryet/jpgjs |
| 47 | + Copyright (C) 2011 notmasteryet |
| 48 | + |
| 49 | + Contributors: Yury Delendik <[email protected]> |
| 50 | + |
| 51 | + |
| 52 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 53 | + you may not use this file except in compliance with the License. |
| 54 | + You may obtain a copy of the License at |
| 55 | + |
| 56 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 57 | + |
| 58 | + Unless required by applicable law or agreed to in writing, software |
| 59 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 60 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 61 | + See the License for the specific language governing permissions and |
| 62 | + limitations under the License. |
| 63 | + |
| 64 | +============================================================================== |
| 65 | + |
| 66 | +The WebP encoder/decoder code is derived from the following: |
| 67 | + http://git.chromium.org/gitweb/?p=webm/libwebp.git |
| 68 | + Copyright (c) 2010, Google Inc. All rights reserved. |
| 69 | + |
| 70 | + Redistribution and use in source and binary forms, with or without |
| 71 | + modification, are permitted provided that the following conditions are |
| 72 | + met: |
| 73 | + |
| 74 | + * Redistributions of source code must retain the above copyright |
| 75 | + notice, this list of conditions and the following disclaimer. |
| 76 | + |
| 77 | + * Redistributions in binary form must reproduce the above copyright |
| 78 | + notice, this list of conditions and the following disclaimer in |
| 79 | + the documentation and/or other materials provided with the |
| 80 | + distribution. |
| 81 | + |
| 82 | + * Neither the name of Google nor the names of its contributors may |
| 83 | + be used to endorse or promote products derived from this software |
| 84 | + without specific prior written permission. |
| 85 | + |
| 86 | + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 87 | + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 88 | + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 89 | + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 90 | + HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 91 | + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 92 | + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 93 | + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 94 | + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 95 | + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 96 | + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 97 | + |
| 98 | +============================================================================== |
| 99 | + |
| 100 | +The TIFF decoder code is derived from the following: |
| 101 | + Apache Batik |
| 102 | + http://svn.apache.org/repos/asf/xmlgraphics/batik/trunk |
| 103 | + Copyright 1999-2007 The Apache Software Foundation |
| 104 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 105 | + you may not use this file except in compliance with the License. |
| 106 | + You may obtain a copy of the License at |
| 107 | + |
| 108 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 109 | + |
| 110 | + Unless required by applicable law or agreed to in writing, software |
| 111 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 112 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 113 | + See the License for the specific language governing permissions and |
| 114 | + limitations under the License. |
| 115 | + |
| 116 | +============================================================================== |
| 117 | + |
| 118 | +The OpenEXR decoder is derived in part from the OpenEXR library: |
| 119 | + |
| 120 | +Copyright (c) 2002-2011, Industrial Light & Magic, a division of |
| 121 | +Lucasfilm Entertainment Company Ltd. All rights reserved. |
| 122 | + |
| 123 | +Redistribution and use in source and binary forms, with or without |
| 124 | +modification, are permitted provided that the following conditions are met: |
| 125 | + |
| 126 | + |
| 127 | +Redistributions of source code must retain the above copyright notice, this |
| 128 | +list of conditions and the following disclaimer. |
| 129 | +Redistributions in binary form must reproduce the above copyright notice, this |
| 130 | +list of conditions and the following disclaimer in the documentation and/or |
| 131 | +other materials provided with the distribution. |
| 132 | +Neither the name of Industrial Light & Magic nor the names of its contributors |
| 133 | +may be used to endorse or promote products derived from this software without |
| 134 | +specific prior written permission. |
| 135 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 136 | +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 137 | +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 138 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 139 | +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 140 | +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 141 | +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 142 | +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 143 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 144 | +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 145 | + |
| 146 | +=============================================================================== |
| 147 | + |
| 148 | +The PVRTC compression and decompression code is ported from Jeffrey Lim's |
| 149 | +PvrTcCompressor: |
| 150 | + |
| 151 | +https://bitbucket.org/jthlim/pvrtccompressor |
| 152 | + |
| 153 | +Copyright © 2014, Jeffrey Lim. All Rights Reserved. |
| 154 | + |
| 155 | +Redistribution and use in source and binary forms, with or without |
| 156 | +modification, are permitted provided that the following conditions are met: |
| 157 | + |
| 158 | +1. Redistributions of source code must retain the above copyright notice, |
| 159 | + this list of conditions and the following disclaimer. |
| 160 | + |
| 161 | +2. Redistributions in binary form must reproduce the above copyright notice, |
| 162 | + this list of conditions and the following disclaimer in the documentation |
| 163 | + and/or other materials provided with the distribution. |
| 164 | + |
| 165 | +3. The name of the author may not be used to endorse or promote products |
| 166 | + derived from this software without specific prior written permission. |
| 167 | + |
| 168 | +THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 169 | +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
| 170 | +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR |
| 171 | +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 172 | +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 173 | +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 174 | +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 175 | +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 176 | +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 177 | +POSSIBILITY OF SUCH DAMAGE. |
| 178 | + |
| 179 | +=============================================================================== |
| 180 | + |
| 181 | +The pvr container format decoder is derived from the QuickPVR project: |
| 182 | +QuickPVR is Copyright (C) 2010 Limbic Software, Inc. |
| 183 | +http://www.limbicsoftware.com/quickpvr.html |
| 184 | + |
| 185 | + Redistribution and use in source and binary forms, with or without |
| 186 | + modification, are permitted provided that the following conditions are met: |
| 187 | + * Redistributions of source code must retain the above copyright |
| 188 | + notice, this list of conditions and the following disclaimer. |
| 189 | + * Redistributions in binary form must reproduce the above copyright |
| 190 | + notice, this list of conditions and the following disclaimer in the |
| 191 | + documentation and/or other materials provided with the distribution. |
| 192 | + * Neither the name of the Limbic Software, Inc. nor the |
| 193 | + names of its contributors may be used to endorse or promote products |
| 194 | + derived from this software without specific prior written permission. |
| 195 | + |
| 196 | + THIS SOFTWARE IS PROVIDED BY LIMBIC SOFTWARE, INC. ''AS IS'' AND ANY |
| 197 | + EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 198 | + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 199 | + DISCLAIMED. IN NO EVENT SHALL LIMBIC SOFTWARE, INC. BE LIABLE FOR ANY |
| 200 | + DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 201 | + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 202 | + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 203 | + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 204 | + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 205 | + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 206 | + |
0 commit comments