@theia/toolbar 1.39.0-next.2 → 1.39.0-next.20

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 (53) hide show
  1. package/lib/browser/abstract-toolbar-contribution.js +1 -1
  2. package/lib/browser/abstract-toolbar-contribution.js.map +1 -1
  3. package/lib/browser/application-shell-with-toolbar-override.js +1 -1
  4. package/lib/browser/application-shell-with-toolbar-override.js.map +1 -1
  5. package/lib/browser/codicons.js +1 -1
  6. package/lib/browser/codicons.js.map +1 -1
  7. package/lib/browser/font-awesome-icons.js +1 -1
  8. package/lib/browser/font-awesome-icons.js.map +1 -1
  9. package/lib/browser/package.spec.js +1 -1
  10. package/lib/browser/package.spec.js.map +1 -1
  11. package/lib/browser/toolbar-command-contribution.js +1 -1
  12. package/lib/browser/toolbar-command-contribution.js.map +1 -1
  13. package/lib/browser/toolbar-command-quick-input-service.js +1 -1
  14. package/lib/browser/toolbar-command-quick-input-service.js.map +1 -1
  15. package/lib/browser/toolbar-constants.js +1 -1
  16. package/lib/browser/toolbar-constants.js.map +1 -1
  17. package/lib/browser/toolbar-controller.js +1 -1
  18. package/lib/browser/toolbar-controller.js.map +1 -1
  19. package/lib/browser/toolbar-defaults.js +1 -1
  20. package/lib/browser/toolbar-defaults.js.map +1 -1
  21. package/lib/browser/toolbar-frontend-module.js +1 -1
  22. package/lib/browser/toolbar-frontend-module.js.map +1 -1
  23. package/lib/browser/toolbar-icon-selector-dialog.js +1 -1
  24. package/lib/browser/toolbar-icon-selector-dialog.js.map +1 -1
  25. package/lib/browser/toolbar-interfaces.js +1 -1
  26. package/lib/browser/toolbar-interfaces.js.map +1 -1
  27. package/lib/browser/toolbar-preference-contribution.js +1 -1
  28. package/lib/browser/toolbar-preference-contribution.js.map +1 -1
  29. package/lib/browser/toolbar-preference-schema.js +1 -1
  30. package/lib/browser/toolbar-preference-schema.js.map +1 -1
  31. package/lib/browser/toolbar-storage-provider.js +1 -1
  32. package/lib/browser/toolbar-storage-provider.js.map +1 -1
  33. package/lib/browser/toolbar.js +1 -1
  34. package/lib/browser/toolbar.js.map +1 -1
  35. package/package.json +11 -11
  36. package/src/browser/abstract-toolbar-contribution.tsx +1 -1
  37. package/src/browser/application-shell-with-toolbar-override.ts +1 -1
  38. package/src/browser/codicons.ts +1 -1
  39. package/src/browser/font-awesome-icons.ts +1 -1
  40. package/src/browser/package.spec.ts +1 -1
  41. package/src/browser/style/toolbar.css +107 -105
  42. package/src/browser/toolbar-command-contribution.ts +1 -1
  43. package/src/browser/toolbar-command-quick-input-service.ts +1 -1
  44. package/src/browser/toolbar-constants.ts +1 -1
  45. package/src/browser/toolbar-controller.ts +1 -1
  46. package/src/browser/toolbar-defaults.ts +1 -1
  47. package/src/browser/toolbar-frontend-module.ts +1 -1
  48. package/src/browser/toolbar-icon-selector-dialog.tsx +1 -1
  49. package/src/browser/toolbar-interfaces.ts +1 -1
  50. package/src/browser/toolbar-preference-contribution.ts +1 -1
  51. package/src/browser/toolbar-preference-schema.ts +1 -1
  52. package/src/browser/toolbar-storage-provider.ts +1 -1
  53. package/src/browser/toolbar.tsx +1 -1
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@theia/toolbar",
3
- "version": "1.39.0-next.2+d6b5c5ce2",
3
+ "version": "1.39.0-next.20+7012fd29f",
4
4
  "description": "Theia - Toolbar",
