@@ -1503,203 +1503,67 @@ LIBRARY: tonic
15031503ORIGIN: ../../../flutter/third_party/tonic/LICENSE
15041504TYPE: LicenseType.bsd
15051505FILE: ../../../flutter/third_party/tonic/common/build_config.h
1506+ FILE: ../../../flutter/third_party/tonic/common/log.cc
1507+ FILE: ../../../flutter/third_party/tonic/common/log.h
1508+ FILE: ../../../flutter/third_party/tonic/common/macros.h
15061509FILE: ../../../flutter/third_party/tonic/converter/dart_converter.cc
15071510FILE: ../../../flutter/third_party/tonic/converter/dart_converter.h
1511+ FILE: ../../../flutter/third_party/tonic/dart_args.h
1512+ FILE: ../../../flutter/third_party/tonic/dart_binding_macros.h
1513+ FILE: ../../../flutter/third_party/tonic/dart_class_library.cc
1514+ FILE: ../../../flutter/third_party/tonic/dart_class_library.h
1515+ FILE: ../../../flutter/third_party/tonic/dart_class_provider.cc
1516+ FILE: ../../../flutter/third_party/tonic/dart_class_provider.h
1517+ FILE: ../../../flutter/third_party/tonic/dart_library_natives.cc
1518+ FILE: ../../../flutter/third_party/tonic/dart_library_natives.h
1519+ FILE: ../../../flutter/third_party/tonic/dart_list.cc
1520+ FILE: ../../../flutter/third_party/tonic/dart_list.h
15081521FILE: ../../../flutter/third_party/tonic/dart_message_handler.cc
15091522FILE: ../../../flutter/third_party/tonic/dart_message_handler.h
15101523FILE: ../../../flutter/third_party/tonic/dart_microtask_queue.cc
15111524FILE: ../../../flutter/third_party/tonic/dart_microtask_queue.h
1525+ FILE: ../../../flutter/third_party/tonic/dart_persistent_value.cc
1526+ FILE: ../../../flutter/third_party/tonic/dart_persistent_value.h
1527+ FILE: ../../../flutter/third_party/tonic/dart_state.cc
1528+ FILE: ../../../flutter/third_party/tonic/dart_state.h
1529+ FILE: ../../../flutter/third_party/tonic/dart_wrappable.cc
1530+ FILE: ../../../flutter/third_party/tonic/dart_wrappable.h
1531+ FILE: ../../../flutter/third_party/tonic/dart_wrapper_info.h
15121532FILE: ../../../flutter/third_party/tonic/file_loader/file_loader.cc
15131533FILE: ../../../flutter/third_party/tonic/file_loader/file_loader.h
1534+ FILE: ../../../flutter/third_party/tonic/file_loader/file_loader_fuchsia.cc
1535+ FILE: ../../../flutter/third_party/tonic/file_loader/file_loader_posix.cc
1536+ FILE: ../../../flutter/third_party/tonic/file_loader/file_loader_win.cc
15141537FILE: ../../../flutter/third_party/tonic/filesystem/filesystem/eintr_wrapper.h
15151538FILE: ../../../flutter/third_party/tonic/filesystem/filesystem/file.cc
15161539FILE: ../../../flutter/third_party/tonic/filesystem/filesystem/file.h
15171540FILE: ../../../flutter/third_party/tonic/filesystem/filesystem/path.h
15181541FILE: ../../../flutter/third_party/tonic/filesystem/filesystem/path_posix.cc
1542+ FILE: ../../../flutter/third_party/tonic/filesystem/filesystem/path_win.cc
1543+ FILE: ../../../flutter/third_party/tonic/filesystem/filesystem/portable_unistd.h
15191544FILE: ../../../flutter/third_party/tonic/logging/dart_error.cc
15201545FILE: ../../../flutter/third_party/tonic/logging/dart_error.h
15211546FILE: ../../../flutter/third_party/tonic/logging/dart_invoke.cc
15221547FILE: ../../../flutter/third_party/tonic/logging/dart_invoke.h
15231548FILE: ../../../flutter/third_party/tonic/parsers/packages_map.cc
15241549FILE: ../../../flutter/third_party/tonic/parsers/packages_map.h
1550+ FILE: ../../../flutter/third_party/tonic/platform/platform_utils.h
1551+ FILE: ../../../flutter/third_party/tonic/platform/platform_utils_posix.cc
1552+ FILE: ../../../flutter/third_party/tonic/platform/platform_utils_win.cc
15251553FILE: ../../../flutter/third_party/tonic/scopes/dart_api_scope.h
15261554FILE: ../../../flutter/third_party/tonic/scopes/dart_isolate_scope.cc
15271555FILE: ../../../flutter/third_party/tonic/scopes/dart_isolate_scope.h
1556+ FILE: ../../../flutter/third_party/tonic/typed_data/dart_byte_data.cc
15281557FILE: ../../../flutter/third_party/tonic/typed_data/dart_byte_data.h
1558+ FILE: ../../../flutter/third_party/tonic/typed_data/float32_list.h
1559+ FILE: ../../../flutter/third_party/tonic/typed_data/float64_list.h
15291560FILE: ../../../flutter/third_party/tonic/typed_data/int32_list.h
1561+ FILE: ../../../flutter/third_party/tonic/typed_data/typed_list.cc
15301562FILE: ../../../flutter/third_party/tonic/typed_data/typed_list.h
15311563FILE: ../../../flutter/third_party/tonic/typed_data/uint16_list.h
15321564FILE: ../../../flutter/third_party/tonic/typed_data/uint8_list.h
15331565----------------------------------------------------------------------------------------------------
1534- Copyright 2016 The Fuchsia Authors. All rights reserved.
1535-
1536- Redistribution and use in source and binary forms, with or without
1537- modification, are permitted provided that the following conditions are
1538- met:
1539-
1540- * Redistributions of source code must retain the above copyright
1541- notice, this list of conditions and the following disclaimer.
1542- * Redistributions in binary form must reproduce the above
1543- copyright notice, this list of conditions and the following disclaimer
1544- in the documentation and/or other materials provided with the
1545- distribution.
1546- * Neither the name of Google Inc. nor the names of its
1547- contributors may be used to endorse or promote products derived from
1548- this software without specific prior written permission.
1549-
1550- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1551- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1552- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1553- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1554- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1555- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1556- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1557- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1558- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1559- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1560- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1561- ====================================================================================================
1562-
1563- ====================================================================================================
1564- LIBRARY: tonic
1565- ORIGIN: ../../../flutter/third_party/tonic/common/log.cc + ../../../flutter/third_party/tonic/LICENSE
1566- TYPE: LicenseType.bsd
1567- FILE: ../../../flutter/third_party/tonic/common/log.cc
1568- FILE: ../../../flutter/third_party/tonic/common/log.h
1569- FILE: ../../../flutter/third_party/tonic/common/macros.h
1570- ----------------------------------------------------------------------------------------------------
1571- Copyright 2018 The Fuchsia Authors. All rights reserved.
1572-
1573- Redistribution and use in source and binary forms, with or without
1574- modification, are permitted provided that the following conditions are
1575- met:
1576-
1577- * Redistributions of source code must retain the above copyright
1578- notice, this list of conditions and the following disclaimer.
1579- * Redistributions in binary form must reproduce the above
1580- copyright notice, this list of conditions and the following disclaimer
1581- in the documentation and/or other materials provided with the
1582- distribution.
1583- * Neither the name of Google Inc. nor the names of its
1584- contributors may be used to endorse or promote products derived from
1585- this software without specific prior written permission.
1586-
1587- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1588- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1589- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1590- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1591- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1592- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1593- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1594- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1595- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1596- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1597- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1598- ====================================================================================================
1599-
1600- ====================================================================================================
1601- LIBRARY: tonic
1602- ORIGIN: ../../../flutter/third_party/tonic/file_loader/file_loader_fuchsia.cc + ../../../flutter/third_party/tonic/LICENSE
1603- TYPE: LicenseType.bsd
1604- FILE: ../../../flutter/third_party/tonic/dart_list.cc
1605- FILE: ../../../flutter/third_party/tonic/dart_list.h
1606- FILE: ../../../flutter/third_party/tonic/file_loader/file_loader_fuchsia.cc
1607- FILE: ../../../flutter/third_party/tonic/file_loader/file_loader_posix.cc
1608- FILE: ../../../flutter/third_party/tonic/file_loader/file_loader_win.cc
1609- FILE: ../../../flutter/third_party/tonic/filesystem/filesystem/path_win.cc
1610- FILE: ../../../flutter/third_party/tonic/filesystem/filesystem/portable_unistd.h
1611- FILE: ../../../flutter/third_party/tonic/platform/platform_utils.h
1612- FILE: ../../../flutter/third_party/tonic/platform/platform_utils_posix.cc
1613- FILE: ../../../flutter/third_party/tonic/platform/platform_utils_win.cc
1614- ----------------------------------------------------------------------------------------------------
1615- Copyright 2017 The Fuchsia Authors. All rights reserved.
1616-
1617- Redistribution and use in source and binary forms, with or without
1618- modification, are permitted provided that the following conditions are
1619- met:
1620-
1621- * Redistributions of source code must retain the above copyright
1622- notice, this list of conditions and the following disclaimer.
1623- * Redistributions in binary form must reproduce the above
1624- copyright notice, this list of conditions and the following disclaimer
1625- in the documentation and/or other materials provided with the
1626- distribution.
1627- * Neither the name of Google Inc. nor the names of its
1628- contributors may be used to endorse or promote products derived from
1629- this software without specific prior written permission.
1630-
1631- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1632- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1633- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1634- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1635- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1636- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1637- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1638- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1639- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1640- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1641- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1642- ====================================================================================================
1643-
1644- ====================================================================================================
1645- LIBRARY: tonic
1646- ORIGIN: ../../../flutter/third_party/tonic/typed_data/dart_byte_data.cc + ../../../flutter/third_party/tonic/LICENSE
1647- TYPE: LicenseType.bsd
1648- FILE: ../../../flutter/third_party/tonic/dart_args.h
1649- FILE: ../../../flutter/third_party/tonic/dart_binding_macros.h
1650- FILE: ../../../flutter/third_party/tonic/dart_class_library.cc
1651- FILE: ../../../flutter/third_party/tonic/dart_class_library.h
1652- FILE: ../../../flutter/third_party/tonic/dart_class_provider.cc
1653- FILE: ../../../flutter/third_party/tonic/dart_class_provider.h
1654- FILE: ../../../flutter/third_party/tonic/dart_library_natives.cc
1655- FILE: ../../../flutter/third_party/tonic/dart_library_natives.h
1656- FILE: ../../../flutter/third_party/tonic/dart_persistent_value.cc
1657- FILE: ../../../flutter/third_party/tonic/dart_persistent_value.h
1658- FILE: ../../../flutter/third_party/tonic/dart_state.cc
1659- FILE: ../../../flutter/third_party/tonic/dart_state.h
1660- FILE: ../../../flutter/third_party/tonic/dart_wrappable.cc
1661- FILE: ../../../flutter/third_party/tonic/dart_wrappable.h
1662- FILE: ../../../flutter/third_party/tonic/dart_wrapper_info.h
1663- FILE: ../../../flutter/third_party/tonic/typed_data/dart_byte_data.cc
1664- FILE: ../../../flutter/third_party/tonic/typed_data/float32_list.h
1665- FILE: ../../../flutter/third_party/tonic/typed_data/float64_list.h
1666- ----------------------------------------------------------------------------------------------------
1667- Copyright 2015 The Fuchsia Authors. All rights reserved.
1668-
1669- Redistribution and use in source and binary forms, with or without
1670- modification, are permitted provided that the following conditions are
1671- met:
1672-
1673- * Redistributions of source code must retain the above copyright
1674- notice, this list of conditions and the following disclaimer.
1675- * Redistributions in binary form must reproduce the above
1676- copyright notice, this list of conditions and the following disclaimer
1677- in the documentation and/or other materials provided with the
1678- distribution.
1679- * Neither the name of Google Inc. nor the names of its
1680- contributors may be used to endorse or promote products derived from
1681- this software without specific prior written permission.
1682-
1683- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1684- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1685- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1686- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1687- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1688- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1689- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1690- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1691- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1692- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1693- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1694- ====================================================================================================
1695-
1696- ====================================================================================================
1697- LIBRARY: tonic
1698- ORIGIN: ../../../fuchsia/sdk/linux/LICENSE
1699- TYPE: LicenseType.bsd
1700- FILE: ../../../flutter/third_party/tonic/typed_data/typed_list.cc
1701- ----------------------------------------------------------------------------------------------------
1702- Copyright 2019 The Fuchsia Authors. All rights reserved.
1566+ Copyright 2013 The Flutter Authors. All rights reserved.
17031567
17041568Redistribution and use in source and binary forms, with or without
17051569modification, are permitted provided that the following conditions are
@@ -1727,4 +1591,4 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
17271591(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
17281592OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17291593====================================================================================================
1730- Total license count: 7
1594+ Total license count: 3
0 commit comments