Skip to content

Commit

Permalink
fix(core): add license information for native packages (#17964)
Browse files Browse the repository at this point in the history
(cherry picked from commit d42d2f4)
  • Loading branch information
vergilfromadyen authored and FrozenPandaz committed Jul 7, 2023
1 parent 699af69 commit a496ef9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx/native-packages/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nx/nx-darwin-arm64",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
Expand Down
1 change: 1 addition & 0 deletions packages/nx/native-packages/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nx/nx-darwin-x64",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
Expand Down
1 change: 1 addition & 0 deletions packages/nx/native-packages/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nx/nx-freebsd-x64",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nx/nx-linux-arm-gnueabihf",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
Expand Down
1 change: 1 addition & 0 deletions packages/nx/native-packages/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nx/nx-linux-arm64-gnu",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
Expand Down
1 change: 1 addition & 0 deletions packages/nx/native-packages/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nx/nx-linux-arm64-musl",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
Expand Down
1 change: 1 addition & 0 deletions packages/nx/native-packages/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nx/nx-linux-x64-gnu",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
Expand Down
1 change: 1 addition & 0 deletions packages/nx/native-packages/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nx/nx-linux-x64-musl",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
Expand Down
1 change: 1 addition & 0 deletions packages/nx/native-packages/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nx/nx-win32-arm64-msvc",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
Expand Down
1 change: 1 addition & 0 deletions packages/nx/native-packages/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nx/nx-win32-x64-msvc",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
Expand Down

0 comments on commit a496ef9

Please sign in to comment.