5
5
  "keywords": [
6
6
  "theia-extension"
7
7
  ],
8
8
  "homepage": "https://github.com/eclipse-theia/theia",
9
- "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
9
+ "license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "https://github.com/eclipse-theia/theia.git"
@@ -27,15 +27,15 @@
27
27
  "watch": "theiaext watch"
28
28
  },
29
29
  "dependencies": {
30
- "@theia/core": "1.39.0-next.2+d6b5c5ce2",
31
- "@theia/editor": "1.39.0-next.2+d6b5c5ce2",
32
- "@theia/file-search": "1.39.0-next.2+d6b5c5ce2",
33
- "@theia/filesystem": "1.39.0-next.2+d6b5c5ce2",
34
- "@theia/monaco": "1.39.0-next.2+d6b5c5ce2",
30
+ "@theia/core": "1.39.0-next.20+7012fd29f",
31
+ "@theia/editor": "1.39.0-next.20+7012fd29f",
32
+ "@theia/file-search": "1.39.0-next.20+7012fd29f",
33
+ "@theia/filesystem": "1.39.0-next.20+7012fd29f",
34
+ "@theia/monaco": "1.39.0-next.20+7012fd29f",
35
35
  "@theia/monaco-editor-core": "1.72.3",
36
- "@theia/search-in-workspace": "1.39.0-next.2+d6b5c5ce2",
37
- "@theia/userstorage": "1.39.0-next.2+d6b5c5ce2",
38
- "@theia/workspace": "1.39.0-next.2+d6b5c5ce2",
36
+ "@theia/search-in-workspace": "1.39.0-next.20+7012fd29f",
37
+ "@theia/userstorage": "1.39.0-next.20+7012fd29f",
38
+ "@theia/workspace": "1.39.0-next.20+7012fd29f",
39
39
  "ajv": "^6.5.3",
40
40
  "jsonc-parser": "^2.2.0",
41
41
  "perfect-scrollbar": "^1.3.0"
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "d6b5c5ce2601983f06797fe8c4db0fb642c5d1e7"
51
+ "gitHead": "7012fd29fa9d3e78327e4f0d678ef4bae58c15e8"
52
52
  }
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import * as React from '@theia/core/shared/react';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import {
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  /* eslint-disable @typescript-eslint/quotes, max-len */
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  /* eslint-disable @typescript-eslint/quotes, max-len */
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  describe('timeline package', () => {
@@ -11,243 +11,245 @@
11
11
  * with the GNU Classpath Exception which is available at
12
12
  * https://www.gnu.org/software/classpath/license.html.
13
13
  *
14
- * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  ********************************************************************************/
16
16
 
17
17
  #main-toolbar {
18
- --theia-toolbar-height: calc(var(--theia-private-menubar-height) - 2px);
19
- --theia-toolbar-item-padding: 5px;
20
- --theia-toolbar-icon-size: 20px;
18
+ --theia-toolbar-height: calc(var(--theia-private-menubar-height) - 2px);
19
+ --theia-toolbar-item-padding: 5px;
20
+ --theia-toolbar-icon-size: 20px;
21
21
 
22
- min-height: var(--theia-toolbar-height);
23
- color: var(--theia-mainToolbar-foreground);
24
- background: var(--theia-mainToolbar-background);
25
- padding: 2px 4px;
26
- display: flex;
27
- flex-direction: column;
28
- justify-content: center;
29
- position: relative;
22
+ min-height: var(--theia-toolbar-height);
23
+ color: var(--theia-mainToolbar-foreground);
24
+ background: var(--theia-mainToolbar-background);
25
+ padding: 2px 4px;
26
+ display: flex;
27
+ flex-direction: column;
28
+ justify-content: center;
29
+ position: relative;
30
30
  }
31
31
 
32
32
  #main-toolbar .theia-progress-bar-container {
33
- position: absolute;
34
- bottom: 0;
33
+ position: absolute;
34
+ bottom: 0;
35
35
  }
36
36
 
37
37
  .toolbar-wrapper {
38
- display: flex;
39
- flex-direction: row;
40
- width: 100%;
41
- overflow: hidden;
38
+ display: flex;
39
+ flex-direction: row;
40
+ width: 100%;
41
+ overflow: hidden;
42
42
  }
43
43
 
44
44
  .toolbar-wrapper .toolbar-column {
45
- display: flex;
46
- flex: 1;
45
+ display: flex;
46
+ flex: 1;
47
47
  }
48
48
 
49
49
  .toolbar-wrapper .left {
50
- justify-content: flex-start;
50
+ justify-content: flex-start;
51
51
  }
52
52
 
53
53
  .toolbar-wrapper .center {
54
- justify-content: center;
54
+ justify-content: center;
55
55
  }
56
56
 
57
57
  .toolbar-wrapper .right {
58
- justify-content: flex-end;
58
+ justify-content: flex-end;
59
59
  }
60
60
 
61
61
  .toolbar-wrapper:focus {
62
- outline: none;
62
+ outline: none;
63
63
  }
64
64
 
65
65
  #main-toolbar .toolbar-item {
66
- padding: 2px;
67
- margin: 0 2px;
68
- box-sizing: border-box;
69
- position: relative;
70
- background: unset;
71
- cursor: pointer;
66
+ padding: 2px;
67
+ margin: 0 2px;
68
+ box-sizing: border-box;
69
+ position: relative;
70
+ background: unset;
71
+ cursor: pointer;
72
72
  }
