Update package.json license identifier

This commit is contained in:
Silvano Cerza 2021-02-26 14:35:16 +01:00 committed by Silvano Cerza
parent de4ae232fa
commit 19aa3dd8a5
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
"name": "arduino-ide-extension",
"version": "2.0.0-beta.3",
"description": "An extension for Theia building the Arduino IDE",
"license": "MIT",
"license": "AGPL-3.0-or-later",
"scripts": {
"prepare": "yarn download-cli && yarn download-ls && yarn clean && yarn download-examples && yarn build",
"clean": "rimraf lib",

View File

@ -2,7 +2,7 @@
"private": true,
"name": "browser-app",
"version": "2.0.0-beta.3",
"license": "MIT",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@theia/core": "next",
"@theia/debug": "next",

View File

@ -2,7 +2,7 @@
"private": true,
"name": "electron-app",
"version": "2.0.0-beta.3",
"license": "MIT",
"license": "AGPL-3.0-or-later",
"main": "src-gen/frontend/electron-main.js",
"dependencies": {
"@theia/core": "next",

View File

@ -11,7 +11,7 @@
},
"keywords": [],
"author": "Arduino SA",
"license": "MIT",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@types/file-type": "^10.9.1",
"@types/temp": "^0.8.32",

View File

@ -4,7 +4,7 @@
"description": "Arduino IDE",
"repository": "https://github.com/bcmi-labs/arduino-editor.git",
"author": "Arduino SA",
"license": "MIT",
"license": "AGPL-3.0-or-later",
"private": true,
"engines": {
"node": ">=12.14.1 <13"