Skip to content

Commit 51f40fb

Browse files
author
Stanislav Idolov
authored
ENGCOM-2610: [fix] license in composer #17268
2 parents eb7e2ac + 33a1517 commit 51f40fb

File tree

30 files changed

+60
-30
lines changed

30 files changed

+60
-30
lines changed

app/code/Magento/AdvancedSearch/Test/Mftf/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"type": "magento2-test",
1919
"license": [
20-
"proprietary"
20+
"OSL-3.0",
21+
"AFL-3.0"
2122
]
2223
}

app/code/Magento/AdvancedSearch/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
},
1818
"type": "magento2-module",
1919
"license": [
20-
"proprietary"
20+
"OSL-3.0",
21+
"AFL-3.0"
2122
],
2223
"autoload": {
2324
"files": [

app/code/Magento/Amqp/Test/Mftf/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"type": "magento2-test",
1414
"license": [
15-
"proprietary"
15+
"OSL-3.0",
16+
"AFL-3.0"
1617
]
1718
}

app/code/Magento/Amqp/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"type": "magento2-module",
1414
"license": [
15-
"proprietary"
15+
"OSL-3.0",
16+
"AFL-3.0"
1617
],
1718
"autoload": {
1819
"files": [

app/code/Magento/AsynchronousOperations/Test/Mftf/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
},
2020
"type": "magento2-test",
2121
"license": [
22-
"proprietary"
22+
"OSL-3.0",
23+
"AFL-3.0"
2324
]
2425
}

app/code/Magento/AsynchronousOperations/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"type": "magento2-module",
2121
"license": [
22-
"proprietary"
22+
"OSL-3.0",
23+
"AFL-3.0"
2324
],
2425
"autoload": {
2526
"files": [

app/code/Magento/Authorizenet/Test/Mftf/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
},
2121
"type": "magento2-test",
2222
"license": [
23-
"proprietary"
23+
"OSL-3.0",
24+
"AFL-3.0"
2425
]
2526
}

app/code/Magento/Authorizenet/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
"type": "magento2-module",
2222
"license": [
23-
"proprietary"
23+
"OSL-3.0",
24+
"AFL-3.0"
2425
],
2526
"autoload": {
2627
"files": [

app/code/Magento/Braintree/Test/Mftf/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"type": "magento2-test",
3030
"license": [
31-
"proprietary"
31+
"OSL-3.0",
32+
"AFL-3.0"
3233
]
3334
}

app/code/Magento/Braintree/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
},
3030
"type": "magento2-module",
3131
"license": [
32-
"proprietary"
32+
"OSL-3.0",
33+
"AFL-3.0"
3334
],
3435
"autoload": {
3536
"files": [

app/code/Magento/Elasticsearch/Test/Mftf/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
},
2222
"type": "magento2-test",
2323
"license": [
24-
"proprietary"
24+
"OSL-3.0",
25+
"AFL-3.0"
2526
]
2627
}

app/code/Magento/Elasticsearch/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"type": "magento2-module",
2121
"license": [
22-
"proprietary"
22+
"OSL-3.0",
23+
"AFL-3.0"
2324
],
2425
"autoload": {
2526
"files": [

app/code/Magento/EncryptionKey/Test/Mftf/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"type": "magento2-test",
1414
"license": [
15-
"proprietary"
15+
"OSL-3.0",
16+
"AFL-3.0"
1617
]
1718
}

app/code/Magento/EncryptionKey/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"type": "magento2-module",
1414
"license": [
15-
"proprietary"
15+
"OSL-3.0",
16+
"AFL-3.0"
1617
],
1718
"autoload": {
1819
"files": [

app/code/Magento/MessageQueue/Test/Mftf/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"type": "magento2-test",
1313
"license": [
14-
"proprietary"
14+
"OSL-3.0",
15+
"AFL-3.0"
1516
]
1617
}

app/code/Magento/MessageQueue/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"type": "magento2-module",
1313
"license": [
14-
"proprietary"
14+
"OSL-3.0",
15+
"AFL-3.0"
1516
],
1617
"autoload": {
1718
"files": [

app/code/Magento/MysqlMq/Test/Mftf/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"type": "magento2-test",
1414
"license": [
15-
"proprietary"
15+
"OSL-3.0",
16+
"AFL-3.0"
1617
]
1718
}

app/code/Magento/MysqlMq/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"type": "magento2-module",
1414
"license": [
15-
"proprietary"
15+
"OSL-3.0",
16+
"AFL-3.0"
1617
],
1718
"autoload": {
1819
"files": [

app/code/Magento/Paypal/Test/Mftf/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
},
3030
"type": "magento2-test",
3131
"license": [
32-
"proprietary"
32+
"OSL-3.0",
33+
"AFL-3.0"
3334
]
3435
}

app/code/Magento/Paypal/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
},
3131
"type": "magento2-module",
3232
"license": [
33-
"proprietary"
33+
"OSL-3.0",
34+
"AFL-3.0"
3435
],
3536
"autoload": {
3637
"files": [

app/code/Magento/ProductVideo/Test/Mftf/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
},
2121
"type": "magento2-test",
2222
"license": [
23-
"proprietary"
23+
"OSL-3.0",
24+
"AFL-3.0"
2425
]
2526
}

app/code/Magento/ProductVideo/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
"type": "magento2-module",
2222
"license": [
23-
"proprietary"
23+
"OSL-3.0",
24+
"AFL-3.0"
2425
],
2526
"autoload": {
2627
"files": [

app/code/Magento/Signifyd/Test/Mftf/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
},
2222
"type": "magento2-test",
2323
"license": [
24-
"proprietary"
24+
"OSL-3.0",
25+
"AFL-3.0"
2526
]
2627
}

app/code/Magento/Signifyd/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
},
2222
"type": "magento2-module",
2323
"license": [
24-
"proprietary"
24+
"OSL-3.0",
25+
"AFL-3.0"
2526
],
2627
"autoload": {
2728
"files": [

app/code/Magento/SwaggerWebapiAsync/Test/Mftf/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
},
1515
"type": "magento2-test",
1616
"license": [
17-
"proprietary"
17+
"OSL-3.0",
18+
"AFL-3.0"
1819
]
1920
}

app/code/Magento/SwaggerWebapiAsync/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"type": "magento2-module",
1616
"license": [
17-
"proprietary"
17+
"OSL-3.0",
18+
"AFL-3.0"
1819
],
1920
"autoload": {
2021
"files": [

app/code/Magento/Swatches/Test/Mftf/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"type": "magento2-test",
2525
"license": [
26-
"proprietary"
26+
"OSL-3.0",
27+
"AFL-3.0"
2728
]
2829
}

app/code/Magento/Swatches/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
},
2424
"type": "magento2-module",
2525
"license": [
26-
"proprietary"
26+
"OSL-3.0",
27+
"AFL-3.0"
2728
],
2829
"autoload": {
2930
"files": [

app/code/Magento/Vault/Test/Mftf/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
},
1717
"type": "magento2-test",
1818
"license": [
19-
"proprietary"
19+
"OSL-3.0",
20+
"AFL-3.0"
2021
]
2122
}

app/code/Magento/Vault/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"type": "magento2-module",
1818
"license": [
19-
"proprietary"
19+
"OSL-3.0",
20+
"AFL-3.0"
2021
],
2122
"autoload": {
2223
"files": [

0 commit comments

Comments
 (0)