73
73
 
74
74
  #main-toolbar .empty-column-space {
75
- flex-grow: 1;
75
+ flex-grow: 1;
76
76
  }
77
77
 
78
78
  #main-toolbar .toolbar-item .codicon,
79
79
  #main-toolbar .toolbar-item .fa {
80
- font-size: var(--theia-toolbar-icon-size);
81
- width: unset;
82
- min-width: var(--theia-toolbar-icon-size);
83
- height: var(--theia-toolbar-icon-size);
84
- line-height: var(--theia-toolbar-icon-size);
80
+ font-size: var(--theia-toolbar-icon-size);
81
+ width: unset;
82
+ min-width: var(--theia-toolbar-icon-size);
83
+ height: var(--theia-toolbar-icon-size);
84
+ line-height: var(--theia-toolbar-icon-size);
85
85
  }
86
86
 
87
- #main-toolbar .toolbar-item.action-label.enabled:hover:not(.dragging):not(.active) {
88
- background-color: var(--theia-toolbar-hoverBackground);
87
+ #main-toolbar
88
+ .toolbar-item.action-label.enabled:hover:not(.dragging):not(.active) {
89
+ background-color: var(--theia-toolbar-hoverBackground);
89
90
  }
90
91
 
91
92
  #main-toolbar .toolbar-item.action-label:not(.enabled) {
92
- cursor: default;
93
+ cursor: default;
93
94
  }
94
95
 
95
96
  #main-toolbar .toolbar-item .hover-overlay {
96
- position: absolute;
97
- pointer-events: none;
98
- height: 100%;
99
- width: 100%;
100
- left: 0;
101
- top: 0;
97
+ position: absolute;
98
+ pointer-events: none;
99
+ height: 100%;
100
+ width: 100%;
101
+ left: 0;
102
+ top: 0;
102
103
  }
103
104
 
104
105
  #main-toolbar .toolbar-item .hover-overlay.drag-over {
105
- background-color: var(--theia-activityBar-foreground);
106
- opacity: 0.3;
106
+ background-color: var(--theia-activityBar-foreground);
107
+ opacity: 0.3;
107
108
  }
108
109
 
109
110
  #main-toolbar .toolbar-item .hover-overlay.location-left {
110
- width: 25%;
111
+ width: 25%;
111
112
  }
112
113
 
113
114
  #main-toolbar .toolbar-item .hover-overlay.location-right {
114
- width: 25%;
115
- left: 75%;
116
- right: 0;
115
+ width: 25%;
116
+ left: 75%;
117
+ right: 0;
117
118
  }
118
119
 
119
120
  #main-toolbar .toolbar-item.dragging {
120
- opacity: 0.3;
121
+ opacity: 0.3;
121
122
  }
122
123
 
