This is WlanBP3595 library for STA 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 WlanBP3595STA by Rohm

Committer:
tousaki
Date:
Fri Dec 25 07:33:27 2015 +0000
Revision:
0:d6fcd1e2aebd
Created 1st version.

Who changed what in which revision?

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