Skip to content

Commit

Permalink
Use SPDX identifiers in package.json license fields (#2741)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Aug 21, 2023
1 parent 4db499b commit b18841b
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 7 deletions.
11 changes: 11 additions & 0 deletions .changeset/hungry-ducks-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"apollo-federation-integration-testsuite": minor
"@apollo/query-planner": minor
"@apollo/query-graphs": minor
"@apollo/composition": minor
"@apollo/federation-internals": minor
"@apollo/gateway": minor
---

Update `license` field in `package.json` to use `Elastic-2.0` SPDX identifier

2 changes: 1 addition & 1 deletion composition-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"composition"
],
"author": "Apollo <packages@apollographql.com>",
"license": "SEE LICENSE IN ./LICENSE",
"license": "Elastic-2.0",
"engines": {
"node": ">=14.15.0"
},
Expand Down
2 changes: 1 addition & 1 deletion federation-integration-testsuite-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"keywords": [],
"author": "Apollo <packages@apollographql.com>",
"license": "SEE LICENSE IN ./LICENSE",
"license": "Elastic-2.0",
"bugs": {
"url": "https://github.com/apollographql/federation/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion gateway-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"engines": {
"node": ">=14.15.0"
},
"license": "SEE LICENSE IN ./LICENSE",
"license": "Elastic-2.0",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion internals-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"apollo"
],
"author": "Apollo <packages@apollographql.com>",
"license": "SEE LICENSE IN ./LICENSE",
"license": "Elastic-2.0",
"engines": {
"node": ">=14.15.0"
},
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "apollo-federation-monorepo",
"private": true,
"license": "SEE LICENSE IN ./LICENSE",
"repository": "github:apollographql/federation",
"scripts": {
"clean": "git clean -dfqX -- ./target ./node_modules **/{dist,node_modules}/ ./*/tsconfig*tsbuildinfo",
Expand Down
2 changes: 1 addition & 1 deletion query-graphs-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"apollo"
],
"author": "Apollo <packages@apollographql.com>",
"license": "SEE LICENSE IN ./LICENSE",
"license": "Elastic-2.0",
"engines": {
"node": ">=14.15.0"
},
Expand Down
2 changes: 1 addition & 1 deletion query-planner-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"engines": {
"node": ">=14.15.0"
},
"license": "SEE LICENSE IN ./LICENSE",
"license": "Elastic-2.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit b18841b

Please sign in to comment.