123
124
  #main-toolbar .toolbar-item:focus {
124
- outline: none;
125
+ outline: none;
125
126
  }
126
127
 
127
128
  #main-toolbar .item:focus,
128
129
  #main-toolbar .item div:focus {
129
- outline: none;
130
+ outline: none;
130
131
  }
131
132
 
132
133
  #main-toolbar .separator {
133
- width: 1px;
134
- background-color: var(--theia-activityBar-foreground);
135
- opacity: var(--theia-mod-disabled-opacity);
136
- margin: 0 5px;
134
+ width: 1px;
135
+ background-color: var(--theia-activityBar-foreground);
136
+ opacity: var(--theia-mod-disabled-opacity);
137
+ margin: 0 5px;
137
138
  }
138
139
 
139
140
  .toolbar-column {
140
- display: flex;
141
+ display: flex;
141
142
  }
142
143
 
143
144
  .toolbar-column.left {
144
- margin-right: var(--theia-toolbar-item-padding);
145
+ margin-right: var(--theia-toolbar-item-padding);
145
146
  }
146
147
 
147
148
  .toolbar-column.right {
148
- margin-left: var(--theia-toolbar-item-padding);
149
+ margin-left: var(--theia-toolbar-item-padding);
149
150
  }
150
151
 
151
152
  .toolbar-column.empty {
152
- min-width: 60px;
153
+ min-width: 60px;
153
154
  }
154
155
 
155
156
  .empty-column-space.drag-over {
156
- background-color: var(--theia-activityBar-foreground);
157
- opacity: 0.3;
158
- border-radius: 2px;
157
+ background-color: var(--theia-activityBar-foreground);
158
+ opacity: 0.3;
159
+ border-radius: 2px;
159
160
  }
160
161
 
161
162
  #toolbar-icon-selector-dialog {
162
- --theia-icon-dialog-icon-size: 20px;
163
+ --theia-icon-dialog-icon-size: 20px;
163
164
  }
164
165
 
165
166
  #toolbar-icon-selector-dialog .dialogBlock {
166
- max-height: 75%;
167
- width: 600px;
167
+ max-height: 75%;
168
+ width: 600px;
168
169
  }
169
170
 
170
171
  #toolbar-icon-selector-dialog .dialogContent {
171
- overflow: hidden;
172
- display: block;
172
+ overflow: hidden;
173
+ display: block;
173
174
  }
174
175
 
175
176
  #toolbar-icon-selector-dialog .dialogContent .icon-selector-options {
176
- display: flex;
177
+ display: flex;
177
178
  }
178
179
 
179
180
  #toolbar-icon-selector-dialog .dialogContent .icon-wrapper:focus {
180
- box-shadow: unset;
181
- outline: solid 1px var(--theia-focusBorder);
181
+ box-shadow: unset;
182
+ outline: solid 1px var(--theia-focusBorder);
182
183
  }
183
184
 
184
185
  #toolbar-icon-selector-dialog .dialogControl {
185
- padding-top: var(--theia-ui-padding);
186
+ padding-top: var(--theia-ui-padding);
186
187
  }
187
188
 
188
189
  #toolbar-icon-selector-dialog .toolbar-icon-dialog-content.grid {
189
- --grid-size: 28px;
190
- display: grid;
191
- grid-template-columns: repeat(20, var(--grid-size));
192
- grid-template-rows: var(--grid-size);
193
- grid-auto-rows: var(--grid-size);
190
+ --grid-size: 28px;
191
+ display: grid;
192
+ grid-template-columns: repeat(20, var(--grid-size));
193
+ grid-template-rows: var(--grid-size);
194
+ grid-auto-rows: var(--grid-size);
194
195
  }
195
196
 
196
197
  #toolbar-icon-selector-dialog .toolbar-icon-dialog-content .icon-wrapper {
197
- height: 100%;
198
- width: 100%;
199
- display: flex;
200
- justify-content: center;
201
- align-items: center;
198
+ height: 100%;
199
+ width: 100%;
200
+ display: flex;
201
+ justify-content: center;
202
+ align-items: center;
202
203
  }
203
204
 
