This is WlanBP3595 library for AP mode. This library only works with GR-PEACH. We performed the operation check on GR-PEACH E version. Please refer to LICENSE.txt about license of this library.

Fork of WlanBP3595AP by Rohm

Committer:
tousaki
Date:
Tue Nov 22 08:51:43 2016 +0000
Revision:
1:5424d25360ea
Parent:
0:7683dafa8c1a
supported GCC_ARM

Who changed what in which revision?

UserRevisionLine numberNew contents of line
tousaki 0:7683dafa8c1a 1 This library is licensed under the Apache License Version 2.0 with additional
tousaki 0:7683dafa8c1a 2 license terms.
tousaki 0:7683dafa8c1a 3
tousaki 0:7683dafa8c1a 4 ------------------------------------------------------------------------------
tousaki 0:7683dafa8c1a 5 /****************************************************************************/
tousaki 0:7683dafa8c1a 6 /* Copyright (c) 2015 GRAPE SYSTEMS INC. */
tousaki 0:7683dafa8c1a 7 /* */
tousaki 0:7683dafa8c1a 8 /* Licensed under the Apache License, Version 2.0 (the "License"); */
tousaki 0:7683dafa8c1a 9 /* you may not use this file except in compliance with the License. */
tousaki 0:7683dafa8c1a 10 /* You may obtain a copy of the License at */
tousaki 0:7683dafa8c1a 11 /* */
tousaki 0:7683dafa8c1a 12 /* http://www.apache.org/licenses/LICENSE-2.0 */
tousaki 0:7683dafa8c1a 13 /* */
tousaki 0:7683dafa8c1a 14 /* Unless required by applicable law or agreed to in writing, software */
tousaki 0:7683dafa8c1a 15 /* distributed under the License is distributed on an "AS IS" BASIS, */
tousaki 0:7683dafa8c1a 16 /* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */
tousaki 0:7683dafa8c1a 17 /* See the License for the specific language governing permissions and */
tousaki 0:7683dafa8c1a 18 /* limitations under the License. */
tousaki 0:7683dafa8c1a 19 /* */
tousaki 0:7683dafa8c1a 20 /* [Additional license terms] */
tousaki 0:7683dafa8c1a 21 /* */
tousaki 0:7683dafa8c1a 22 /* This library is free for non-commercial purposes. */
tousaki 0:7683dafa8c1a 23 /* To use this commercially, contact us at */
tousaki 0:7683dafa8c1a 24 /* */
tousaki 0:7683dafa8c1a 25 /* sales@info.grape.co.jp */
tousaki 0:7683dafa8c1a 26 /* */
tousaki 0:7683dafa8c1a 27 /****************************************************************************/
tousaki 0:7683dafa8c1a 28 ------------------------------------------------------------------------------
tousaki 0:7683dafa8c1a 29
tousaki 0:7683dafa8c1a 30 This library uses lwIP.
tousaki 0:7683dafa8c1a 31 The license of lwIP is as follows.
tousaki 0:7683dafa8c1a 32
tousaki 0:7683dafa8c1a 33 ------------------------------------------------------------------------------
tousaki 0:7683dafa8c1a 34 /*
tousaki 0:7683dafa8c1a 35 * Copyright (c) 2001-2004 Swedish Institute of Computer Science.
tousaki 0:7683dafa8c1a 36 * All rights reserved.
tousaki 0:7683dafa8c1a 37 *
tousaki 0:7683dafa8c1a 38 * Redistribution and use in source and binary forms, with or without modification,
tousaki 0:7683dafa8c1a 39 * are permitted provided that the following conditions are met:
tousaki 0:7683dafa8c1a 40 *
tousaki 0:7683dafa8c1a 41 * 1. Redistributions of source code must retain the above copyright notice,
tousaki 0:7683dafa8c1a 42 * this list of conditions and the following disclaimer.
tousaki 0:7683dafa8c1a 43 * 2. Redistributions in binary form must reproduce the above copyright notice,
tousaki 0:7683dafa8c1a 44 * this list of conditions and the following disclaimer in the documentation
tousaki 0:7683dafa8c1a 45 * and/or other materials provided with the distribution.
tousaki 0:7683dafa8c1a 46 * 3. The name of the author may not be used to endorse or promote products
tousaki 0:7683dafa8c1a 47 * derived from this software without specific prior written permission.
tousaki 0:7683dafa8c1a 48 *
tousaki 0:7683dafa8c1a 49 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
tousaki 0:7683dafa8c1a 50 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
tousaki 0:7683dafa8c1a 51 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
tousaki 0:7683dafa8c1a 52 * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
tousaki 0:7683dafa8c1a 53 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
tousaki 0:7683dafa8c1a 54 * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
tousaki 0:7683dafa8c1a 55 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
tousaki 0:7683dafa8c1a 56 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
tousaki 0:7683dafa8c1a 57 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
tousaki 0:7683dafa8c1a 58 * OF SUCH DAMAGE.
tousaki 0:7683dafa8c1a 59 *
tousaki 0:7683dafa8c1a 60 ------------------------------------------------------------------------------
tousaki 0:7683dafa8c1a 61
tousaki 0:7683dafa8c1a 62 This library uses mbed Microcontroller Library.
tousaki 0:7683dafa8c1a 63 The license of mbed Microcontroller Library is as follows.
tousaki 0:7683dafa8c1a 64
tousaki 0:7683dafa8c1a 65 ------------------------------------------------------------------------------
tousaki 0:7683dafa8c1a 66 /* mbed Microcontroller Library
tousaki 0:7683dafa8c1a 67 * Copyright (c) 2006-2013 ARM Limited
tousaki 0:7683dafa8c1a 68 *
tousaki 0:7683dafa8c1a 69 * Licensed under the Apache License, Version 2.0 (the "License");
tousaki 0:7683dafa8c1a 70 * you may not use this file except in compliance with the License.
tousaki 0:7683dafa8c1a 71 * You may obtain a copy of the License at
tousaki 0:7683dafa8c1a 72 *
tousaki 0:7683dafa8c1a 73 * http://www.apache.org/licenses/LICENSE-2.0
tousaki 0:7683dafa8c1a 74 *
tousaki 0:7683dafa8c1a 75 * Unless required by applicable law or agreed to in writing, software
tousaki 0:7683dafa8c1a 76 * distributed under the License is distributed on an "AS IS" BASIS,
tousaki 0:7683dafa8c1a 77 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
tousaki 0:7683dafa8c1a 78 * See the License for the specific language governing permissions and
tousaki 0:7683dafa8c1a 79 * limitations under the License.
tousaki 0:7683dafa8c1a 80 */
tousaki 0:7683dafa8c1a 81 ------------------------------------------------------------------------------
tousaki 0:7683dafa8c1a 82
tousaki 0:7683dafa8c1a 83 The Apache License Version 2.0 is as follows.
tousaki 0:7683dafa8c1a 84
tousaki 0:7683dafa8c1a 85 ------------------------------------------------------------------------------
tousaki 0:7683dafa8c1a 86 Apache License
tousaki 0:7683dafa8c1a 87 Version 2.0, January 2004
tousaki 0:7683dafa8c1a 88 http://www.apache.org/licenses/
tousaki 0:7683dafa8c1a 89
tousaki 0:7683dafa8c1a 90 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
tousaki 0:7683dafa8c1a 91
tousaki 0:7683dafa8c1a 92 1. Definitions.
tousaki 0:7683dafa8c1a 93
tousaki 0:7683dafa8c1a 94 "License" shall mean the terms and conditions for use, reproduction,
tousaki 0:7683dafa8c1a 95 and distribution as defined by Sections 1 through 9 of this document.
tousaki 0:7683dafa8c1a 96
tousaki 0:7683dafa8c1a 97 "Licensor" shall mean the copyright owner or entity authorized by
tousaki 0:7683dafa8c1a 98 the copyright owner that is granting the License.
tousaki 0:7683dafa8c1a 99
tousaki 0:7683dafa8c1a 100 "Legal Entity" shall mean the union of the acting entity and all
tousaki 0:7683dafa8c1a 101 other entities that control, are controlled by, or are under common
tousaki 0:7683dafa8c1a 102 control with that entity. For the purposes of this definition,
tousaki 0:7683dafa8c1a 103 "control" means (i) the power, direct or indirect, to cause the
tousaki 0:7683dafa8c1a 104 direction or management of such entity, whether by contract or
tousaki 0:7683dafa8c1a 105 otherwise, or (ii) ownership of fifty percent (50%) or more of the
tousaki 0:7683dafa8c1a 106 outstanding shares, or (iii) beneficial ownership of such entity.
tousaki 0:7683dafa8c1a 107
tousaki 0:7683dafa8c1a 108 "You" (or "Your") shall mean an individual or Legal Entity
tousaki 0:7683dafa8c1a 109 exercising permissions granted by this License.
tousaki 0:7683dafa8c1a 110
tousaki 0:7683dafa8c1a 111 "Source" form shall mean the preferred form for making modifications,
tousaki 0:7683dafa8c1a 112 including but not limited to software source code, documentation
tousaki 0:7683dafa8c1a 113 source, and configuration files.
tousaki 0:7683dafa8c1a 114
tousaki 0:7683dafa8c1a 115 "Object" form shall mean any form resulting from mechanical
tousaki 0:7683dafa8c1a 116 transformation or translation of a Source form, including but
tousaki 0:7683dafa8c1a 117 not limited to compiled object code, generated documentation,
tousaki 0:7683dafa8c1a 118 and conversions to other media types.
tousaki 0:7683dafa8c1a 119
tousaki 0:7683dafa8c1a 120 "Work" shall mean the work of authorship, whether in Source or
tousaki 0:7683dafa8c1a 121 Object form, made available under the License, as indicated by a
tousaki 0:7683dafa8c1a 122 copyright notice that is included in or attached to the work
tousaki 0:7683dafa8c1a 123 (an example is provided in the Appendix below).
tousaki 0:7683dafa8c1a 124
tousaki 0:7683dafa8c1a 125 "Derivative Works" shall mean any work, whether in Source or Object
tousaki 0:7683dafa8c1a 126 form, that is based on (or derived from) the Work and for which the
tousaki 0:7683dafa8c1a 127 editorial revisions, annotations, elaborations, or other modifications
tousaki 0:7683dafa8c1a 128 represent, as a whole, an original work of authorship. For the purposes
tousaki 0:7683dafa8c1a 129 of this License, Derivative Works shall not include works that remain
tousaki 0:7683dafa8c1a 130 separable from, or merely link (or bind by name) to the interfaces of,
tousaki 0:7683dafa8c1a 131 the Work and Derivative Works thereof.
tousaki 0:7683dafa8c1a 132
tousaki 0:7683dafa8c1a 133 "Contribution" shall mean any work of authorship, including
tousaki 0:7683dafa8c1a 134 the original version of the Work and any modifications or additions
tousaki 0:7683dafa8c1a 135 to that Work or Derivative Works thereof, that is intentionally
tousaki 0:7683dafa8c1a 136 submitted to Licensor for inclusion in the Work by the copyright owner
tousaki 0:7683dafa8c1a 137 or by an individual or Legal Entity authorized to submit on behalf of
tousaki 0:7683dafa8c1a 138 the copyright owner. For the purposes of this definition, "submitted"
tousaki 0:7683dafa8c1a 139 means any form of electronic, verbal, or written communication sent
tousaki 0:7683dafa8c1a 140 to the Licensor or its representatives, including but not limited to
tousaki 0:7683dafa8c1a 141 communication on electronic mailing lists, source code control systems,
tousaki 0:7683dafa8c1a 142 and issue tracking systems that are managed by, or on behalf of, the
tousaki 0:7683dafa8c1a 143 Licensor for the purpose of discussing and improving the Work, but
tousaki 0:7683dafa8c1a 144 excluding communication that is conspicuously marked or otherwise
tousaki 0:7683dafa8c1a 145 designated in writing by the copyright owner as "Not a Contribution."
tousaki 0:7683dafa8c1a 146
tousaki 0:7683dafa8c1a 147 "Contributor" shall mean Licensor and any individual or Legal Entity
tousaki 0:7683dafa8c1a 148 on behalf of whom a Contribution has been received by Licensor and
tousaki 0:7683dafa8c1a 149 subsequently incorporated within the Work.
tousaki 0:7683dafa8c1a 150
tousaki 0:7683dafa8c1a 151 2. Grant of Copyright License. Subject to the terms and conditions of
tousaki 0:7683dafa8c1a 152 this License, each Contributor hereby grants to You a perpetual,
tousaki 0:7683dafa8c1a 153 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
tousaki 0:7683dafa8c1a 154 copyright license to reproduce, prepare Derivative Works of,
tousaki 0:7683dafa8c1a 155 publicly display, publicly perform, sublicense, and distribute the
tousaki 0:7683dafa8c1a 156 Work and such Derivative Works in Source or Object form.
tousaki 0:7683dafa8c1a 157
tousaki 0:7683dafa8c1a 158 3. Grant of Patent License. Subject to the terms and conditions of
tousaki 0:7683dafa8c1a 159 this License, each Contributor hereby grants to You a perpetual,
tousaki 0:7683dafa8c1a 160 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
tousaki 0:7683dafa8c1a 161 (except as stated in this section) patent license to make, have made,
tousaki 0:7683dafa8c1a 162 use, offer to sell, sell, import, and otherwise transfer the Work,
tousaki 0:7683dafa8c1a 163 where such license applies only to those patent claims licensable
tousaki 0:7683dafa8c1a 164 by such Contributor that are necessarily infringed by their
tousaki 0:7683dafa8c1a 165 Contribution(s) alone or by combination of their Contribution(s)
tousaki 0:7683dafa8c1a 166 with the Work to which such Contribution(s) was submitted. If You
tousaki 0:7683dafa8c1a 167 institute patent litigation against any entity (including a
tousaki 0:7683dafa8c1a 168 cross-claim or counterclaim in a lawsuit) alleging that the Work
tousaki 0:7683dafa8c1a 169 or a Contribution incorporated within the Work constitutes direct
tousaki 0:7683dafa8c1a 170 or contributory patent infringement, then any patent licenses
tousaki 0:7683dafa8c1a 171 granted to You under this License for that Work shall terminate
tousaki 0:7683dafa8c1a 172 as of the date such litigation is filed.
tousaki 0:7683dafa8c1a 173
tousaki 0:7683dafa8c1a 174 4. Redistribution. You may reproduce and distribute copies of the
tousaki 0:7683dafa8c1a 175 Work or Derivative Works thereof in any medium, with or without
tousaki 0:7683dafa8c1a 176 modifications, and in Source or Object form, provided that You
tousaki 0:7683dafa8c1a 177 meet the following conditions:
tousaki 0:7683dafa8c1a 178
tousaki 0:7683dafa8c1a 179 (a) You must give any other recipients of the Work or
tousaki 0:7683dafa8c1a 180 Derivative Works a copy of this License; and
tousaki 0:7683dafa8c1a 181
tousaki 0:7683dafa8c1a 182 (b) You must cause any modified files to carry prominent notices
tousaki 0:7683dafa8c1a 183 stating that You changed the files; and
tousaki 0:7683dafa8c1a 184
tousaki 0:7683dafa8c1a 185 (c) You must retain, in the Source form of any Derivative Works
tousaki 0:7683dafa8c1a 186 that You distribute, all copyright, patent, trademark, and
tousaki 0:7683dafa8c1a 187 attribution notices from the Source form of the Work,
tousaki 0:7683dafa8c1a 188 excluding those notices that do not pertain to any part of
tousaki 0:7683dafa8c1a 189 the Derivative Works; and
tousaki 0:7683dafa8c1a 190
tousaki 0:7683dafa8c1a 191 (d) If the Work includes a "NOTICE" text file as part of its
tousaki 0:7683dafa8c1a 192 distribution, then any Derivative Works that You distribute must
tousaki 0:7683dafa8c1a 193 include a readable copy of the attribution notices contained
tousaki 0:7683dafa8c1a 194 within such NOTICE file, excluding those notices that do not
tousaki 0:7683dafa8c1a 195 pertain to any part of the Derivative Works, in at least one
tousaki 0:7683dafa8c1a 196 of the following places: within a NOTICE text file distributed
tousaki 0:7683dafa8c1a 197 as part of the Derivative Works; within the Source form or
tousaki 0:7683dafa8c1a 198 documentation, if provided along with the Derivative Works; or,
tousaki 0:7683dafa8c1a 199 within a display generated by the Derivative Works, if and
tousaki 0:7683dafa8c1a 200 wherever such third-party notices normally appear. The contents
tousaki 0:7683dafa8c1a 201 of the NOTICE file are for informational purposes only and
tousaki 0:7683dafa8c1a 202 do not modify the License. You may add Your own attribution
tousaki 0:7683dafa8c1a 203 notices within Derivative Works that You distribute, alongside
tousaki 0:7683dafa8c1a 204 or as an addendum to the NOTICE text from the Work, provided
tousaki 0:7683dafa8c1a 205 that such additional attribution notices cannot be construed
tousaki 0:7683dafa8c1a 206 as modifying the License.
tousaki 0:7683dafa8c1a 207
tousaki 0:7683dafa8c1a 208 You may add Your own copyright statement to Your modifications and
tousaki 0:7683dafa8c1a 209 may provide additional or different license terms and conditions
tousaki 0:7683dafa8c1a 210 for use, reproduction, or distribution of Your modifications, or
tousaki 0:7683dafa8c1a 211 for any such Derivative Works as a whole, provided Your use,
tousaki 0:7683dafa8c1a 212 reproduction, and distribution of the Work otherwise complies with
tousaki 0:7683dafa8c1a 213 the conditions stated in this License.
tousaki 0:7683dafa8c1a 214
tousaki 0:7683dafa8c1a 215 5. Submission of Contributions. Unless You explicitly state otherwise,
tousaki 0:7683dafa8c1a 216 any Contribution intentionally submitted for inclusion in the Work
tousaki 0:7683dafa8c1a 217 by You to the Licensor shall be under the terms and conditions of
tousaki 0:7683dafa8c1a 218 this License, without any additional terms or conditions.
tousaki 0:7683dafa8c1a 219 Notwithstanding the above, nothing herein shall supersede or modify
tousaki 0:7683dafa8c1a 220 the terms of any separate license agreement you may have executed
tousaki 0:7683dafa8c1a 221 with Licensor regarding such Contributions.
tousaki 0:7683dafa8c1a 222
tousaki 0:7683dafa8c1a 223 6. Trademarks. This License does not grant permission to use the trade
tousaki 0:7683dafa8c1a 224 names, trademarks, service marks, or product names of the Licensor,
tousaki 0:7683dafa8c1a 225 except as required for reasonable and customary use in describing the
tousaki 0:7683dafa8c1a 226 origin of the Work and reproducing the content of the NOTICE file.
tousaki 0:7683dafa8c1a 227
tousaki 0:7683dafa8c1a 228 7. Disclaimer of Warranty. Unless required by applicable law or
tousaki 0:7683dafa8c1a 229 agreed to in writing, Licensor provides the Work (and each
tousaki 0:7683dafa8c1a 230 Contributor provides its Contributions) on an "AS IS" BASIS,
tousaki 0:7683dafa8c1a 231 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
tousaki 0:7683dafa8c1a 232 implied, including, without limitation, any warranties or conditions
tousaki 0:7683dafa8c1a 233 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
tousaki 0:7683dafa8c1a 234 PARTICULAR PURPOSE. You are solely responsible for determining the
tousaki 0:7683dafa8c1a 235 appropriateness of using or redistributing the Work and assume any
tousaki 0:7683dafa8c1a 236 risks associated with Your exercise of permissions under this License.
tousaki 0:7683dafa8c1a 237
tousaki 0:7683dafa8c1a 238 8. Limitation of Liability. In no event and under no legal theory,
tousaki 0:7683dafa8c1a 239 whether in tort (including negligence), contract, or otherwise,
tousaki 0:7683dafa8c1a 240 unless required by applicable law (such as deliberate and grossly
tousaki 0:7683dafa8c1a 241 negligent acts) or agreed to in writing, shall any Contributor be
tousaki 0:7683dafa8c1a 242 liable to You for damages, including any direct, indirect, special,
tousaki 0:7683dafa8c1a 243 incidental, or consequential damages of any character arising as a
tousaki 0:7683dafa8c1a 244 result of this License or out of the use or inability to use the
tousaki 0:7683dafa8c1a 245 Work (including but not limited to damages for loss of goodwill,
tousaki 0:7683dafa8c1a 246 work stoppage, computer failure or malfunction, or any and all
tousaki 0:7683dafa8c1a 247 other commercial damages or losses), even if such Contributor
tousaki 0:7683dafa8c1a 248 has been advised of the possibility of such damages.
tousaki 0:7683dafa8c1a 249
tousaki 0:7683dafa8c1a 250 9. Accepting Warranty or Additional Liability. While redistributing
tousaki 0:7683dafa8c1a 251 the Work or Derivative Works thereof, You may choose to offer,
tousaki 0:7683dafa8c1a 252 and charge a fee for, acceptance of support, warranty, indemnity,
tousaki 0:7683dafa8c1a 253 or other liability obligations and/or rights consistent with this
tousaki 0:7683dafa8c1a 254 License. However, in accepting such obligations, You may act only
tousaki 0:7683dafa8c1a 255 on Your own behalf and on Your sole responsibility, not on behalf
tousaki 0:7683dafa8c1a 256 of any other Contributor, and only if You agree to indemnify,
tousaki 0:7683dafa8c1a 257 defend, and hold each Contributor harmless for any liability
tousaki 0:7683dafa8c1a 258 incurred by, or claims asserted against, such Contributor by reason
tousaki 0:7683dafa8c1a 259 of your accepting any such warranty or additional liability.
tousaki 0:7683dafa8c1a 260
tousaki 0:7683dafa8c1a 261 END OF TERMS AND CONDITIONS
tousaki 0:7683dafa8c1a 262
tousaki 0:7683dafa8c1a 263 APPENDIX: How to apply the Apache License to your work.
tousaki 0:7683dafa8c1a 264
tousaki 0:7683dafa8c1a 265 To apply the Apache License to your work, attach the following
tousaki 0:7683dafa8c1a 266 boilerplate notice, with the fields enclosed by brackets "[]"
tousaki 0:7683dafa8c1a 267 replaced with your own identifying information. (Don't include
tousaki 0:7683dafa8c1a 268 the brackets!) The text should be enclosed in the appropriate
tousaki 0:7683dafa8c1a 269 comment syntax for the file format. We also recommend that a
tousaki 0:7683dafa8c1a 270 file or class name and description of purpose be included on the
tousaki 0:7683dafa8c1a 271 same "printed page" as the copyright notice for easier
tousaki 0:7683dafa8c1a 272 identification within third-party archives.
tousaki 0:7683dafa8c1a 273
tousaki 0:7683dafa8c1a 274 Copyright [yyyy] [name of copyright owner]
tousaki 0:7683dafa8c1a 275
tousaki 0:7683dafa8c1a 276 Licensed under the Apache License, Version 2.0 (the "License");
tousaki 0:7683dafa8c1a 277 you may not use this file except in compliance with the License.
tousaki 0:7683dafa8c1a 278 You may obtain a copy of the License at
tousaki 0:7683dafa8c1a 279
tousaki 0:7683dafa8c1a 280 http://www.apache.org/licenses/LICENSE-2.0
tousaki 0:7683dafa8c1a 281
tousaki 0:7683dafa8c1a 282 Unless required by applicable law or agreed to in writing, software
tousaki 0:7683dafa8c1a 283 distributed under the License is distributed on an "AS IS" BASIS,
tousaki 0:7683dafa8c1a 284 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
tousaki 0:7683dafa8c1a 285 See the License for the specific language governing permissions and
tousaki 0:7683dafa8c1a 286 limitations under the License.
tousaki 0:7683dafa8c1a 287 ------------------------------------------------------------------------------