Skip to content

Commit b18841b

Browse files
Use SPDX identifiers in package.json license fields (#2741)
1 parent 4db499b commit b18841b

File tree

8 files changed

+17
-7
lines changed

8 files changed

+17
-7
lines changed

.changeset/hungry-ducks-remember.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"apollo-federation-integration-testsuite": minor
3+
"@apollo/query-planner": minor
4+
"@apollo/query-graphs": minor
5+
"@apollo/composition": minor
6+
"@apollo/federation-internals": minor
7+
"@apollo/gateway": minor
8+
---
9+
10+
Update `license` field in `package.json` to use `Elastic-2.0` SPDX identifier
11+

composition-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"composition"
2020
],
2121
"author": "Apollo <[email protected]>",
22-
"license": "SEE LICENSE IN ./LICENSE",
22+
"license": "Elastic-2.0",
2323
"engines": {
2424
"node": ">=14.15.0"
2525
},

federation-integration-testsuite-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"keywords": [],
1414
"author": "Apollo <[email protected]>",
15-
"license": "SEE LICENSE IN ./LICENSE",
15+
"license": "Elastic-2.0",
1616
"bugs": {
1717
"url": "https://github.com/apollographql/federation/issues"
1818
},

gateway-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"engines": {
2121
"node": ">=14.15.0"
2222
},
23-
"license": "SEE LICENSE IN ./LICENSE",
23+
"license": "Elastic-2.0",
2424
"publishConfig": {
2525
"access": "public"
2626
},

internals-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"apollo"
1919
],
2020
"author": "Apollo <[email protected]>",
21-
"license": "SEE LICENSE IN ./LICENSE",
21+
"license": "Elastic-2.0",
2222
"engines": {
2323
"node": ">=14.15.0"
2424
},

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "apollo-federation-monorepo",
33
"private": true,
4-
"license": "SEE LICENSE IN ./LICENSE",
54
"repository": "github:apollographql/federation",
65
"scripts": {
76
"clean": "git clean -dfqX -- ./target ./node_modules **/{dist,node_modules}/ ./*/tsconfig*tsbuildinfo",

query-graphs-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"apollo"
1919
],
2020
"author": "Apollo <[email protected]>",
21-
"license": "SEE LICENSE IN ./LICENSE",
21+
"license": "Elastic-2.0",
2222
"engines": {
2323
"node": ">=14.15.0"
2424
},

query-planner-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"engines": {
2121
"node": ">=14.15.0"
2222
},
23-
"license": "SEE LICENSE IN ./LICENSE",
23+
"license": "Elastic-2.0",
2424
"publishConfig": {
2525
"access": "public"
2626
},

0 commit comments

Comments
 (0)