[all] Use correct "license" field in package.json (#9754)

Follow-up to #9696. Ensures that all packages in this repository have
the correct "license" field in their respective `package.json` files set
to "Apache-2.0", to match the `LICENSE` file at the root of the
repository.

The `LICENSE` file the authoritative source, so the "MIT" value was
incorrect. This change corrects the previous values and is not
considered a relicensing.
This commit is contained in:
Nathan Rajlich
2023-04-06 15:33:55 -07:00
committed by GitHub
parent 07a09b7880
commit ee4ba6ccbe
19 changed files with 20 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "@vercel/build-utils", "name": "@vercel/build-utils",
"version": "6.7.0", "version": "6.7.0",
"license": "MIT", "license": "Apache-2.0",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.js", "types": "./dist/index.d.js",
"homepage": "https://github.com/vercel/vercel/blob/main/DEVELOPING_A_RUNTIME.md", "homepage": "https://github.com/vercel/vercel/blob/main/DEVELOPING_A_RUNTIME.md",

View File

@@ -4,7 +4,7 @@
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"homepage": "https://vercel.com", "homepage": "https://vercel.com",
"license": "MIT", "license": "Apache-2.0",
"files": [ "files": [
"dist" "dist"
], ],

View File

@@ -1,7 +1,7 @@
{ {
"name": "@vercel/edge", "name": "@vercel/edge",
"version": "0.3.1", "version": "0.3.1",
"license": "MIT", "license": "Apache-2.0",
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/index.mjs", "module": "dist/index.mjs",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View File

@@ -14,7 +14,7 @@
"test": "jest --coverage --env node --verbose", "test": "jest --coverage --env node --verbose",
"test-unit": "pnpm test" "test-unit": "pnpm test"
}, },
"license": "MIT", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@types/jest": "29.2.1", "@types/jest": "29.2.1",
"@types/node": "14.18.33", "@types/node": "14.18.33",

View File

@@ -31,7 +31,7 @@
"lcp", "lcp",
"ttfb" "ttfb"
], ],
"license": "MIT", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@babel/cli": "7.20.7", "@babel/cli": "7.20.7",
"@babel/core": "7.5.0" "@babel/core": "7.5.0"

View File

@@ -1,7 +1,7 @@
{ {
"name": "@vercel/go", "name": "@vercel/go",
"version": "2.4.3", "version": "2.4.3",
"license": "MIT", "license": "Apache-2.0",
"main": "./dist/index", "main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/go", "homepage": "https://vercel.com/docs/runtimes#official-runtimes/go",
"repository": { "repository": {

View File

@@ -1,7 +1,7 @@
{ {
"name": "@vercel/hydrogen", "name": "@vercel/hydrogen",
"version": "0.0.61", "version": "0.0.61",
"license": "MIT", "license": "Apache-2.0",
"main": "./dist/index.js", "main": "./dist/index.js",
"homepage": "https://vercel.com/docs", "homepage": "https://vercel.com/docs",
"repository": { "repository": {

View File

@@ -1,7 +1,7 @@
{ {
"name": "@vercel/next", "name": "@vercel/next",
"version": "3.7.3", "version": "3.7.3",
"license": "MIT", "license": "Apache-2.0",
"main": "./dist/index", "main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js", "homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
"scripts": { "scripts": {

View File

@@ -1,7 +1,7 @@
{ {
"name": "@vercel/node-bridge", "name": "@vercel/node-bridge",
"version": "4.0.0", "version": "4.0.0",
"license": "MIT", "license": "Apache-2.0",
"main": "./index.js", "main": "./index.js",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@@ -1,8 +1,9 @@
{ {
"private": true,
"name": "bench", "name": "bench",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "UNLICENSED",
"dependencies": { "dependencies": {
"express": "4.17.1", "express": "4.17.1",
"fs-extra": "8.0.1" "fs-extra": "8.0.1"

View File

@@ -1,7 +1,7 @@
{ {
"name": "@vercel/node", "name": "@vercel/node",
"version": "2.10.2", "version": "2.10.2",
"license": "MIT", "license": "Apache-2.0",
"main": "./dist/index", "main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js", "homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js",
"repository": { "repository": {

View File

@@ -2,7 +2,7 @@
"name": "@vercel/python", "name": "@vercel/python",
"version": "3.1.57", "version": "3.1.57",
"main": "./dist/index.js", "main": "./dist/index.js",
"license": "MIT", "license": "Apache-2.0",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/python", "homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
"files": [ "files": [
"dist", "dist",

View File

@@ -2,7 +2,7 @@
"name": "@vercel/redwood", "name": "@vercel/redwood",
"version": "1.1.13", "version": "1.1.13",
"main": "./dist/index.js", "main": "./dist/index.js",
"license": "MIT", "license": "Apache-2.0",
"homepage": "https://vercel.com/docs", "homepage": "https://vercel.com/docs",
"files": [ "files": [
"dist" "dist"

View File

@@ -13,7 +13,7 @@
"scripts": { "scripts": {
"build": "node build.js" "build": "node build.js"
}, },
"license": "MIT", "license": "Apache-2.0",
"files": [ "files": [
"dist" "dist"
], ],

View File

@@ -1,7 +1,7 @@
{ {
"name": "@vercel/remix-builder", "name": "@vercel/remix-builder",
"version": "1.8.3", "version": "1.8.3",
"license": "MIT", "license": "Apache-2.0",
"main": "./dist/index.js", "main": "./dist/index.js",
"homepage": "https://vercel.com/docs", "homepage": "https://vercel.com/docs",
"repository": { "repository": {

View File

@@ -12,7 +12,7 @@
"url": "https://github.com/vercel/vercel.git", "url": "https://github.com/vercel/vercel.git",
"directory": "packages/routing-utils" "directory": "packages/routing-utils"
}, },
"license": "MIT", "license": "Apache-2.0",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"test": "jest --env node --verbose --runInBand --bail", "test": "jest --env node --verbose --runInBand --bail",

View File

@@ -2,7 +2,7 @@
"name": "@vercel/ruby", "name": "@vercel/ruby",
"author": "Nathan Cahill <nathan@nathancahill.com>", "author": "Nathan Cahill <nathan@nathancahill.com>",
"version": "1.3.74", "version": "1.3.74",
"license": "MIT", "license": "Apache-2.0",
"main": "./dist/index", "main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/ruby", "homepage": "https://vercel.com/docs/runtimes#official-runtimes/ruby",
"files": [ "files": [

View File

@@ -1,7 +1,7 @@
{ {
"name": "@vercel/static-build", "name": "@vercel/static-build",
"version": "1.3.21", "version": "1.3.21",
"license": "MIT", "license": "Apache-2.0",
"main": "./dist/index", "main": "./dist/index",
"homepage": "https://vercel.com/docs/build-step", "homepage": "https://vercel.com/docs/build-step",
"files": [ "files": [

View File

@@ -1,7 +1,7 @@
{ {
"name": "@vercel/static-config", "name": "@vercel/static-config",
"version": "2.0.14", "version": "2.0.14",
"license": "MIT", "license": "Apache-2.0",
"main": "./dist/index", "main": "./dist/index",
"repository": { "repository": {
"type": "git", "type": "git",