files_trashbin-init.js.license 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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: inherits developers
  8. SPDX-FileCopyrightText: escape-html developers
  9. SPDX-FileCopyrightText: Tobias Koppers @sokra
  10. SPDX-FileCopyrightText: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
  11. SPDX-FileCopyrightText: T. Jameson Little <t.jameson.little@gmail.com>
  12. SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
  13. SPDX-FileCopyrightText: Roeland Jago Douma
  14. SPDX-FileCopyrightText: Perry Mitchell <perry@perrymitchell.net>
  15. SPDX-FileCopyrightText: Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)
  16. SPDX-FileCopyrightText: Paul Vorbach <paul@vorb.de> (http://vorb.de)
  17. SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
  18. SPDX-FileCopyrightText: Matt Zabriskie
  19. SPDX-FileCopyrightText: Joyent
  20. SPDX-FileCopyrightText: Jonas Schade <derzade@gmail.com>
  21. SPDX-FileCopyrightText: John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)
  22. SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  23. SPDX-FileCopyrightText: Jacob Clevenger<https://github.com/wheatjs>
  24. SPDX-FileCopyrightText: Iskren Ivov Chernev <iskren.chernev@gmail.com> (https://github.com/ichernev)
  25. SPDX-FileCopyrightText: Hypercontext
  26. SPDX-FileCopyrightText: Guillaume Chau <guillaume.b.chau@gmail.com>
  27. SPDX-FileCopyrightText: GitHub Inc.
  28. SPDX-FileCopyrightText: Feross Aboukhadijeh
  29. SPDX-FileCopyrightText: Evan You
  30. SPDX-FileCopyrightText: Eugene Sharygin <eush77@gmail.com>
  31. SPDX-FileCopyrightText: Eric Norris (https://github.com/ericnorris)
  32. SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
  33. SPDX-FileCopyrightText: Denis Pushkarev
  34. SPDX-FileCopyrightText: David Clark
  35. SPDX-FileCopyrightText: Christoph Wurst
  36. SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
  37. SPDX-FileCopyrightText: Andris Reinman
  38. SPDX-FileCopyrightText: Alkemics
  39. This file is generated from multiple sources. Included packages:
  40. - @nextcloud/auth
  41. - version: 2.4.0
  42. - license: GPL-3.0-or-later
  43. - @nextcloud/axios
  44. - version: 2.5.1
  45. - license: GPL-3.0-or-later
  46. - @nextcloud/browser-storage
  47. - version: 0.4.0
  48. - license: GPL-3.0-or-later
  49. - @nextcloud/capabilities
  50. - version: 1.2.0
  51. - license: GPL-3.0-or-later
  52. - semver
  53. - version: 7.6.3
  54. - license: ISC
  55. - @nextcloud/event-bus
  56. - version: 3.3.1
  57. - license: GPL-3.0-or-later
  58. - @nextcloud/initial-state
  59. - version: 2.2.0
  60. - license: GPL-3.0-or-later
  61. - @nextcloud/l10n
  62. - version: 3.1.0
  63. - license: GPL-3.0-or-later
  64. - @nextcloud/logger
  65. - version: 3.0.2
  66. - license: GPL-3.0-or-later
  67. - @nextcloud/router
  68. - version: 2.2.1
  69. - license: GPL-3.0-or-later
  70. - @nextcloud/moment
  71. - version: 1.3.1
  72. - license: GPL-3.0-or-later
  73. - @nextcloud/paths
  74. - version: 2.2.1
  75. - license: GPL-3.0-or-later
  76. - @nextcloud/router
  77. - version: 3.0.1
  78. - license: GPL-3.0-or-later
  79. - @nextcloud/sharing
  80. - version: 0.2.3
  81. - license: GPL-3.0-or-later
  82. - @nextcloud/vue
  83. - version: 8.17.1
  84. - license: AGPL-3.0-or-later
  85. - @vueuse/components
  86. - version: 11.1.0
  87. - license: MIT
  88. - @vueuse/core
  89. - version: 11.1.0
  90. - license: MIT
  91. - @vueuse/shared
  92. - version: 11.1.0
  93. - license: MIT
  94. - axios
  95. - version: 1.7.7
  96. - license: MIT
  97. - base64-js
  98. - version: 1.5.1
  99. - license: MIT
  100. - cancelable-promise
  101. - version: 4.3.1
  102. - license: MIT
  103. - charenc
  104. - version: 0.0.2
  105. - license: BSD-3-Clause
  106. - core-js
  107. - version: 3.38.1
  108. - license: MIT
  109. - crypt
  110. - version: 0.0.2
  111. - license: BSD-3-Clause
  112. - css-loader
  113. - version: 7.1.2
  114. - license: MIT
  115. - dompurify
  116. - version: 3.1.7
  117. - license: (MPL-2.0 OR Apache-2.0)
  118. - escape-html
  119. - version: 1.0.3
  120. - license: MIT
  121. - floating-vue
  122. - version: 1.0.0-beta.19
  123. - license: MIT
  124. - focus-trap
  125. - version: 7.6.0
  126. - license: MIT
  127. - ieee754
  128. - version: 1.2.1
  129. - license: BSD-3-Clause
  130. - is-buffer
  131. - version: 1.1.6
  132. - license: MIT
  133. - linkify-string
  134. - version: 4.1.3
  135. - license: MIT
  136. - lodash.get
  137. - version: 4.4.2
  138. - license: MIT
  139. - md5
  140. - version: 2.3.0
  141. - license: BSD-3-Clause
  142. - moment
  143. - version: 2.30.1
  144. - license: MIT
  145. - node-gettext
  146. - version: 3.0.0
  147. - license: MIT
  148. - buffer
  149. - version: 6.0.3
  150. - license: MIT
  151. - inherits
  152. - version: 2.0.3
  153. - license: ISC
  154. - util
  155. - version: 0.10.4
  156. - license: MIT
  157. - path
  158. - version: 0.12.7
  159. - license: MIT
  160. - process
  161. - version: 0.11.10
  162. - license: MIT
  163. - striptags
  164. - version: 3.2.0
  165. - license: MIT
  166. - style-loader
  167. - version: 4.0.0
  168. - license: MIT
  169. - tabbable
  170. - version: 6.2.0
  171. - license: MIT
  172. - typescript-event-target
  173. - version: 1.1.1
  174. - license: MIT
  175. - unist-builder
  176. - version: 4.0.0
  177. - license: MIT
  178. - unist-util-is
  179. - version: 6.0.0
  180. - license: MIT
  181. - unist-util-visit-parents
  182. - version: 6.0.1
  183. - license: MIT
  184. - unist-util-visit
  185. - version: 5.0.0
  186. - license: MIT
  187. - vue-router
  188. - version: 3.6.5
  189. - license: MIT
  190. - vue
  191. - version: 2.7.16
  192. - license: MIT
  193. - webdav
  194. - version: 5.7.1
  195. - license: MIT
  196. - webpack
  197. - version: 5.94.0
  198. - license: MIT
  199. - nextcloud
  200. - version: 1.0.0
  201. - license: AGPL-3.0-or-later