@theia/core 1.34.3 → 1.34.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1374) hide show
  1. package/LICENSE +641 -641
  2. package/README.md +6 -6
  3. package/i18n/nls.cs.json +457 -457
  4. package/i18n/nls.de.json +457 -457
  5. package/i18n/nls.es.json +457 -457
  6. package/i18n/nls.fr.json +457 -457
  7. package/i18n/nls.hu.json +457 -457
  8. package/i18n/nls.it.json +457 -457
  9. package/i18n/nls.ja.json +457 -457
  10. package/i18n/nls.json +457 -457
  11. package/i18n/nls.pl.json +457 -457
  12. package/i18n/nls.pt-br.json +457 -457
  13. package/i18n/nls.pt-pt.json +457 -457
  14. package/i18n/nls.ru.json +457 -457
  15. package/i18n/nls.zh-cn.json +457 -457
  16. package/lib/browser/about-dialog.d.ts +32 -32
  17. package/lib/browser/about-dialog.js +133 -133
  18. package/lib/browser/authentication-service.d.ts +144 -144
  19. package/lib/browser/authentication-service.js +332 -332
  20. package/lib/browser/breadcrumbs/breadcrumb-popup-container.d.ts +34 -34
  21. package/lib/browser/breadcrumbs/breadcrumb-popup-container.js +114 -114
  22. package/lib/browser/breadcrumbs/breadcrumb-renderer.d.ts +12 -12
  23. package/lib/browser/breadcrumbs/breadcrumb-renderer.js +42 -42
  24. package/lib/browser/breadcrumbs/breadcrumbs-constants.d.ts +49 -49
  25. package/lib/browser/breadcrumbs/breadcrumbs-constants.js +27 -27
  26. package/lib/browser/breadcrumbs/breadcrumbs-renderer.d.ts +43 -43
  27. package/lib/browser/breadcrumbs/breadcrumbs-renderer.js +187 -187
  28. package/lib/browser/breadcrumbs/breadcrumbs-service.d.ts +32 -32
  29. package/lib/browser/breadcrumbs/breadcrumbs-service.js +119 -119
  30. package/lib/browser/breadcrumbs/index.d.ts +5 -5
  31. package/lib/browser/breadcrumbs/index.js +32 -32
  32. package/lib/browser/browser-clipboard-service.d.ts +23 -23
  33. package/lib/browser/browser-clipboard-service.js +114 -114
  34. package/lib/browser/browser.d.ts +34 -34
  35. package/lib/browser/browser.js +192 -192
  36. package/lib/browser/clipboard-service.d.ts +6 -6
  37. package/lib/browser/clipboard-service.js +19 -19
  38. package/lib/browser/color-application-contribution.d.ts +24 -24
  39. package/lib/browser/color-application-contribution.js +108 -108
  40. package/lib/browser/color-registry.d.ts +14 -14
  41. package/lib/browser/color-registry.js +63 -63
  42. package/lib/browser/command-open-handler.d.ts +9 -9
  43. package/lib/browser/command-open-handler.js +66 -66
  44. package/lib/browser/common-frontend-contribution.d.ts +181 -181
  45. package/lib/browser/common-frontend-contribution.js +2136 -2136
  46. package/lib/browser/common-styling-participants.d.ts +27 -27
  47. package/lib/browser/common-styling-participants.js +318 -318
  48. package/lib/browser/connection-status-service.d.ts +77 -77
  49. package/lib/browser/connection-status-service.js +209 -209
  50. package/lib/browser/connection-status-service.spec.d.ts +1 -1
  51. package/lib/browser/connection-status-service.spec.js +161 -161
  52. package/lib/browser/context-key-service.d.ts +83 -83
  53. package/lib/browser/context-key-service.js +88 -88
  54. package/lib/browser/context-menu-renderer.d.ts +50 -50
  55. package/lib/browser/context-menu-renderer.js +93 -93
  56. package/lib/browser/core-preferences.d.ts +31 -31
  57. package/lib/browser/core-preferences.js +254 -254
  58. package/lib/browser/credentials-service.d.ts +35 -35
  59. package/lib/browser/credentials-service.js +91 -91
  60. package/lib/browser/decoration-style.d.ts +6 -6
  61. package/lib/browser/decoration-style.js +64 -64
  62. package/lib/browser/decorations-service.d.ts +30 -30
  63. package/lib/browser/decorations-service.js +163 -163
  64. package/lib/browser/dialogs/react-dialog.d.ts +17 -17
  65. package/lib/browser/dialogs/react-dialog.js +60 -60
  66. package/lib/browser/dialogs.d.ts +117 -117
  67. package/lib/browser/dialogs.js +402 -402
  68. package/lib/browser/diff-uris.d.ts +17 -17
  69. package/lib/browser/diff-uris.js +126 -126
  70. package/lib/browser/encoding-registry.d.ts +18 -18
  71. package/lib/browser/encoding-registry.js +96 -96
  72. package/lib/browser/endpoint.d.ts +42 -42
  73. package/lib/browser/endpoint.js +120 -120
  74. package/lib/browser/endpoint.spec.d.ts +1 -1
  75. package/lib/browser/endpoint.spec.js +122 -122
  76. package/lib/browser/external-uri-service.d.ts +24 -24
  77. package/lib/browser/external-uri-service.js +77 -77
  78. package/lib/browser/frontend-application-bindings.d.ts +5 -5
  79. package/lib/browser/frontend-application-bindings.js +56 -56
  80. package/lib/browser/frontend-application-config-provider.d.ts +8 -8
  81. package/lib/browser/frontend-application-config-provider.js +46 -46
  82. package/lib/browser/frontend-application-config-provider.spec.d.ts +1 -1
  83. package/lib/browser/frontend-application-config-provider.spec.js +40 -40
  84. package/lib/browser/frontend-application-module.d.ts +8 -8
  85. package/lib/browser/frontend-application-module.js +341 -341
  86. package/lib/browser/frontend-application-state.d.ts +19 -19
  87. package/lib/browser/frontend-application-state.js +79 -79
  88. package/lib/browser/frontend-application.d.ts +158 -158
  89. package/lib/browser/frontend-application.js +342 -342
  90. package/lib/browser/hover-service.d.ts +40 -40
  91. package/lib/browser/hover-service.js +190 -190
  92. package/lib/browser/http-open-handler.d.ts +14 -14
  93. package/lib/browser/http-open-handler.js +54 -54
  94. package/lib/browser/i18n/i18n-frontend-module.d.ts +3 -3
  95. package/lib/browser/i18n/i18n-frontend-module.js +25 -25
  96. package/lib/browser/i18n/language-quick-pick-service.d.ts +16 -16
  97. package/lib/browser/i18n/language-quick-pick-service.js +141 -141
  98. package/lib/browser/icon-theme-contribution.d.ts +22 -22
  99. package/lib/browser/icon-theme-contribution.js +71 -71
  100. package/lib/browser/icon-theme-service.d.ts +62 -62
  101. package/lib/browser/icon-theme-service.js +204 -204
  102. package/lib/browser/index.d.ts +30 -30
  103. package/lib/browser/index.js +57 -57
  104. package/lib/browser/json-schema-store.d.ts +36 -36
  105. package/lib/browser/json-schema-store.js +117 -117
  106. package/lib/browser/keybinding.d.ts +287 -287
  107. package/lib/browser/keybinding.js +677 -677
  108. package/lib/browser/keybinding.spec.d.ts +1 -1
  109. package/lib/browser/keybinding.spec.js +456 -456
  110. package/lib/browser/keyboard/browser-keyboard-frontend-contribution.d.ts +13 -13
  111. package/lib/browser/keyboard/browser-keyboard-frontend-contribution.js +118 -118
  112. package/lib/browser/keyboard/browser-keyboard-layout-provider.d.ts +90 -90
  113. package/lib/browser/keyboard/browser-keyboard-layout-provider.js +423 -423
  114. package/lib/browser/keyboard/browser-keyboard-layout-provider.spec.d.ts +1 -1
  115. package/lib/browser/keyboard/browser-keyboard-layout-provider.spec.js +157 -157
  116. package/lib/browser/keyboard/browser-keyboard-module.d.ts +3 -3
  117. package/lib/browser/keyboard/browser-keyboard-module.js +30 -30
  118. package/lib/browser/keyboard/index.d.ts +4 -4
  119. package/lib/browser/keyboard/index.js +31 -31
  120. package/lib/browser/keyboard/keyboard-layout-service.d.ts +49 -49
  121. package/lib/browser/keyboard/keyboard-layout-service.js +435 -435
  122. package/lib/browser/keyboard/keyboard-layout-service.spec.d.ts +1 -1
  123. package/lib/browser/keyboard/keyboard-layout-service.spec.js +115 -115
  124. package/lib/browser/keyboard/keys.d.ts +4 -4
  125. package/lib/browser/keyboard/keys.js +31 -31
  126. package/lib/browser/keyboard/keys.spec.d.ts +1 -1
  127. package/lib/browser/keyboard/keys.spec.js +205 -205
  128. package/lib/browser/keys.d.ts +2 -2
  129. package/lib/browser/keys.js +28 -28
  130. package/lib/browser/label-parser.d.ts +26 -26
  131. package/lib/browser/label-parser.js +98 -98
  132. package/lib/browser/label-parser.spec.d.ts +1 -1
  133. package/lib/browser/label-parser.spec.js +113 -113
  134. package/lib/browser/label-provider.d.ts +140 -140
  135. package/lib/browser/label-provider.js +318 -318
  136. package/lib/browser/label-provider.spec.d.ts +1 -1
  137. package/lib/browser/label-provider.spec.js +53 -53
  138. package/lib/browser/language-service.d.ts +16 -16
  139. package/lib/browser/language-service.js +43 -43
  140. package/lib/browser/logger-frontend-module.d.ts +2 -2
  141. package/lib/browser/logger-frontend-module.js +63 -63
  142. package/lib/browser/markdown-rendering/markdown-renderer.d.ts +39 -39
  143. package/lib/browser/markdown-rendering/markdown-renderer.js +80 -80
  144. package/lib/browser/menu/browser-context-menu-renderer.d.ts +12 -12
  145. package/lib/browser/menu/browser-context-menu-renderer.js +61 -61
  146. package/lib/browser/menu/browser-menu-module.d.ts +3 -3
  147. package/lib/browser/menu/browser-menu-module.js +28 -28
  148. package/lib/browser/menu/browser-menu-plugin.d.ts +102 -102
  149. package/lib/browser/menu/browser-menu-plugin.js +450 -450
  150. package/lib/browser/menu/context-menu-context.d.ts +7 -7
  151. package/lib/browser/menu/context-menu-context.js +50 -50
  152. package/lib/browser/messaging/index.d.ts +1 -1
  153. package/lib/browser/messaging/index.js +28 -28
  154. package/lib/browser/messaging/messaging-frontend-module.d.ts +2 -2
  155. package/lib/browser/messaging/messaging-frontend-module.js +23 -23
  156. package/lib/browser/messaging/ws-connection-provider.d.ts +38 -38
  157. package/lib/browser/messaging/ws-connection-provider.js +146 -146
  158. package/lib/browser/mime-service.d.ts +7 -7
  159. package/lib/browser/mime-service.js +35 -35
  160. package/lib/browser/navigatable-types.d.ts +33 -33
  161. package/lib/browser/navigatable-types.js +63 -63
  162. package/lib/browser/navigatable.d.ts +8 -8
  163. package/lib/browser/navigatable.js +47 -47
  164. package/lib/browser/opener-service.d.ts +79 -79
  165. package/lib/browser/opener-service.js +90 -90
  166. package/lib/browser/opener-service.spec.d.ts +1 -1
  167. package/lib/browser/opener-service.spec.js +46 -46
  168. package/lib/browser/performance/frontend-stopwatch.d.ts +20 -20
  169. package/lib/browser/performance/frontend-stopwatch.js +70 -70
  170. package/lib/browser/performance/index.d.ts +2 -2
  171. package/lib/browser/performance/index.js +29 -29
  172. package/lib/browser/performance/measurement-frontend-bindings.d.ts +19 -19
  173. package/lib/browser/performance/measurement-frontend-bindings.js +32 -32
  174. package/lib/browser/preferences/index.d.ts +7 -7
  175. package/lib/browser/preferences/index.js +34 -34
  176. package/lib/browser/preferences/injectable-preference-proxy.d.ts +51 -51
  177. package/lib/browser/preferences/injectable-preference-proxy.js +283 -283
  178. package/lib/browser/preferences/preference-configurations.d.ts +22 -22
  179. package/lib/browser/preferences/preference-configurations.js +80 -80
  180. package/lib/browser/preferences/preference-contribution.d.ts +105 -105
  181. package/lib/browser/preferences/preference-contribution.js +366 -366
  182. package/lib/browser/preferences/preference-language-override-service.d.ts +39 -39
  183. package/lib/browser/preferences/preference-language-override-service.js +112 -112
  184. package/lib/browser/preferences/preference-provider.d.ts +131 -131
  185. package/lib/browser/preferences/preference-provider.js +220 -220
  186. package/lib/browser/preferences/preference-proxy.d.ts +150 -150
  187. package/lib/browser/preferences/preference-proxy.js +229 -229
  188. package/lib/browser/preferences/preference-proxy.spec.d.ts +1 -1
  189. package/lib/browser/preferences/preference-proxy.spec.js +337 -337
  190. package/lib/browser/preferences/preference-schema-provider.spec.d.ts +1 -1
  191. package/lib/browser/preferences/preference-schema-provider.spec.js +105 -105
  192. package/lib/browser/preferences/preference-scope.d.ts +2 -2
  193. package/lib/browser/preferences/preference-scope.js +20 -20
  194. package/lib/browser/preferences/preference-service.d.ts +278 -278
  195. package/lib/browser/preferences/preference-service.js +352 -352
  196. package/lib/browser/preferences/preference-service.spec.d.ts +1 -1
  197. package/lib/browser/preferences/preference-service.spec.js +494 -494
  198. package/lib/browser/preferences/preference-validation-service.d.ts +57 -57
  199. package/lib/browser/preferences/preference-validation-service.js +354 -354
  200. package/lib/browser/preferences/preference-validation-service.spec.d.ts +1 -1
  201. package/lib/browser/preferences/preference-validation-service.spec.js +330 -330
  202. package/lib/browser/preferences/test/index.d.ts +3 -3
  203. package/lib/browser/preferences/test/index.js +30 -30
  204. package/lib/browser/preferences/test/mock-preference-provider.d.ts +16 -16
  205. package/lib/browser/preferences/test/mock-preference-provider.js +46 -46
  206. package/lib/browser/preferences/test/mock-preference-proxy.d.ts +3 -3
  207. package/lib/browser/preferences/test/mock-preference-proxy.js +49 -49
  208. package/lib/browser/preferences/test/mock-preference-service.d.ts +28 -28
  209. package/lib/browser/preferences/test/mock-preference-service.js +67 -67
  210. package/lib/browser/preloader.d.ts +1 -1
  211. package/lib/browser/preloader.js +73 -73
  212. package/lib/browser/progress-bar-factory.d.ts +11 -11
  213. package/lib/browser/progress-bar-factory.js +20 -20
  214. package/lib/browser/progress-bar.d.ts +15 -15
  215. package/lib/browser/progress-bar.js +89 -89
  216. package/lib/browser/progress-client.d.ts +12 -12
  217. package/lib/browser/progress-client.js +61 -61
  218. package/lib/browser/progress-location-service.d.ts +21 -21
  219. package/lib/browser/progress-location-service.js +96 -96
  220. package/lib/browser/progress-location-service.spec.d.ts +1 -1
  221. package/lib/browser/progress-location-service.spec.js +44 -44
  222. package/lib/browser/progress-status-bar-item.d.ts +16 -16
  223. package/lib/browser/progress-status-bar-item.js +89 -89
  224. package/lib/browser/quick-input/index.d.ts +8 -8
  225. package/lib/browser/quick-input/index.js +35 -35
  226. package/lib/browser/quick-input/quick-access.d.ts +53 -53
  227. package/lib/browser/quick-input/quick-access.js +20 -20
  228. package/lib/browser/quick-input/quick-command-frontend-contribution.d.ts +11 -11
  229. package/lib/browser/quick-input/quick-command-frontend-contribution.js +75 -75
  230. package/lib/browser/quick-input/quick-command-service.d.ts +58 -58
  231. package/lib/browser/quick-input/quick-command-service.js +230 -230
  232. package/lib/browser/quick-input/quick-help-service.d.ts +11 -11
  233. package/lib/browser/quick-input/quick-help-service.js +91 -91
  234. package/lib/browser/quick-input/quick-input-frontend-contribution.d.ts +7 -7
  235. package/lib/browser/quick-input/quick-input-frontend-contribution.js +46 -46
  236. package/lib/browser/quick-input/quick-input-service.d.ts +1 -1
  237. package/lib/browser/quick-input/quick-input-service.js +28 -28
  238. package/lib/browser/quick-input/quick-input-service.spec.d.ts +1 -1
  239. package/lib/browser/quick-input/quick-input-service.spec.js +159 -159
  240. package/lib/browser/quick-input/quick-pick-service-impl.d.ts +30 -30
  241. package/lib/browser/quick-input/quick-pick-service-impl.js +77 -77
  242. package/lib/browser/quick-input/quick-view-service.d.ts +23 -23
  243. package/lib/browser/quick-input/quick-view-service.js +86 -86
  244. package/lib/browser/request/browser-request-module.d.ts +18 -18
  245. package/lib/browser/request/browser-request-module.js +23 -23
  246. package/lib/browser/request/browser-request-service.d.ts +41 -41
  247. package/lib/browser/request/browser-request-service.js +177 -177
  248. package/lib/browser/resource-context-key.d.ts +19 -19
  249. package/lib/browser/resource-context-key.js +83 -83
  250. package/lib/browser/save-resource-service.d.ts +35 -35
  251. package/lib/browser/save-resource-service.js +71 -71
  252. package/lib/browser/saveable.d.ts +110 -110
  253. package/lib/browser/saveable.js +234 -234
  254. package/lib/browser/secondary-window-handler.d.ts +64 -64
  255. package/lib/browser/secondary-window-handler.js +234 -234
  256. package/lib/browser/shell/application-shell-mouse-tracker.d.ts +30 -30
  257. package/lib/browser/shell/application-shell-mouse-tracker.js +107 -107
  258. package/lib/browser/shell/application-shell.d.ts +565 -565
  259. package/lib/browser/shell/application-shell.js +1932 -1932
  260. package/lib/browser/shell/current-widget-command-adapter.d.ts +23 -23
  261. package/lib/browser/shell/current-widget-command-adapter.js +41 -41
  262. package/lib/browser/shell/index.d.ts +7 -7
  263. package/lib/browser/shell/index.js +34 -34
  264. package/lib/browser/shell/shell-layout-restorer.d.ts +123 -123
  265. package/lib/browser/shell/shell-layout-restorer.js +347 -347
  266. package/lib/browser/shell/side-panel-handler.d.ts +274 -274
  267. package/lib/browser/shell/side-panel-handler.js +646 -646
  268. package/lib/browser/shell/side-panel-toolbar.d.ts +25 -25
  269. package/lib/browser/shell/side-panel-toolbar.js +96 -96
  270. package/lib/browser/shell/sidebar-bottom-menu-widget.d.ts +9 -9
  271. package/lib/browser/shell/sidebar-bottom-menu-widget.js +46 -46
  272. package/lib/browser/shell/sidebar-menu-widget.d.ts +38 -38
  273. package/lib/browser/shell/sidebar-menu-widget.js +121 -121
  274. package/lib/browser/shell/sidebar-top-menu-widget.d.ts +6 -6
  275. package/lib/browser/shell/sidebar-top-menu-widget.js +35 -35
  276. package/lib/browser/shell/split-panels.d.ts +42 -42
  277. package/lib/browser/shell/split-panels.js +167 -167
  278. package/lib/browser/shell/tab-bar-decorator.d.ts +35 -35
  279. package/lib/browser/shell/tab-bar-decorator.js +64 -64
  280. package/lib/browser/shell/tab-bar-toolbar/index.d.ts +3 -3
  281. package/lib/browser/shell/tab-bar-toolbar/index.js +30 -30
  282. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.d.ts +15 -15
  283. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.js +35 -35
  284. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.d.ts +50 -50
  285. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.js +172 -172
  286. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-types.d.ts +118 -118
  287. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar-types.js +61 -61
  288. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.d.ts +53 -53
  289. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.js +260 -260
  290. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.d.ts +1 -1
  291. package/lib/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.js +51 -51
  292. package/lib/browser/shell/tab-bars.d.ts +285 -285
  293. package/lib/browser/shell/tab-bars.js +979 -979
  294. package/lib/browser/shell/tab-bars.spec.d.ts +1 -1
  295. package/lib/browser/shell/tab-bars.spec.js +56 -56
  296. package/lib/browser/shell/theia-dock-panel.d.ts +59 -59
  297. package/lib/browser/shell/theia-dock-panel.js +226 -226
  298. package/lib/browser/shell/view-contribution.d.ts +43 -43
  299. package/lib/browser/shell/view-contribution.js +164 -164
  300. package/lib/browser/source-tree/index.d.ts +3 -3
  301. package/lib/browser/source-tree/index.js +30 -30
  302. package/lib/browser/source-tree/source-tree-widget.d.ts +21 -21
  303. package/lib/browser/source-tree/source-tree-widget.js +118 -118
  304. package/lib/browser/source-tree/source-tree.d.ts +36 -36
  305. package/lib/browser/source-tree/source-tree.js +134 -134
  306. package/lib/browser/source-tree/tree-source.d.ts +35 -35
  307. package/lib/browser/source-tree/tree-source.js +64 -64
  308. package/lib/browser/status-bar/index.d.ts +5 -5
  309. package/lib/browser/status-bar/index.js +40 -40
  310. package/lib/browser/status-bar/status-bar-types.d.ts +72 -72
  311. package/lib/browser/status-bar/status-bar-types.js +25 -25
  312. package/lib/browser/status-bar/status-bar-view-model.d.ts +35 -35
  313. package/lib/browser/status-bar/status-bar-view-model.js +212 -212
  314. package/lib/browser/status-bar/status-bar.d.ts +34 -34
  315. package/lib/browser/status-bar/status-bar.js +190 -190
  316. package/lib/browser/storage-service.d.ts +35 -35
  317. package/lib/browser/storage-service.js +130 -130
  318. package/lib/browser/storage-service.spec.d.ts +1 -1
  319. package/lib/browser/storage-service.spec.js +68 -68
  320. package/lib/browser/styling-service.d.ts +25 -25
  321. package/lib/browser/styling-service.js +75 -75
  322. package/lib/browser/supported-encodings.d.ts +9 -9
  323. package/lib/browser/supported-encodings.js +263 -263
  324. package/lib/browser/test/jsdom.d.ts +8 -8
  325. package/lib/browser/test/jsdom.js +69 -69
  326. package/lib/browser/test/mock-connection-status-service.d.ts +5 -5
  327. package/lib/browser/test/mock-connection-status-service.js +32 -32
  328. package/lib/browser/test/mock-env-variables-server.d.ts +12 -12
  329. package/lib/browser/test/mock-env-variables-server.js +42 -42
  330. package/lib/browser/test/mock-opener-service.d.ts +8 -8
  331. package/lib/browser/test/mock-opener-service.js +40 -40
  332. package/lib/browser/test/mock-storage-service.d.ts +11 -11
  333. package/lib/browser/test/mock-storage-service.js +54 -54
  334. package/lib/browser/theming.d.ts +50 -50
  335. package/lib/browser/theming.js +209 -209
  336. package/lib/browser/tooltip-service.d.ts +34 -34
  337. package/lib/browser/tooltip-service.js +87 -87
  338. package/lib/browser/tree/fuzzy-search.d.ts +60 -60
  339. package/lib/browser/tree/fuzzy-search.js +80 -80
  340. package/lib/browser/tree/fuzzy-search.spec.d.ts +1 -1
  341. package/lib/browser/tree/fuzzy-search.spec.js +89 -89
  342. package/lib/browser/tree/index.d.ts +12 -12
  343. package/lib/browser/tree/index.js +39 -39
  344. package/lib/browser/tree/search-box-debounce.d.ts +33 -33
  345. package/lib/browser/tree/search-box-debounce.js +75 -75
  346. package/lib/browser/tree/search-box.d.ts +105 -105
  347. package/lib/browser/tree/search-box.js +265 -265
  348. package/lib/browser/tree/test/mock-tree-model.d.ts +12 -12
  349. package/lib/browser/tree/test/mock-tree-model.js +129 -129
  350. package/lib/browser/tree/test/tree-test-container.d.ts +2 -2
  351. package/lib/browser/tree/test/tree-test-container.js +52 -52
  352. package/lib/browser/tree/tree-compression/compressed-tree-expansion-service.d.ts +8 -8
  353. package/lib/browser/tree/tree-compression/compressed-tree-expansion-service.js +67 -67
  354. package/lib/browser/tree/tree-compression/compressed-tree-model.d.ts +23 -23
  355. package/lib/browser/tree/tree-compression/compressed-tree-model.js +97 -97
  356. package/lib/browser/tree/tree-compression/compressed-tree-widget.d.ts +37 -37
  357. package/lib/browser/tree/tree-compression/compressed-tree-widget.js +193 -193
  358. package/lib/browser/tree/tree-compression/index.d.ts +4 -4
  359. package/lib/browser/tree/tree-compression/index.js +31 -31
  360. package/lib/browser/tree/tree-compression/tree-compression-service.d.ts +58 -58
  361. package/lib/browser/tree/tree-compression/tree-compression-service.js +103 -103
  362. package/lib/browser/tree/tree-consistency.spec.d.ts +1 -1
  363. package/lib/browser/tree/tree-consistency.spec.js +104 -104
  364. package/lib/browser/tree/tree-container.d.ts +51 -51
  365. package/lib/browser/tree/tree-container.js +112 -112
  366. package/lib/browser/tree/tree-container.spec.d.ts +1 -1
  367. package/lib/browser/tree/tree-container.spec.js +43 -43
  368. package/lib/browser/tree/tree-decorator.d.ts +143 -143
  369. package/lib/browser/tree/tree-decorator.js +123 -123
  370. package/lib/browser/tree/tree-decorator.spec.d.ts +1 -1
  371. package/lib/browser/tree/tree-decorator.spec.js +145 -145
  372. package/lib/browser/tree/tree-expansion.d.ts +65 -65
  373. package/lib/browser/tree/tree-expansion.js +132 -132
  374. package/lib/browser/tree/tree-expansion.spec.d.ts +1 -1
  375. package/lib/browser/tree/tree-expansion.spec.js +155 -155
  376. package/lib/browser/tree/tree-focus-service.d.ts +19 -19
  377. package/lib/browser/tree/tree-focus-service.js +61 -61
  378. package/lib/browser/tree/tree-iterator.d.ts +94 -94
  379. package/lib/browser/tree/tree-iterator.js +220 -220
  380. package/lib/browser/tree/tree-iterator.spec.d.ts +1 -1
  381. package/lib/browser/tree/tree-iterator.spec.js +150 -150
  382. package/lib/browser/tree/tree-label-provider.d.ts +8 -8
  383. package/lib/browser/tree/tree-label-provider.js +44 -44
  384. package/lib/browser/tree/tree-model.d.ts +176 -176
  385. package/lib/browser/tree/tree-model.js +351 -351
  386. package/lib/browser/tree/tree-navigation.d.ts +10 -10
  387. package/lib/browser/tree/tree-navigation.js +62 -62
  388. package/lib/browser/tree/tree-search.d.ts +36 -36
  389. package/lib/browser/tree/tree-search.js +138 -138
  390. package/lib/browser/tree/tree-selection-impl.d.ts +44 -44
  391. package/lib/browser/tree/tree-selection-impl.js +163 -163
  392. package/lib/browser/tree/tree-selection-state.d.ts +48 -48
  393. package/lib/browser/tree/tree-selection-state.js +224 -224
  394. package/lib/browser/tree/tree-selection-state.spec.d.ts +1 -1
  395. package/lib/browser/tree/tree-selection-state.spec.js +396 -396
  396. package/lib/browser/tree/tree-selection.d.ts +86 -86
  397. package/lib/browser/tree/tree-selection.js +86 -86
  398. package/lib/browser/tree/tree-view-welcome-widget.d.ts +45 -45
  399. package/lib/browser/tree/tree-view-welcome-widget.js +200 -200
  400. package/lib/browser/tree/tree-widget-selection.d.ts +11 -11
  401. package/lib/browser/tree/tree-widget-selection.js +46 -46
  402. package/lib/browser/tree/tree-widget.d.ts +532 -532
  403. package/lib/browser/tree/tree-widget.js +1252 -1252
  404. package/lib/browser/tree/tree.d.ts +162 -162
  405. package/lib/browser/tree/tree.js +287 -287
  406. package/lib/browser/tree/tree.spec.d.ts +1 -1
  407. package/lib/browser/tree/tree.spec.js +226 -226
  408. package/lib/browser/user-working-directory-provider.d.ts +16 -16
  409. package/lib/browser/user-working-directory-provider.js +63 -63
  410. package/lib/browser/view-container.d.ts +297 -297
  411. package/lib/browser/view-container.js +1427 -1427
  412. package/lib/browser/widget-decoration.d.ts +299 -299
  413. package/lib/browser/widget-decoration.js +140 -140
  414. package/lib/browser/widget-manager.d.ts +163 -163
  415. package/lib/browser/widget-manager.js +207 -207
  416. package/lib/browser/widget-manager.spec.d.ts +1 -1
  417. package/lib/browser/widget-manager.spec.js +91 -91
  418. package/lib/browser/widget-open-handler.d.ts +88 -88
  419. package/lib/browser/widget-open-handler.js +142 -142
  420. package/lib/browser/widgets/alert-message.d.ts +23 -23
  421. package/lib/browser/widgets/alert-message.js +38 -38
  422. package/lib/browser/widgets/extractable-widget.d.ts +13 -13
  423. package/lib/browser/widgets/extractable-widget.js +26 -26
  424. package/lib/browser/widgets/index.d.ts +4 -4
  425. package/lib/browser/widgets/index.js +31 -31
  426. package/lib/browser/widgets/react-renderer.d.ts +14 -14
  427. package/lib/browser/widgets/react-renderer.js +59 -59
  428. package/lib/browser/widgets/react-widget.d.ts +16 -16
  429. package/lib/browser/widgets/react-widget.js +57 -57
  430. package/lib/browser/widgets/select-component.d.ts +51 -51
  431. package/lib/browser/widgets/select-component.js +303 -303
  432. package/lib/browser/widgets/widget.d.ts +103 -103
  433. package/lib/browser/widgets/widget.js +370 -370
  434. package/lib/browser/window/browser-window-module.d.ts +3 -3
  435. package/lib/browser/window/browser-window-module.js +32 -32
  436. package/lib/browser/window/default-secondary-window-service.d.ts +20 -20
  437. package/lib/browser/window/default-secondary-window-service.js +100 -100
  438. package/lib/browser/window/default-window-service.d.ts +48 -48
  439. package/lib/browser/window/default-window-service.js +172 -172
  440. package/lib/browser/window/default-window-service.spec.d.ts +1 -1
  441. package/lib/browser/window/default-window-service.spec.js +80 -80
  442. package/lib/browser/window/secondary-window-service.d.ts +18 -18
  443. package/lib/browser/window/secondary-window-service.js +19 -19
  444. package/lib/browser/window/test/mock-window-service.d.ts +10 -10
  445. package/lib/browser/window/test/mock-window-service.js +38 -38
  446. package/lib/browser/window/window-service.d.ts +45 -45
  447. package/lib/browser/window/window-service.js +22 -22
  448. package/lib/browser/window/window-title-service.d.ts +31 -31
  449. package/lib/browser/window/window-title-service.js +120 -120
  450. package/lib/browser/window/window-title-updater.d.ts +18 -18
  451. package/lib/browser/window/window-title-updater.js +107 -107
  452. package/lib/browser/window-contribution.d.ts +14 -14
  453. package/lib/browser/window-contribution.js +70 -70
  454. package/lib/common/accessibility.d.ts +16 -16
  455. package/lib/common/accessibility.js +17 -17
  456. package/lib/common/application-error.d.ts +20 -20
  457. package/lib/common/application-error.js +62 -62
  458. package/lib/common/application-error.spec.d.ts +1 -1
  459. package/lib/common/application-error.spec.js +26 -26
  460. package/lib/common/application-protocol.d.ts +19 -19
  461. package/lib/common/application-protocol.js +20 -20
  462. package/lib/common/array-utils.d.ts +48 -48
  463. package/lib/common/array-utils.js +97 -97
  464. package/lib/common/buffer.d.ts +43 -43
  465. package/lib/common/buffer.js +205 -205
  466. package/lib/common/cancellation.d.ts +22 -22
  467. package/lib/common/cancellation.js +122 -122
  468. package/lib/common/char-code.d.ts +401 -401
  469. package/lib/common/char-code.js +22 -22
  470. package/lib/common/color.d.ts +71 -71
  471. package/lib/common/color.js +43 -43
  472. package/lib/common/command.d.ts +231 -231
  473. package/lib/common/command.js +352 -352
  474. package/lib/common/command.spec.d.ts +1 -1
  475. package/lib/common/command.spec.js +173 -173
  476. package/lib/common/contribution-filter/contribution-filter-registry.d.ts +17 -17
  477. package/lib/common/contribution-filter/contribution-filter-registry.js +88 -88
  478. package/lib/common/contribution-filter/contribution-filter.d.ts +32 -32
  479. package/lib/common/contribution-filter/contribution-filter.js +20 -20
  480. package/lib/common/contribution-filter/filter.d.ts +6 -6
  481. package/lib/common/contribution-filter/filter.js +19 -19
  482. package/lib/common/contribution-filter/index.d.ts +3 -3
  483. package/lib/common/contribution-filter/index.js +30 -30
  484. package/lib/common/contribution-provider.d.ts +20 -20
  485. package/lib/common/contribution-provider.js +82 -82
  486. package/lib/common/disposable.d.ts +43 -43
  487. package/lib/common/disposable.js +120 -120
  488. package/lib/common/disposable.spec.d.ts +1 -1
  489. package/lib/common/disposable.spec.js +29 -29
  490. package/lib/common/encoding-service.d.ts +37 -37
  491. package/lib/common/encoding-service.js +307 -307
  492. package/lib/common/encodings.d.ts +7 -7
  493. package/lib/common/encodings.js +25 -25
  494. package/lib/common/env-variables/env-variables-protocol.d.ts +20 -20
  495. package/lib/common/env-variables/env-variables-protocol.js +20 -20
  496. package/lib/common/env-variables/index.d.ts +1 -1
  497. package/lib/common/env-variables/index.js +28 -28
  498. package/lib/common/event.d.ts +105 -105
  499. package/lib/common/event.js +350 -350
  500. package/lib/common/event.spec.d.ts +1 -1
  501. package/lib/common/event.spec.js +29 -29
  502. package/lib/common/frontend-application-state.d.ts +15 -15
  503. package/lib/common/frontend-application-state.js +33 -33
  504. package/lib/common/glob.d.ts +50 -50
  505. package/lib/common/glob.js +591 -591
  506. package/lib/common/i18n/localization.d.ts +33 -33
  507. package/lib/common/i18n/localization.js +73 -73
  508. package/lib/common/index.d.ts +32 -32
  509. package/lib/common/index.js +62 -62
  510. package/lib/common/json-schema.d.ts +72 -72
  511. package/lib/common/json-schema.js +17 -17
  512. package/lib/common/keybinding.d.ts +73 -73
  513. package/lib/common/keybinding.js +85 -85
  514. package/lib/common/keyboard/keyboard-layout-provider.d.ts +26 -26
  515. package/lib/common/keyboard/keyboard-layout-provider.js +22 -22
  516. package/lib/common/keys.d.ts +253 -253
  517. package/lib/common/keys.js +633 -633
  518. package/lib/common/keytar-protocol.d.ts +12 -12
  519. package/lib/common/keytar-protocol.js +20 -20
  520. package/lib/common/label-protocol.d.ts +13 -13
  521. package/lib/common/label-protocol.js +17 -17
  522. package/lib/common/logger-protocol.d.ts +39 -39
  523. package/lib/common/logger-protocol.js +102 -102
  524. package/lib/common/logger-watcher.d.ts +8 -8
  525. package/lib/common/logger-watcher.js +50 -50
  526. package/lib/common/logger.d.ts +210 -210
  527. package/lib/common/logger.js +201 -201
  528. package/lib/common/logger.spec.d.ts +1 -1
  529. package/lib/common/logger.spec.js +41 -41
  530. package/lib/common/lsp-types.d.ts +9 -9
  531. package/lib/common/lsp-types.js +30 -30
  532. package/lib/common/markdown-rendering/icon-utilities.d.ts +7 -7
  533. package/lib/common/markdown-rendering/icon-utilities.js +32 -32
  534. package/lib/common/markdown-rendering/index.d.ts +2 -2
  535. package/lib/common/markdown-rendering/index.js +29 -29
  536. package/lib/common/markdown-rendering/markdown-string.d.ts +39 -39
  537. package/lib/common/markdown-rendering/markdown-string.js +103 -103
  538. package/lib/common/menu/action-menu-node.d.ts +19 -19
  539. package/lib/common/menu/action-menu-node.js +56 -56
  540. package/lib/common/menu/composite-menu-node.d.ts +46 -46
  541. package/lib/common/menu/composite-menu-node.js +93 -93
  542. package/lib/common/menu/index.d.ts +5 -5
  543. package/lib/common/menu/index.js +32 -32
  544. package/lib/common/menu/menu-adapter.d.ts +35 -35
  545. package/lib/common/menu/menu-adapter.js +100 -100
  546. package/lib/common/menu/menu-model-registry.d.ts +134 -134
  547. package/lib/common/menu/menu-model-registry.js +226 -226
  548. package/lib/common/menu/menu-types.d.ts +148 -148
  549. package/lib/common/menu/menu-types.js +93 -93
  550. package/lib/common/menu/menu.spec.d.ts +1 -1
  551. package/lib/common/menu/menu.spec.js +69 -69
  552. package/lib/common/message-rpc/channel.d.ts +123 -123
  553. package/lib/common/message-rpc/channel.js +224 -224
  554. package/lib/common/message-rpc/channel.spec.d.ts +8 -8
  555. package/lib/common/message-rpc/channel.spec.js +79 -79
  556. package/lib/common/message-rpc/index.d.ts +3 -3
  557. package/lib/common/message-rpc/index.js +24 -24
  558. package/lib/common/message-rpc/message-buffer.d.ts +49 -49
  559. package/lib/common/message-rpc/message-buffer.js +55 -55
  560. package/lib/common/message-rpc/msg-pack-extension-manager.d.ts +22 -22
  561. package/lib/common/message-rpc/msg-pack-extension-manager.js +57 -57
  562. package/lib/common/message-rpc/rpc-message-encoder.d.ts +103 -103
  563. package/lib/common/message-rpc/rpc-message-encoder.js +113 -113
  564. package/lib/common/message-rpc/rpc-message-encoder.spec.d.ts +1 -1
  565. package/lib/common/message-rpc/rpc-message-encoder.spec.js +58 -58
  566. package/lib/common/message-rpc/rpc-protocol.d.ts +65 -65
  567. package/lib/common/message-rpc/rpc-protocol.js +192 -192
  568. package/lib/common/message-rpc/uint8-array-message-buffer.d.ts +51 -51
  569. package/lib/common/message-rpc/uint8-array-message-buffer.js +168 -168
  570. package/lib/common/message-rpc/uint8-array-message-buffer.spec.d.ts +1 -1
  571. package/lib/common/message-rpc/uint8-array-message-buffer.spec.js +38 -38
  572. package/lib/common/message-service-protocol.d.ts +110 -110
  573. package/lib/common/message-service-protocol.js +78 -78
  574. package/lib/common/message-service.d.ts +134 -134
  575. package/lib/common/message-service.js +162 -162
  576. package/lib/common/messaging/abstract-connection-provider.d.ts +44 -44
  577. package/lib/common/messaging/abstract-connection-provider.js +92 -92
  578. package/lib/common/messaging/connection-error-handler.d.ts +28 -28
  579. package/lib/common/messaging/connection-error-handler.js +42 -42
  580. package/lib/common/messaging/handler.d.ts +6 -6
  581. package/lib/common/messaging/handler.js +19 -19
  582. package/lib/common/messaging/index.d.ts +3 -3
  583. package/lib/common/messaging/index.js +30 -30
  584. package/lib/common/messaging/proxy-factory.d.ts +158 -158
  585. package/lib/common/messaging/proxy-factory.js +265 -265
  586. package/lib/common/messaging/proxy-factory.spec.d.ts +1 -1
  587. package/lib/common/messaging/proxy-factory.spec.js +99 -99
  588. package/lib/common/messaging/web-socket-channel.d.ts +47 -47
  589. package/lib/common/messaging/web-socket-channel.js +53 -53
  590. package/lib/common/nls.d.ts +14 -14
  591. package/lib/common/nls.js +121 -121
  592. package/lib/common/numbers.d.ts +5 -5
  593. package/lib/common/numbers.js +23 -23
  594. package/lib/common/objects.d.ts +7 -7
  595. package/lib/common/objects.js +74 -74
  596. package/lib/common/objects.spec.d.ts +1 -1
  597. package/lib/common/objects.spec.js +101 -101
  598. package/lib/common/os.d.ts +24 -24
  599. package/lib/common/os.js +69 -69
  600. package/lib/common/path.d.ts +93 -93
  601. package/lib/common/path.js +307 -307
  602. package/lib/common/path.spec.d.ts +1 -1
  603. package/lib/common/path.spec.js +350 -350
  604. package/lib/common/paths.d.ts +24 -24
  605. package/lib/common/paths.js +226 -226
  606. package/lib/common/performance/index.d.ts +3 -3
  607. package/lib/common/performance/index.js +30 -30
  608. package/lib/common/performance/measurement-protocol.d.ts +64 -64
  609. package/lib/common/performance/measurement-protocol.js +78 -78
  610. package/lib/common/performance/measurement.d.ts +90 -90
  611. package/lib/common/performance/measurement.js +17 -17
  612. package/lib/common/performance/stopwatch.d.ts +67 -67
  613. package/lib/common/performance/stopwatch.js +133 -133
  614. package/lib/common/preferences/preference-schema.d.ts +52 -52
  615. package/lib/common/preferences/preference-schema.js +58 -58
  616. package/lib/common/preferences/preference-scope.d.ts +19 -19
  617. package/lib/common/preferences/preference-scope.js +71 -71
  618. package/lib/common/preferences/preference-scope.spec.d.ts +1 -1
  619. package/lib/common/preferences/preference-scope.spec.js +44 -44
  620. package/lib/common/prioritizeable.d.ts +16 -16
  621. package/lib/common/prioritizeable.js +55 -55
  622. package/lib/common/progress-service-protocol.d.ts +13 -13
  623. package/lib/common/progress-service-protocol.js +19 -19
  624. package/lib/common/progress-service.d.ts +13 -13
  625. package/lib/common/progress-service.js +96 -96
  626. package/lib/common/promise-util.d.ts +47 -47
  627. package/lib/common/promise-util.js +122 -122
  628. package/lib/common/promise-util.spec.d.ts +1 -1
  629. package/lib/common/promise-util.spec.js +41 -41
  630. package/lib/common/quick-pick-service.d.ts +272 -272
  631. package/lib/common/quick-pick-service.js +154 -154
  632. package/lib/common/reference.d.ts +40 -40
  633. package/lib/common/reference.js +152 -152
  634. package/lib/common/reference.spec.d.ts +1 -1
  635. package/lib/common/reference.spec.js +125 -125
  636. package/lib/common/resource.d.ts +205 -205
  637. package/lib/common/resource.js +333 -333
  638. package/lib/common/selection-command-handler.d.ts +24 -24
  639. package/lib/common/selection-command-handler.js +83 -83
  640. package/lib/common/selection-service.d.ts +18 -18
  641. package/lib/common/selection-service.js +48 -48
  642. package/lib/common/selection-service.spec.d.ts +1 -1
  643. package/lib/common/selection-service.spec.js +38 -38
  644. package/lib/common/selection.d.ts +9 -9
  645. package/lib/common/selection.js +47 -47
  646. package/lib/common/severity.d.ts +14 -14
  647. package/lib/common/severity.js +94 -94
  648. package/lib/common/stream.d.ts +176 -176
  649. package/lib/common/stream.js +474 -474
  650. package/lib/common/strings.d.ts +23 -23
  651. package/lib/common/strings.js +206 -206
  652. package/lib/common/ternary-search-tree.d.ts +50 -50
  653. package/lib/common/ternary-search-tree.js +381 -381
  654. package/lib/common/test/expect.d.ts +2 -2
  655. package/lib/common/test/expect.js +34 -34
  656. package/lib/common/test/mock-logger.d.ts +27 -27
  657. package/lib/common/test/mock-logger.js +104 -104
  658. package/lib/common/test/mock-menu.d.ts +7 -7
  659. package/lib/common/test/mock-menu.js +34 -34
  660. package/lib/common/test/mock-resource-provider.d.ts +6 -6
  661. package/lib/common/test/mock-resource-provider.js +44 -44
  662. package/lib/common/theme.d.ts +15 -15
  663. package/lib/common/theme.js +22 -22
  664. package/lib/common/types.d.ts +46 -46
  665. package/lib/common/types.js +91 -91
  666. package/lib/common/types.spec.d.ts +1 -1
  667. package/lib/common/types.spec.js +73 -73
  668. package/lib/common/uri-command-handler.d.ts +53 -53
  669. package/lib/common/uri-command-handler.js +99 -99
  670. package/lib/common/uri-command-handler.spec.d.ts +1 -1
  671. package/lib/common/uri-command-handler.spec.js +80 -80
  672. package/lib/common/uri.d.ts +86 -86
  673. package/lib/common/uri.js +217 -217
  674. package/lib/common/uri.spec.d.ts +1 -1
  675. package/lib/common/uri.spec.js +230 -230
  676. package/lib/common/view-column.d.ts +17 -17
  677. package/lib/common/view-column.js +36 -36
  678. package/lib/common/window.d.ts +13 -13
  679. package/lib/common/window.js +22 -22
  680. package/lib/electron-browser/electron-clipboard-service.d.ts +5 -5
  681. package/lib/electron-browser/electron-clipboard-service.js +39 -39
  682. package/lib/electron-browser/keyboard/electron-keyboard-layout-change-notifier.d.ts +11 -11
  683. package/lib/electron-browser/keyboard/electron-keyboard-layout-change-notifier.js +55 -55
  684. package/lib/electron-browser/keyboard/electron-keyboard-module.d.ts +3 -3
  685. package/lib/electron-browser/keyboard/electron-keyboard-module.js +26 -26
  686. package/lib/electron-browser/menu/electron-context-menu-renderer.d.ts +30 -30
  687. package/lib/electron-browser/menu/electron-context-menu-renderer.js +142 -142
  688. package/lib/electron-browser/menu/electron-main-menu-factory.d.ts +52 -52
  689. package/lib/electron-browser/menu/electron-main-menu-factory.js +280 -280
  690. package/lib/electron-browser/menu/electron-menu-contribution.d.ts +73 -73
  691. package/lib/electron-browser/menu/electron-menu-contribution.js +476 -476
  692. package/lib/electron-browser/menu/electron-menu-module.d.ts +3 -3
  693. package/lib/electron-browser/menu/electron-menu-module.js +39 -39
  694. package/lib/electron-browser/messaging/electron-ipc-connection-provider.d.ts +18 -18
  695. package/lib/electron-browser/messaging/electron-ipc-connection-provider.js +68 -68
  696. package/lib/electron-browser/messaging/electron-messaging-frontend-module.d.ts +2 -2
  697. package/lib/electron-browser/messaging/electron-messaging-frontend-module.js +29 -29
  698. package/lib/electron-browser/messaging/electron-ws-connection-provider.d.ts +16 -16
  699. package/lib/electron-browser/messaging/electron-ws-connection-provider.js +57 -57
  700. package/lib/electron-browser/request/electron-browser-request-module.d.ts +18 -18
  701. package/lib/electron-browser/request/electron-browser-request-module.js +26 -26
  702. package/lib/electron-browser/token/electron-token-frontend-module.d.ts +3 -3
  703. package/lib/electron-browser/token/electron-token-frontend-module.js +23 -23
  704. package/lib/electron-browser/window/electron-frontend-application-state.d.ts +4 -4
  705. package/lib/electron-browser/window/electron-frontend-application-state.js +38 -38
  706. package/lib/electron-browser/window/electron-secondary-window-service.d.ts +7 -7
  707. package/lib/electron-browser/window/electron-secondary-window-service.js +70 -70
  708. package/lib/electron-browser/window/electron-window-module.d.ts +3 -3
  709. package/lib/electron-browser/window/electron-window-module.js +39 -39
  710. package/lib/electron-browser/window/electron-window-preferences.d.ts +18 -18
  711. package/lib/electron-browser/window/electron-window-preferences.js +72 -72
  712. package/lib/electron-browser/window/electron-window-service.d.ts +32 -32
  713. package/lib/electron-browser/window/electron-window-service.js +112 -112
  714. package/lib/electron-common/electron-main-window-service.d.ts +7 -7
  715. package/lib/electron-common/electron-main-window-service.js +20 -20
  716. package/lib/electron-common/electron-token.d.ts +10 -10
  717. package/lib/electron-common/electron-token.js +27 -27
  718. package/lib/electron-common/messaging/electron-connection-handler.d.ts +12 -12
  719. package/lib/electron-common/messaging/electron-connection-handler.js +27 -27
  720. package/lib/electron-common/messaging/electron-messages.d.ts +24 -24
  721. package/lib/electron-common/messaging/electron-messages.js +36 -36
  722. package/lib/electron-main/electron-main-application-module.d.ts +3 -3
  723. package/lib/electron-main/electron-main-application-module.js +56 -56
  724. package/lib/electron-main/electron-main-application.d.ts +150 -150
  725. package/lib/electron-main/electron-main-application.js +511 -511
  726. package/lib/electron-main/electron-main-constants.d.ts +6 -6
  727. package/lib/electron-main/electron-main-constants.js +19 -19
  728. package/lib/electron-main/electron-main-window-service-impl.d.ts +8 -8
  729. package/lib/electron-main/electron-main-window-service-impl.js +54 -54
  730. package/lib/electron-main/electron-native-keymap.d.ts +7 -7
  731. package/lib/electron-main/electron-native-keymap.js +47 -47
  732. package/lib/electron-main/electron-security-token-service.d.ts +5 -5
  733. package/lib/electron-main/electron-security-token-service.js +48 -48
  734. package/lib/electron-main/event-utils.d.ts +8 -8
  735. package/lib/electron-main/event-utils.js +33 -33
  736. package/lib/electron-main/messaging/electron-messaging-contribution.d.ts +51 -51
  737. package/lib/electron-main/messaging/electron-messaging-contribution.js +153 -153
  738. package/lib/electron-main/messaging/electron-messaging-service.d.ts +17 -17
  739. package/lib/electron-main/messaging/electron-messaging-service.js +22 -22
  740. package/lib/electron-main/theia-electron-window.d.ts +54 -54
  741. package/lib/electron-main/theia-electron-window.js +184 -184
  742. package/lib/electron-node/hosting/electron-backend-hosting-module.d.ts +3 -3
  743. package/lib/electron-node/hosting/electron-backend-hosting-module.js +24 -24
  744. package/lib/electron-node/hosting/electron-ws-origin-validator.d.ts +6 -6
  745. package/lib/electron-node/hosting/electron-ws-origin-validator.js +36 -36
  746. package/lib/electron-node/keyboard/electron-backend-keyboard-module.d.ts +3 -3
  747. package/lib/electron-node/keyboard/electron-backend-keyboard-module.js +26 -26
  748. package/lib/electron-node/keyboard/electron-keyboard-layout-provider.d.ts +5 -5
  749. package/lib/electron-node/keyboard/electron-keyboard-layout-provider.js +41 -41
  750. package/lib/electron-node/request/electron-backend-request-module.d.ts +18 -18
  751. package/lib/electron-node/request/electron-backend-request-module.js +23 -23
  752. package/lib/electron-node/request/electron-backend-request-service.d.ts +22 -22
  753. package/lib/electron-node/request/electron-backend-request-service.js +83 -83
  754. package/lib/electron-node/token/electron-token-backend-contribution.d.ts +15 -15
  755. package/lib/electron-node/token/electron-token-backend-contribution.js +58 -58
  756. package/lib/electron-node/token/electron-token-backend-module.d.ts +3 -3
  757. package/lib/electron-node/token/electron-token-backend-module.js +28 -28
  758. package/lib/electron-node/token/electron-token-messaging-contribution.d.ts +15 -15
  759. package/lib/electron-node/token/electron-token-messaging-contribution.js +53 -53
  760. package/lib/electron-node/token/electron-token-validator.d.ts +29 -29
  761. package/lib/electron-node/token/electron-token-validator.js +92 -92
  762. package/lib/node/application-server.d.ts +9 -9
  763. package/lib/node/application-server.js +57 -57
  764. package/lib/node/backend-application-config-provider.d.ts +7 -7
  765. package/lib/node/backend-application-config-provider.js +45 -45
  766. package/lib/node/backend-application-config-provider.spec.d.ts +1 -1
  767. package/lib/node/backend-application-config-provider.spec.js +28 -28
  768. package/lib/node/backend-application-module.d.ts +2 -2
  769. package/lib/node/backend-application-module.js +102 -102
  770. package/lib/node/backend-application.d.ts +96 -96
  771. package/lib/node/backend-application.js +269 -269
  772. package/lib/node/cli.d.ts +17 -17
  773. package/lib/node/cli.js +66 -66
  774. package/lib/node/cli.spec.d.ts +1 -1
  775. package/lib/node/cli.spec.js +89 -89
  776. package/lib/node/console-logger-server.d.ts +15 -15
  777. package/lib/node/console-logger-server.js +86 -86
  778. package/lib/node/console-logger-server.spec.d.ts +1 -1
  779. package/lib/node/console-logger-server.spec.js +69 -69
  780. package/lib/node/debug.d.ts +1 -1
  781. package/lib/node/debug.js +28 -28
  782. package/lib/node/dynamic-require.d.ts +1 -1
  783. package/lib/node/dynamic-require.js +30 -30
  784. package/lib/node/env-variables/env-variables-server.d.ts +20 -20
  785. package/lib/node/env-variables/env-variables-server.js +101 -101
  786. package/lib/node/env-variables/index.d.ts +1 -1
  787. package/lib/node/env-variables/index.js +28 -28
  788. package/lib/node/environment-utils.d.ts +21 -21
  789. package/lib/node/environment-utils.js +77 -77
  790. package/lib/node/environment-utils.spec.d.ts +1 -1
  791. package/lib/node/environment-utils.spec.js +77 -77
  792. package/lib/node/file-uri.d.ts +14 -14
  793. package/lib/node/file-uri.js +62 -62
  794. package/lib/node/file-uri.spec.d.ts +1 -1
  795. package/lib/node/file-uri.spec.js +66 -66
  796. package/lib/node/hosting/backend-application-hosts.d.ts +23 -23
  797. package/lib/node/hosting/backend-application-hosts.js +77 -77
  798. package/lib/node/hosting/backend-hosting-module.d.ts +3 -3
  799. package/lib/node/hosting/backend-hosting-module.js +26 -26
  800. package/lib/node/hosting/ws-origin-validator.d.ts +8 -8
  801. package/lib/node/hosting/ws-origin-validator.js +47 -47
  802. package/lib/node/i18n/i18n-backend-module.d.ts +3 -3
  803. package/lib/node/i18n/i18n-backend-module.js +35 -35
  804. package/lib/node/i18n/localization-backend-contribution.d.ts +13 -13
  805. package/lib/node/i18n/localization-backend-contribution.js +64 -64
  806. package/lib/node/i18n/localization-contribution.d.ts +18 -18
  807. package/lib/node/i18n/localization-contribution.js +109 -109
  808. package/lib/node/i18n/localization-provider.d.ts +11 -11
  809. package/lib/node/i18n/localization-provider.js +81 -81
  810. package/lib/node/i18n/theia-localization-contribution.d.ts +4 -4
  811. package/lib/node/i18n/theia-localization-contribution.js +45 -45
  812. package/lib/node/index.d.ts +5 -5
  813. package/lib/node/index.js +32 -32
  814. package/lib/node/keytar-server.d.ts +13 -13
  815. package/lib/node/keytar-server.js +91 -91
  816. package/lib/node/logger-backend-module.d.ts +9 -9
  817. package/lib/node/logger-backend-module.js +73 -73
  818. package/lib/node/logger-cli-contribution.d.ts +33 -33
  819. package/lib/node/logger-cli-contribution.js +152 -152
  820. package/lib/node/logger-cli-contribution.spec.d.ts +1 -1
  821. package/lib/node/logger-cli-contribution.spec.js +207 -207
  822. package/lib/node/main.d.ts +10 -10
  823. package/lib/node/main.js +29 -29
  824. package/lib/node/messaging/binary-message-pipe.d.ts +44 -44
  825. package/lib/node/messaging/binary-message-pipe.js +151 -151
  826. package/lib/node/messaging/connection-container-module.d.ts +53 -53
  827. package/lib/node/messaging/connection-container-module.js +81 -81
  828. package/lib/node/messaging/index.d.ts +3 -3
  829. package/lib/node/messaging/index.js +30 -30
  830. package/lib/node/messaging/ipc-bootstrap.d.ts +1 -1
  831. package/lib/node/messaging/ipc-bootstrap.js +24 -24
  832. package/lib/node/messaging/ipc-channel.d.ts +17 -17
  833. package/lib/node/messaging/ipc-channel.js +69 -69
  834. package/lib/node/messaging/ipc-connection-provider.d.ts +21 -21
  835. package/lib/node/messaging/ipc-connection-provider.js +96 -96
  836. package/lib/node/messaging/ipc-protocol.d.ts +19 -19
  837. package/lib/node/messaging/ipc-protocol.js +68 -68
  838. package/lib/node/messaging/messaging-backend-module.d.ts +2 -2
  839. package/lib/node/messaging/messaging-backend-module.js +38 -38
  840. package/lib/node/messaging/messaging-contribution.d.ts +43 -43
  841. package/lib/node/messaging/messaging-contribution.js +208 -208
  842. package/lib/node/messaging/messaging-listeners.d.ts +27 -27
  843. package/lib/node/messaging/messaging-listeners.js +53 -53
  844. package/lib/node/messaging/messaging-service.d.ts +29 -29
  845. package/lib/node/messaging/messaging-service.js +24 -24
  846. package/lib/node/messaging/test/test-web-socket-channel.d.ts +12 -12
  847. package/lib/node/messaging/test/test-web-socket-channel.js +48 -48
  848. package/lib/node/os-backend-application-contribution.d.ts +5 -5
  849. package/lib/node/os-backend-application-contribution.js +37 -37
  850. package/lib/node/performance/index.d.ts +2 -2
  851. package/lib/node/performance/index.js +29 -29
  852. package/lib/node/performance/measurement-backend-bindings.d.ts +19 -19
  853. package/lib/node/performance/measurement-backend-bindings.js +30 -30
  854. package/lib/node/performance/node-stopwatch.d.ts +20 -20
  855. package/lib/node/performance/node-stopwatch.js +51 -51
  856. package/lib/node/process-utils.d.ts +13 -13
  857. package/lib/node/process-utils.js +110 -110
  858. package/lib/node/process-utils.spec.d.ts +1 -1
  859. package/lib/node/process-utils.spec.js +44 -44
  860. package/lib/node/request/backend-request-facade.d.ts +22 -22
  861. package/lib/node/request/backend-request-facade.js +49 -49
  862. package/lib/node/request/backend-request-module.d.ts +18 -18
  863. package/lib/node/request/backend-request-module.js +24 -24
  864. package/lib/node/request/proxy-cli-contribution.d.ts +27 -27
  865. package/lib/node/request/proxy-cli-contribution.js +72 -72
  866. package/lib/node/ws-request-validators.d.ts +25 -25
  867. package/lib/node/ws-request-validators.js +60 -60
  868. package/package.json +6 -6
  869. package/shared/ajv/index.d.ts +2 -2
  870. package/shared/markdown-it.d.ts +2 -2
  871. package/shared/markdown-it.js +1 -1
  872. package/shared/reflect-metadata/index.d.ts +1 -1
  873. package/shared/reflect-metadata/index.js +1 -1
  874. package/shared/vscode-languageserver-types/index.d.ts +1 -1
  875. package/src/browser/about-dialog.tsx +133 -133
  876. package/src/browser/authentication-service.ts +456 -456
  877. package/src/browser/breadcrumbs/breadcrumb-popup-container.ts +101 -101
  878. package/src/browser/breadcrumbs/breadcrumb-renderer.tsx +41 -41
  879. package/src/browser/breadcrumbs/breadcrumbs-constants.ts +79 -79
  880. package/src/browser/breadcrumbs/breadcrumbs-renderer.tsx +185 -185
  881. package/src/browser/breadcrumbs/breadcrumbs-service.ts +108 -108
  882. package/src/browser/breadcrumbs/index.ts +21 -21
  883. package/src/browser/browser-clipboard-service.ts +111 -111
  884. package/src/browser/browser.ts +220 -220
  885. package/src/browser/clipboard-service.ts +23 -23
  886. package/src/browser/color-application-contribution.ts +101 -101
  887. package/src/browser/color-registry.ts +60 -60
  888. package/src/browser/command-open-handler.ts +54 -54
  889. package/src/browser/common-frontend-contribution.ts +2340 -2340
  890. package/src/browser/common-styling-participants.ts +307 -307
  891. package/src/browser/connection-status-service.spec.ts +200 -200
  892. package/src/browser/connection-status-service.ts +216 -216
  893. package/src/browser/context-key-service.ts +143 -143
  894. package/src/browser/context-menu-renderer.ts +123 -123
  895. package/src/browser/core-preferences.ts +282 -282
  896. package/src/browser/credentials-service.ts +106 -106
  897. package/src/browser/decoration-style.ts +65 -65
  898. package/src/browser/decorations-service.ts +209 -209
  899. package/src/browser/dialogs/react-dialog.tsx +56 -56
  900. package/src/browser/dialogs.ts +472 -472
  901. package/src/browser/diff-uris.ts +117 -117
  902. package/src/browser/encoding-registry.ts +97 -97
  903. package/src/browser/endpoint.spec.ts +148 -148
  904. package/src/browser/endpoint.ts +136 -136
  905. package/src/browser/external-uri-service.ts +79 -79
  906. package/src/browser/file-icons-js.d.ts +20 -20
  907. package/src/browser/frontend-application-bindings.ts +62 -62
  908. package/src/browser/frontend-application-config-provider.spec.ts +45 -45
  909. package/src/browser/frontend-application-config-provider.ts +50 -50
  910. package/src/browser/frontend-application-module.ts +445 -445
  911. package/src/browser/frontend-application-state.ts +74 -74
  912. package/src/browser/frontend-application.ts +416 -416
  913. package/src/browser/hover-service.ts +189 -189
  914. package/src/browser/http-open-handler.ts +47 -47
  915. package/src/browser/i18n/i18n-frontend-module.ts +27 -27
  916. package/src/browser/i18n/language-quick-pick-service.ts +128 -128
  917. package/src/browser/icon-theme-contribution.ts +63 -63
  918. package/src/browser/icon-theme-service.ts +214 -214
  919. package/src/browser/icons/CollapseAll.svg +7 -7
  920. package/src/browser/icons/CollapseAll_inverse.svg +7 -7
  921. package/src/browser/icons/Refresh.svg +7 -7
  922. package/src/browser/icons/Refresh_inverse.svg +7 -7
  923. package/src/browser/icons/add-inverse.svg +4 -4
  924. package/src/browser/icons/add.svg +4 -4
  925. package/src/browser/icons/arrow-down-bright.svg +6 -6
  926. package/src/browser/icons/arrow-down-dark.svg +6 -6
  927. package/src/browser/icons/arrow-up-bright.svg +6 -6
  928. package/src/browser/icons/arrow-up-dark.svg +6 -6
  929. package/src/browser/icons/case-sensitive-dark.svg +16 -16
  930. package/src/browser/icons/case-sensitive.svg +16 -16
  931. package/src/browser/icons/chevron-right-dark.svg +5 -5
  932. package/src/browser/icons/chevron-right-light.svg +6 -6
  933. package/src/browser/icons/circle-bright.svg +7 -7
  934. package/src/browser/icons/circle-dark.svg +7 -7
  935. package/src/browser/icons/clear-search-results-dark.svg +7 -7
  936. package/src/browser/icons/clear-search-results.svg +7 -7
  937. package/src/browser/icons/close-all-bright.svg +7 -7
  938. package/src/browser/icons/close-all-dark.svg +7 -7
  939. package/src/browser/icons/close-bright.svg +7 -7
  940. package/src/browser/icons/close-dark.svg +7 -7
  941. package/src/browser/icons/collapse.svg +4 -4
  942. package/src/browser/icons/edit-json-dark.svg +6 -6
  943. package/src/browser/icons/edit-json.svg +6 -6
  944. package/src/browser/icons/expand.svg +4 -4
  945. package/src/browser/icons/loading-dark.svg +6 -6
  946. package/src/browser/icons/loading-light.svg +6 -6
  947. package/src/browser/icons/open-change-bright.svg +3 -3
  948. package/src/browser/icons/open-change-dark.svg +4 -4
  949. package/src/browser/icons/open-file-bright.svg +4 -4
  950. package/src/browser/icons/open-file-dark.svg +4 -4
  951. package/src/browser/icons/preview-bright.svg +3 -3
  952. package/src/browser/icons/preview-dark.svg +3 -3
  953. package/src/browser/icons/regex-dark.svg +10 -10
  954. package/src/browser/icons/regex.svg +10 -10
  955. package/src/browser/icons/remove-all-inverse.svg +4 -4
  956. package/src/browser/icons/remove-all.svg +4 -4
  957. package/src/browser/icons/replace-all-inverse.svg +13 -13
  958. package/src/browser/icons/replace-all.svg +13 -13
  959. package/src/browser/icons/replace-inverse.svg +15 -15
  960. package/src/browser/icons/replace.svg +15 -15
  961. package/src/browser/icons/whole-word-dark.svg +19 -19
  962. package/src/browser/icons/whole-word.svg +19 -19
  963. package/src/browser/index.ts +46 -46
  964. package/src/browser/json-schema-store.ts +126 -126
  965. package/src/browser/keybinding.spec.ts +553 -553
  966. package/src/browser/keybinding.ts +751 -751
  967. package/src/browser/keyboard/browser-keyboard-frontend-contribution.ts +108 -108
  968. package/src/browser/keyboard/browser-keyboard-layout-provider.spec.ts +171 -171
  969. package/src/browser/keyboard/browser-keyboard-layout-provider.ts +465 -465
  970. package/src/browser/keyboard/browser-keyboard-module.ts +30 -30
  971. package/src/browser/keyboard/index.ts +20 -20
  972. package/src/browser/keyboard/keyboard-layout-service.spec.ts +121 -121
  973. package/src/browser/keyboard/keyboard-layout-service.ts +455 -455
  974. package/src/browser/keyboard/keys.spec.ts +258 -258
  975. package/src/browser/keyboard/keys.ts +20 -20
  976. package/src/browser/keys.ts +21 -21
  977. package/src/browser/label-parser.spec.ts +127 -127
  978. package/src/browser/label-parser.ts +93 -93
  979. package/src/browser/label-provider.spec.ts +62 -62
  980. package/src/browser/label-provider.ts +385 -385
  981. package/src/browser/language-service.ts +43 -43
  982. package/src/browser/logger-frontend-module.ts +65 -65
  983. package/src/browser/markdown-rendering/markdown-renderer.ts +98 -98
  984. package/src/browser/menu/browser-context-menu-renderer.ts +47 -47
  985. package/src/browser/menu/browser-menu-module.ts +28 -28
  986. package/src/browser/menu/browser-menu-plugin.ts +483 -483
  987. package/src/browser/menu/context-menu-context.ts +41 -41
  988. package/src/browser/messaging/index.ts +17 -17
  989. package/src/browser/messaging/messaging-frontend-module.ts +22 -22
  990. package/src/browser/messaging/ws-connection-provider.ts +154 -154
  991. package/src/browser/mime-service.ts +30 -30
  992. package/src/browser/navigatable-types.ts +81 -81
  993. package/src/browser/navigatable.ts +39 -39
  994. package/src/browser/opener-service.spec.ts +49 -49
  995. package/src/browser/opener-service.ts +146 -146
  996. package/src/browser/performance/frontend-stopwatch.ts +62 -62
  997. package/src/browser/performance/index.ts +18 -18
  998. package/src/browser/performance/measurement-frontend-bindings.ts +31 -31
  999. package/src/browser/preferences/index.ts +23 -23
  1000. package/src/browser/preferences/injectable-preference-proxy.ts +282 -282
  1001. package/src/browser/preferences/preference-configurations.ts +82 -82
  1002. package/src/browser/preferences/preference-contribution.ts +407 -407
  1003. package/src/browser/preferences/preference-language-override-service.ts +111 -111
  1004. package/src/browser/preferences/preference-provider.ts +270 -270
  1005. package/src/browser/preferences/preference-proxy.spec.ts +367 -367
  1006. package/src/browser/preferences/preference-proxy.ts +367 -367
  1007. package/src/browser/preferences/preference-schema-provider.spec.ts +130 -130
  1008. package/src/browser/preferences/preference-scope.ts +18 -18
  1009. package/src/browser/preferences/preference-service.spec.ts +613 -613
  1010. package/src/browser/preferences/preference-service.ts +594 -594
  1011. package/src/browser/preferences/preference-validation-service.spec.ts +334 -334
  1012. package/src/browser/preferences/preference-validation-service.ts +358 -358
  1013. package/src/browser/preferences/test/index.ts +19 -19
  1014. package/src/browser/preferences/test/mock-preference-provider.ts +50 -50
  1015. package/src/browser/preferences/test/mock-preference-proxy.ts +48 -48
  1016. package/src/browser/preferences/test/mock-preference-service.ts +63 -63
  1017. package/src/browser/preloader.ts +75 -75
  1018. package/src/browser/progress-bar-factory.ts +29 -29
  1019. package/src/browser/progress-bar.ts +76 -76
  1020. package/src/browser/progress-client.ts +53 -53
  1021. package/src/browser/progress-location-service.spec.ts +50 -50
  1022. package/src/browser/progress-location-service.ts +96 -96
  1023. package/src/browser/progress-status-bar-item.ts +83 -83
  1024. package/src/browser/quick-input/index.ts +23 -23
  1025. package/src/browser/quick-input/quick-access.ts +75 -75
  1026. package/src/browser/quick-input/quick-command-frontend-contribution.ts +60 -60
  1027. package/src/browser/quick-input/quick-command-service.ts +242 -242
  1028. package/src/browser/quick-input/quick-help-service.ts +87 -87
  1029. package/src/browser/quick-input/quick-input-frontend-contribution.ts +33 -33
  1030. package/src/browser/quick-input/quick-input-service.spec.ts +176 -176
  1031. package/src/browser/quick-input/quick-input-service.ts +17 -17
  1032. package/src/browser/quick-input/quick-pick-service-impl.ts +69 -69
  1033. package/src/browser/quick-input/quick-view-service.ts +83 -83
  1034. package/src/browser/request/browser-request-module.ts +23 -23
  1035. package/src/browser/request/browser-request-service.ts +172 -172
  1036. package/src/browser/resource-context-key.ts +77 -77
  1037. package/src/browser/save-resource-service.ts +59 -59
  1038. package/src/browser/saveable.ts +320 -320
  1039. package/src/browser/secondary-window-handler.ts +243 -243
  1040. package/src/browser/shell/application-shell-mouse-tracker.ts +103 -103
  1041. package/src/browser/shell/application-shell.ts +2193 -2193
  1042. package/src/browser/shell/current-widget-command-adapter.ts +57 -57
  1043. package/src/browser/shell/index.ts +23 -23
  1044. package/src/browser/shell/shell-layout-restorer.ts +399 -399
  1045. package/src/browser/shell/side-panel-handler.ts +769 -769
  1046. package/src/browser/shell/side-panel-toolbar.ts +111 -111
  1047. package/src/browser/shell/sidebar-bottom-menu-widget.tsx +39 -39
  1048. package/src/browser/shell/sidebar-menu-widget.tsx +140 -140
  1049. package/src/browser/shell/sidebar-top-menu-widget.tsx +26 -26
  1050. package/src/browser/shell/split-panels.ts +190 -190
  1051. package/src/browser/shell/tab-bar-decorator.ts +76 -76
  1052. package/src/browser/shell/tab-bar-toolbar/index.ts +19 -19
  1053. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-menu-adapters.ts +31 -31
  1054. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-registry.ts +170 -170
  1055. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar-types.ts +180 -180
  1056. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar.spec.ts +62 -62
  1057. package/src/browser/shell/tab-bar-toolbar/tab-bar-toolbar.tsx +260 -260
  1058. package/src/browser/shell/tab-bars.spec.ts +63 -63
  1059. package/src/browser/shell/tab-bars.ts +1121 -1121
  1060. package/src/browser/shell/theia-dock-panel.ts +255 -255
  1061. package/src/browser/shell/view-contribution.ts +177 -177
  1062. package/src/browser/source-tree/index.ts +19 -19
  1063. package/src/browser/source-tree/source-tree-widget.tsx +107 -107
  1064. package/src/browser/source-tree/source-tree.ts +146 -146
  1065. package/src/browser/source-tree/tree-source.ts +73 -73
  1066. package/src/browser/status-bar/index.ts +29 -29
  1067. package/src/browser/status-bar/status-bar-types.ts +97 -97
  1068. package/src/browser/status-bar/status-bar-view-model.ts +209 -209
  1069. package/src/browser/status-bar/status-bar.tsx +185 -185
  1070. package/src/browser/storage-service.spec.ts +76 -76
  1071. package/src/browser/storage-service.ts +129 -129
  1072. package/src/browser/style/about.css +36 -36
  1073. package/src/browser/style/alert-messages.css +56 -56
  1074. package/src/browser/style/ansi.css +88 -88
  1075. package/src/browser/style/breadcrumbs.css +130 -130
  1076. package/src/browser/style/dialog.css +125 -125
  1077. package/src/browser/style/dockpanel.css +76 -76
  1078. package/src/browser/style/hover-service.css +95 -95
  1079. package/src/browser/style/icons.css +61 -61
  1080. package/src/browser/style/index.css +326 -326
  1081. package/src/browser/style/materialcolors.css +278 -278
  1082. package/src/browser/style/menus.css +217 -217
  1083. package/src/browser/style/notification.css +39 -39
  1084. package/src/browser/style/progress-bar.css +42 -42
  1085. package/src/browser/style/quick-title-bar.css +45 -45
  1086. package/src/browser/style/scrollbars.css +155 -155
  1087. package/src/browser/style/search-box.css +121 -121
  1088. package/src/browser/style/select-component.css +99 -99
  1089. package/src/browser/style/sidepanel.css +343 -343
  1090. package/src/browser/style/status-bar.css +118 -118
  1091. package/src/browser/style/tabs.css +416 -416
  1092. package/src/browser/style/tooltip.css +28 -28
  1093. package/src/browser/style/tree-decorators.css +81 -81
  1094. package/src/browser/style/tree.css +218 -218
  1095. package/src/browser/style/view-container.css +174 -174
  1096. package/src/browser/style/widget.css +19 -19
  1097. package/src/browser/styling-service.ts +76 -76
  1098. package/src/browser/supported-encodings.ts +262 -262
  1099. package/src/browser/test/jsdom.ts +69 -69
  1100. package/src/browser/test/mock-connection-status-service.ts +33 -33
  1101. package/src/browser/test/mock-env-variables-server.ts +47 -47
  1102. package/src/browser/test/mock-opener-service.ts +34 -34
  1103. package/src/browser/test/mock-storage-service.ts +49 -49
  1104. package/src/browser/theming.ts +204 -204
  1105. package/src/browser/tooltip-service.tsx +96 -96
  1106. package/src/browser/tree/fuzzy-search.spec.ts +99 -99
  1107. package/src/browser/tree/fuzzy-search.ts +136 -136
  1108. package/src/browser/tree/index.ts +28 -28
  1109. package/src/browser/tree/search-box-debounce.ts +96 -96
  1110. package/src/browser/tree/search-box.ts +355 -355
  1111. package/src/browser/tree/test/mock-tree-model.ts +136 -136
  1112. package/src/browser/tree/test/tree-test-container.ts +50 -50
  1113. package/src/browser/tree/tree-compression/compressed-tree-expansion-service.ts +46 -46
  1114. package/src/browser/tree/tree-compression/compressed-tree-model.ts +88 -88
  1115. package/src/browser/tree/tree-compression/compressed-tree-widget.tsx +183 -183
  1116. package/src/browser/tree/tree-compression/index.ts +20 -20
  1117. package/src/browser/tree/tree-compression/tree-compression-service.ts +125 -125
  1118. package/src/browser/tree/tree-compression/tree-compression.css +28 -28
  1119. package/src/browser/tree/tree-consistency.spec.ts +105 -105
  1120. package/src/browser/tree/tree-container.spec.ts +45 -45
  1121. package/src/browser/tree/tree-container.ts +155 -155
  1122. package/src/browser/tree/tree-decorator.spec.ts +162 -162
  1123. package/src/browser/tree/tree-decorator.ts +238 -238
  1124. package/src/browser/tree/tree-expansion.spec.ts +173 -173
  1125. package/src/browser/tree/tree-expansion.ts +165 -165
  1126. package/src/browser/tree/tree-focus-service.ts +55 -55
  1127. package/src/browser/tree/tree-iterator.spec.ts +170 -170
  1128. package/src/browser/tree/tree-iterator.ts +256 -256
  1129. package/src/browser/tree/tree-label-provider.ts +40 -40
  1130. package/src/browser/tree/tree-model.ts +480 -480
  1131. package/src/browser/tree/tree-navigation.ts +58 -58
  1132. package/src/browser/tree/tree-search.ts +128 -128
  1133. package/src/browser/tree/tree-selection-impl.ts +176 -176
  1134. package/src/browser/tree/tree-selection-state.spec.ts +435 -435
  1135. package/src/browser/tree/tree-selection-state.ts +245 -245
  1136. package/src/browser/tree/tree-selection.ts +159 -159
  1137. package/src/browser/tree/tree-view-welcome-widget.tsx +263 -263
  1138. package/src/browser/tree/tree-widget-selection.ts +45 -45
  1139. package/src/browser/tree/tree-widget.tsx +1489 -1489
  1140. package/src/browser/tree/tree.spec.ts +241 -241
  1141. package/src/browser/tree/tree.ts +397 -397
  1142. package/src/browser/user-working-directory-provider.ts +48 -48
  1143. package/src/browser/view-container.ts +1597 -1597
  1144. package/src/browser/widget-decoration.ts +358 -358
  1145. package/src/browser/widget-manager.spec.ts +102 -102
  1146. package/src/browser/widget-manager.ts +285 -285
  1147. package/src/browser/widget-open-handler.ts +165 -165
  1148. package/src/browser/widgets/alert-message.tsx +56 -56
  1149. package/src/browser/widgets/extractable-widget.ts +33 -33
  1150. package/src/browser/widgets/index.ts +20 -20
  1151. package/src/browser/widgets/react-renderer.tsx +50 -50
  1152. package/src/browser/widgets/react-widget.tsx +51 -51
  1153. package/src/browser/widgets/select-component.tsx +358 -358
  1154. package/src/browser/widgets/widget.ts +389 -389
  1155. package/src/browser/window/browser-window-module.ts +32 -32
  1156. package/src/browser/window/default-secondary-window-service.ts +85 -85
  1157. package/src/browser/window/default-window-service.spec.ts +78 -78
  1158. package/src/browser/window/default-window-service.ts +166 -166
  1159. package/src/browser/window/secondary-window-service.ts +36 -36
  1160. package/src/browser/window/test/mock-window-service.ts +28 -28
  1161. package/src/browser/window/window-service.ts +68 -68
  1162. package/src/browser/window/window-title-service.ts +107 -107
  1163. package/src/browser/window/window-title-updater.ts +94 -94
  1164. package/src/browser/window-contribution.ts +64 -64
  1165. package/src/common/accessibility.ts +33 -33
  1166. package/src/common/application-error.spec.ts +27 -27
  1167. package/src/common/application-error.ts +76 -76
  1168. package/src/common/application-protocol.ts +40 -40
  1169. package/src/common/array-utils.ts +109 -109
  1170. package/src/common/buffer.ts +228 -228
  1171. package/src/common/cancellation.ts +141 -141
  1172. package/src/common/char-code.ts +438 -438
  1173. package/src/common/color.ts +103 -103
  1174. package/src/common/command.spec.ts +208 -208
  1175. package/src/common/command.ts +484 -484
  1176. package/src/common/contribution-filter/contribution-filter-registry.ts +79 -79
  1177. package/src/common/contribution-filter/contribution-filter.ts +55 -55
  1178. package/src/common/contribution-filter/filter.ts +23 -23
  1179. package/src/common/contribution-filter/index.ts +19 -19
  1180. package/src/common/contribution-provider.ts +96 -96
  1181. package/src/common/disposable.spec.ts +29 -29
  1182. package/src/common/disposable.ts +135 -135
  1183. package/src/common/encoding-service.ts +380 -380
  1184. package/src/common/encodings.ts +24 -24
  1185. package/src/common/env-variables/env-variables-protocol.ts +38 -38
  1186. package/src/common/env-variables/index.ts +17 -17
  1187. package/src/common/event.spec.ts +32 -32
  1188. package/src/common/event.ts +427 -427
  1189. package/src/common/frontend-application-state.ts +38 -38
  1190. package/src/common/glob.ts +741 -741
  1191. package/src/common/i18n/localization.ts +90 -90
  1192. package/src/common/i18n/nls.metadata.json +25958 -25958
  1193. package/src/common/index.ts +49 -49
  1194. package/src/common/json-schema.ts +106 -106
  1195. package/src/common/keybinding.ts +126 -126
  1196. package/src/common/keyboard/keyboard-layout-provider.ts +51 -51
  1197. package/src/common/keys.ts +693 -693
  1198. package/src/common/keytar-protocol.ts +26 -26
  1199. package/src/common/label-protocol.ts +35 -35
  1200. package/src/common/logger-protocol.ts +115 -115
  1201. package/src/common/logger-watcher.ts +43 -43
  1202. package/src/common/logger.spec.ts +46 -46
  1203. package/src/common/logger.ts +386 -386
  1204. package/src/common/lsp-types.ts +34 -34
  1205. package/src/common/markdown-rendering/icon-utilities.ts +30 -30
  1206. package/src/common/markdown-rendering/index.ts +18 -18
  1207. package/src/common/markdown-rendering/markdown-string.ts +125 -125
  1208. package/src/common/menu/action-menu-node.ts +65 -65
  1209. package/src/common/menu/composite-menu-node.ts +114 -114
  1210. package/src/common/menu/index.ts +21 -21
  1211. package/src/common/menu/menu-adapter.ts +103 -103
  1212. package/src/common/menu/menu-model-registry.ts +276 -276
  1213. package/src/common/menu/menu-types.ts +219 -219
  1214. package/src/common/menu/menu.spec.ts +73 -73
  1215. package/src/common/message-rpc/channel.spec.ts +88 -88
  1216. package/src/common/message-rpc/channel.ts +296 -296
  1217. package/src/common/message-rpc/index.ts +22 -22
  1218. package/src/common/message-rpc/message-buffer.ts +99 -99
  1219. package/src/common/message-rpc/msg-pack-extension-manager.ts +70 -70
  1220. package/src/common/message-rpc/rpc-message-encoder.spec.ts +65 -65
  1221. package/src/common/message-rpc/rpc-message-encoder.ts +190 -190
  1222. package/src/common/message-rpc/rpc-protocol.ts +235 -235
  1223. package/src/common/message-rpc/uint8-array-message-buffer.spec.ts +41 -41
  1224. package/src/common/message-rpc/uint8-array-message-buffer.ts +206 -206
  1225. package/src/common/message-service-protocol.ts +148 -148
  1226. package/src/common/message-service.ts +226 -226
  1227. package/src/common/messaging/abstract-connection-provider.ts +115 -115
  1228. package/src/common/messaging/connection-error-handler.ts +73 -73
  1229. package/src/common/messaging/handler.ts +24 -24
  1230. package/src/common/messaging/index.ts +19 -19
  1231. package/src/common/messaging/proxy-factory.spec.ts +108 -108
  1232. package/src/common/messaging/proxy-factory.ts +306 -306
  1233. package/src/common/messaging/web-socket-channel.ts +93 -93
  1234. package/src/common/nls.ts +136 -136
  1235. package/src/common/numbers.ts +21 -21
  1236. package/src/common/objects.spec.ts +112 -112
  1237. package/src/common/objects.ts +72 -72
  1238. package/src/common/os.ts +71 -71
  1239. package/src/common/path.spec.ts +415 -415
  1240. package/src/common/path.ts +334 -334
  1241. package/src/common/paths.ts +250 -250
  1242. package/src/common/performance/index.ts +19 -19
  1243. package/src/common/performance/measurement-protocol.ts +104 -104
  1244. package/src/common/performance/measurement.ts +104 -104
  1245. package/src/common/performance/stopwatch.ts +157 -157
  1246. package/src/common/preferences/preference-schema.ts +95 -95
  1247. package/src/common/preferences/preference-scope.spec.ts +48 -48
  1248. package/src/common/preferences/preference-scope.ts +68 -68
  1249. package/src/common/prioritizeable.ts +58 -58
  1250. package/src/common/progress-service-protocol.ts +35 -35
  1251. package/src/common/progress-service.ts +82 -82
  1252. package/src/common/promise-util.spec.ts +41 -41
  1253. package/src/common/promise-util.ts +131 -131
  1254. package/src/common/quick-pick-service.ts +374 -374
  1255. package/src/common/reference.spec.ts +145 -145
  1256. package/src/common/reference.ts +175 -175
  1257. package/src/common/resource.ts +426 -426
  1258. package/src/common/selection-command-handler.ts +101 -101
  1259. package/src/common/selection-service.spec.ts +43 -43
  1260. package/src/common/selection-service.ts +49 -49
  1261. package/src/common/selection.ts +50 -50
  1262. package/src/common/severity.ts +96 -96
  1263. package/src/common/stream.ts +718 -718
  1264. package/src/common/strings.ts +220 -220
  1265. package/src/common/ternary-search-tree.ts +417 -417
  1266. package/src/common/test/expect.ts +34 -34
  1267. package/src/common/test/mock-logger.ts +118 -118
  1268. package/src/common/test/mock-menu.ts +35 -35
  1269. package/src/common/test/mock-resource-provider.ts +33 -33
  1270. package/src/common/theme.ts +36 -36
  1271. package/src/common/types.spec.ts +86 -86
  1272. package/src/common/types.ts +101 -101
  1273. package/src/common/uri-command-handler.spec.ts +90 -90
  1274. package/src/common/uri-command-handler.ts +148 -148
  1275. package/src/common/uri.spec.ts +278 -278
  1276. package/src/common/uri.ts +277 -277
  1277. package/src/common/view-column.ts +33 -33
  1278. package/src/common/window.ts +30 -30
  1279. package/src/electron-browser/electron-clipboard-service.ts +33 -33
  1280. package/src/electron-browser/keyboard/electron-keyboard-layout-change-notifier.ts +40 -40
  1281. package/src/electron-browser/keyboard/electron-keyboard-module.ts +28 -28
  1282. package/src/electron-browser/menu/electron-context-menu-renderer.ts +123 -123
  1283. package/src/electron-browser/menu/electron-main-menu-factory.ts +321 -321
  1284. package/src/electron-browser/menu/electron-menu-contribution.ts +496 -496
  1285. package/src/electron-browser/menu/electron-menu-module.ts +40 -40
  1286. package/src/electron-browser/menu/electron-menu-style.css +109 -109
  1287. package/src/electron-browser/messaging/electron-ipc-connection-provider.ts +66 -66
  1288. package/src/electron-browser/messaging/electron-messaging-frontend-module.ts +28 -28
  1289. package/src/electron-browser/messaging/electron-ws-connection-provider.ts +49 -49
  1290. package/src/electron-browser/request/electron-browser-request-module.ts +26 -26
  1291. package/src/electron-browser/token/electron-token-frontend-module.ts +23 -23
  1292. package/src/electron-browser/window/electron-frontend-application-state.ts +28 -28
  1293. package/src/electron-browser/window/electron-secondary-window-service.ts +57 -57
  1294. package/src/electron-browser/window/electron-window-module.ts +41 -41
  1295. package/src/electron-browser/window/electron-window-preferences.ts +76 -76
  1296. package/src/electron-browser/window/electron-window-service.ts +98 -98
  1297. package/src/electron-common/electron-main-window-service.ts +24 -24
  1298. package/src/electron-common/electron-token.ts +27 -27
  1299. package/src/electron-common/messaging/electron-connection-handler.ts +30 -30
  1300. package/src/electron-common/messaging/electron-messages.ts +42 -42
  1301. package/src/electron-main/electron-main-application-module.ts +66 -66
  1302. package/src/electron-main/electron-main-application.ts +613 -613
  1303. package/src/electron-main/electron-main-constants.ts +22 -22
  1304. package/src/electron-main/electron-main-window-service-impl.ts +44 -44
  1305. package/src/electron-main/electron-native-keymap.ts +40 -40
  1306. package/src/electron-main/electron-security-token-service.ts +35 -35
  1307. package/src/electron-main/event-utils.ts +36 -36
  1308. package/src/electron-main/messaging/electron-messaging-contribution.ts +143 -143
  1309. package/src/electron-main/messaging/electron-messaging-service.ts +34 -34
  1310. package/src/electron-main/theia-electron-window.ts +196 -196
  1311. package/src/electron-node/hosting/electron-backend-hosting-module.ts +24 -24
  1312. package/src/electron-node/hosting/electron-ws-origin-validator.ts +29 -29
  1313. package/src/electron-node/keyboard/electron-backend-keyboard-module.ts +30 -30
  1314. package/src/electron-node/keyboard/electron-keyboard-layout-provider.ts +35 -35
  1315. package/src/electron-node/request/electron-backend-request-module.ts +23 -23
  1316. package/src/electron-node/request/electron-backend-request-service.ts +78 -78
  1317. package/src/electron-node/token/electron-token-backend-contribution.ts +48 -48
  1318. package/src/electron-node/token/electron-token-backend-module.ts +28 -28
  1319. package/src/electron-node/token/electron-token-messaging-contribution.ts +41 -41
  1320. package/src/electron-node/token/electron-token-validator.ts +83 -83
  1321. package/src/node/application-server.ts +48 -48
  1322. package/src/node/backend-application-config-provider.spec.ts +29 -29
  1323. package/src/node/backend-application-config-provider.ts +48 -48
  1324. package/src/node/backend-application-module.ts +131 -131
  1325. package/src/node/backend-application.ts +342 -342
  1326. package/src/node/cli.spec.ts +94 -94
  1327. package/src/node/cli.ts +59 -59
  1328. package/src/node/console-logger-server.spec.ts +59 -59
  1329. package/src/node/console-logger-server.ts +73 -73
  1330. package/src/node/debug.ts +30 -30
  1331. package/src/node/dynamic-require.ts +27 -27
  1332. package/src/node/env-variables/env-variables-server.ts +100 -100
  1333. package/src/node/env-variables/index.ts +17 -17
  1334. package/src/node/environment-utils.spec.ts +92 -92
  1335. package/src/node/environment-utils.ts +66 -66
  1336. package/src/node/file-uri.spec.ts +76 -76
  1337. package/src/node/file-uri.ts +61 -61
  1338. package/src/node/hosting/backend-application-hosts.ts +60 -60
  1339. package/src/node/hosting/backend-hosting-module.ts +26 -26
  1340. package/src/node/hosting/ws-origin-validator.ts +36 -36
  1341. package/src/node/i18n/i18n-backend-module.ts +37 -37
  1342. package/src/node/i18n/localization-backend-contribution.ts +52 -52
  1343. package/src/node/i18n/localization-contribution.ts +108 -108
  1344. package/src/node/i18n/localization-provider.ts +77 -77
  1345. package/src/node/i18n/theia-localization-contribution.ts +36 -36
  1346. package/src/node/index.ts +21 -21
  1347. package/src/node/keytar-server.ts +98 -98
  1348. package/src/node/logger-backend-module.ts +81 -81
  1349. package/src/node/logger-cli-contribution.spec.ts +245 -245
  1350. package/src/node/logger-cli-contribution.ts +168 -168
  1351. package/src/node/main.ts +38 -38
  1352. package/src/node/messaging/binary-message-pipe.ts +168 -168
  1353. package/src/node/messaging/connection-container-module.ts +96 -96
  1354. package/src/node/messaging/index.ts +19 -19
  1355. package/src/node/messaging/ipc-bootstrap.ts +27 -27
  1356. package/src/node/messaging/ipc-channel.ts +77 -77
  1357. package/src/node/messaging/ipc-connection-provider.ts +107 -107
  1358. package/src/node/messaging/ipc-protocol.ts +76 -76
  1359. package/src/node/messaging/messaging-backend-module.ts +37 -37
  1360. package/src/node/messaging/messaging-contribution.ts +196 -196
  1361. package/src/node/messaging/messaging-listeners.ts +52 -52
  1362. package/src/node/messaging/messaging-service.ts +46 -46
  1363. package/src/node/messaging/test/test-web-socket-channel.ts +56 -56
  1364. package/src/node/os-backend-application-contribution.ts +30 -30
  1365. package/src/node/performance/index.ts +18 -18
  1366. package/src/node/performance/measurement-backend-bindings.ts +35 -35
  1367. package/src/node/performance/node-stopwatch.ts +40 -40
  1368. package/src/node/process-utils.spec.ts +48 -48
  1369. package/src/node/process-utils.ts +102 -102
  1370. package/src/node/request/backend-request-facade.ts +39 -39
  1371. package/src/node/request/backend-request-module.ts +25 -25
  1372. package/src/node/request/proxy-cli-contribution.ts +65 -65
  1373. package/src/node/ws-request-validators.ts +56 -56
  1374. package/src/typings/native-keymap.d.ts +108 -108
