@@ -5,68 +5,59 @@ This software depends on external packages and source code.
55The applicable license information is listed below:
66
77----
8- Copyright (c) 2007 present, Stephen Colebourne & Michael Nascimento Santos
9- Copyright (c) 2009, 2011-2024 The Android Open Source Project
8+ Copyright (c) 2006 The Android Open Source Project
109Copyright (c) 2011 Google Inc.
11- Copyright (c) 20188 The Android Open Source Project
10+ Copyright (c) 2015-2021 the original
1211Copyright (c) 2020-2026 HERE Europe B.V.
13- Copyright 2000-2023 JetBrains s.r.o.
14- Copyright 2001 Eric Ford & Hubert Holin
15- Copyright 2007, 2011, 2013, 2015, 2018 Google Inc.
16- Copyright 2010-2025 JetBrains s.r.o. and Kotlin Programming Language contributors
17- Copyright 2011 The Guava Authors
18- Copyright 2015, 2017-2025 The Android Open Source Project
19- Copyright 2015-2016 KeepSafe Software, Inc.
20- Copyright 2017 Workiva Inc.
21- Copyright 2018-2020, 2022 The JSpecify
12+ Copyright 2011, 2013, 2015, 2018 Google Inc.
2213
2314 Apache License
2415 Version 2.0, January 2004
2516 http://www.apache.org/licenses/
26-
17+
2718 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
28-
19+
2920 1. Definitions.
30-
21+
3122 "License" shall mean the terms and conditions for use, reproduction,
3223 and distribution as defined by Sections 1 through 9 of this document.
33-
24+
3425 "Licensor" shall mean the copyright owner or entity authorized by
3526 the copyright owner that is granting the License.
36-
27+
3728 "Legal Entity" shall mean the union of the acting entity and all
3829 other entities that control, are controlled by, or are under common
3930 control with that entity. For the purposes of this definition,
4031 "control" means (i) the power, direct or indirect, to cause the
4132 direction or management of such entity, whether by contract or
4233 otherwise, or (ii) ownership of fifty percent (50%) or more of the
4334 outstanding shares, or (iii) beneficial ownership of such entity.
44-
35+
4536 "You" (or "Your") shall mean an individual or Legal Entity
4637 exercising permissions granted by this License.
47-
38+
4839 "Source" form shall mean the preferred form for making modifications,
4940 including but not limited to software source code, documentation
5041 source, and configuration files.
51-
42+
5243 "Object" form shall mean any form resulting from mechanical
5344 transformation or translation of a Source form, including but
5445 not limited to compiled object code, generated documentation,
5546 and conversions to other media types.
56-
47+
5748 "Work" shall mean the work of authorship, whether in Source or
5849 Object form, made available under the License, as indicated by a
5950 copyright notice that is included in or attached to the work
6051 (an example is provided in the Appendix below).
61-
52+
6253 "Derivative Works" shall mean any work, whether in Source or Object
6354 form, that is based on (or derived from) the Work and for which the
6455 editorial revisions, annotations, elaborations, or other modifications
6556 represent, as a whole, an original work of authorship. For the purposes
6657 of this License, Derivative Works shall not include works that remain
6758 separable from, or merely link (or bind by name) to the interfaces of,
6859 the Work and Derivative Works thereof.
69-
60+
7061 "Contribution" shall mean any work of authorship, including
7162 the original version of the Work and any modifications or additions
7263 to that Work or Derivative Works thereof, that is intentionally
@@ -80,18 +71,18 @@ Copyright 2018-2020, 2022 The JSpecify
8071 Licensor for the purpose of discussing and improving the Work, but
8172 excluding communication that is conspicuously marked or otherwise
8273 designated in writing by the copyright owner as "Not a Contribution."
83-
74+
8475 "Contributor" shall mean Licensor and any individual or Legal Entity
8576 on behalf of whom a Contribution has been received by Licensor and
8677 subsequently incorporated within the Work.
87-
78+
8879 2. Grant of Copyright License. Subject to the terms and conditions of
8980 this License, each Contributor hereby grants to You a perpetual,
9081 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
9182 copyright license to reproduce, prepare Derivative Works of,
9283 publicly display, publicly perform, sublicense, and distribute the
9384 Work and such Derivative Works in Source or Object form.
94-
85+
9586 3. Grant of Patent License. Subject to the terms and conditions of
9687 this License, each Contributor hereby grants to You a perpetual,
9788 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
@@ -107,24 +98,24 @@ Copyright 2018-2020, 2022 The JSpecify
10798 or contributory patent infringement, then any patent licenses
10899 granted to You under this License for that Work shall terminate
109100 as of the date such litigation is filed.
110-
101+
111102 4. Redistribution. You may reproduce and distribute copies of the
112103 Work or Derivative Works thereof in any medium, with or without
113104 modifications, and in Source or Object form, provided that You
114105 meet the following conditions:
115-
106+
116107 (a) You must give any other recipients of the Work or
117108 Derivative Works a copy of this License; and
118-
109+
119110 (b) You must cause any modified files to carry prominent notices
120111 stating that You changed the files; and
121-
112+
122113 (c) You must retain, in the Source form of any Derivative Works
123114 that You distribute, all copyright, patent, trademark, and
124115 attribution notices from the Source form of the Work,
125116 excluding those notices that do not pertain to any part of
126117 the Derivative Works; and
127-
118+
128119 (d) If the Work includes a "NOTICE" text file as part of its
129120 distribution, then any Derivative Works that You distribute must
130121 include a readable copy of the attribution notices contained
@@ -141,27 +132,27 @@ Copyright 2018-2020, 2022 The JSpecify
141132 or as an addendum to the NOTICE text from the Work, provided
142133 that such additional attribution notices cannot be construed
143134 as modifying the License.
144-
135+
145136 You may add Your own copyright statement to Your modifications and
146137 may provide additional or different license terms and conditions
147138 for use, reproduction, or distribution of Your modifications, or
148139 for any such Derivative Works as a whole, provided Your use,
149140 reproduction, and distribution of the Work otherwise complies with
150141 the conditions stated in this License.
151-
142+
152143 5. Submission of Contributions. Unless You explicitly state otherwise,
153144 any Contribution intentionally submitted for inclusion in the Work
154145 by You to the Licensor shall be under the terms and conditions of
155146 this License, without any additional terms or conditions.
156147 Notwithstanding the above, nothing herein shall supersede or modify
157148 the terms of any separate license agreement you may have executed
158149 with Licensor regarding such Contributions.
159-
150+
160151 6. Trademarks. This License does not grant permission to use the trade
161152 names, trademarks, service marks, or product names of the Licensor,
162153 except as required for reasonable and customary use in describing the
163154 origin of the Work and reproducing the content of the NOTICE file.
164-
155+
165156 7. Disclaimer of Warranty. Unless required by applicable law or
166157 agreed to in writing, Licensor provides the Work (and each
167158 Contributor provides its Contributions) on an "AS IS" BASIS,
@@ -171,7 +162,7 @@ Copyright 2018-2020, 2022 The JSpecify
171162 PARTICULAR PURPOSE. You are solely responsible for determining the
172163 appropriateness of using or redistributing the Work and assume any
173164 risks associated with Your exercise of permissions under this License.
174-
165+
175166 8. Limitation of Liability. In no event and under no legal theory,
176167 whether in tort (including negligence), contract, or otherwise,
177168 unless required by applicable law (such as deliberate and grossly
@@ -183,7 +174,7 @@ Copyright 2018-2020, 2022 The JSpecify
183174 work stoppage, computer failure or malfunction, or any and all
184175 other commercial damages or losses), even if such Contributor
185176 has been advised of the possibility of such damages.
186-
177+
187178 9. Accepting Warranty or Additional Liability. While redistributing
188179 the Work or Derivative Works thereof, You may choose to offer,
189180 and charge a fee for, acceptance of support, warranty, indemnity,
@@ -194,11 +185,11 @@ Copyright 2018-2020, 2022 The JSpecify
194185 defend, and hold each Contributor harmless for any liability
195186 incurred by, or claims asserted against, such Contributor by reason
196187 of your accepting any such warranty or additional liability.
197-
188+
198189 END OF TERMS AND CONDITIONS
199-
190+
200191 APPENDIX: How to apply the Apache License to your work.
201-
192+
202193 To apply the Apache License to your work, attach the following
203194 boilerplate notice, with the fields enclosed by brackets "[]"
204195 replaced with your own identifying information. (Don't include
@@ -207,22 +198,22 @@ Copyright 2018-2020, 2022 The JSpecify
207198 file or class name and description of purpose be included on the
208199 same "printed page" as the copyright notice for easier
209200 identification within third-party archives.
210-
201+
211202 Copyright [yyyy] [name of copyright owner]
212-
203+
213204 Licensed under the Apache License, Version 2.0 (the "License");
214205 you may not use this file except in compliance with the License.
215206 You may obtain a copy of the License at
216-
207+
217208 http://www.apache.org/licenses/LICENSE-2.0
218-
209+
219210 Unless required by applicable law or agreed to in writing, software
220211 distributed under the License is distributed on an "AS IS" BASIS,
221212 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
222213 See the License for the specific language governing permissions and
223214 limitations under the License.
215+
224216----
225- Copyright (c) 2012 Richard Eames
226217Copyright (c) 2014 timezone project authors
227218Copyright (c) 2019 Alexandre Roux Tekartik
228219Copyright 2005, 2011 Flying Meat Inc
@@ -249,25 +240,26 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
249240SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
250241
251242----
252- (c) 2006-2023 Ivan Sagalaev and other contributors
243+ (c) 2006-2025 Josh Goebel <hello@joshgoebel.com> and other contributors
253244Copyright (c) 1991-2016 The libjpeg-turbo Project
254- Copyright (c) 2012-2024 the Dart project
245+ Copyright (c) 2011-2026 the Dart project
255246Copyright (c) 2014-2015 the timezone project authors
256247Copyright (c) 2015-2016, 2019 Google Inc.
257248Copyright (c) 2016 Alexandre Roux Tekartik
258249Copyright (c) 2019-2021 The Flutter Authors
250+ Copyright (c) 2020, 2025 com.example
259251Copyright (c) 2020-2023 creativecreatorormaybenot
260- Copyright (c) 2020 com.example
261252Copyright (c) 2020 io.flutter.plugins.batteryexample
262253Copyright (c) 2020 The Chromium Authors
263254Copyright (c) 2021, 2023 io.flutter.plugins.deviceinfoexample
264255Copyright (c) 2021-2023 io.flutter.plugins
265256Copyright (c) 2022-2023 com.dexterous
257+ Copyright (c) 2022 Dart Project Authors
266258Copyright (c) 2023-2024 Halil Durmus
267259Copyright (c) 2023 dev.fluttercommunity
268260Copyright (c) 2023 dev.fluttercommunity.plus.wakelockexample
269261Copyright 2013-2014, 2019 The Flutter Authors
270- Copyright 2013-2017, 2019, 2023 the Dart project
262+ Copyright 2013-2017, 2019, 2022-2026 the Dart project
271263Copyright 2015, 2017-2020 The Chromium Authors
272264Copyright 2015 Google Inc.
273265Copyright 2017 the Dart project authors
@@ -356,7 +348,7 @@ exhaustive, and do not form part of our licenses.
356348 such as asking that all changes be marked or described.
357349 Although not required by our licenses, you are encouraged to
358350 respect those requests where reasonable. More considerations
359- for the public:
351+ for the public:
360352 wiki.creativecommons.org/Considerations_for_licensees
361353
362354=======================================================================
@@ -700,6 +692,7 @@ the avoidance of doubt, this paragraph does not form part of the
700692public licenses.
701693
702694Creative Commons may be contacted at creativecommons.org.
695+
703696----
704697Copyright (c) 2024 the Dart project
705698
@@ -763,8 +756,9 @@ Creative Commons is not a party to this License, and makes no warranty whatsoeve
763756Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.
764757
765758Creative Commons may be contacted at http://creativecommons.org/.
759+
766760----
767- Copyright (c) 2017-2025 HERE Europe B.V.
761+ Copyright (c) 2017-2024 HERE Europe B.V.
768762
769763Attribution-ShareAlike 4.0 International
770764
@@ -817,7 +811,7 @@ exhaustive, and do not form part of our licenses.
817811 such as asking that all changes be marked or described.
818812 Although not required by our licenses, you are encouraged to
819813 respect those requests where reasonable. More considerations
820- for the public:
814+ for the public:
821815 wiki.creativecommons.org/Considerations_for_licensees
822816
823817=======================================================================
@@ -1193,6 +1187,7 @@ the avoidance of doubt, this paragraph does not form part of the
11931187public licenses.
11941188
11951189Creative Commons may be contacted at creativecommons.org.
1190+
11961191----
11971192Copyright (c) 2016 Matt Gallagher
11981193
@@ -1207,6 +1202,7 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
12071202OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
12081203TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
12091204THIS SOFTWARE.
1205+
12101206----
12111207
12121208Additional IP Rights Grant (Patents)
@@ -1292,10 +1288,11 @@ registered in some jurisdictions. All other trademarks and registered
12921288trademarks mentioned herein are the property of their respective owners.
12931289----
12941290(c) K"Ko
1295- (c) Vasily Polovnyov <vast@whiteants.net>
12961291Copyright (c) 1991-2016 The libjpeg-turbo Project
1297- Copyright (c) 2006-2023 Lukas Renggli
1292+ Copyright (c) 2006-2025 Lukas Renggli
1293+ Copyright (c) 2006 Kirill Simonov
12981294Copyright (c) 2008-2014 Flying Meat Inc.
1295+ Copyright (c) 2012-2015, 2019-2021 the Dart project
12991296Copyright (c) 2016 Alexandre Roux Tekartik
13001297Copyright (c) 2016 Vladimir Kharlampidi
13011298Copyright (c) 2018 Baseflow
@@ -1304,7 +1301,6 @@ Copyright (c) 2018 Daniel Lutton
13041301Copyright (c) 2018 Miguel Ruivo
13051302Copyright (c) 2019, 2021 The Chromium Authors
13061303Copyright (c) 2019 Hansheng Chiu
1307- Copyright (c) 2019 InWay.pro Open Source code
13081304Copyright (c) 2019 Remi Rousselet
13091305Copyright (c) 2020-2021 com.eyedeadevelopment
13101306Copyright (c) 2020 Xiao Yu
@@ -1317,7 +1313,6 @@ Copyright (c) 2023 com.mr.flutter.plugin.filepicker
13171313Copyright (c) 2025 com.mr.flutter.plugin
13181314Copyright 2000 Example.com
13191315Copyright 2019 Google LLC.
1320- Copyright 2019 InWay.pro Open Source code
13211316Copyright 2023 Harrowmykel
13221317LCopyright 2019 Google LLC.
13231318
@@ -1339,6 +1334,7 @@ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
13391334CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
13401335TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
13411336SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1337+
13421338----
13431339
13441340Mozilla Public License Version 2.0
@@ -1378,7 +1374,7 @@ Mozilla Public License Version 2.0
13781374 means any form of the work other than Source Code Form.
13791375
138013761.7. "Larger Work"
1381- means a work that combines Covered Software with other material, in
1377+ means a work that combines Covered Software with other material, in
13821378 a separate file or files, that is not Covered Software.
13831379
138413801.8. "License"
@@ -1714,6 +1710,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
17141710
17151711 This Source Code Form is "Incompatible With Secondary Licenses", as
17161712 defined by the Mozilla Public License, v. 2.0.
1713+
17171714----
17181715
17191716HERE offers to provide you with the source code as defined in the applicable open source software license.
0 commit comments