Skip to content

Commit

Permalink
remove all license
Browse files Browse the repository at this point in the history
  • Loading branch information
lucleray committed Jul 12, 2021
1 parent 1d9df44 commit 3dcb428
Show file tree
Hide file tree
Showing 60 changed files with 0 additions and 60 deletions.
1 change: 0 additions & 1 deletion examples/auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"@auth0/nextjs-auth0": "^1.4.2",
"next": "latest",
Expand Down
1 change: 0 additions & 1 deletion examples/blog-with-comment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next",
"build": "node ./scripts/gen-rss.js && next build",
Expand Down
1 change: 0 additions & 1 deletion examples/catch-all-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"next": "latest",
"react": "^17.0.2",
Expand Down
1 change: 0 additions & 1 deletion examples/dynamic-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"next": "latest",
"react": "^17.0.2",
Expand Down
1 change: 0 additions & 1 deletion examples/gh-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT",
"devDependencies": {
"babel-plugin-transform-define": "^1.3.0"
}
Expand Down
1 change: 0 additions & 1 deletion examples/with-aws-amplify-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"@aws-amplify/ui-react": "^1.0.7",
"aws-amplify": "^3.3.27",
Expand Down
1 change: 0 additions & 1 deletion examples/with-aws-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"aws-amplify": "2.1.0",
"immer": "3.1.3",
Expand Down
1 change: 0 additions & 1 deletion examples/with-babel-macros/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT",
"devDependencies": {
"babel-plugin-macros": "^2.4.2",
"preval.macro": "^3.0.0"
Expand Down
1 change: 0 additions & 1 deletion examples/with-carbon-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"@carbon/icons-react": "^10.3.0",
"carbon-components": "^10.3.0",
Expand Down
1 change: 0 additions & 1 deletion examples/with-cerebral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"@cerebral/react": "^2.1.0",
"cerebral": "^3.1.0",
Expand Down
1 change: 0 additions & 1 deletion examples/with-compiled-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-custom-babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT",
"devDependencies": {
"@babel/plugin-proposal-do-expressions": "7.0.0-rc.1"
}
Expand Down
1 change: 0 additions & 1 deletion examples/with-custom-reverse-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"dependencies": {
"express": "^4.15.3",
"next": "latest",
Expand Down
1 change: 0 additions & 1 deletion examples/with-draft-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-electron-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"main": "main/index.js",
"productName": "ElectronTypescriptNext",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion examples/with-emotion-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "next build",
"start": "next start"
},
"license": "MIT",
"devDependencies": {
"@emotion/babel-plugin": "11.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion examples/with-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "next build",
"start": "next start"
},
"license": "MIT",
"devDependencies": {
"@emotion/babel-plugin": "11.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion examples/with-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"start": "next start",
"lint": "next lint"
},
"license": "MIT",
"dependencies": {
"next": "latest",
"react": "^17.0.2",
Expand Down
1 change: 0 additions & 1 deletion examples/with-filbert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"@filbert-js/core": "latest",
"@filbert-js/macro": "latest",
Expand Down
1 change: 0 additions & 1 deletion examples/with-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-goober/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-graphql-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"graphql-hooks": "^5.1.0",
"graphql-hooks-memcache": "^2.1.0",
Expand Down
1 change: 0 additions & 1 deletion examples/with-graphql-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"dependencies": {
"graphql-react": "^11.0.1",
"next": "latest",
Expand Down
1 change: 0 additions & 1 deletion examples/with-hls-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-kea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"redux": "^4.0.0",
"reselect": "^3.0.1"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "7.14.5",
"@babel/plugin-proposal-decorators": "^7.1.0"
Expand Down
1 change: 0 additions & 1 deletion examples/with-lingui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-mobx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "7.14.5",
"@babel/plugin-proposal-class-properties": "^7.1.0",
Expand Down
1 change: 0 additions & 1 deletion examples/with-msw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"msw": "^0.29.0",
"next": "latest",
Expand Down
1 change: 0 additions & 1 deletion examples/with-mux-video/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-neo4j/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"neo4j-driver": "4.1.1",
"next": "latest",
Expand Down
1 change: 0 additions & 1 deletion examples/with-netlify-cms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-next-sitemap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-overmind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"next": "latest",
"overmind": "^17.0.0-1551262265873",
Expand Down
1 change: 0 additions & 1 deletion examples/with-quill-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-react-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-react-helmet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-react-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"react-dom": "^17.0.2",
"react-intl": "^5.6.3"
},
"license": "MIT",
"devDependencies": {
"@types/accepts": "^1.3.5",
"cross-spawn": "7.0.3",
Expand Down
1 change: 0 additions & 1 deletion examples/with-react-md-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-react-md/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-react-multi-carousel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"build": "next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
Expand Down
1 change: 0 additions & 1 deletion examples/with-reason-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"relay": "reason-relay-compiler",
"schema": "graphql get-schema -e dev"
},
"license": "MIT",
"dependencies": {
"bs-fetch": "0.5.2",
"bs-platform": "7.2.2",
Expand Down
1 change: 0 additions & 1 deletion examples/with-reasonml-todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"build": "bsb -clean-world -make-world && next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"next": "latest",
"next-transpile-modules": "^7.3.0",
Expand Down
1 change: 0 additions & 1 deletion examples/with-reasonml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"build": "bsb -clean-world -make-world && next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"next": "latest",
"next-transpile-modules": "^7.3.0",
Expand Down
1 change: 0 additions & 1 deletion examples/with-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-redux-saga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-redux-toolkit-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"react-dom": "^17.0.2",
"react-redux": "^7.2.0"
},
"license": "MIT",
"devDependencies": {
"@testing-library/jest-dom": "^5.0.0",
"@testing-library/react": "^11.0.0",
Expand Down
1 change: 0 additions & 1 deletion examples/with-reflexjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-relay-modern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"relay": "relay-compiler --src ./ --exclude '**/.next/**' '**/node_modules/**' '**/test/**' '**/__generated__/**' --exclude '**/schema/**' --schema ./schema/schema.graphql",
"schema": "graphql get-schema -e dev"
},
"license": "MIT",
"dependencies": {
"graphql": "^14.6.0",
"next": "latest",
Expand Down
1 change: 0 additions & 1 deletion examples/with-sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
Expand Down
1 change: 0 additions & 1 deletion examples/with-storybook-styled-jsx-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.3",
"@storybook/addon-actions": "^6.1.11",
Expand Down
1 change: 0 additions & 1 deletion examples/with-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT",
"devDependencies": {
"@storybook/addon-essentials": "6.0.26",
"@storybook/addon-links": "6.0.26",
Expand Down
Loading

0 comments on commit 3dcb428

Please sign in to comment.