@@ -304,6 +304,31 @@ android/sdk/src/main/java/com/taobao/weex/utils/WXDataStructureUtil.java
304
304
* limitations under the License.
305
305
*/
306
306
307
+ For fpconv
308
+ weex_core/Source/core/parser/dom_parser.cpp
309
+ /*
310
+ * Copyright (c) 2013 Andreas Samoljuk
311
+ *
312
+ * Permission is hereby granted, free of charge, to any person obtaining
313
+ * a copy of this software and associated documentation files (the
314
+ * "Software"), to deal in the Software without restriction, including
315
+ * without limitation the rights to use, copy, modify, merge, publish,
316
+ * distribute, sublicense, and/or sell copies of the Software, and to
317
+ * permit persons to whom the Software is furnished to do so, subject to
318
+ * the following conditions:
319
+ *
320
+ * The above copyright notice and this permission notice shall be
321
+ * included in all copies or substantial portions of the Software.
322
+ *
323
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
324
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
325
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
326
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
327
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
328
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
329
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
330
+ */
331
+
307
332
For rapidjson
308
333
weex_core/Source/core/parser/dom_parser.cpp
309
334
/*
@@ -343,27 +368,32 @@ android/sdk/src/main/java/com/taobao/weex/utils/WXDataStructureUtil.java
343
368
* limitations under the License.
344
369
*/
345
370
346
- For fpconv
347
- weex_core/Source/core/parser/dom_parser.cpp
371
+ For IPC
372
+ weex_core/Source/IPC
348
373
/*
349
- * Copyright (c) 2013 Andreas Samoljuk
350
- *
351
- * Permission is hereby granted, free of charge, to any person obtaining
352
- * a copy of this software and associated documentation files (the
353
- * "Software"), to deal in the Software without restriction, including
354
- * without limitation the rights to use, copy, modify, merge, publish,
355
- * distribute, sublicense, and/or sell copies of the Software, and to
356
- * permit persons to whom the Software is furnished to do so, subject to
357
- * the following conditions:
374
+ * Copyright (C) 2008 The Android Open Source Project
375
+ * All rights reserved.
358
376
*
359
- * The above copyright notice and this permission notice shall be
360
- * included in all copies or substantial portions of the Software.
377
+ * Redistribution and use in source and binary forms, with or without
378
+ * modification, are permitted provided that the following conditions
379
+ * are met:
380
+ * * Redistributions of source code must retain the above copyright
381
+ * notice, this list of conditions and the following disclaimer.
382
+ * * Redistributions in binary form must reproduce the above copyright
383
+ * notice, this list of conditions and the following disclaimer in
384
+ * the documentation and/or other materials provided with the
385
+ * distribution.
361
386
*
362
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
363
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
364
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
365
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
366
- * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
367
- * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
368
- * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
387
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
388
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
389
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
390
+ * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
391
+ * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
392
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
393
+ * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
394
+ * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
395
+ * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
396
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
397
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
398
+ * SUCH DAMAGE.
369
399
*/
0 commit comments