Masterarbeit Richard Stern. Flutter App, sich mit einem Bluetooth-Gerät verbindet und Berührungen auf einem Sensor visualisiert.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Pods-Runner-acknowledgements.plist 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  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>This license applies to all parts of Protocol Buffers except the following:
  18. - Atomicops support for generic gcc, located in
  19. src/google/protobuf/stubs/atomicops_internals_generic_gcc.h.
  20. This file is copyrighted by Red Hat Inc.
  21. - Atomicops support for AIX/POWER, located in
  22. src/google/protobuf/stubs/atomicops_internals_power.h.
  23. This file is copyrighted by Bloomberg Finance LP.
  24. Copyright 2014, Google Inc. All rights reserved.
  25. Redistribution and use in source and binary forms, with or without
  26. modification, are permitted provided that the following conditions are
  27. met:
  28. * Redistributions of source code must retain the above copyright
  29. notice, this list of conditions and the following disclaimer.
  30. * Redistributions in binary form must reproduce the above
  31. copyright notice, this list of conditions and the following disclaimer
  32. in the documentation and/or other materials provided with the
  33. distribution.
  34. * Neither the name of Google Inc. nor the names of its
  35. contributors may be used to endorse or promote products derived from
  36. this software without specific prior written permission.
  37. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  38. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  39. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  40. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  41. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  42. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  43. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  44. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  45. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  46. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  47. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  48. Code generated by the Protocol Buffer compiler is owned by the owner
  49. of the input file used when generating it. This code is not
  50. standalone and requires a support library to be linked with it. This
  51. support library is itself covered by the above license.
  52. </string>
  53. <key>License</key>
  54. <string>New BSD</string>
  55. <key>Title</key>
  56. <string>!ProtoCompiler</string>
  57. <key>Type</key>
  58. <string>PSGroupSpecifier</string>
  59. </dict>
  60. <dict>
  61. <key>FooterText</key>
  62. <string>Copyright 2014 The Chromium Authors. All rights reserved.
  63. Redistribution and use in source and binary forms, with or without modification,
  64. are permitted provided that the following conditions are met:
  65. * Redistributions of source code must retain the above copyright
  66. notice, this list of conditions and the following disclaimer.
  67. * Redistributions in binary form must reproduce the above
  68. copyright notice, this list of conditions and the following
  69. disclaimer in the documentation and/or other materials provided
  70. with the distribution.
  71. * Neither the name of Google Inc. nor the names of its
  72. contributors may be used to endorse or promote products derived
  73. from this software without specific prior written permission.
  74. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  75. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  76. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  77. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  78. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  79. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  80. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  81. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  82. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  83. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  84. </string>
  85. <key>License</key>
  86. <string>MIT</string>
  87. <key>Title</key>
  88. <string>Flutter</string>
  89. <key>Type</key>
  90. <string>PSGroupSpecifier</string>
  91. </dict>
  92. <dict>
  93. <key>FooterText</key>
  94. <string>Copyright 2008 Google Inc. All rights reserved.
  95. Redistribution and use in source and binary forms, with or without
  96. modification, are permitted provided that the following conditions are
  97. met:
  98. * Redistributions of source code must retain the above copyright
  99. notice, this list of conditions and the following disclaimer.
  100. * Redistributions in binary form must reproduce the above
  101. copyright notice, this list of conditions and the following disclaimer
  102. in the documentation and/or other materials provided with the
  103. distribution.
  104. * Neither the name of Google Inc. nor the names of its
  105. contributors may be used to endorse or promote products derived from
  106. this software without specific prior written permission.
  107. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  108. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  109. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  110. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  111. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  112. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  113. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  114. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  115. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  116. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  117. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  118. Code generated by the Protocol Buffer compiler is owned by the owner
  119. of the input file used when generating it. This code is not
  120. standalone and requires a support library to be linked with it. This
  121. support library is itself covered by the above license.
  122. </string>
  123. <key>License</key>
  124. <string>3-Clause BSD License</string>
  125. <key>Title</key>
  126. <string>Protobuf</string>
  127. <key>Type</key>
  128. <string>PSGroupSpecifier</string>
  129. </dict>
  130. <dict>
  131. <key>FooterText</key>
  132. <string>Copyright 2017 Paul DeMarco. All rights reserved.
  133. Redistribution and use in source and binary forms, with or without
  134. modification, are permitted provided that the following conditions are
  135. met:
  136. * Redistributions of source code must retain the above copyright
  137. notice, this list of conditions and the following disclaimer.
  138. * Redistributions in binary form must reproduce the above
  139. copyright notice, this list of conditions and the following disclaimer
  140. in the documentation and/or other materials provided with the
  141. distribution.
  142. * Neither the name of Buffalo PC Inc. nor the names of its
  143. contributors may be used to endorse or promote products derived from
  144. this software without specific prior written permission.
  145. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  146. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  147. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  148. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  149. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  150. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  151. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  152. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  153. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  154. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  155. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</string>
  156. <key>Title</key>
  157. <string>flutter_blue</string>
  158. <key>Type</key>
  159. <string>PSGroupSpecifier</string>
  160. </dict>
  161. <dict>
  162. <key>FooterText</key>
  163. <string>MIT License
  164. Copyright (c) 2018 Clovis NICOLAS
  165. Permission is hereby granted, free of charge, to any person obtaining a copy
  166. of this software and associated documentation files (the "Software"), to deal
  167. in the Software without restriction, including without limitation the rights
  168. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  169. copies of the Software, and to permit persons to whom the Software is
  170. furnished to do so, subject to the following conditions:
  171. The above copyright notice and this permission notice shall be included in all
  172. copies or substantial portions of the Software.
  173. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  174. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  175. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  176. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  177. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  178. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  179. SOFTWARE.
  180. </string>
  181. <key>Title</key>
  182. <string>screen</string>
  183. <key>Type</key>
  184. <string>PSGroupSpecifier</string>
  185. </dict>
  186. <dict>
  187. <key>FooterText</key>
  188. <string>MIT License
  189. Copyright (c) 2018 Clovis NICOLAS
  190. Permission is hereby granted, free of charge, to any person obtaining a copy
  191. of this software and associated documentation files (the "Software"), to deal
  192. in the Software without restriction, including without limitation the rights
  193. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  194. copies of the Software, and to permit persons to whom the Software is
  195. furnished to do so, subject to the following conditions:
  196. The above copyright notice and this permission notice shall be included in all
  197. copies or substantial portions of the Software.
  198. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  199. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  200. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  201. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  202. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  203. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  204. SOFTWARE.
  205. </string>
  206. <key>Title</key>
  207. <string>vibrate</string>
  208. <key>Type</key>
  209. <string>PSGroupSpecifier</string>
  210. </dict>
  211. <dict>
  212. <key>FooterText</key>
  213. <string>// Copyright 2018 The Chromium Authors. All rights reserved.
  214. //
  215. // Redistribution and use in source and binary forms, with or without
  216. // modification, are permitted provided that the following conditions are
  217. // met:
  218. //
  219. // * Redistributions of source code must retain the above copyright
  220. // notice, this list of conditions and the following disclaimer.
  221. // * Redistributions in binary form must reproduce the above
  222. // copyright notice, this list of conditions and the following disclaimer
  223. // in the documentation and/or other materials provided with the
  224. // distribution.
  225. // * Neither the name of Google Inc. nor the names of its
  226. // contributors may be used to endorse or promote products derived from
  227. // this software without specific prior written permission.
  228. //
  229. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  230. // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  231. // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  232. // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  233. // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  234. // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  235. // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  236. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  237. // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  238. // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  239. // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  240. </string>
  241. <key>Title</key>
  242. <string>webview_flutter</string>
  243. <key>Type</key>
  244. <string>PSGroupSpecifier</string>
  245. </dict>
  246. <dict>
  247. <key>FooterText</key>
  248. <string>Generated by CocoaPods - https://cocoapods.org</string>
  249. <key>Title</key>
  250. <string></string>
  251. <key>Type</key>
  252. <string>PSGroupSpecifier</string>
  253. </dict>
  254. </array>
  255. <key>StringsTable</key>
  256. <string>Acknowledgements</string>
  257. <key>Title</key>
  258. <string>Acknowledgements</string>
  259. </dict>
  260. </plist>