package/LICENSE CHANGED
@@ -1,642 +1,642 @@
1
- This program and the accompanying materials are made available under the
2
- terms of the Eclipse Public License v. 2.0 which is available at
3
- https://www.eclipse.org/legal/epl-2.0, or GNU General Public License, version 2
4
- with the GNU Classpath Exception which is available at https://www.gnu.org/software/classpath/license.html.
5
-
6
- # Eclipse Public License - v 2.0
7
-
8
- THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
9
- PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
10
- OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
11
-
12
- 1. DEFINITIONS
13
-
14
- "Contribution" means:
15
-
16
- a) in the case of the initial Contributor, the initial content
17
- Distributed under this Agreement, and
18
-
19
- b) in the case of each subsequent Contributor:
20
- i) changes to the Program, and
21
- ii) additions to the Program;
22
- where such changes and/or additions to the Program originate from
23
- and are Distributed by that particular Contributor. A Contribution
24
- "originates" from a Contributor if it was added to the Program by
25
- such Contributor itself or anyone acting on such Contributor's behalf.
26
- Contributions do not include changes or additions to the Program that
27
- are not Modified Works.
28
-
29
- "Contributor" means any person or entity that Distributes the Program.
30
-
31
- "Licensed Patents" mean patent claims licensable by a Contributor which
32
- are necessarily infringed by the use or sale of its Contribution alone
33
- or when combined with the Program.
34
-
35
- "Program" means the Contributions Distributed in accordance with this
36
- Agreement.
37
-
38
- "Recipient" means anyone who receives the Program under this Agreement
39
- or any Secondary License (as applicable), including Contributors.
40
-
41
- "Derivative Works" shall mean any work, whether in Source Code or other
42
- form, that is based on (or derived from) the Program and for which the
43
- editorial revisions, annotations, elaborations, or other modifications
44
- represent, as a whole, an original work of authorship.
45
-
46
- "Modified Works" shall mean any work in Source Code or other form that
47
- results from an addition to, deletion from, or modification of the
48
- contents of the Program, including, for purposes of clarity any new file
49
- in Source Code form that contains any contents of the Program. Modified
50
- Works shall not include works that contain only declarations,
51
- interfaces, types, classes, structures, or files of the Program solely
52
- in each case in order to link to, bind by name, or subclass the Program
53
- or Modified Works thereof.
54
-
55
- "Distribute" means the acts of a) distributing or b) making available
56
- in any manner that enables the transfer of a copy.
57
-
58
- "Source Code" means the form of a Program preferred for making
59
- modifications, including but not limited to software source code,
60
- documentation source, and configuration files.
61
-
62
- "Secondary License" means either the GNU General Public License,
63
- Version 2.0, or any later versions of that license, including any
64
- exceptions or additional permissions as identified by the initial
65
- Contributor.
66
-
67
- 2. GRANT OF RIGHTS
68
-
69
- a) Subject to the terms of this Agreement, each Contributor hereby
70
- grants Recipient a non-exclusive, worldwide, royalty-free copyright
71
- license to reproduce, prepare Derivative Works of, publicly display,
72
- publicly perform, Distribute and sublicense the Contribution of such
73
- Contributor, if any, and such Derivative Works.
74
-
75
- b) Subject to the terms of this Agreement, each Contributor hereby
76
- grants Recipient a non-exclusive, worldwide, royalty-free patent
77
- license under Licensed Patents to make, use, sell, offer to sell,
78
- import and otherwise transfer the Contribution of such Contributor,
79
- if any, in Source Code or other form. This patent license shall
80
- apply to the combination of the Contribution and the Program if, at
81
- the time the Contribution is added by the Contributor, such addition
82
- of the Contribution causes such combination to be covered by the
83
- Licensed Patents. The patent license shall not apply to any other
84
- combinations which include the Contribution. No hardware per se is
85
- licensed hereunder.
86
-
87
- c) Recipient understands that although each Contributor grants the
88
- licenses to its Contributions set forth herein, no assurances are
89
- provided by any Contributor that the Program does not infringe the
90
- patent or other intellectual property rights of any other entity.
91
- Each Contributor disclaims any liability to Recipient for claims
92
- brought by any other entity based on infringement of intellectual
93
- property rights or otherwise. As a condition to exercising the
94
- rights and licenses granted hereunder, each Recipient hereby
95
- assumes sole responsibility to secure any other intellectual
96
- property rights needed, if any. For example, if a third party
97
- patent license is required to allow Recipient to Distribute the
98
- Program, it is Recipient's responsibility to acquire that license
99
- before distributing the Program.
100
-
101
- d) Each Contributor represents that to its knowledge it has
102
- sufficient copyright rights in its Contribution, if any, to grant
103
- the copyright license set forth in this Agreement.
104
-
105
- e) Notwithstanding the terms of any Secondary License, no
106
- Contributor makes additional grants to any Recipient (other than
107
- those set forth in this Agreement) as a result of such Recipient's
108
- receipt of the Program under the terms of a Secondary License
109
- (if permitted under the terms of Section 3).
110
-
111
- 3. REQUIREMENTS
112
-
113
- 3.1 If a Contributor Distributes the Program in any form, then:
114
-
115
- a) the Program must also be made available as Source Code, in
116
- accordance with section 3.2, and the Contributor must accompany
117
- the Program with a statement that the Source Code for the Program
118
- is available under this Agreement, and informs Recipients how to
119
- obtain it in a reasonable manner on or through a medium customarily
120
- used for software exchange; and
121
-
122
- b) the Contributor may Distribute the Program under a license
123
- different than this Agreement, provided that such license:
124
- i) effectively disclaims on behalf of all other Contributors all
125
- warranties and conditions, express and implied, including
126
- warranties or conditions of title and non-infringement, and
127
- implied warranties or conditions of merchantability and fitness
128
- for a particular purpose;
129
-
130
- ii) effectively excludes on behalf of all other Contributors all
131
- liability for damages, including direct, indirect, special,
132
- incidental and consequential damages, such as lost profits;
133
-
134
- iii) does not attempt to limit or alter the recipients' rights
135
- in the Source Code under section 3.2; and
136
-
137
- iv) requires any subsequent distribution of the Program by any
138
- party to be under a license that satisfies the requirements
139
- of this section 3.
140
-
141
- 3.2 When the Program is Distributed as Source Code:
142
-
143
- a) it must be made available under this Agreement, or if the
144
- Program (i) is combined with other material in a separate file or
145
- files made available under a Secondary License, and (ii) the initial
146
- Contributor attached to the Source Code the notice described in
147
- Exhibit A of this Agreement, then the Program may be made available
148
- under the terms of such Secondary Licenses, and
149
-
150
- b) a copy of this Agreement must be included with each copy of
151
- the Program.
152
-
153
- 3.3 Contributors may not remove or alter any copyright, patent,
154
- trademark, attribution notices, disclaimers of warranty, or limitations
155
- of liability ("notices") contained within the Program from any copy of
156
- the Program which they Distribute, provided that Contributors may add
157
- their own appropriate notices.
158
-
159
- 4. COMMERCIAL DISTRIBUTION
160
-
161
- Commercial distributors of software may accept certain responsibilities
162
- with respect to end users, business partners and the like. While this
163
- license is intended to facilitate the commercial use of the Program,
164
- the Contributor who includes the Program in a commercial product
165
- offering should do so in a manner which does not create potential
166
- liability for other Contributors. Therefore, if a Contributor includes
167
- the Program in a commercial product offering, such Contributor
168
- ("Commercial Contributor") hereby agrees to defend and indemnify every
169
- other Contributor ("Indemnified Contributor") against any losses,
170
- damages and costs (collectively "Losses") arising from claims, lawsuits
171
- and other legal actions brought by a third party against the Indemnified
172
- Contributor to the extent caused by the acts or omissions of such
173
- Commercial Contributor in connection with its distribution of the Program
174
- in a commercial product offering. The obligations in this section do not
175
- apply to any claims or Losses relating to any actual or alleged
176
- intellectual property infringement. In order to qualify, an Indemnified
177
- Contributor must: a) promptly notify the Commercial Contributor in
178
- writing of such claim, and b) allow the Commercial Contributor to control,
179
- and cooperate with the Commercial Contributor in, the defense and any
180
- related settlement negotiations. The Indemnified Contributor may
181
- participate in any such claim at its own expense.
182
-
183
- For example, a Contributor might include the Program in a commercial
184
- product offering, Product X. That Contributor is then a Commercial
185
- Contributor. If that Commercial Contributor then makes performance
186
- claims, or offers warranties related to Product X, those performance
187
- claims and warranties are such Commercial Contributor's responsibility
188
- alone. Under this section, the Commercial Contributor would have to
189
- defend claims against the other Contributors related to those performance
190
- claims and warranties, and if a court requires any other Contributor to
191
- pay any damages as a result, the Commercial Contributor must pay
192
- those damages.
193
-
194
- 5. NO WARRANTY
195
-
196
- EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
197
- PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS"
198
- BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
199
- IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
200
- TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
201
- PURPOSE. Each Recipient is solely responsible for determining the
202
- appropriateness of using and distributing the Program and assumes all
203
- risks associated with its exercise of rights under this Agreement,
204
- including but not limited to the risks and costs of program errors,
205
- compliance with applicable laws, damage to or loss of data, programs
206
- or equipment, and unavailability or interruption of operations.
207
-
208
- 6. DISCLAIMER OF LIABILITY
209
-
210
- EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
211
- PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
212
- SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
213
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
214
- PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
215
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
216
- ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
217
- EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
218
- POSSIBILITY OF SUCH DAMAGES.
219
-
220
- 7. GENERAL
221
-
222
- If any provision of this Agreement is invalid or unenforceable under
223
- applicable law, it shall not affect the validity or enforceability of
224
- the remainder of the terms of this Agreement, and without further
225
- action by the parties hereto, such provision shall be reformed to the
226
- minimum extent necessary to make such provision valid and enforceable.
227
-
228
- If Recipient institutes patent litigation against any entity
229
- (including a cross-claim or counterclaim in a lawsuit) alleging that the
230
- Program itself (excluding combinations of the Program with other software
231
- or hardware) infringes such Recipient's patent(s), then such Recipient's
232
- rights granted under Section 2(b) shall terminate as of the date such
233
- litigation is filed.
234
-
235
- All Recipient's rights under this Agreement shall terminate if it
236
- fails to comply with any of the material terms or conditions of this
237
- Agreement and does not cure such failure in a reasonable period of
238
- time after becoming aware of such noncompliance. If all Recipient's
239
- rights under this Agreement terminate, Recipient agrees to cease use
240
- and distribution of the Program as soon as reasonably practicable.
241
- However, Recipient's obligations under this Agreement and any licenses
242
- granted by Recipient relating to the Program shall continue and survive.
243
-
244
- Everyone is permitted to copy and distribute copies of this Agreement,
245
- but in order to avoid inconsistency the Agreement is copyrighted and
246
- may only be modified in the following manner. The Agreement Steward
247
- reserves the right to publish new versions (including revisions) of
248
- this Agreement from time to time. No one other than the Agreement
249
- Steward has the right to modify this Agreement. The Eclipse Foundation
250
- is the initial Agreement Steward. The Eclipse Foundation may assign the
251
- responsibility to serve as the Agreement Steward to a suitable separate
252
- entity. Each new version of the Agreement will be given a distinguishing
253
- version number. The Program (including Contributions) may always be
254
- Distributed subject to the version of the Agreement under which it was
255
- received. In addition, after a new version of the Agreement is published,
256
- Contributor may elect to Distribute the Program (including its
257
- Contributions) under the new version.
258
-
259
- Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
260
- receives no rights or licenses to the intellectual property of any
261
- Contributor under this Agreement, whether expressly, by implication,
262
- estoppel or otherwise. All rights in the Program not expressly granted
263
- under this Agreement are reserved. Nothing in this Agreement is intended
264
- to be enforceable by any entity that is not a Contributor or Recipient.
265
- No third-party beneficiary rights are created under this Agreement.
266
-
267
- Exhibit A - Form of Secondary Licenses Notice
268
-
269
- "This Source Code may also be made available under the following
270
- Secondary Licenses when the conditions for such availability set forth
271
- in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
272
- version(s), and exceptions or additional permissions here}."
273
-
274
- Simply including a copy of this Agreement, including this Exhibit A
275
- is not sufficient to license the Source Code under Secondary Licenses.
276
-
277
- If it is not possible or desirable to put the notice in a particular
278
- file, then You may include the notice in a location (such as a LICENSE
279
- file in a relevant directory) where a recipient would be likely to
280
- look for such a notice.
281
-
282
- You may add additional accurate notices of copyright ownership.
283
-
284
- ---
285
-
286
- ## The GNU General Public License (GPL) Version 2, June 1991
287
-
288
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
289
- 51 Franklin Street, Fifth Floor
290
- Boston, MA 02110-1335
291
- USA
292
-
293
- Everyone is permitted to copy and distribute verbatim copies
294
- of this license document, but changing it is not allowed.
295
-
296
- Preamble
297
-
298
- The licenses for most software are designed to take away your freedom to
299
- share and change it. By contrast, the GNU General Public License is
300
- intended to guarantee your freedom to share and change free software--to
301
- make sure the software is free for all its users. This General Public
302
- License applies to most of the Free Software Foundation's software and
303
- to any other program whose authors commit to using it. (Some other Free
304
- Software Foundation software is covered by the GNU Library General
305
- Public License instead.) You can apply it to your programs, too.
306
-
307
- When we speak of free software, we are referring to freedom, not price.
308
- Our General Public Licenses are designed to make sure that you have the
309
- freedom to distribute copies of free software (and charge for this
310
- service if you wish), that you receive source code or can get it if you
311
- want it, that you can change the software or use pieces of it in new
312
- free programs; and that you know you can do these things.
313
-
314
- To protect your rights, we need to make restrictions that forbid anyone
315
- to deny you these rights or to ask you to surrender the rights. These
316
- restrictions translate to certain responsibilities for you if you
317
- distribute copies of the software, or if you modify it.
318
-
319
- For example, if you distribute copies of such a program, whether gratis
320
- or for a fee, you must give the recipients all the rights that you have.
321
- You must make sure that they, too, receive or can get the source code.
322
- And you must show them these terms so they know their rights.
323
-
324
- We protect your rights with two steps: (1) copyright the software, and
325
- (2) offer you this license which gives you legal permission to copy,
326
- distribute and/or modify the software.
327
-
328
- Also, for each author's protection and ours, we want to make certain
329
- that everyone understands that there is no warranty for this free
330
- software. If the software is modified by someone else and passed on, we
331
- want its recipients to know that what they have is not the original, so
332
- that any problems introduced by others will not reflect on the original
333
- authors' reputations.
334
-
335
- Finally, any free program is threatened constantly by software patents.
336
- We wish to avoid the danger that redistributors of a free program will
337
- individually obtain patent licenses, in effect making the program
338
- proprietary. To prevent this, we have made it clear that any patent must
339
- be licensed for everyone's free use or not licensed at all.
340
-
341
- The precise terms and conditions for copying, distribution and
342
- modification follow.
343
-
344
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
345
-
346
- 0. This License applies to any program or other work which contains a
347
- notice placed by the copyright holder saying it may be distributed under
348
- the terms of this General Public License. The "Program", below, refers
349
- to any such program or work, and a "work based on the Program" means
350
- either the Program or any derivative work under copyright law: that is
351
- to say, a work containing the Program or a portion of it, either
352
- verbatim or with modifications and/or translated into another language.
353
- (Hereinafter, translation is included without limitation in the term
354
- "modification".) Each licensee is addressed as "you".
355
-
356
- Activities other than copying, distribution and modification are not
357
- covered by this License; they are outside its scope. The act of running
358
- the Program is not restricted, and the output from the Program is
359
- covered only if its contents constitute a work based on the Program
360
- (independent of having been made by running the Program). Whether that
361
- is true depends on what the Program does.
362
-
363
- 1. You may copy and distribute verbatim copies of the Program's source
364
- code as you receive it, in any medium, provided that you conspicuously
365
- and appropriately publish on each copy an appropriate copyright notice
366
- and disclaimer of warranty; keep intact all the notices that refer to
367
- this License and to the absence of any warranty; and give any other
368
- recipients of the Program a copy of this License along with the Program.
369
-
370
- You may charge a fee for the physical act of transferring a copy, and
371
- you may at your option offer warranty protection in exchange for a fee.
372
-
373
- 2. You may modify your copy or copies of the Program or any portion of
374
- it, thus forming a work based on the Program, and copy and distribute
375
- such modifications or work under the terms of Section 1 above, provided
376
- that you also meet all of these conditions:
377
-
378
- a) You must cause the modified files to carry prominent notices
379
- stating that you changed the files and the date of any change.
380
-
381
- b) You must cause any work that you distribute or publish, that in
382
- whole or in part contains or is derived from the Program or any part
383
- thereof, to be licensed as a whole at no charge to all third parties
384
- under the terms of this License.
385
-
386
- c) If the modified program normally reads commands interactively
387
- when run, you must cause it, when started running for such
388
- interactive use in the most ordinary way, to print or display an
389
- announcement including an appropriate copyright notice and a notice
390
- that there is no warranty (or else, saying that you provide a
391
- warranty) and that users may redistribute the program under these
392
- conditions, and telling the user how to view a copy of this License.
393
- (Exception: if the Program itself is interactive but does not
394
- normally print such an announcement, your work based on the Program
395
- is not required to print an announcement.)
396
-
397
- These requirements apply to the modified work as a whole. If
398
- identifiable sections of that work are not derived from the Program, and
399
- can be reasonably considered independent and separate works in
400
- themselves, then this License, and its terms, do not apply to those
401
- sections when you distribute them as separate works. But when you
402
- distribute the same sections as part of a whole which is a work based on
403
- the Program, the distribution of the whole must be on the terms of this
404
- License, whose permissions for other licensees extend to the entire
405
- whole, and thus to each and every part regardless of who wrote it.
406
-
407
- Thus, it is not the intent of this section to claim rights or contest
408
- your rights to work written entirely by you; rather, the intent is to
409
- exercise the right to control the distribution of derivative or
410
- collective works based on the Program.
411
-
412
- In addition, mere aggregation of another work not based on the Program
413
- with the Program (or with a work based on the Program) on a volume of a
414
- storage or distribution medium does not bring the other work under the
415
- scope of this License.
416
-
417
- 3. You may copy and distribute the Program (or a work based on it,
418
- under Section 2) in object code or executable form under the terms of
419
- Sections 1 and 2 above provided that you also do one of the following:
420
-
421
- a) Accompany it with the complete corresponding machine-readable
422
- source code, which must be distributed under the terms of Sections 1
423
- and 2 above on a medium customarily used for software interchange; or,
424
-
425
- b) Accompany it with a written offer, valid for at least three
426
- years, to give any third party, for a charge no more than your cost
427
- of physically performing source distribution, a complete
428
- machine-readable copy of the corresponding source code, to be
429
- distributed under the terms of Sections 1 and 2 above on a medium
430
- customarily used for software interchange; or,
431
-
432
- c) Accompany it with the information you received as to the offer to
433
- distribute corresponding source code. (This alternative is allowed
434
- only for noncommercial distribution and only if you received the
435
- program in object code or executable form with such an offer, in
436
- accord with Subsection b above.)
437
-
438
- The source code for a work means the preferred form of the work for
439
- making modifications to it. For an executable work, complete source code
440
- means all the source code for all modules it contains, plus any
441
- associated interface definition files, plus the scripts used to control
442
- compilation and installation of the executable. However, as a special
443
- exception, the source code distributed need not include anything that is
444
- normally distributed (in either source or binary form) with the major
445
- components (compiler, kernel, and so on) of the operating system on
446
- which the executable runs, unless that component itself accompanies the
447
- executable.
448
-
449
- If distribution of executable or object code is made by offering access
450
- to copy from a designated place, then offering equivalent access to copy
451
- the source code from the same place counts as distribution of the source
452
- code, even though third parties are not compelled to copy the source
453
- along with the object code.
454
-
455
- 4. You may not copy, modify, sublicense, or distribute the Program
456
- except as expressly provided under this License. Any attempt otherwise
457
- to copy, modify, sublicense or distribute the Program is void, and will
458
- automatically terminate your rights under this License. However, parties
459
- who have received copies, or rights, from you under this License will
460
- not have their licenses terminated so long as such parties remain in
461
- full compliance.
462
-
463
- 5. You are not required to accept this License, since you have not
464
- signed it. However, nothing else grants you permission to modify or
465
- distribute the Program or its derivative works. These actions are
466
- prohibited by law if you do not accept this License. Therefore, by
467
- modifying or distributing the Program (or any work based on the
468
- Program), you indicate your acceptance of this License to do so, and all
469
- its terms and conditions for copying, distributing or modifying the
470
- Program or works based on it.
471
-
472
- 6. Each time you redistribute the Program (or any work based on the
473
- Program), the recipient automatically receives a license from the
474
- original licensor to copy, distribute or modify the Program subject to
475
- these terms and conditions. You may not impose any further restrictions
476
- on the recipients' exercise of the rights granted herein. You are not
477
- responsible for enforcing compliance by third parties to this License.
478
-
479
- 7. If, as a consequence of a court judgment or allegation of patent
480
- infringement or for any other reason (not limited to patent issues),
481
- conditions are imposed on you (whether by court order, agreement or
482
- otherwise) that contradict the conditions of this License, they do not
483
- excuse you from the conditions of this License. If you cannot distribute
484
- so as to satisfy simultaneously your obligations under this License and
485
- any other pertinent obligations, then as a consequence you may not
486
- distribute the Program at all. For example, if a patent license would
487
- not permit royalty-free redistribution of the Program by all those who
488
- receive copies directly or indirectly through you, then the only way you
489
- could satisfy both it and this License would be to refrain entirely from
490
- distribution of the Program.
491
-
492
- If any portion of this section is held invalid or unenforceable under
493
- any particular circumstance, the balance of the section is intended to
494
- apply and the section as a whole is intended to apply in other
495
- circumstances.
496
-
497
- It is not the purpose of this section to induce you to infringe any
498
- patents or other property right claims or to contest validity of any
499
- such claims; this section has the sole purpose of protecting the
500
- integrity of the free software distribution system, which is implemented
501
- by public license practices. Many people have made generous
502
- contributions to the wide range of software distributed through that
503
- system in reliance on consistent application of that system; it is up to
504
- the author/donor to decide if he or she is willing to distribute
505
- software through any other system and a licensee cannot impose that choice.
506
-
507
- This section is intended to make thoroughly clear what is believed to be
508
- a consequence of the rest of this License.
509
-
510
- 8. If the distribution and/or use of the Program is restricted in
511
- certain countries either by patents or by copyrighted interfaces, the
512
- original copyright holder who places the Program under this License may
513
- add an explicit geographical distribution limitation excluding those
514
- countries, so that distribution is permitted only in or among countries
515
- not thus excluded. In such case, this License incorporates the
516
- limitation as if written in the body of this License.
517
-
518
- 9. The Free Software Foundation may publish revised and/or new
519
- versions of the General Public License from time to time. Such new
520
- versions will be similar in spirit to the present version, but may
521
- differ in detail to address new problems or concerns.
522
-
523
- Each version is given a distinguishing version number. If the Program
524
- specifies a version number of this License which applies to it and "any
525
- later version", you have the option of following the terms and
526
- conditions either of that version or of any later version published by
527
- the Free Software Foundation. If the Program does not specify a version
528
- number of this License, you may choose any version ever published by the
529
- Free Software Foundation.
530
-
531
- 10. If you wish to incorporate parts of the Program into other free
532
- programs whose distribution conditions are different, write to the
533
- author to ask for permission. For software which is copyrighted by the
534
- Free Software Foundation, write to the Free Software Foundation; we
535
- sometimes make exceptions for this. Our decision will be guided by the
536
- two goals of preserving the free status of all derivatives of our free
537
- software and of promoting the sharing and reuse of software generally.
538
-
539
- NO WARRANTY
540
-
541
- 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
542
- WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
543
- EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
544
- OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND,
545
- EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
546
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
547
- ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH
548
- YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
549
- NECESSARY SERVICING, REPAIR OR CORRECTION.
550
-
551
- 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
552
- WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
553
- AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR
554
- DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL
555
- DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM
556
- (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED
557
- INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF
558
- THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR
559
- OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
560
-
561
- END OF TERMS AND CONDITIONS
562
-
563
- How to Apply These Terms to Your New Programs
564
-
565
- If you develop a new program, and you want it to be of the greatest
566
- possible use to the public, the best way to achieve this is to make it
567
- free software which everyone can redistribute and change under these terms.
568
-
569
- To do so, attach the following notices to the program. It is safest to
570
- attach them to the start of each source file to most effectively convey
571
- the exclusion of warranty; and each file should have at least the
572
- "copyright" line and a pointer to where the full notice is found.
573
-
574
- One line to give the program's name and a brief idea of what it does.
575
- Copyright (C) <year> <name of author>
576
-
577
- This program is free software; you can redistribute it and/or modify
578
- it under the terms of the GNU General Public License as published by
579
- the Free Software Foundation; either version 2 of the License, or
580
- (at your option) any later version.
581
-
582
- This program is distributed in the hope that it will be useful, but
583
- WITHOUT ANY WARRANTY; without even the implied warranty of
584
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
585
- General Public License for more details.
586
-
587
- You should have received a copy of the GNU General Public License
588
- along with this program; if not, write to the Free Software
589
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
590
-
591
- Also add information on how to contact you by electronic and paper mail.
592
-
593
- If the program is interactive, make it output a short notice like this
594
- when it starts in an interactive mode:
595
-
596
- Gnomovision version 69, Copyright (C) year name of author
597
- Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type
598
- `show w'. This is free software, and you are welcome to redistribute
599
- it under certain conditions; type `show c' for details.
600
-
601
- The hypothetical commands `show w' and `show c' should show the
602
- appropriate parts of the General Public License. Of course, the commands
603
- you use may be called something other than `show w' and `show c'; they
604
- could even be mouse-clicks or menu items--whatever suits your program.
605
-
606
- You should also get your employer (if you work as a programmer) or your
607
- school, if any, to sign a "copyright disclaimer" for the program, if
608
- necessary. Here is a sample; alter the names:
609
-
610
- Yoyodyne, Inc., hereby disclaims all copyright interest in the
611
- program `Gnomovision' (which makes passes at compilers) written by
612
- James Hacker.
613
-
614
- signature of Ty Coon, 1 April 1989
615
- Ty Coon, President of Vice
616
-
617
- This General Public License does not permit incorporating your program
618
- into proprietary programs. If your program is a subroutine library, you
619
- may consider it more useful to permit linking proprietary applications
620
- with the library. If this is what you want to do, use the GNU Library
621
- General Public License instead of this License.
622
-
623
- ---
624
-
625
- ## CLASSPATH EXCEPTION
626
-
627
- Linking this library statically or dynamically with other modules is
628
- making a combined work based on this library. Thus, the terms and
629
- conditions of the GNU General Public License version 2 cover the whole
630
- combination.
631
-
632
- As a special exception, the copyright holders of this library give you
633
- permission to link this library with independent modules to produce an
634
- executable, regardless of the license terms of these independent
635
- modules, and to copy and distribute the resulting executable under
636
- terms of your choice, provided that you also meet, for each linked
637
- independent module, the terms and conditions of the license of that
638
- module. An independent module is a module which is not derived from or
639
- based on this library. If you modify this library, you may extend this
640
- exception to your version of the library, but you are not obligated to
641
- do so. If you do not wish to do so, delete this exception statement
1
+ This program and the accompanying materials are made available under the
2
+ terms of the Eclipse Public License v. 2.0 which is available at
3
+ https://www.eclipse.org/legal/epl-2.0, or GNU General Public License, version 2
4
+ with the GNU Classpath Exception which is available at https://www.gnu.org/software/classpath/license.html.
5
+
6
+ # Eclipse Public License - v 2.0
7
+
8
+ THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
9
+ PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
10
+ OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
11
+
12
+ 1. DEFINITIONS
13
+
14
+ "Contribution" means:
15
+
16
+ a) in the case of the initial Contributor, the initial content
17
+ Distributed under this Agreement, and
18
+
19
+ b) in the case of each subsequent Contributor:
20
+ i) changes to the Program, and
21
+ ii) additions to the Program;
22
+ where such changes and/or additions to the Program originate from
23
+ and are Distributed by that particular Contributor. A Contribution
24
+ "originates" from a Contributor if it was added to the Program by
25
+ such Contributor itself or anyone acting on such Contributor's behalf.
26
+ Contributions do not include changes or additions to the Program that
27
+ are not Modified Works.
28
+
29
+ "Contributor" means any person or entity that Distributes the Program.
30
+
31
+ "Licensed Patents" mean patent claims licensable by a Contributor which
32
+ are necessarily infringed by the use or sale of its Contribution alone
33
+ or when combined with the Program.
34
+
35
+ "Program" means the Contributions Distributed in accordance with this
36
+ Agreement.
37
+
38
+ "Recipient" means anyone who receives the Program under this Agreement
39
+ or any Secondary License (as applicable), including Contributors.
40
+
41
+ "Derivative Works" shall mean any work, whether in Source Code or other
42
+ form, that is based on (or derived from) the Program and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship.
45
+
46
+ "Modified Works" shall mean any work in Source Code or other form that
47
+ results from an addition to, deletion from, or modification of the
48
+ contents of the Program, including, for purposes of clarity any new file
49
+ in Source Code form that contains any contents of the Program. Modified
50
+ Works shall not include works that contain only declarations,
51
+ interfaces, types, classes, structures, or files of the Program solely
52
+ in each case in order to link to, bind by name, or subclass the Program
53
+ or Modified Works thereof.
54
+
55
+ "Distribute" means the acts of a) distributing or b) making available
56
+ in any manner that enables the transfer of a copy.
57
+
58
+ "Source Code" means the form of a Program preferred for making
59
+ modifications, including but not limited to software source code,
60
+ documentation source, and configuration files.
61
+
62
+ "Secondary License" means either the GNU General Public License,
63
+ Version 2.0, or any later versions of that license, including any
64
+ exceptions or additional permissions as identified by the initial
65
+ Contributor.
66
+
67
+ 2. GRANT OF RIGHTS
68
+
69
+ a) Subject to the terms of this Agreement, each Contributor hereby
70
+ grants Recipient a non-exclusive, worldwide, royalty-free copyright
71
+ license to reproduce, prepare Derivative Works of, publicly display,
72
+ publicly perform, Distribute and sublicense the Contribution of such
73
+ Contributor, if any, and such Derivative Works.
74
+
75
+ b) Subject to the terms of this Agreement, each Contributor hereby
76
+ grants Recipient a non-exclusive, worldwide, royalty-free patent
77
+ license under Licensed Patents to make, use, sell, offer to sell,
78
+ import and otherwise transfer the Contribution of such Contributor,
79
+ if any, in Source Code or other form. This patent license shall
80
+ apply to the combination of the Contribution and the Program if, at
81
+ the time the Contribution is added by the Contributor, such addition
82
+ of the Contribution causes such combination to be covered by the
83
+ Licensed Patents. The patent license shall not apply to any other
84
+ combinations which include the Contribution. No hardware per se is
85
+ licensed hereunder.
86
+
87
+ c) Recipient understands that although each Contributor grants the
88
+ licenses to its Contributions set forth herein, no assurances are
89
+ provided by any Contributor that the Program does not infringe the
90
+ patent or other intellectual property rights of any other entity.
91
+ Each Contributor disclaims any liability to Recipient for claims
92
+ brought by any other entity based on infringement of intellectual
93
+ property rights or otherwise. As a condition to exercising the
94
+ rights and licenses granted hereunder, each Recipient hereby
95
+ assumes sole responsibility to secure any other intellectual
96
+ property rights needed, if any. For example, if a third party
97
+ patent license is required to allow Recipient to Distribute the
98
+ Program, it is Recipient's responsibility to acquire that license
99
+ before distributing the Program.
100
+
101
+ d) Each Contributor represents that to its knowledge it has
102
+ sufficient copyright rights in its Contribution, if any, to grant
103
+ the copyright license set forth in this Agreement.
104
+
105
+ e) Notwithstanding the terms of any Secondary License, no
106
+ Contributor makes additional grants to any Recipient (other than
107
+ those set forth in this Agreement) as a result of such Recipient's
108
+ receipt of the Program under the terms of a Secondary License
109
+ (if permitted under the terms of Section 3).
110
+
111
+ 3. REQUIREMENTS
112
+
113
+ 3.1 If a Contributor Distributes the Program in any form, then:
114
+
115
+ a) the Program must also be made available as Source Code, in
116
+ accordance with section 3.2, and the Contributor must accompany
117
+ the Program with a statement that the Source Code for the Program
118
+ is available under this Agreement, and informs Recipients how to
119
+ obtain it in a reasonable manner on or through a medium customarily
120
+ used for software exchange; and
121
+
122
+ b) the Contributor may Distribute the Program under a license
123
+ different than this Agreement, provided that such license:
124
+ i) effectively disclaims on behalf of all other Contributors all
125
+ warranties and conditions, express and implied, including
126
+ warranties or conditions of title and non-infringement, and
127
+ implied warranties or conditions of merchantability and fitness
128
+ for a particular purpose;
129
+
130
+ ii) effectively excludes on behalf of all other Contributors all
131
+ liability for damages, including direct, indirect, special,
132
+ incidental and consequential damages, such as lost profits;
133
+
134
+ iii) does not attempt to limit or alter the recipients' rights
135
+ in the Source Code under section 3.2; and
136
+
137
+ iv) requires any subsequent distribution of the Program by any
138
+ party to be under a license that satisfies the requirements
139
+ of this section 3.
140
+
141
+ 3.2 When the Program is Distributed as Source Code:
142
+
143
+ a) it must be made available under this Agreement, or if the
144
+ Program (i) is combined with other material in a separate file or
145
+ files made available under a Secondary License, and (ii) the initial
146
+ Contributor attached to the Source Code the notice described in
147
+ Exhibit A of this Agreement, then the Program may be made available
148
+ under the terms of such Secondary Licenses, and
149
+
150
+ b) a copy of this Agreement must be included with each copy of
151
+ the Program.
152
+
153
+ 3.3 Contributors may not remove or alter any copyright, patent,
154
+ trademark, attribution notices, disclaimers of warranty, or limitations
155
+ of liability ("notices") contained within the Program from any copy of
156
+ the Program which they Distribute, provided that Contributors may add
157
+ their own appropriate notices.
158
+
159
+ 4. COMMERCIAL DISTRIBUTION
160
+
161
+ Commercial distributors of software may accept certain responsibilities
162
+ with respect to end users, business partners and the like. While this
163
+ license is intended to facilitate the commercial use of the Program,
164
+ the Contributor who includes the Program in a commercial product
165
+ offering should do so in a manner which does not create potential
166
+ liability for other Contributors. Therefore, if a Contributor includes
167
+ the Program in a commercial product offering, such Contributor
168
+ ("Commercial Contributor") hereby agrees to defend and indemnify every
169
+ other Contributor ("Indemnified Contributor") against any losses,
170
+ damages and costs (collectively "Losses") arising from claims, lawsuits
171
+ and other legal actions brought by a third party against the Indemnified
172
+ Contributor to the extent caused by the acts or omissions of such
173
+ Commercial Contributor in connection with its distribution of the Program
174
+ in a commercial product offering. The obligations in this section do not
175
+ apply to any claims or Losses relating to any actual or alleged
176
+ intellectual property infringement. In order to qualify, an Indemnified
177
+ Contributor must: a) promptly notify the Commercial Contributor in
178
+ writing of such claim, and b) allow the Commercial Contributor to control,
179
+ and cooperate with the Commercial Contributor in, the defense and any
180
+ related settlement negotiations. The Indemnified Contributor may
181
+ participate in any such claim at its own expense.
182
+
183
+ For example, a Contributor might include the Program in a commercial
184
+ product offering, Product X. That Contributor is then a Commercial
185
+ Contributor. If that Commercial Contributor then makes performance
186
+ claims, or offers warranties related to Product X, those performance
187
+ claims and warranties are such Commercial Contributor's responsibility
188
+ alone. Under this section, the Commercial Contributor would have to
189
+ defend claims against the other Contributors related to those performance
190
+ claims and warranties, and if a court requires any other Contributor to
191
+ pay any damages as a result, the Commercial Contributor must pay
192
+ those damages.
193
+
194
+ 5. NO WARRANTY
195
+
196
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
197
+ PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS"
198
+ BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
199
+ IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
200
+ TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
201
+ PURPOSE. Each Recipient is solely responsible for determining the
202
+ appropriateness of using and distributing the Program and assumes all
203
+ risks associated with its exercise of rights under this Agreement,
204
+ including but not limited to the risks and costs of program errors,
205
+ compliance with applicable laws, damage to or loss of data, programs
206
+ or equipment, and unavailability or interruption of operations.
207
+
208
+ 6. DISCLAIMER OF LIABILITY
209
+
210
+ EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
211
+ PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
212
+ SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
213
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
214
+ PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
215
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
216
+ ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
217
+ EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
218
+ POSSIBILITY OF SUCH DAMAGES.
219
+
220
+ 7. GENERAL
221
+
222
+ If any provision of this Agreement is invalid or unenforceable under
223
+ applicable law, it shall not affect the validity or enforceability of
224
+ the remainder of the terms of this Agreement, and without further
225
+ action by the parties hereto, such provision shall be reformed to the
226
+ minimum extent necessary to make such provision valid and enforceable.
227
+
228
+ If Recipient institutes patent litigation against any entity
229
+ (including a cross-claim or counterclaim in a lawsuit) alleging that the
230
+ Program itself (excluding combinations of the Program with other software
231
+ or hardware) infringes such Recipient's patent(s), then such Recipient's
232
+ rights granted under Section 2(b) shall terminate as of the date such
233
+ litigation is filed.
234
+
235
+ All Recipient's rights under this Agreement shall terminate if it
236
+ fails to comply with any of the material terms or conditions of this
237
+ Agreement and does not cure such failure in a reasonable period of
238
+ time after becoming aware of such noncompliance. If all Recipient's
239
+ rights under this Agreement terminate, Recipient agrees to cease use
240
+ and distribution of the Program as soon as reasonably practicable.
241
+ However, Recipient's obligations under this Agreement and any licenses
242
+ granted by Recipient relating to the Program shall continue and survive.
243
+
244
+ Everyone is permitted to copy and distribute copies of this Agreement,
245
+ but in order to avoid inconsistency the Agreement is copyrighted and
246
+ may only be modified in the following manner. The Agreement Steward
247
+ reserves the right to publish new versions (including revisions) of
248
+ this Agreement from time to time. No one other than the Agreement
249
+ Steward has the right to modify this Agreement. The Eclipse Foundation
250
+ is the initial Agreement Steward. The Eclipse Foundation may assign the
251
+ responsibility to serve as the Agreement Steward to a suitable separate
252
+ entity. Each new version of the Agreement will be given a distinguishing
253
+ version number. The Program (including Contributions) may always be
254
+ Distributed subject to the version of the Agreement under which it was
255
+ received. In addition, after a new version of the Agreement is published,
256
+ Contributor may elect to Distribute the Program (including its
257
+ Contributions) under the new version.
258
+
259
+ Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
260
+ receives no rights or licenses to the intellectual property of any
261
+ Contributor under this Agreement, whether expressly, by implication,
262
+ estoppel or otherwise. All rights in the Program not expressly granted
263
+ under this Agreement are reserved. Nothing in this Agreement is intended
264
+ to be enforceable by any entity that is not a Contributor or Recipient.
265
+ No third-party beneficiary rights are created under this Agreement.
266
+
267
+ Exhibit A - Form of Secondary Licenses Notice
268
+
269
+ "This Source Code may also be made available under the following
270
+ Secondary Licenses when the conditions for such availability set forth
271
+ in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
272
+ version(s), and exceptions or additional permissions here}."
273
+
274
+ Simply including a copy of this Agreement, including this Exhibit A
275
+ is not sufficient to license the Source Code under Secondary Licenses.
276
+
277
+ If it is not possible or desirable to put the notice in a particular
278
+ file, then You may include the notice in a location (such as a LICENSE
279
+ file in a relevant directory) where a recipient would be likely to
280
+ look for such a notice.
281
+
282
+ You may add additional accurate notices of copyright ownership.
283
+
284
+ ---
285
+
286
+ ## The GNU General Public License (GPL) Version 2, June 1991
287
+
288
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
289
+ 51 Franklin Street, Fifth Floor
290
+ Boston, MA 02110-1335
291
+ USA
292
+
293
+ Everyone is permitted to copy and distribute verbatim copies
294
+ of this license document, but changing it is not allowed.
295
+
296
+ Preamble
297
+
298
+ The licenses for most software are designed to take away your freedom to
299
+ share and change it. By contrast, the GNU General Public License is
300
+ intended to guarantee your freedom to share and change free software--to
301
+ make sure the software is free for all its users. This General Public
302
+ License applies to most of the Free Software Foundation's software and
303
+ to any other program whose authors commit to using it. (Some other Free
304
+ Software Foundation software is covered by the GNU Library General
305
+ Public License instead.) You can apply it to your programs, too.
306
+
307
+ When we speak of free software, we are referring to freedom, not price.
308
+ Our General Public Licenses are designed to make sure that you have the
309
+ freedom to distribute copies of free software (and charge for this
310
+ service if you wish), that you receive source code or can get it if you
311
+ want it, that you can change the software or use pieces of it in new
312
+ free programs; and that you know you can do these things.
313
+
314
+ To protect your rights, we need to make restrictions that forbid anyone
315
+ to deny you these rights or to ask you to surrender the rights. These
316
+ restrictions translate to certain responsibilities for you if you
317
+ distribute copies of the software, or if you modify it.
318
+
319
+ For example, if you distribute copies of such a program, whether gratis
320
+ or for a fee, you must give the recipients all the rights that you have.
321
+ You must make sure that they, too, receive or can get the source code.
322
+ And you must show them these terms so they know their rights.
323
+
324
+ We protect your rights with two steps: (1) copyright the software, and
325
+ (2) offer you this license which gives you legal permission to copy,
326
+ distribute and/or modify the software.
327
+
328
+ Also, for each author's protection and ours, we want to make certain
329
+ that everyone understands that there is no warranty for this free
330
+ software. If the software is modified by someone else and passed on, we
331
+ want its recipients to know that what they have is not the original, so
332
+ that any problems introduced by others will not reflect on the original
333
+ authors' reputations.
334
+
335
+ Finally, any free program is threatened constantly by software patents.
336
+ We wish to avoid the danger that redistributors of a free program will
337
+ individually obtain patent licenses, in effect making the program
338
+ proprietary. To prevent this, we have made it clear that any patent must
339
+ be licensed for everyone's free use or not licensed at all.
340
+
341
+ The precise terms and conditions for copying, distribution and
342
+ modification follow.
343
+
344
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
345
+
346
+ 0. This License applies to any program or other work which contains a
347
+ notice placed by the copyright holder saying it may be distributed under
348
+ the terms of this General Public License. The "Program", below, refers
349
+ to any such program or work, and a "work based on the Program" means
350
+ either the Program or any derivative work under copyright law: that is
351
+ to say, a work containing the Program or a portion of it, either
352
+ verbatim or with modifications and/or translated into another language.
353
+ (Hereinafter, translation is included without limitation in the term
354
+ "modification".) Each licensee is addressed as "you".
355
+
356
+ Activities other than copying, distribution and modification are not
357
+ covered by this License; they are outside its scope. The act of running
358
+ the Program is not restricted, and the output from the Program is
359
+ covered only if its contents constitute a work based on the Program
360
+ (independent of having been made by running the Program). Whether that
361
+ is true depends on what the Program does.
362
+
363
+ 1. You may copy and distribute verbatim copies of the Program's source
364
+ code as you receive it, in any medium, provided that you conspicuously
365
+ and appropriately publish on each copy an appropriate copyright notice
366
+ and disclaimer of warranty; keep intact all the notices that refer to
367
+ this License and to the absence of any warranty; and give any other
368
+ recipients of the Program a copy of this License along with the Program.
369
+
370
+ You may charge a fee for the physical act of transferring a copy, and
371
+ you may at your option offer warranty protection in exchange for a fee.
372
+
373
+ 2. You may modify your copy or copies of the Program or any portion of
374
+ it, thus forming a work based on the Program, and copy and distribute
375
+ such modifications or work under the terms of Section 1 above, provided
376
+ that you also meet all of these conditions:
377
+
378
+ a) You must cause the modified files to carry prominent notices
379
+ stating that you changed the files and the date of any change.
380
+
381
+ b) You must cause any work that you distribute or publish, that in
382
+ whole or in part contains or is derived from the Program or any part
383
+ thereof, to be licensed as a whole at no charge to all third parties
384
+ under the terms of this License.
385
+
386
+ c) If the modified program normally reads commands interactively
387
+ when run, you must cause it, when started running for such
388
+ interactive use in the most ordinary way, to print or display an
389
+ announcement including an appropriate copyright notice and a notice
390
+ that there is no warranty (or else, saying that you provide a
391
+ warranty) and that users may redistribute the program under these
392
+ conditions, and telling the user how to view a copy of this License.
393
+ (Exception: if the Program itself is interactive but does not
394
+ normally print such an announcement, your work based on the Program
395
+ is not required to print an announcement.)
396
+
397
+ These requirements apply to the modified work as a whole. If
398
+ identifiable sections of that work are not derived from the Program, and
399
+ can be reasonably considered independent and separate works in
400
+ themselves, then this License, and its terms, do not apply to those
401
+ sections when you distribute them as separate works. But when you
402
+ distribute the same sections as part of a whole which is a work based on
403
+ the Program, the distribution of the whole must be on the terms of this
404
+ License, whose permissions for other licensees extend to the entire
405
+ whole, and thus to each and every part regardless of who wrote it.
406
+
407
+ Thus, it is not the intent of this section to claim rights or contest
408
+ your rights to work written entirely by you; rather, the intent is to
409
+ exercise the right to control the distribution of derivative or
410
+ collective works based on the Program.
411
+
412
+ In addition, mere aggregation of another work not based on the Program
413
+ with the Program (or with a work based on the Program) on a volume of a
414
+ storage or distribution medium does not bring the other work under the
415
+ scope of this License.
416
+
417
+ 3. You may copy and distribute the Program (or a work based on it,
418
+ under Section 2) in object code or executable form under the terms of
419
+ Sections 1 and 2 above provided that you also do one of the following:
420
+
421
+ a) Accompany it with the complete corresponding machine-readable
422
+ source code, which must be distributed under the terms of Sections 1
423
+ and 2 above on a medium customarily used for software interchange; or,
424
+
425
+ b) Accompany it with a written offer, valid for at least three
426
+ years, to give any third party, for a charge no more than your cost
427
+ of physically performing source distribution, a complete
428
+ machine-readable copy of the corresponding source code, to be
429
+ distributed under the terms of Sections 1 and 2 above on a medium
430
+ customarily used for software interchange; or,
431
+
432
+ c) Accompany it with the information you received as to the offer to
433
+ distribute corresponding source code. (This alternative is allowed
434
+ only for noncommercial distribution and only if you received the
435
+ program in object code or executable form with such an offer, in
436
+ accord with Subsection b above.)
437
+
438
+ The source code for a work means the preferred form of the work for
439
+ making modifications to it. For an executable work, complete source code
440
+ means all the source code for all modules it contains, plus any
441
+ associated interface definition files, plus the scripts used to control
442
+ compilation and installation of the executable. However, as a special
443
+ exception, the source code distributed need not include anything that is
444
+ normally distributed (in either source or binary form) with the major
445
+ components (compiler, kernel, and so on) of the operating system on
446
+ which the executable runs, unless that component itself accompanies the
447
+ executable.
448
+
449
+ If distribution of executable or object code is made by offering access
450
+ to copy from a designated place, then offering equivalent access to copy
451
+ the source code from the same place counts as distribution of the source
452
+ code, even though third parties are not compelled to copy the source
453
+ along with the object code.
454
+
455
+ 4. You may not copy, modify, sublicense, or distribute the Program
456
+ except as expressly provided under this License. Any attempt otherwise
457
+ to copy, modify, sublicense or distribute the Program is void, and will
458
+ automatically terminate your rights under this License. However, parties
459
+ who have received copies, or rights, from you under this License will
460
+ not have their licenses terminated so long as such parties remain in
461
+ full compliance.
462
+
463
+ 5. You are not required to accept this License, since you have not
464
+ signed it. However, nothing else grants you permission to modify or
465
+ distribute the Program or its derivative works. These actions are
466
+ prohibited by law if you do not accept this License. Therefore, by
467
+ modifying or distributing the Program (or any work based on the
468
+ Program), you indicate your acceptance of this License to do so, and all
469
+ its terms and conditions for copying, distributing or modifying the
470
+ Program or works based on it.
471
+
472
+ 6. Each time you redistribute the Program (or any work based on the
473
+ Program), the recipient automatically receives a license from the
474
+ original licensor to copy, distribute or modify the Program subject to
475
+ these terms and conditions. You may not impose any further restrictions
476
+ on the recipients' exercise of the rights granted herein. You are not
477
+ responsible for enforcing compliance by third parties to this License.
478
+
479
+ 7. If, as a consequence of a court judgment or allegation of patent
480
+ infringement or for any other reason (not limited to patent issues),
481
+ conditions are imposed on you (whether by court order, agreement or
482
+ otherwise) that contradict the conditions of this License, they do not
483
+ excuse you from the conditions of this License. If you cannot distribute
484
+ so as to satisfy simultaneously your obligations under this License and
485
+ any other pertinent obligations, then as a consequence you may not
486
+ distribute the Program at all. For example, if a patent license would
487
+ not permit royalty-free redistribution of the Program by all those who
488
+ receive copies directly or indirectly through you, then the only way you
489
+ could satisfy both it and this License would be to refrain entirely from
490
+ distribution of the Program.
491
+
492
+ If any portion of this section is held invalid or unenforceable under
493
+ any particular circumstance, the balance of the section is intended to
494
+ apply and the section as a whole is intended to apply in other
495
+ circumstances.
496
+
497
+ It is not the purpose of this section to induce you to infringe any
498
+ patents or other property right claims or to contest validity of any
499
+ such claims; this section has the sole purpose of protecting the
500
+ integrity of the free software distribution system, which is implemented
501
+ by public license practices. Many people have made generous
502
+ contributions to the wide range of software distributed through that
503
+ system in reliance on consistent application of that system; it is up to
504
+ the author/donor to decide if he or she is willing to distribute
505
+ software through any other system and a licensee cannot impose that choice.
506
+
507
+ This section is intended to make thoroughly clear what is believed to be
508
+ a consequence of the rest of this License.
509
+
510
+ 8. If the distribution and/or use of the Program is restricted in
511
+ certain countries either by patents or by copyrighted interfaces, the
512
+ original copyright holder who places the Program under this License may
513
+ add an explicit geographical distribution limitation excluding those
514
+ countries, so that distribution is permitted only in or among countries
515
+ not thus excluded. In such case, this License incorporates the
516
+ limitation as if written in the body of this License.
517
+
518
+ 9. The Free Software Foundation may publish revised and/or new
519
+ versions of the General Public License from time to time. Such new
520
+ versions will be similar in spirit to the present version, but may
521
+ differ in detail to address new problems or concerns.
522
+
523
+ Each version is given a distinguishing version number. If the Program
524
+ specifies a version number of this License which applies to it and "any
525
+ later version", you have the option of following the terms and
526
+ conditions either of that version or of any later version published by
527
+ the Free Software Foundation. If the Program does not specify a version
528
+ number of this License, you may choose any version ever published by the
529
+ Free Software Foundation.
530
+
531
+ 10. If you wish to incorporate parts of the Program into other free
532
+ programs whose distribution conditions are different, write to the
533
+ author to ask for permission. For software which is copyrighted by the
534
+ Free Software Foundation, write to the Free Software Foundation; we
535
+ sometimes make exceptions for this. Our decision will be guided by the
536
+ two goals of preserving the free status of all derivatives of our free
537
+ software and of promoting the sharing and reuse of software generally.
538
+
539
+ NO WARRANTY
540
+
541
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO
542
+ WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
543
+ EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
544
+ OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND,
545
+ EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
546
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
547
+ ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH
548
+ YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
549
+ NECESSARY SERVICING, REPAIR OR CORRECTION.
550
+
551
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
552
+ WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
553
+ AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR
554
+ DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL
555
+ DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM
556
+ (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED
557
+ INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF
558
+ THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR
559
+ OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
560
+
561
+ END OF TERMS AND CONDITIONS
562
+
563
+ How to Apply These Terms to Your New Programs
564
+
565
+ If you develop a new program, and you want it to be of the greatest
566
+ possible use to the public, the best way to achieve this is to make it
567
+ free software which everyone can redistribute and change under these terms.
568
+
569
+ To do so, attach the following notices to the program. It is safest to
570
+ attach them to the start of each source file to most effectively convey
571
+ the exclusion of warranty; and each file should have at least the
572
+ "copyright" line and a pointer to where the full notice is found.
573
+
574
+ One line to give the program's name and a brief idea of what it does.
575
+ Copyright (C) <year> <name of author>
576
+
577
+ This program is free software; you can redistribute it and/or modify
578
+ it under the terms of the GNU General Public License as published by
579
+ the Free Software Foundation; either version 2 of the License, or
580
+ (at your option) any later version.
581
+
582
+ This program is distributed in the hope that it will be useful, but
583
+ WITHOUT ANY WARRANTY; without even the implied warranty of
584
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
585
+ General Public License for more details.
586
+
587
+ You should have received a copy of the GNU General Public License
588
+ along with this program; if not, write to the Free Software
589
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
590
+
591
+ Also add information on how to contact you by electronic and paper mail.
592
+
593
+ If the program is interactive, make it output a short notice like this
594
+ when it starts in an interactive mode:
595
+
596
+ Gnomovision version 69, Copyright (C) year name of author
597
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type
598
+ `show w'. This is free software, and you are welcome to redistribute
599
+ it under certain conditions; type `show c' for details.
600
+
601
+ The hypothetical commands `show w' and `show c' should show the
602
+ appropriate parts of the General Public License. Of course, the commands
603
+ you use may be called something other than `show w' and `show c'; they
604
+ could even be mouse-clicks or menu items--whatever suits your program.
605
+
606
+ You should also get your employer (if you work as a programmer) or your
607
+ school, if any, to sign a "copyright disclaimer" for the program, if
608
+ necessary. Here is a sample; alter the names:
609
+
610
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the
611
+ program `Gnomovision' (which makes passes at compilers) written by
612
+ James Hacker.
613
+
614
+ signature of Ty Coon, 1 April 1989
615
+ Ty Coon, President of Vice
616
+
617
+ This General Public License does not permit incorporating your program
618
+ into proprietary programs. If your program is a subroutine library, you
619
+ may consider it more useful to permit linking proprietary applications
620
+ with the library. If this is what you want to do, use the GNU Library
621
+ General Public License instead of this License.
622
+
623
+ ---
624
+
625
+ ## CLASSPATH EXCEPTION
626
+
627
+ Linking this library statically or dynamically with other modules is
628
+ making a combined work based on this library. Thus, the terms and
629
+ conditions of the GNU General Public License version 2 cover the whole
630
+ combination.
631
+
632
+ As a special exception, the copyright holders of this library give you
633
+ permission to link this library with independent modules to produce an
634
+ executable, regardless of the license terms of these independent
635
+ modules, and to copy and distribute the resulting executable under
636
+ terms of your choice, provided that you also meet, for each linked
637
+ independent module, the terms and conditions of the license of that
638
+ module. An independent module is a module which is not derived from or
639
+ based on this library. If you modify this library, you may extend this
640
+ exception to your version of the library, but you are not obligated to
641
+ do so. If you do not wish to do so, delete this exception statement
642
642
  from your version.