@theia/editor 1.39.0-next.14 → 1.39.0-next.16

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 (99) hide show
  1. package/lib/browser/decorations/editor-decoration-style.js +1 -1
  2. package/lib/browser/decorations/editor-decoration-style.js.map +1 -1
  3. package/lib/browser/decorations/editor-decoration.js +1 -1
  4. package/lib/browser/decorations/editor-decoration.js.map +1 -1
  5. package/lib/browser/decorations/editor-decorator.js +1 -1
  6. package/lib/browser/decorations/editor-decorator.js.map +1 -1
  7. package/lib/browser/decorations/index.js +1 -1
  8. package/lib/browser/decorations/index.js.map +1 -1
  9. package/lib/browser/diff-navigator.js +1 -1
  10. package/lib/browser/diff-navigator.js.map +1 -1
  11. package/lib/browser/editor-command.js +1 -1
  12. package/lib/browser/editor-command.js.map +1 -1
  13. package/lib/browser/editor-contribution.js +1 -1
  14. package/lib/browser/editor-contribution.js.map +1 -1
  15. package/lib/browser/editor-frontend-module.js +1 -1
  16. package/lib/browser/editor-frontend-module.js.map +1 -1
  17. package/lib/browser/editor-generated-preference-schema.d.ts +1 -1
  18. package/lib/browser/editor-generated-preference-schema.js +1 -1
  19. package/lib/browser/editor-keybinding-contexts.js +1 -1
  20. package/lib/browser/editor-keybinding-contexts.js.map +1 -1
  21. package/lib/browser/editor-keybinding.js +1 -1
  22. package/lib/browser/editor-keybinding.js.map +1 -1
  23. package/lib/browser/editor-manager.js +1 -1
  24. package/lib/browser/editor-manager.js.map +1 -1
  25. package/lib/browser/editor-menu.js +1 -1
  26. package/lib/browser/editor-menu.js.map +1 -1
  27. package/lib/browser/editor-navigation-contribution.js +1 -1
  28. package/lib/browser/editor-navigation-contribution.js.map +1 -1
  29. package/lib/browser/editor-preferences.js +1 -1
  30. package/lib/browser/editor-preferences.js.map +1 -1
  31. package/lib/browser/editor-variable-contribution.js +1 -1
  32. package/lib/browser/editor-variable-contribution.js.map +1 -1
  33. package/lib/browser/editor-widget-factory.js +1 -1
  34. package/lib/browser/editor-widget-factory.js.map +1 -1
  35. package/lib/browser/editor-widget.js +1 -1
  36. package/lib/browser/editor-widget.js.map +1 -1
  37. package/lib/browser/editor.js +1 -1
  38. package/lib/browser/editor.js.map +1 -1
  39. package/lib/browser/index.js +1 -1
  40. package/lib/browser/index.js.map +1 -1
  41. package/lib/browser/language-status/editor-language-status-service.js +1 -1
  42. package/lib/browser/language-status/editor-language-status-service.js.map +1 -1
  43. package/lib/browser/navigation/navigation-location-service.js +1 -1
  44. package/lib/browser/navigation/navigation-location-service.js.map +1 -1
  45. package/lib/browser/navigation/navigation-location-service.spec.js +1 -1
  46. package/lib/browser/navigation/navigation-location-service.spec.js.map +1 -1
  47. package/lib/browser/navigation/navigation-location-similarity.js +1 -1
  48. package/lib/browser/navigation/navigation-location-similarity.js.map +1 -1
  49. package/lib/browser/navigation/navigation-location-similarity.spec.js +1 -1
  50. package/lib/browser/navigation/navigation-location-similarity.spec.js.map +1 -1
  51. package/lib/browser/navigation/navigation-location-updater.js +1 -1
  52. package/lib/browser/navigation/navigation-location-updater.js.map +1 -1
  53. package/lib/browser/navigation/navigation-location-updater.spec.js +1 -1
  54. package/lib/browser/navigation/navigation-location-updater.spec.js.map +1 -1
  55. package/lib/browser/navigation/navigation-location.js +1 -1
  56. package/lib/browser/navigation/navigation-location.js.map +1 -1
  57. package/lib/browser/navigation/test/mock-navigation-location-updater.js +1 -1
  58. package/lib/browser/navigation/test/mock-navigation-location-updater.js.map +1 -1
  59. package/lib/browser/quick-editor-service.js +1 -1
  60. package/lib/browser/quick-editor-service.js.map +1 -1
  61. package/lib/common/language-selector.js +1 -1
  62. package/lib/common/language-selector.js.map +1 -1
  63. package/lib/package.spec.js +1 -1
  64. package/lib/package.spec.js.map +1 -1
  65. package/package.json +5 -5
  66. package/src/browser/decorations/editor-decoration-style.ts +1 -1
  67. package/src/browser/decorations/editor-decoration.ts +1 -1
  68. package/src/browser/decorations/editor-decorator.ts +1 -1
  69. package/src/browser/decorations/index.ts +1 -1
  70. package/src/browser/diff-navigator.ts +1 -1
  71. package/src/browser/editor-command.ts +1 -1
  72. package/src/browser/editor-contribution.ts +1 -1
  73. package/src/browser/editor-frontend-module.ts +1 -1
  74. package/src/browser/editor-generated-preference-schema.ts +1 -1
  75. package/src/browser/editor-keybinding-contexts.ts +1 -1
  76. package/src/browser/editor-keybinding.ts +1 -1
  77. package/src/browser/editor-manager.ts +1 -1
  78. package/src/browser/editor-menu.ts +1 -1
  79. package/src/browser/editor-navigation-contribution.ts +1 -1
  80. package/src/browser/editor-preferences.ts +1 -1
  81. package/src/browser/editor-variable-contribution.ts +1 -1
  82. package/src/browser/editor-widget-factory.ts +1 -1
  83. package/src/browser/editor-widget.ts +1 -1
  84. package/src/browser/editor.ts +1 -1
  85. package/src/browser/index.ts +1 -1
  86. package/src/browser/language-status/editor-language-status-service.ts +1 -1
  87. package/src/browser/language-status/editor-language-status.css +48 -45
  88. package/src/browser/navigation/navigation-location-service.spec.ts +1 -1
  89. package/src/browser/navigation/navigation-location-service.ts +1 -1
  90. package/src/browser/navigation/navigation-location-similarity.spec.ts +1 -1
  91. package/src/browser/navigation/navigation-location-similarity.ts +1 -1
  92. package/src/browser/navigation/navigation-location-updater.spec.ts +1 -1
  93. package/src/browser/navigation/navigation-location-updater.ts +1 -1
  94. package/src/browser/navigation/navigation-location.ts +1 -1
  95. package/src/browser/navigation/test/mock-navigation-location-updater.ts +1 -1
  96. package/src/browser/quick-editor-service.ts +1 -1
  97. package/src/browser/style/index.css +2 -2
  98. package/src/common/language-selector.ts +1 -1
  99. package/src/package.spec.ts +1 -1
