[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",
"version": "6.7.0",
"license": "MIT",
"license": "Apache-2.0",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
"homepage": "https://github.com/vercel/vercel/blob/main/DEVELOPING_A_RUNTIME.md",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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