Skip to content

Commit

Permalink
Add MPL v2.0 license
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Dec 7, 2021
1 parent 3afd631 commit 990c1c0
Show file tree
Hide file tree
Showing 30 changed files with 5,636 additions and 15 deletions.
373 changes: 373 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

373 changes: 373 additions & 0 deletions docs/LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"author": "Jared Palmer",
"license": "Apache-2.0",
"license": "MPL-2.0",
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-pnpm/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tsconfig",
"version": "0.0.0",
"license": "BUSL-1.1",
"license": "MIT",
"main": "index.js",
"publishConfig": {
"access": "public"
Expand Down
373 changes: 373 additions & 0 deletions npm/turbo-darwin-64/LICENSE

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion npm/turbo-darwin-64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.9.0-next.2",
"description": "The macOS 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/turborepo/turbo",
"license": "SEE LICENSE IN TRIAL AGREEMENT",
"bugs": "https://github.com/turborepo/turbo/issues",
"homepage": "https://turborepo.org",
"license": "MPL-2.0",
"os": [
"darwin"
],
Expand Down
373 changes: 373 additions & 0 deletions npm/turbo-darwin-arm64/LICENSE

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion npm/turbo-darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.9.0-next.2",
"description": "The macOS ARM 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/turborepo/turbo",
"license": "SEE LICENSE IN TRIAL AGREEMENT",
"bugs": "https://github.com/turborepo/turbo/issues",
"homepage": "https://turborepo.org",
"license": "MPL-2.0",
"os": [
"darwin"
],
Expand Down
373 changes: 373 additions & 0 deletions npm/turbo-freebsd-64/LICENSE

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion npm/turbo-freebsd-64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.9.0-next.2",
"description": "The FreeBSD 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/turborepo/turbo",
"license": "SEE LICENSE IN TRIAL AGREEMENT",
"bugs": "https://github.com/turborepo/turbo/issues",
"homepage": "https://turborepo.org",
"license": "MPL-2.0",
"os": [
"freebsd"
],
Expand Down
373 changes: 373 additions & 0 deletions npm/turbo-freebsd-arm64/LICENSE

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion npm/turbo-freebsd-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.9.0-next.2",
"description": "The FreeBSD ARM 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/turborepo/turbo",
"license": "SEE LICENSE IN TRIAL AGREEMENT",
"bugs": "https://github.com/turborepo/turbo/issues",
"homepage": "https://turborepo.org",
"license": "MPL-2.0",
"os": [
"freebsd"
],
Expand Down
Loading

0 comments on commit 990c1c0

Please sign in to comment.