Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: license SPDX should be Apache-2.0 instead of Apache 2.0 #803

Merged
merged 1 commit into from
May 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/bazel-darwin_x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/bazelbuild/rules_nodejs.git",
"directory": "packages/bazel-darwin_x64"
},
"license": "Apache 2.0",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bazelbuild/bazel/issues"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/bazel-linux_x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/bazelbuild/rules_nodejs.git",
"directory": "packages/bazel-linux_x64"
},
"license": "Apache 2.0",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bazelbuild/bazel/issues"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/bazel-win32_x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://github.com/bazelbuild/rules_nodejs.git",
"directory": "packages/bazel-win32_x64"
},
"license": "Apache 2.0",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bazelbuild/bazel/issues"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/bazel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bazel": "./index.js"
},
"version": "0.26.0-rc10",
"license": "Apache 2.0",
"license": "Apache-2.0",
"description": "Build and test software of any size, quickly and reliably",
"homepage": "https://bazel.build/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/buildifier-darwin_x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/bazelbuild/rules_nodejs.git",
"directory": "packages/buildifier-darwin_x64"
},
"license": "Apache 2.0",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bazelbuild/buildtools/issues"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/buildifier-linux_x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/bazelbuild/rules_nodejs.git",
"directory": "packages/buildifier-linux_x64"
},
"license": "Apache 2.0",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bazelbuild/buildtools/issues"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/buildifier-win32_x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/bazelbuild/rules_nodejs.git",
"directory": "packages/buildifier-win32_x64"
},
"license": "Apache 2.0",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bazelbuild/buildtools/issues"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/buildifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"version": "0.25.1",
"description": "A tool for formatting bazel BUILD and .bzl files with a standard convention",
"license": "Apache 2.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/bazelbuild/rules_nodejs.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/buildozer-darwin_x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/bazelbuild/rules_nodejs.git",
"directory": "packages/buildozer-darwin_x64"
},
"license": "Apache 2.0",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bazelbuild/buildtools/issues"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/buildozer-linux_x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/bazelbuild/rules_nodejs.git",
"directory": "packages/buildozer-linux_x64"
},
"license": "Apache 2.0",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bazelbuild/buildtools/issues"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/buildozer-win32_x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/bazelbuild/rules_nodejs.git",
"directory": "packages/buildozer-win32_x64"
},
"license": "Apache 2.0",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bazelbuild/buildtools/issues"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/buildozer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"version": "0.25.1",
"description": "A command line tool to rewrite multiple Bazel BUILD files using standard commands",
"license": "Apache 2.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/bazelbuild/rules_nodejs.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bazel/create",
"bin": "index.js",
"license": "Apache 2.0",
"license": "Apache-2.0",
"version": "0.0.0-PLACEHOLDER",
"keywords": [
"bazel"
Expand Down
2 changes: 1 addition & 1 deletion packages/jasmine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bazel/jasmine",
"description": "Run Jasmine tests under Bazel",
"license": "Apache 2.0",
"license": "Apache-2.0",
"version": "0.0.0-PLACEHOLDER",
"repository": {
"type" : "git",
Expand Down