@@ -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 { injectable, inject } 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 { injectable } 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 { injectable, postConstruct, inject } 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 { injectable } 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 { inject, injectable, postConstruct } 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 { 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 { injectable, inject } 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 { injectable, inject } 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 { Disposable, SelectionService, Event, UNTITLED_SCHEME, DisposableCollection } from '@theia/core/lib/common';
@@ -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 { Position, Range, Location } from '@theia/core/shared/vscode-languageserver-protocol';
@@ -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
  export * from './diff-navigator';
@@ -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 { injectable, inject } from '@theia/core/shared/inversify';
@@ -11,88 +11,91 @@
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
  /* Copied from https://github.com/microsoft/vscode/blob/7d9b1c37f8e5ae3772782ba3b09d827eb3fdd833/src/vs/workbench/contrib/languageStatus/browser/media/languageStatus.css */
18
18
 
19
19
  .hover-language-status {
20
- display: flex;
21
- padding: 4px 8px;
20
+ display: flex;
21
+ padding: 4px 8px;
22
22
  }
23
23
 
24
24
  .hover-language-status:not(:last-child) {
25
- border-bottom: 1px solid var(--theia-notifications-border);
25
+ border-bottom: 1px solid var(--theia-notifications-border);
26
26
  }
27
27
 
28
- .hover-language-status>.severity {
29
- padding-right: 8px;
30
- flex: 1;
31
- margin: auto;
32
- display: none;
28
+ .hover-language-status > .severity {
29
+ padding-right: 8px;
30
+ flex: 1;
31
+ margin: auto;
32
+ display: none;
33
33
  }
34
34
 
35
- .hover-language-status>.severity.sev3 {
36
- color: var(--theia-notificationsErrorIcon-foreground)
35
+ .hover-language-status > .severity.sev3 {
36
+ color: var(--theia-notificationsErrorIcon-foreground);
37
37
  }
38
38
 
39
- .hover-language-status>.severity.sev2 {
40
- color: var(--theia-notificationsInfoIcon-foreground)
39
+ .hover-language-status > .severity.sev2 {
40
+ color: var(--theia-notificationsInfoIcon-foreground);
41
41
  }
42
42
 
43
- .hover-language-status>.severity.show {
44
- display: inherit;
43
+ .hover-language-status > .severity.show {
44
+ display: inherit;
45
45
  }
46
46
 
47
- .hover-language-status>.element {
48
- display: flex;
49
- justify-content: space-between;
50
- vertical-align: middle;
51
- flex-grow: 100;
47
+ .hover-language-status > .element {
48
+ display: flex;
49
+ justify-content: space-between;
50
+ vertical-align: middle;
51
+ flex-grow: 100;
52
52
  }
53
53
 
54
- .hover-language-status>.element>.left>.detail:not(:empty)::before {
55
- /* en-dash */
56
- content: '';
57
- padding: 0 4px;
58
- opacity: 0.6;
54
+ .hover-language-status > .element > .left > .detail:not(:empty)::before {
55
+ /* en-dash */
56
+ content: "";
57
+ padding: 0 4px;
58
+ opacity: 0.6;
59
59
  }
60
60
 
61
- .hover-language-status>.element>.left>.label:empty {
62
- display: none;
61
+ .hover-language-status > .element > .left > .label:empty {
62
+ display: none;
63
63
  }
64
64
 
65
- .hover-language-status>.element .left {
66
- margin: auto 0;
65
+ .hover-language-status > .element .left {
66
+ margin: auto 0;
67
67
  }
68
68
 
69
- .hover-language-status>.element .right {
70
- margin: auto 0;
71
- display: flex;
69
+ .hover-language-status > .element .right {
70
+ margin: auto 0;
71
+ display: flex;
72
72
  }
73
73
 
74
- .hover-language-status>.element .right:not(:empty) {
75
- padding-left: 16px;
74
+ .hover-language-status > .element .right:not(:empty) {
75
+ padding-left: 16px;
76
76
  }
77
77
 
78
- .hover-language-status>.element .right .language-status-link {
79
- margin: auto 0;
80
- white-space: nowrap;
78
+ .hover-language-status > .element .right .language-status-link {
79
+ margin: auto 0;
80
+ white-space: nowrap;
81
81
 
82
- /* ADDED STYLES - NOT FROM VSCODE */
83
- text-decoration: none;
82
+ /* ADDED STYLES - NOT FROM VSCODE */
83
+ text-decoration: none;
84
84
  }
85
85
 
86
86
  /* ADDED STYLES - NOT FROM VSCODE */
87
- .hover-language-status>.element .right .language-status-link:hover {
88
- color: var(--theia-textLink-foreground);
87
+ .hover-language-status > .element .right .language-status-link:hover {
88
+ color: var(--theia-textLink-foreground);
89
89
  }
90
90
 
91
- .hover-language-status>.element .right .language-status-action-bar:not(:first-child) {
92
- padding-left: 8px;
91
+ .hover-language-status
92
+ > .element
93
+ .right
94
+ .language-status-action-bar:not(:first-child) {
95
+ padding-left: 8px;
93
96
  }
94
97
 
95
98
  /* ADDED STYLES - NOT FROM VSCODE */
96
- .hover-language-status>.element .right .language-status-action-bar a {
97
- color: var(--theia-editorHoverWidget-foreground);
99
+ .hover-language-status > .element .right .language-status-action-bar a {
100
+ color: var(--theia-editorHoverWidget-foreground);
98
101
  }
@@ -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
  import { enableJSDOM } from '@theia/core/lib/browser/test/jsdom';
17
17
 
@@ -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 { inject, injectable } 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 { expect } from 'chai';
@@ -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 { injectable } 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 { expect } from 'chai';
@@ -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 { injectable } 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 URI from '@theia/core/lib/common/uri';
@@ -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 { Range } from '../navigation-location';
@@ -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 { injectable, inject } from '@theia/core/shared/inversify';
@@ -11,9 +11,9 @@
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
  .theia-editor {
18
- height: 100%;
18
+ height: 100%;
19
19
  }
@@ -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 { match as matchGlobPattern } from '@theia/core/lib/common/glob';
@@ -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
  /* note: this bogus test file is required so that