Skip to content

Commit fa6a617

Browse files
yann300Aniket-Engg
authored andcommitted
fix label for license quick fixes
1 parent e04578f commit fa6a617

File tree

1 file changed

+14
-20
lines changed

1 file changed

+14
-20
lines changed

libs/remix-ui/editor/src/lib/providers/quickfixes.ts

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,55 +4,49 @@ export default {
44
{
55
id: 1.1,
66
nodeType: 'SourceUnit',
7-
title: 'Add open-source license',
8-
message: '// SPDX-License-Identifier: GPL-3.0-only'
9-
},
10-
{
11-
id: 1.2,
12-
nodeType: 'SourceUnit',
137
title: 'Add non-open-source license',
148
message: '// SPDX-License-Identifier: UNLICENSED'
159
},
1610
{
17-
id: 1.3,
11+
id: 1.2,
1812
nodeType: 'SourceUnit',
19-
title: 'Apache-1.1',
13+
title: 'Add Apache-1.1 license',
2014
message: '// SPDX-License-Identifier: Apache-1.1'
2115
},
2216
{
23-
id: 1.4,
17+
id: 1.3,
2418
nodeType: 'SourceUnit',
25-
title: 'Apache-2.0',
19+
title: 'Add Apache-2.0 license',
2620
message: '// SPDX-License-Identifier: Apache-2.0'
2721
},
2822
{
29-
id: 1.5,
23+
id: 1.4,
3024
nodeType: 'SourceUnit',
31-
title: 'MIT',
25+
title: 'Add MIT license',
3226
message: '// SPDX-License-Identifier: MIT'
3327
},
3428
{
35-
id: 1.6,
29+
id: 1.5,
3630
nodeType: 'SourceUnit',
37-
title: 'EPL-1.0 (Eclipse)',
31+
title: 'Add EPL-1.0 (Eclipse) license',
3832
message: '// SPDX-License-Identifier: EPL-1.0'
3933
},
4034
{
41-
id: 1.7,
35+
id: 1.6,
4236
nodeType: 'SourceUnit',
43-
title: 'EPL-2.0 (Eclipse)',
37+
title: 'Add EPL-2.0 (Eclipse) license',
4438
message: '// SPDX-License-Identifier: EPL-2.0'
4539
},
4640
{
47-
id: 1.8,
41+
id: 1.7,
4842
nodeType: 'SourceUnit',
49-
title: 'GPL-3.0-only',
43+
title: 'Add GPL-3.0-only license',
5044
message: '// SPDX-License-Identifier: GPL-3.0-only'
5145
},
5246
{
53-
id: 1.9,
47+
id: 1.8,
5448
nodeType: 'SourceUnit',
55-
title: 'GPL-3.0-or-later',
49+
title: 'Add GPL-3.0-or-later license',
5650
message: '// SPDX-License-Identifier: GPL-3.0-or-later'
5751
}
5852
],

0 commit comments

Comments
 (0)