Skip to content

Commit 5454e94

Browse files
committed
fix: unlicensed instruments in playground
1 parent 35ad79a commit 5454e94

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

  • apps/playground/src/instruments

apps/playground/src/instruments/examples/interactive/Interactive-With-CSS/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default defineInstrument({
3737
},
3838
details: {
3939
description: '<PLACEHOLDER>',
40-
license: 'UNLICENSED',
40+
license: 'Apache-2.0',
4141
title: '<PLACEHOLDER>'
4242
},
4343
measures: {},

apps/playground/src/instruments/examples/interactive/Multilingual-Interactive/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default defineInstrument({
5454
en: '<PLACEHOLDER>',
5555
fr: '<PLACEHOLDER>'
5656
},
57-
license: 'UNLICENSED',
57+
license: 'Apache-2.0',
5858
title: {
5959
en: '<PLACEHOLDER>',
6060
fr: '<PLACEHOLDER>'

apps/playground/src/instruments/templates/form/Multilingual-Form/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default defineInstrument({
2828
en: '<PLACEHOLDER>',
2929
fr: '<PLACEHOLDER>'
3030
},
31-
license: 'UNLICENSED',
31+
license: 'Apache-2.0',
3232
title: {
3333
en: '<PLACEHOLDER>',
3434
fr: '<PLACEHOLDER>'

apps/playground/src/instruments/templates/form/Unilingual-Form/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default defineInstrument({
1818
content: {},
1919
details: {
2020
description: '<PLACEHOLDER>',
21-
license: 'UNLICENSED',
21+
license: 'Apache-2.0',
2222
title: '<PLACEHOLDER>'
2323
},
2424
measures: {},

apps/playground/src/instruments/templates/interactive/Interactive-Instrument/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default defineInstrument({
2727
},
2828
details: {
2929
description: '<PLACEHOLDER>',
30-
license: 'UNLICENSED',
30+
license: 'Apache-2.0',
3131
title: '<PLACEHOLDER>'
3232
},
3333
measures: {},

0 commit comments

Comments
 (0)