204
205
  #toolbar-icon-selector-dialog .toolbar-icon-dialog-content .search-placeholder {
205
- text-align: center;
206
- margin-top: var(--theia-ui-padding);
207
- font-size: 1.2em;
206
+ text-align: center;
207
+ margin-top: var(--theia-ui-padding);
208
+ font-size: 1.2em;
208
209
  }
209
210
 
210
211
  #toolbar-icon-selector-dialog .toolbar-icon-controls {
211
- display: flex;
212
- width: 100%;
213
- justify-content: space-between;
212
+ display: flex;
213
+ width: 100%;
214
+ justify-content: space-between;
214
215
  }
215
216
 
216
217
  #toolbar-icon-selector-dialog .toolbar-icon-controls .default-button {
217
- display: flex;
218
+ display: flex;
218
219
  }
219
220
 
220
221
  #toolbar-icon-selector-dialog .toolbar-icon-controls .toolbar-default-icon {
221
- margin-left: var(--theia-ui-padding);
222
- font-size: var(--theia-icon-dialog-icon-size);
222
+ margin-left: var(--theia-ui-padding);
223
+ font-size: var(--theia-icon-dialog-icon-size);
223
224
  }
224
225
 
225
226
  #toolbar-icon-selector-dialog .icon-selector-options {
226
- justify-content: space-between;
227
+ justify-content: space-between;
227
228
  }
228
229
 
229
230
  #toolbar-icon-selector-dialog .icon-selector-options .icon-filter-input {
230
- height: 18px;
231
+ height: 18px;
231
232
  }
232
233
 
233
234
  #toolbar-icon-selector-dialog .toolbar-icon-select {
234
- margin-bottom: var(--theia-ui-padding);
235
+ margin-bottom: var(--theia-ui-padding);
235
236
  }
236
237
 
237
-
238
- #toolbar-icon-selector-dialog .toolbar-icon-dialog-content .icon-wrapper.selected {
239
- background-color: var(--theia-list-activeSelectionBackground);
238
+ #toolbar-icon-selector-dialog
239
+ .toolbar-icon-dialog-content
240
+ .icon-wrapper.selected {
241
+ background-color: var(--theia-list-activeSelectionBackground);
240
242
  }
241
243
 
242
244
  #toolbar-icon-selector-dialog .toolbar-icon-dialog-content .fa,
243
245
  #toolbar-icon-selector-dialog .toolbar-icon-dialog-content .codicon {
244
- font-size: var(--theia-icon-dialog-icon-size);
246
+ font-size: var(--theia-icon-dialog-icon-size);
245
247
  }
246
248
 
247
249
  #toolbar-icon-selector-dialog .toolbar-scroll-container {
248
- height: 375px;
249
- position: relative;
250
- padding: 0 var(--theia-ui-padding);
251
- border: 1px solid var(--theia-editorWidget-border);
252
- background-color: var(--theia-dropdown-background);
250
+ height: 375px;
251
+ position: relative;
252
+ padding: 0 var(--theia-ui-padding);
253
+ border: 1px solid var(--theia-editorWidget-border);
254
+ background-color: var(--theia-dropdown-background);
253
255
  }
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import {
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { Command, CommandRegistry, CommandService, nls } from '@theia/core';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { Command, isObject, MenuPath, nls } from '@theia/core';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { Command, ContributionProvider, Emitter, MaybePromise, MessageService } from '@theia/core';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { nls } from '@theia/core';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import '../../src/browser/style/toolbar.css';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import * as React from '@theia/core/shared/react';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { interfaces } from '@theia/core/shared/inversify';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { PreferenceSchema, PreferenceProxy, PreferenceScope } from '@theia/core/lib/browser';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import { IJSONSchema } from '@theia/core/lib/common/json-schema';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import * as jsoncParser from 'jsonc-parser';
@@ -11,7 +11,7 @@
11
11
  // with the GNU Classpath Exception which is available at
12
12
  // https://www.gnu.org/software/classpath/license.html.
13
13
  //
14
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
15
  // *****************************************************************************
16
16
 
17
17
  import * as React from '@theia/core/shared/react';