Skip to content

Commit 077097b

Browse files
oBuskijjk
andauthored
Remove licence from all example/package.json that has them (#28007)
* Add licences to all example/package.json that lack them * Revert "Add licences to all example/package.json that lack them" This reverts commit 5d4e250. * Update check-examples to remove `license` field from examples * Remove `license` from all examples. This was mentioned in #27121 but it looks like it didn't end up being in the merge? Co-authored-by: JJ Kasper <jj@jjsweb.site>
1 parent c3dcc96 commit 077097b

File tree

190 files changed

+189
-378
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+189
-378
lines changed

examples/active-class-name/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"next": "latest",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
12-
},
13-
"license": "MIT"
12+
}
1413
}

examples/amp-first/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"next": "latest",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
12-
},
13-
"license": "MIT"
12+
}
1413
}

examples/amp-story/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"next": "latest",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
12-
},
13-
"license": "MIT"
12+
}
1413
}

examples/amp/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"next": "latest",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
12-
},
13-
"license": "MIT"
12+
}
1413
}

examples/analyze-bundles/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@
1717
},
1818
"devDependencies": {
1919
"serve": "^11.3.2"
20-
},
21-
"license": "MIT"
20+
}
2221
}

examples/api-routes-apollo-server-and-client-auth/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@
1717
"react": "^17.0.2",
1818
"react-dom": "^17.0.2",
1919
"uuid": "8.1.0"
20-
},
21-
"license": "MIT"
20+
}
2221
}

examples/api-routes-apollo-server-and-client/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@
1313
"prop-types": "^15.6.2",
1414
"react": "^17.0.2",
1515
"react-dom": "^17.0.2"
16-
},
17-
"license": "MIT"
16+
}
1817
}

examples/api-routes-apollo-server/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
"next": "latest",
1313
"react": "^17.0.2",
1414
"react-dom": "^17.0.2"
15-
},
16-
"license": "MIT"
15+
}
1716
}

examples/api-routes-cors/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
"next": "latest",
1111
"react": "^17.0.2",
1212
"react-dom": "^17.0.2"
13-
},
14-
"license": "MIT"
13+
}
1514
}

examples/api-routes-graphql/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@
1313
"react": "^17.0.2",
1414
"react-dom": "^17.0.2",
1515
"swr": "^0.5.6"
16-
},
17-
"license": "MIT"
16+
}
1817
}

examples/api-routes-middleware/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
"react": "^17.0.2",
1212
"react-dom": "^17.0.2",
1313
"swr": "0.1.18"
14-
},
15-
"license": "MIT"
14+
}
1615
}

examples/api-routes-rest/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2",
1212
"swr": "^0.1.18"
13-
},
14-
"license": "MIT"
13+
}
1514
}

examples/api-routes/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2",
1212
"swr": "0.1.18"
13-
},
14-
"license": "MIT"
13+
}
1514
}

examples/basic-css/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"next": "latest",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
12-
},
13-
"license": "MIT"
12+
}
1413
}

examples/basic-export/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"next": "latest",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
12-
},
13-
"license": "MIT"
12+
}
1413
}

examples/blog-starter-typescript/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@
2525
"autoprefixer": "^10.2.5",
2626
"postcss": "^8.3.0",
2727
"tailwindcss": "^2.1.2"
28-
},
29-
"license": "MIT"
28+
}
3029
}

examples/blog-starter/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@
1919
"autoprefixer": "^10.2.1",
2020
"postcss": "^8.2.4",
2121
"tailwindcss": "^2.0.2"
22-
},
23-
"license": "MIT"
22+
}
2423
}

examples/cms-agilitycms/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@
2222
"autoprefixer": "10.2.6",
2323
"postcss": "8.3.5",
2424
"tailwindcss": "^2.2.4"
25-
},
26-
"license": "MIT"
25+
}
2726
}

examples/cms-buttercms/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@
1717
"autoprefixer": "10.2.6",
1818
"postcss": "8.3.5",
1919
"tailwindcss": "^2.2.4"
20-
},
21-
"license": "MIT"
20+
}
2221
}

examples/cms-contentful/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@
1919
"contentful-import": "^7.8.7",
2020
"postcss": "8.3.5",
2121
"tailwindcss": "^2.2.4"
22-
},
23-
"license": "MIT"
22+
}
2423
}

examples/cms-cosmic/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@
2222
"autoprefixer": "10.2.6",
2323
"postcss": "8.3.5",
2424
"tailwindcss": "^2.2.4"
25-
},
26-
"license": "MIT"
25+
}
2726
}

examples/cms-datocms/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@
1919
"autoprefixer": "10.2.6",
2020
"postcss": "8.3.5",
2121
"tailwindcss": "^2.2.4"
22-
},
23-
"license": "MIT"
22+
}
2423
}

examples/cms-drupal/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@
1717
"autoprefixer": "10.2.6",
1818
"postcss": "8.3.5",
1919
"tailwindcss": "^2.2.4"
20-
},
21-
"license": "MIT"
20+
}
2221
}

