|
202 | 202 | limitations under the License.
|
203 | 203 |
|
204 | 204 |
|
205 |
| - BSD License |
206 |
| - |
207 |
| -For the CSSLayout components: |
208 |
| -android/sdk/src/main/java/com/taobao/weex/dom/flex/CachedCSSLayout.java |
209 |
| -android/sdk/src/main/java/com/taobao/weex/dom/flex/CSSAlign.java |
210 |
| -android/sdk/src/main/java/com/taobao/weex/dom/flex/CSSDirection.java |
211 |
| -android/sdk/src/main/java/com/taobao/weex/dom/flex/CSSFlexDirection.java |
212 |
| -android/sdk/src/main/java/com/taobao/weex/dom/flex/CSSJustify.java |
213 |
| -android/sdk/src/main/java/com/taobao/weex/dom/flex/CSSLayout.java |
214 |
| -android/sdk/src/main/java/com/taobao/weex/dom/flex/CSSLayoutContext.java |
215 |
| -android/sdk/src/main/java/com/taobao/weex/dom/flex/CSSNode.java |
216 |
| -android/sdk/src/main/java/com/taobao/weex/dom/flex/CSSPositionType.java |
217 |
| -android/sdk/src/main/java/com/taobao/weex/dom/flex/CSSStyle.java |
218 |
| -android/sdk/src/main/java/com/taobao/weex/dom/flex/CSSWrap.java |
219 |
| -android/sdk/src/main/java/com/taobao/weex/dom/flex/FloatUtil.java |
220 |
| -android/sdk/src/main/java/com/taobao/weex/dom/flex/LayoutEngine.java |
221 |
| -android/sdk/src/main/java/com/taobao/weex/dom/flex/MeasureOutput.java |
222 |
| -android/sdk/src/main/java/com/taobao/weex/dom/flex/Spacing.java |
223 |
| -ios/sdk/WeexSDK/Sources/Layout/Layout.c |
224 |
| -ios/sdk/WeexSDK/Sources/Layout/Layout.h |
225 |
| - |
226 |
| -/* |
227 |
| -BSD License |
228 |
| - |
229 |
| -Copyright (c) 2014-present, Facebook, Inc. All rights reserved. |
230 |
| - |
231 |
| -Redistribution and use in source and binary forms, with or without modification, |
232 |
| -are permitted provided that the following conditions are met: |
233 |
| - |
234 |
| - * Redistributions of source code must retain the above copyright notice, this |
235 |
| - list of conditions and the following disclaimer. |
236 |
| - |
237 |
| - * Redistributions in binary form must reproduce the above copyright notice, |
238 |
| - this list of conditions and the following disclaimer in the documentation |
239 |
| - and/or other materials provided with the distribution. |
240 |
| - |
241 |
| - * Neither the name Facebook nor the names of its contributors may be used to |
242 |
| - endorse or promote products derived from this software without specific |
243 |
| - prior written permission. |
244 |
| - |
245 |
| -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
246 |
| -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
247 |
| -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
248 |
| -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR |
249 |
| -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
250 |
| -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
251 |
| -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
252 |
| -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
253 |
| -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
254 |
| -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
255 |
| - |
256 | 205 | */
|
257 | 206 |
|
258 | 207 | For the vuejs components:
|
|
0 commit comments