Pods-Runner-acknowledgements.plist 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>PreferenceSpecifiers</key>
  6. <array>
  7. <dict>
  8. <key>FooterText</key>
  9. <string>This application makes use of the following third party libraries:</string>
  10. <key>Title</key>
  11. <string>Acknowledgements</string>
  12. <key>Type</key>
  13. <string>PSGroupSpecifier</string>
  14. </dict>
  15. <dict>
  16. <key>FooterText</key>
  17. <string>MIT License
  18. Copyright (c) 2020 Ryan Heise and the project contributors.
  19. Permission is hereby granted, free of charge, to any person obtaining a copy
  20. of this software and associated documentation files (the "Software"), to deal
  21. in the Software without restriction, including without limitation the rights
  22. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  23. copies of the Software, and to permit persons to whom the Software is
  24. furnished to do so, subject to the following conditions:
  25. The above copyright notice and this permission notice shall be included in all
  26. copies or substantial portions of the Software.
  27. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  28. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  29. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  30. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  31. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  32. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  33. SOFTWARE.
  34. </string>
  35. <key>Title</key>
  36. <string>audio_session</string>
  37. <key>Type</key>
  38. <string>PSGroupSpecifier</string>
  39. </dict>
  40. <dict>
  41. <key>FooterText</key>
  42. <string>Copyright 2017 The Chromium Authors. All rights reserved.
  43. Redistribution and use in source and binary forms, with or without
  44. modification, are permitted provided that the following conditions are
  45. met:
  46. * Redistributions of source code must retain the above copyright
  47. notice, this list of conditions and the following disclaimer.
  48. * Redistributions in binary form must reproduce the above
  49. copyright notice, this list of conditions and the following disclaimer
  50. in the documentation and/or other materials provided with the
  51. distribution.
  52. * Neither the name of Google Inc. nor the names of its
  53. contributors may be used to endorse or promote products derived from
  54. this software without specific prior written permission.
  55. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  56. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  57. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  58. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  59. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  60. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  61. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  62. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  63. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  64. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  65. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  66. </string>
  67. <key>License</key>
  68. <string>BSD</string>
  69. <key>Title</key>
  70. <string>connectivity_plus</string>
  71. <key>Type</key>
  72. <string>PSGroupSpecifier</string>
  73. </dict>
  74. <dict>
  75. <key>FooterText</key>
  76. <string>Copyright 2017 The Chromium Authors. All rights reserved.
  77. Redistribution and use in source and binary forms, with or without
  78. modification, are permitted provided that the following conditions are
  79. met:
  80. * Redistributions of source code must retain the above copyright
  81. notice, this list of conditions and the following disclaimer.
  82. * Redistributions in binary form must reproduce the above
  83. copyright notice, this list of conditions and the following disclaimer
  84. in the documentation and/or other materials provided with the
  85. distribution.
  86. * Neither the name of Google Inc. nor the names of its
  87. contributors may be used to endorse or promote products derived from
  88. this software without specific prior written permission.
  89. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  90. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  91. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  92. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  93. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  94. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  95. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  96. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  97. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  98. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  99. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  100. </string>
  101. <key>Title</key>
  102. <string>device_info_plus</string>
  103. <key>Type</key>
  104. <string>PSGroupSpecifier</string>
  105. </dict>
  106. <dict>
  107. <key>FooterText</key>
  108. <string>Copyright 2013 The Flutter Authors. All rights reserved.
  109. Redistribution and use in source and binary forms, with or without modification,
  110. are permitted provided that the following conditions are met:
  111. * Redistributions of source code must retain the above copyright
  112. notice, this list of conditions and the following disclaimer.
  113. * Redistributions in binary form must reproduce the above
  114. copyright notice, this list of conditions and the following
  115. disclaimer in the documentation and/or other materials provided
  116. with the distribution.
  117. * Neither the name of Google Inc. nor the names of its
  118. contributors may be used to endorse or promote products derived
  119. from this software without specific prior written permission.
  120. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  121. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  122. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  123. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  124. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  125. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  126. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  127. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  128. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  129. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  130. </string>
  131. <key>License</key>
  132. <string>BSD</string>
  133. <key>Title</key>
  134. <string>file_selector_macos</string>
  135. <key>Type</key>
  136. <string>PSGroupSpecifier</string>
  137. </dict>
  138. <dict>
  139. <key>FooterText</key>
  140. <string>MIT License
  141. Copyright (c) 2019-2020 Ryan Heise and the project contributors.
  142. Permission is hereby granted, free of charge, to any person obtaining a copy
  143. of this software and associated documentation files (the "Software"), to deal
  144. in the Software without restriction, including without limitation the rights
  145. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  146. copies of the Software, and to permit persons to whom the Software is
  147. furnished to do so, subject to the following conditions:
  148. The above copyright notice and this permission notice shall be included in all
  149. copies or substantial portions of the Software.
  150. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  151. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  152. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  153. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  154. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  155. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  156. SOFTWARE.
  157. ==============================================================================
  158. This software includes the ExoPlayer library which is licensed under the Apache
  159. License, Version 2.0.
  160. Apache License
  161. Version 2.0, January 2004
  162. http://www.apache.org/licenses/
  163. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  164. 1. Definitions.
  165. "License" shall mean the terms and conditions for use, reproduction,
  166. and distribution as defined by Sections 1 through 9 of this document.
  167. "Licensor" shall mean the copyright owner or entity authorized by
  168. the copyright owner that is granting the License.
  169. "Legal Entity" shall mean the union of the acting entity and all
  170. other entities that control, are controlled by, or are under common
  171. control with that entity. For the purposes of this definition,
  172. "control" means (i) the power, direct or indirect, to cause the
  173. direction or management of such entity, whether by contract or
  174. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  175. outstanding shares, or (iii) beneficial ownership of such entity.
  176. "You" (or "Your") shall mean an individual or Legal Entity
  177. exercising permissions granted by this License.
  178. "Source" form shall mean the preferred form for making modifications,
  179. including but not limited to software source code, documentation
  180. source, and configuration files.
  181. "Object" form shall mean any form resulting from mechanical
  182. transformation or translation of a Source form, including but
  183. not limited to compiled object code, generated documentation,
  184. and conversions to other media types.
  185. "Work" shall mean the work of authorship, whether in Source or
  186. Object form, made available under the License, as indicated by a
  187. copyright notice that is included in or attached to the work
  188. (an example is provided in the Appendix below).
  189. "Derivative Works" shall mean any work, whether in Source or Object
  190. form, that is based on (or derived from) the Work and for which the
  191. editorial revisions, annotations, elaborations, or other modifications
  192. represent, as a whole, an original work of authorship. For the purposes
  193. of this License, Derivative Works shall not include works that remain
  194. separable from, or merely link (or bind by name) to the interfaces of,
  195. the Work and Derivative Works thereof.
  196. "Contribution" shall mean any work of authorship, including
  197. the original version of the Work and any modifications or additions
  198. to that Work or Derivative Works thereof, that is intentionally
  199. submitted to Licensor for inclusion in the Work by the copyright owner
  200. or by an individual or Legal Entity authorized to submit on behalf of
  201. the copyright owner. For the purposes of this definition, "submitted"
  202. means any form of electronic, verbal, or written communication sent
  203. to the Licensor or its representatives, including but not limited to
  204. communication on electronic mailing lists, source code control systems,
  205. and issue tracking systems that are managed by, or on behalf of, the
  206. Licensor for the purpose of discussing and improving the Work, but
  207. excluding communication that is conspicuously marked or otherwise
  208. designated in writing by the copyright owner as "Not a Contribution."
  209. "Contributor" shall mean Licensor and any individual or Legal Entity
  210. on behalf of whom a Contribution has been received by Licensor and
  211. subsequently incorporated within the Work.
  212. 2. Grant of Copyright License. Subject to the terms and conditions of
  213. this License, each Contributor hereby grants to You a perpetual,
  214. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  215. copyright license to reproduce, prepare Derivative Works of,
  216. publicly display, publicly perform, sublicense, and distribute the
  217. Work and such Derivative Works in Source or Object form.
  218. 3. Grant of Patent License. Subject to the terms and conditions of
  219. this License, each Contributor hereby grants to You a perpetual,
  220. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  221. (except as stated in this section) patent license to make, have made,
  222. use, offer to sell, sell, import, and otherwise transfer the Work,
  223. where such license applies only to those patent claims licensable
  224. by such Contributor that are necessarily infringed by their
  225. Contribution(s) alone or by combination of their Contribution(s)
  226. with the Work to which such Contribution(s) was submitted. If You
  227. institute patent litigation against any entity (including a
  228. cross-claim or counterclaim in a lawsuit) alleging that the Work
  229. or a Contribution incorporated within the Work constitutes direct
  230. or contributory patent infringement, then any patent licenses
  231. granted to You under this License for that Work shall terminate
  232. as of the date such litigation is filed.
  233. 4. Redistribution. You may reproduce and distribute copies of the
  234. Work or Derivative Works thereof in any medium, with or without
  235. modifications, and in Source or Object form, provided that You
  236. meet the following conditions:
  237. (a) You must give any other recipients of the Work or
  238. Derivative Works a copy of this License; and
  239. (b) You must cause any modified files to carry prominent notices
  240. stating that You changed the files; and
  241. (c) You must retain, in the Source form of any Derivative Works
  242. that You distribute, all copyright, patent, trademark, and
  243. attribution notices from the Source form of the Work,
  244. excluding those notices that do not pertain to any part of
  245. the Derivative Works; and
  246. (d) If the Work includes a "NOTICE" text file as part of its
  247. distribution, then any Derivative Works that You distribute must
  248. include a readable copy of the attribution notices contained
  249. within such NOTICE file, excluding those notices that do not
  250. pertain to any part of the Derivative Works, in at least one
  251. of the following places: within a NOTICE text file distributed
  252. as part of the Derivative Works; within the Source form or
  253. documentation, if provided along with the Derivative Works; or,
  254. within a display generated by the Derivative Works, if and
  255. wherever such third-party notices normally appear. The contents
  256. of the NOTICE file are for informational purposes only and
  257. do not modify the License. You may add Your own attribution
  258. notices within Derivative Works that You distribute, alongside
  259. or as an addendum to the NOTICE text from the Work, provided
  260. that such additional attribution notices cannot be construed
  261. as modifying the License.
  262. You may add Your own copyright statement to Your modifications and
  263. may provide additional or different license terms and conditions
  264. for use, reproduction, or distribution of Your modifications, or
  265. for any such Derivative Works as a whole, provided Your use,
  266. reproduction, and distribution of the Work otherwise complies with
  267. the conditions stated in this License.
  268. 5. Submission of Contributions. Unless You explicitly state otherwise,
  269. any Contribution intentionally submitted for inclusion in the Work
  270. by You to the Licensor shall be under the terms and conditions of
  271. this License, without any additional terms or conditions.
  272. Notwithstanding the above, nothing herein shall supersede or modify
  273. the terms of any separate license agreement you may have executed
  274. with Licensor regarding such Contributions.
  275. 6. Trademarks. This License does not grant permission to use the trade
  276. names, trademarks, service marks, or product names of the Licensor,
  277. except as required for reasonable and customary use in describing the
  278. origin of the Work and reproducing the content of the NOTICE file.
  279. 7. Disclaimer of Warranty. Unless required by applicable law or
  280. agreed to in writing, Licensor provides the Work (and each
  281. Contributor provides its Contributions) on an "AS IS" BASIS,
  282. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  283. implied, including, without limitation, any warranties or conditions
  284. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  285. PARTICULAR PURPOSE. You are solely responsible for determining the
  286. appropriateness of using or redistributing the Work and assume any
  287. risks associated with Your exercise of permissions under this License.
  288. 8. Limitation of Liability. In no event and under no legal theory,
  289. whether in tort (including negligence), contract, or otherwise,
  290. unless required by applicable law (such as deliberate and grossly
  291. negligent acts) or agreed to in writing, shall any Contributor be
  292. liable to You for damages, including any direct, indirect, special,
  293. incidental, or consequential damages of any character arising as a
  294. result of this License or out of the use or inability to use the
  295. Work (including but not limited to damages for loss of goodwill,
  296. work stoppage, computer failure or malfunction, or any and all
  297. other commercial damages or losses), even if such Contributor
  298. has been advised of the possibility of such damages.
  299. 9. Accepting Warranty or Additional Liability. While redistributing
  300. the Work or Derivative Works thereof, You may choose to offer,
  301. and charge a fee for, acceptance of support, warranty, indemnity,
  302. or other liability obligations and/or rights consistent with this
  303. License. However, in accepting such obligations, You may act only
  304. on Your own behalf and on Your sole responsibility, not on behalf
  305. of any other Contributor, and only if You agree to indemnify,
  306. defend, and hold each Contributor harmless for any liability
  307. incurred by, or claims asserted against, such Contributor by reason
  308. of your accepting any such warranty or additional liability.
  309. END OF TERMS AND CONDITIONS
  310. APPENDIX: How to apply the Apache License to your work.
  311. To apply the Apache License to your work, attach the following
  312. boilerplate notice, with the fields enclosed by brackets "[]"
  313. replaced with your own identifying information. (Don't include
  314. the brackets!) The text should be enclosed in the appropriate
  315. comment syntax for the file format. We also recommend that a
  316. file or class name and description of purpose be included on the
  317. same "printed page" as the copyright notice for easier
  318. identification within third-party archives.
  319. Copyright [yyyy] [name of copyright owner]
  320. Licensed under the Apache License, Version 2.0 (the "License");
  321. you may not use this file except in compliance with the License.
  322. You may obtain a copy of the License at
  323. http://www.apache.org/licenses/LICENSE-2.0
  324. Unless required by applicable law or agreed to in writing, software
  325. distributed under the License is distributed on an "AS IS" BASIS,
  326. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  327. See the License for the specific language governing permissions and
  328. limitations under the License.
  329. </string>
  330. <key>Title</key>
  331. <string>just_audio</string>
  332. <key>Type</key>
  333. <string>PSGroupSpecifier</string>
  334. </dict>
  335. <dict>
  336. <key>FooterText</key>
  337. <string>Copyright 2017 The Chromium Authors. All rights reserved.
  338. Redistribution and use in source and binary forms, with or without
  339. modification, are permitted provided that the following conditions are
  340. met:
  341. * Redistributions of source code must retain the above copyright
  342. notice, this list of conditions and the following disclaimer.
  343. * Redistributions in binary form must reproduce the above
  344. copyright notice, this list of conditions and the following disclaimer
  345. in the documentation and/or other materials provided with the
  346. distribution.
  347. * Neither the name of Google Inc. nor the names of its
  348. contributors may be used to endorse or promote products derived from
  349. this software without specific prior written permission.
  350. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  351. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  352. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  353. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  354. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  355. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  356. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  357. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  358. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  359. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  360. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  361. </string>
  362. <key>Title</key>
  363. <string>package_info_plus</string>
  364. <key>Type</key>
  365. <string>PSGroupSpecifier</string>
  366. </dict>
  367. <dict>
  368. <key>FooterText</key>
  369. <string>Copyright 2013 The Flutter Authors. All rights reserved.
  370. Redistribution and use in source and binary forms, with or without modification,
  371. are permitted provided that the following conditions are met:
  372. * Redistributions of source code must retain the above copyright
  373. notice, this list of conditions and the following disclaimer.
  374. * Redistributions in binary form must reproduce the above
  375. copyright notice, this list of conditions and the following
  376. disclaimer in the documentation and/or other materials provided
  377. with the distribution.
  378. * Neither the name of Google Inc. nor the names of its
  379. contributors may be used to endorse or promote products derived
  380. from this software without specific prior written permission.
  381. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  382. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  383. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  384. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  385. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  386. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  387. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  388. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  389. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  390. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  391. </string>
  392. <key>License</key>
  393. <string>BSD</string>
  394. <key>Title</key>
  395. <string>path_provider_foundation</string>
  396. <key>Type</key>
  397. <string>PSGroupSpecifier</string>
  398. </dict>
  399. <dict>
  400. <key>FooterText</key>
  401. <string>Copyright 2017, the Flutter project authors. All rights reserved.
  402. Redistribution and use in source and binary forms, with or without
  403. modification, are permitted provided that the following conditions are
  404. met:
  405. * Redistributions of source code must retain the above copyright
  406. notice, this list of conditions and the following disclaimer.
  407. * Redistributions in binary form must reproduce the above
  408. copyright notice, this list of conditions and the following disclaimer
  409. in the documentation and/or other materials provided with the
  410. distribution.
  411. * Neither the name of Google Inc. nor the names of its
  412. contributors may be used to endorse or promote products derived from
  413. this software without specific prior written permission.
  414. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  415. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  416. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  417. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  418. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  419. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  420. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  421. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  422. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  423. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  424. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  425. </string>
  426. <key>Title</key>
  427. <string>share_plus</string>
  428. <key>Type</key>
  429. <string>PSGroupSpecifier</string>
  430. </dict>
  431. <dict>
  432. <key>FooterText</key>
  433. <string>Copyright 2013 The Flutter Authors. All rights reserved.
  434. Redistribution and use in source and binary forms, with or without modification,
  435. are permitted provided that the following conditions are met:
  436. * Redistributions of source code must retain the above copyright
  437. notice, this list of conditions and the following disclaimer.
  438. * Redistributions in binary form must reproduce the above
  439. copyright notice, this list of conditions and the following
  440. disclaimer in the documentation and/or other materials provided
  441. with the distribution.
  442. * Neither the name of Google Inc. nor the names of its
  443. contributors may be used to endorse or promote products derived
  444. from this software without specific prior written permission.
  445. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  446. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  447. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  448. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  449. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  450. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  451. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  452. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  453. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  454. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  455. </string>
  456. <key>License</key>
  457. <string>BSD</string>
  458. <key>Title</key>
  459. <string>shared_preferences_foundation</string>
  460. <key>Type</key>
  461. <string>PSGroupSpecifier</string>
  462. </dict>
  463. <dict>
  464. <key>FooterText</key>
  465. <string>BSD 2-Clause License
  466. Copyright (c) 2019, Alexandre Roux Tekartik
  467. All rights reserved.
  468. Redistribution and use in source and binary forms, with or without
  469. modification, are permitted provided that the following conditions are met:
  470. * Redistributions of source code must retain the above copyright notice, this
  471. list of conditions and the following disclaimer.
  472. * Redistributions in binary form must reproduce the above copyright notice,
  473. this list of conditions and the following disclaimer in the documentation
  474. and/or other materials provided with the distribution.
  475. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  476. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  477. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  478. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  479. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  480. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  481. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  482. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  483. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  484. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  485. </string>
  486. <key>License</key>
  487. <string>BSD</string>
  488. <key>Title</key>
  489. <string>sqflite_darwin</string>
  490. <key>Type</key>
  491. <string>PSGroupSpecifier</string>
  492. </dict>
  493. <dict>
  494. <key>FooterText</key>
  495. <string>Copyright 2013 The Flutter Authors. All rights reserved.
  496. Redistribution and use in source and binary forms, with or without modification,
  497. are permitted provided that the following conditions are met:
  498. * Redistributions of source code must retain the above copyright
  499. notice, this list of conditions and the following disclaimer.
  500. * Redistributions in binary form must reproduce the above
  501. copyright notice, this list of conditions and the following
  502. disclaimer in the documentation and/or other materials provided
  503. with the distribution.
  504. * Neither the name of Google Inc. nor the names of its
  505. contributors may be used to endorse or promote products derived
  506. from this software without specific prior written permission.
  507. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  508. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  509. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  510. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  511. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  512. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  513. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  514. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  515. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  516. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  517. </string>
  518. <key>License</key>
  519. <string>BSD</string>
  520. <key>Title</key>
  521. <string>url_launcher_macos</string>
  522. <key>Type</key>
  523. <string>PSGroupSpecifier</string>
  524. </dict>
  525. <dict>
  526. <key>FooterText</key>
  527. <string>Copyright 2013 The Flutter Authors. All rights reserved.
  528. Redistribution and use in source and binary forms, with or without modification,
  529. are permitted provided that the following conditions are met:
  530. * Redistributions of source code must retain the above copyright
  531. notice, this list of conditions and the following disclaimer.
  532. * Redistributions in binary form must reproduce the above
  533. copyright notice, this list of conditions and the following
  534. disclaimer in the documentation and/or other materials provided
  535. with the distribution.
  536. * Neither the name of Google Inc. nor the names of its
  537. contributors may be used to endorse or promote products derived
  538. from this software without specific prior written permission.
  539. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  540. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  541. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  542. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  543. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  544. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  545. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  546. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  547. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  548. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  549. </string>
  550. <key>License</key>
  551. <string>BSD</string>
  552. <key>Title</key>
  553. <string>video_player_avfoundation</string>
  554. <key>Type</key>
  555. <string>PSGroupSpecifier</string>
  556. </dict>
  557. <dict>
  558. <key>FooterText</key>
  559. <string>BSD 3-Clause License
  560. Copyright (c) 2020-2023, creativecreatorormaybenot
  561. All rights reserved.
  562. Redistribution and use in source and binary forms, with or without
  563. modification, are permitted provided that the following conditions are met:
  564. 1. Redistributions of source code must retain the above copyright notice, this
  565. list of conditions and the following disclaimer.
  566. 2. Redistributions in binary form must reproduce the above copyright notice,
  567. this list of conditions and the following disclaimer in the documentation
  568. and/or other materials provided with the distribution.
  569. 3. Neither the name of the copyright holder nor the names of its
  570. contributors may be used to endorse or promote products derived from
  571. this software without specific prior written permission.
  572. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  573. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  574. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  575. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  576. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  577. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  578. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  579. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  580. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  581. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</string>
  582. <key>License</key>
  583. <string>BSD</string>
  584. <key>Title</key>
  585. <string>wakelock_plus</string>
  586. <key>Type</key>
  587. <string>PSGroupSpecifier</string>
  588. </dict>
  589. <dict>
  590. <key>FooterText</key>
  591. <string>Copyright 2013 The Flutter Authors. All rights reserved.
  592. Redistribution and use in source and binary forms, with or without modification,
  593. are permitted provided that the following conditions are met:
  594. * Redistributions of source code must retain the above copyright
  595. notice, this list of conditions and the following disclaimer.
  596. * Redistributions in binary form must reproduce the above
  597. copyright notice, this list of conditions and the following
  598. disclaimer in the documentation and/or other materials provided
  599. with the distribution.
  600. * Neither the name of Google Inc. nor the names of its
  601. contributors may be used to endorse or promote products derived
  602. from this software without specific prior written permission.
  603. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  604. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  605. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  606. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  607. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  608. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  609. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  610. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  611. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  612. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  613. </string>
  614. <key>License</key>
  615. <string>BSD</string>
  616. <key>Title</key>
  617. <string>webview_flutter_wkwebview</string>
  618. <key>Type</key>
  619. <string>PSGroupSpecifier</string>
  620. </dict>
  621. <dict>
  622. <key>FooterText</key>
  623. <string>Generated by CocoaPods - https://cocoapods.org</string>
  624. <key>Title</key>
  625. <string></string>
  626. <key>Type</key>
  627. <string>PSGroupSpecifier</string>
  628. </dict>
  629. </array>
  630. <key>StringsTable</key>
  631. <string>Acknowledgements</string>
  632. <key>Title</key>
  633. <string>Acknowledgements</string>
  634. </dict>
  635. </plist>