examples/cms-ghost/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@
1818
"autoprefixer": "10.2.6",
1919
"postcss": "8.3.5",
2020
"tailwindcss": "^2.2.4"
21-
},
22-
"license": "MIT"
21+
}
2322
}

examples/cms-graphcms/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@
1616
"autoprefixer": "10.2.6",
1717
"postcss": "8.3.5",
1818
"tailwindcss": "^2.2.4"
19-
},
20-
"license": "MIT"
19+
}
2120
}

examples/cms-kontent/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@
2121
"autoprefixer": "10.2.6",
2222
"postcss": "8.3.5",
2323
"tailwindcss": "^2.2.4"
24-
},
25-
"license": "MIT"
24+
}
2625
}

examples/cms-prepr/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@
1717
"autoprefixer": "10.2.6",
1818
"postcss": "8.3.5",
1919
"tailwindcss": "^2.2.4"
20-
},
21-
"license": "MIT"
20+
}
2221
}

examples/cms-prismic/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@
1818
"autoprefixer": "10.2.6",
1919
"postcss": "8.3.5",
2020
"tailwindcss": "^2.2.4"
21-
},
22-
"license": "MIT"
21+
}
2322
}

examples/cms-sanity/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@
1818
"autoprefixer": "10.2.6",
1919
"postcss": "8.3.5",
2020
"tailwindcss": "^2.2.4"
21-
},
22-
"license": "MIT"
21+
}
2322
}

examples/cms-storyblok/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@
1919
"autoprefixer": "10.2.6",
2020
"postcss": "8.3.5",
2121
"tailwindcss": "^2.2.4"
22-
},
23-
"license": "MIT"
22+
}
2423
}

examples/cms-strapi/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@
1818
"autoprefixer": "10.2.6",
1919
"postcss": "8.3.5",
2020
"tailwindcss": "^2.2.4"
21-
},
22-
"license": "MIT"
21+
}
2322
}

examples/cms-takeshape/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@
1919
"autoprefixer": "10.2.6",
2020
"postcss": "8.3.5",
2121
"tailwindcss": "^2.2.4"
22-
},
23-
"license": "MIT"
22+
}
2423
}

examples/cms-wordpress/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@
1616
"autoprefixer": "10.2.6",
1717
"postcss": "8.3.5",
1818
"tailwindcss": "^2.2.4"
19-
},
20-
"license": "MIT"
19+
}
2120
}

examples/custom-routes-proxying/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"next": "latest",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
12-
},
13-
"license": "MIT"
12+
}
1413
}

examples/custom-server-actionhero/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@
1313
},
1414
"scripts": {
1515
"start": "actionhero start"
16-
},
17-
"license": "MIT"
16+
}
1817
}

examples/custom-server-express/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
"next": "latest",
1212
"react": "^17.0.2",
1313
"react-dom": "^17.0.2"
14-
},
15-
"license": "MIT"
14+
}
1615
}

examples/custom-server-fastify/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
"next": "latest",
1212
"react": "^17.0.2",
1313
"react-dom": "^17.0.2"
14-
},
15-
"license": "MIT"
14+
}
1615
}

examples/custom-server-hapi/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
"next": "latest",
1212
"react": "^17.0.2",
1313
"react-dom": "^17.0.2"
14-
},
15-
"license": "MIT"
14+
}
1615
}

examples/custom-server-koa/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
"next": "latest",
1313
"react": "^17.0.2",
1414
"react-dom": "^17.0.2"
15-
},
16-
"license": "MIT"
15+
}
1716
}

examples/custom-server-polka/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
"polka": "0.5.1",
1212
"react": "^17.0.2",
1313
"react-dom": "^17.0.2"
14-
},
15-
"license": "MIT"
14+
}
1615
}

examples/custom-server-typescript/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@
1818
"nodemon": "^2.0.4",
1919
"ts-node": "^8.10.2",
2020
"typescript": "4.0"
21-
},
22-
"license": "MIT"
21+
}
2322
}

examples/data-fetch/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"next": "latest",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
12-
},
13-
"license": "MIT"
12+
}
1413
}

examples/environment-variables/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"next": "latest",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
12-
},
13-
"license": "MIT"
12+
}
1413
}

examples/fast-refresh-demo/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"next": "latest",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
12-
},
13-
"license": "MIT"
12+
}
1413
}

examples/head-elements/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"next": "latest",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
12-
},
13-
"license": "MIT"
12+
}
1413
}

examples/headers/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"next": "latest",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
12-
},
13-
"license": "MIT"
12+
}
1413
}

examples/hello-world/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"next": "latest",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
12-
},
13-
"license": "MIT"
12+
}
1413
}

examples/i18n-routing/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"next": "latest",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
12-
},
13-
"license": "MIT"
12+
}
1413
}

examples/image-component/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"next": "latest",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
12-
},
13-
"license": "MIT"
12+
}
1413
}

examples/layout-component/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"next": "latest",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
12-
},
13-
"license": "MIT"
12+
}
1413
}

0 commit comments

Comments
 (0)