comments-comments-tab.js.license 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. SPDX-License-Identifier: MIT
  2. SPDX-License-Identifier: ISC
  3. SPDX-License-Identifier: GPL-3.0-or-later
  4. SPDX-License-Identifier: BSD-3-Clause
  5. SPDX-License-Identifier: AGPL-3.0-or-later
  6. SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
  7. SPDX-FileCopyrightText: string_decoder developers
  8. SPDX-FileCopyrightText: readable-stream developers
  9. SPDX-FileCopyrightText: qs developers
  10. SPDX-FileCopyrightText: jden <jason@denizac.org>
  11. SPDX-FileCopyrightText: inherits developers
  12. SPDX-FileCopyrightText: escape-html developers
  13. SPDX-FileCopyrightText: defunctzombie
  14. SPDX-FileCopyrightText: assert developers
  15. SPDX-FileCopyrightText: Tobias Koppers @sokra
  16. SPDX-FileCopyrightText: T. Jameson Little <t.jameson.little@gmail.com>
  17. SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
  18. SPDX-FileCopyrightText: Raynos <raynos2@gmail.com>
  19. SPDX-FileCopyrightText: Perry Mitchell <perry@perrymitchell.net>
  20. SPDX-FileCopyrightText: Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)
  21. SPDX-FileCopyrightText: Paul Vorbach <paul@vorb.de> (http://vorb.de)
  22. SPDX-FileCopyrightText: Olivier Scherrer <pode.fr@gmail.com>
  23. SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
  24. SPDX-FileCopyrightText: Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)
  25. SPDX-FileCopyrightText: Mathias Bynens
  26. SPDX-FileCopyrightText: Julian Gruber
  27. SPDX-FileCopyrightText: Joyent
  28. SPDX-FileCopyrightText: José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)
  29. SPDX-FileCopyrightText: Jordan Harband <ljharb@gmail.com>
  30. SPDX-FileCopyrightText: Jordan Harband
  31. SPDX-FileCopyrightText: John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)
  32. SPDX-FileCopyrightText: John Hiesey
  33. SPDX-FileCopyrightText: James Halliday
  34. SPDX-FileCopyrightText: Iskren Ivov Chernev <iskren.chernev@gmail.com> (https://github.com/ichernev)
  35. SPDX-FileCopyrightText: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)
  36. SPDX-FileCopyrightText: Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)
  37. SPDX-FileCopyrightText: Guillaume Chau
  38. SPDX-FileCopyrightText: GitHub Inc.
  39. SPDX-FileCopyrightText: Feross Aboukhadijeh
  40. SPDX-FileCopyrightText: Evan You
  41. SPDX-FileCopyrightText: Eduardo San Martin Morote
  42. SPDX-FileCopyrightText: Dylan Piercey <pierceydylan@gmail.com>
  43. SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
  44. SPDX-FileCopyrightText: Denis Pushkarev
  45. SPDX-FileCopyrightText: Christoph Wurst
  46. SPDX-FileCopyrightText: Ben Drucker
  47. SPDX-FileCopyrightText: Arnout Kazemier
  48. SPDX-FileCopyrightText: Andris Reinman
  49. SPDX-FileCopyrightText: Amit Gupta (https://solothought.com)
  50. SPDX-FileCopyrightText: Amit Gupta (https://amitkumargupta.work/)
  51. This file is generated from multiple sources. Included packages:
  52. - @nextcloud/auth
  53. - version: 2.4.0
  54. - license: GPL-3.0-or-later
  55. - @nextcloud/browser-storage
  56. - version: 0.4.0
  57. - license: GPL-3.0-or-later
  58. - semver
  59. - version: 7.6.3
  60. - license: ISC
  61. - @nextcloud/event-bus
  62. - version: 3.3.1
  63. - license: GPL-3.0-or-later
  64. - @nextcloud/initial-state
  65. - version: 2.2.0
  66. - license: GPL-3.0-or-later
  67. - @nextcloud/logger
  68. - version: 3.0.2
  69. - license: GPL-3.0-or-later
  70. - @nextcloud/router
  71. - version: 2.2.1
  72. - license: GPL-3.0-or-later
  73. - @nextcloud/moment
  74. - version: 1.3.1
  75. - license: GPL-3.0-or-later
  76. - @nextcloud/router
  77. - version: 3.0.1
  78. - license: GPL-3.0-or-later
  79. - @vue/devtools-api
  80. - version: 6.6.3
  81. - license: MIT
  82. - assert
  83. - version: 2.1.0
  84. - license: MIT
  85. - available-typed-arrays
  86. - version: 1.0.7
  87. - license: MIT
  88. - balanced-match
  89. - version: 1.0.2
  90. - license: MIT
  91. - base-64
  92. - version: 1.0.0
  93. - license: MIT
  94. - base64-js
  95. - version: 1.5.1
  96. - license: MIT
  97. - brace-expansion
  98. - version: 2.0.1
  99. - license: MIT
  100. - buffer
  101. - version: 5.7.1
  102. - license: MIT
  103. - builtin-status-codes
  104. - version: 3.0.0
  105. - license: MIT
  106. - byte-length
  107. - version: 1.0.2
  108. - license: MIT
  109. - call-bind
  110. - version: 1.0.7
  111. - license: MIT
  112. - charenc
  113. - version: 0.0.2
  114. - license: BSD-3-Clause
  115. - console-browserify
  116. - version: 1.2.0
  117. - license: MIT
  118. - core-js
  119. - version: 3.37.1
  120. - license: MIT
  121. - crypt
  122. - version: 0.0.2
  123. - license: BSD-3-Clause
  124. - define-data-property
  125. - version: 1.1.4
  126. - license: MIT
  127. - define-properties
  128. - version: 1.2.1
  129. - license: MIT
  130. - dompurify
  131. - version: 3.1.6
  132. - license: (MPL-2.0 OR Apache-2.0)
  133. - es-define-property
  134. - version: 1.0.0
  135. - license: MIT
  136. - es-errors
  137. - version: 1.3.0
  138. - license: MIT
  139. - escape-html
  140. - version: 1.0.3
  141. - license: MIT
  142. - events
  143. - version: 3.3.0
  144. - license: MIT
  145. - fast-xml-parser
  146. - version: 4.4.1
  147. - license: MIT
  148. - for-each
  149. - version: 0.3.3
  150. - license: MIT
  151. - function-bind
  152. - version: 1.1.2
  153. - license: MIT
  154. - get-intrinsic
  155. - version: 1.2.4
  156. - license: MIT
  157. - gopd
  158. - version: 1.0.1
  159. - license: MIT
  160. - has-property-descriptors
  161. - version: 1.0.2
  162. - license: MIT
  163. - has-proto
  164. - version: 1.0.3
  165. - license: MIT
  166. - has-symbols
  167. - version: 1.0.3
  168. - license: MIT
  169. - has-tostringtag
  170. - version: 1.0.2
  171. - license: MIT
  172. - hasown
  173. - version: 2.0.2
  174. - license: MIT
  175. - hot-patcher
  176. - version: 2.0.1
  177. - license: MIT
  178. - https-browserify
  179. - version: 1.0.0
  180. - license: MIT
  181. - ieee754
  182. - version: 1.2.1
  183. - license: BSD-3-Clause
  184. - inherits
  185. - version: 2.0.4
  186. - license: ISC
  187. - is-arguments
  188. - version: 1.1.1
  189. - license: MIT
  190. - is-buffer
  191. - version: 1.1.6
  192. - license: MIT
  193. - is-callable
  194. - version: 1.2.7
  195. - license: MIT
  196. - is-generator-function
  197. - version: 1.0.10
  198. - license: MIT
  199. - is-nan
  200. - version: 1.3.2
  201. - license: MIT
  202. - is-typed-array
  203. - version: 1.1.13
  204. - license: MIT
  205. - layerr
  206. - version: 3.0.0
  207. - license: MIT
  208. - lodash.get
  209. - version: 4.4.2
  210. - license: MIT
  211. - md5
  212. - version: 2.3.0
  213. - license: BSD-3-Clause
  214. - minimatch
  215. - version: 9.0.5
  216. - license: ISC
  217. - moment
  218. - version: 2.30.1
  219. - license: MIT
  220. - nested-property
  221. - version: 4.0.0
  222. - license: MIT
  223. - node-gettext
  224. - version: 3.0.0
  225. - license: MIT
  226. - buffer
  227. - version: 6.0.3
  228. - license: MIT
  229. - object-inspect
  230. - version: 1.13.2
  231. - license: MIT
  232. - object-is
  233. - version: 1.1.6
  234. - license: MIT
  235. - object-keys
  236. - version: 1.1.1
  237. - license: MIT
  238. - object.assign
  239. - version: 4.1.5
  240. - license: MIT
  241. - path-posix
  242. - version: 1.0.0
  243. - license: ISC
  244. - pinia
  245. - version: 2.2.2
  246. - license: MIT
  247. - possible-typed-array-names
  248. - version: 1.0.0
  249. - license: MIT
  250. - process
  251. - version: 0.11.10
  252. - license: MIT
  253. - punycode
  254. - version: 1.4.1
  255. - license: MIT
  256. - querystringify
  257. - version: 2.2.0
  258. - license: MIT
  259. - requires-port
  260. - version: 1.0.0
  261. - license: MIT
  262. - safe-buffer
  263. - version: 5.2.1
  264. - license: MIT
  265. - set-function-length
  266. - version: 1.2.2
  267. - license: MIT
  268. - side-channel
  269. - version: 1.0.6
  270. - license: MIT
  271. - readable-stream
  272. - version: 3.6.2
  273. - license: MIT
  274. - stream-browserify
  275. - version: 3.0.0
  276. - license: MIT
  277. - readable-stream
  278. - version: 3.6.2
  279. - license: MIT
  280. - stream-http
  281. - version: 3.2.0
  282. - license: MIT
  283. - string_decoder
  284. - version: 1.3.0
  285. - license: MIT
  286. - strnum
  287. - version: 1.0.5
  288. - license: MIT
  289. - url-join
  290. - version: 5.0.0
  291. - license: MIT
  292. - url-parse
  293. - version: 1.5.10
  294. - license: MIT
  295. - qs
  296. - version: 6.13.0
  297. - license: BSD-3-Clause
  298. - url
  299. - version: 0.11.4
  300. - license: MIT
  301. - util-deprecate
  302. - version: 1.0.2
  303. - license: MIT
  304. - util
  305. - version: 0.12.5
  306. - license: MIT
  307. - vue
  308. - version: 2.7.16
  309. - license: MIT
  310. - webdav
  311. - version: 5.7.1
  312. - license: MIT
  313. - webpack
  314. - version: 5.94.0
  315. - license: MIT
  316. - which-typed-array
  317. - version: 1.1.15
  318. - license: MIT
  319. - xtend
  320. - version: 4.0.2
  321. - license: MIT
  322. - nextcloud
  323. - version: 1.0.0
  324. - license: AGPL-3.0-or-later