Skip to content

Commit 19aa3dd

Browse files
committed
Update package.json license identifier
1 parent de4ae23 commit 19aa3dd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

arduino-ide-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "arduino-ide-extension",
33
"version": "2.0.0-beta.3",
44
"description": "An extension for Theia building the Arduino IDE",
5-
"license": "MIT",
5+
"license": "AGPL-3.0-or-later",
66
"scripts": {
77
"prepare": "yarn download-cli && yarn download-ls && yarn clean && yarn download-examples && yarn build",
88
"clean": "rimraf lib",

browser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "browser-app",
44
"version": "2.0.0-beta.3",
5-
"license": "MIT",
5+
"license": "AGPL-3.0-or-later",
66
"dependencies": {
77
"@theia/core": "next",
88
"@theia/debug": "next",

electron-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "electron-app",
44
"version": "2.0.0-beta.3",
5-
"license": "MIT",
5+
"license": "AGPL-3.0-or-later",
66
"main": "src-gen/frontend/electron-main.js",
77
"dependencies": {
88
"@theia/core": "next",

electron/packager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"keywords": [],
1313
"author": "Arduino SA",
14-
"license": "MIT",
14+
"license": "AGPL-3.0-or-later",
1515
"dependencies": {
1616
"@types/file-type": "^10.9.1",
1717
"@types/temp": "^0.8.32",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Arduino IDE",
55
"repository": "https://github.com/bcmi-labs/arduino-editor.git",
66
"author": "Arduino SA",
7-
"license": "MIT",
7+
"license": "AGPL-3.0-or-later",
88
"private": true,
99
"engines": {
1010
"node": ">=12.14.1 <13"

0 commit comments

Comments
 (0)