Skip to content

Commit

Permalink
fix(turbopack): Update Cargo.toml/package.json license field for turb…
Browse files Browse the repository at this point in the history
…opack-related crates (#75889)

Make this match what the license.md file in the root already says.

Got approval from legal here: https://vercel.slack.com/archives/C08CP9WLM6X/p1739235323414089
  • Loading branch information
bgw authored Feb 11, 2025
1 parent c616304 commit 306de72
Show file tree
Hide file tree
Showing 54 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion crates/next-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "next-api"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion crates/next-build-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "next-build-test"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion crates/next-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "next-build"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion crates/next-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "next-core"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-prehash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbo-prehash"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
license = "MIT"

[dependencies]

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-static/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbo-static"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
license = "MIT"

[dependencies]
bincode = "1.3.3"
Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks-auto-hash-map/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "auto-hash-map"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbo-tasks-backend"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbo-tasks-build"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks-bytes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbo-tasks-bytes"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks-env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbo-tasks-env"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks-fetch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbo-tasks-fetch"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbo-tasks-fs"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbo-tasks-hash"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks-macros-shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbo-tasks-macros-shared"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks-macros-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbo-tasks-macros-tests"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbo-tasks-macros"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks-malloc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbo-tasks-malloc"
version = "0.1.0"
description = "A wrapper around mimalloc or the system allocator that tracks allocations"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks-memory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbo-tasks-memory"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbo-tasks-testing"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false
autotests = false
Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbo-tasks"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-bench"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-browser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-browser"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-cli-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-cli-utils"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-cli"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-core"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-create-test-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-create-test-app"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"

# don't publish this crate (for now)
Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-css/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-css"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-dev-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-dev-server"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-ecmascript-hmr-protocol"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-ecmascript-plugins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-ecmascript-plugins"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-ecmascript-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-ecmascript-runtime"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-ecmascript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-ecmascript"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-env"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-image/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-image"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-json"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-mdx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-mdx"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-node"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-nodejs"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-resolve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-resolve"
version = "0.1.0"
description = "Methods to create and modify resolver options"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-static/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-static"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-swc-ast-explorer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "swc-ast-explorer"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"

# don't publish this crate (for now)
Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-swc-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-swc-utils"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "turbopack-test-utils"
version = "0.1.0"
description = "TBD"
license = "MPL-2.0"
license = "MIT"
edition = "2021"
autobenches = false

Expand Down
Loading

0 comments on commit 306de72

Please sign in to comment.