From 8ec557d7cbf84391f1b453aa7a46c17c76ec2288 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Sun, 23 Jun 2019 17:55:43 +0200 Subject: [PATCH] Rename LICENSE files to LICENSE.md --- LICENSE => LICENSE.md | 0 README.md | 2 +- packages/cli/{LICENSE => LICENSE.md} | 0 packages/cli/README.md | 2 +- packages/cli/package.json | 2 +- packages/core/{LICENSE => LICENSE.md} | 0 packages/core/README.md | 2 +- packages/core/package.json | 2 +- packages/editor-ui/{LICENSE => LICENSE.md} | 0 packages/editor-ui/README.md | 2 +- packages/editor-ui/package.json | 2 +- packages/node-dev/{LICENSE => LICENSE.md} | 0 packages/node-dev/README.md | 2 +- packages/node-dev/package.json | 2 +- packages/nodes-base/{LICENSE => LICENSE.md} | 0 packages/nodes-base/README.md | 2 +- packages/nodes-base/package.json | 2 +- packages/workflow/{LICENSE => LICENSE.md} | 0 packages/workflow/README.md | 2 +- packages/workflow/package.json | 2 +- 20 files changed, 13 insertions(+), 13 deletions(-) rename LICENSE => LICENSE.md (100%) rename packages/cli/{LICENSE => LICENSE.md} (100%) rename packages/core/{LICENSE => LICENSE.md} (100%) rename packages/editor-ui/{LICENSE => LICENSE.md} (100%) rename packages/node-dev/{LICENSE => LICENSE.md} (100%) rename packages/nodes-base/{LICENSE => LICENSE.md} (100%) rename packages/workflow/{LICENSE => LICENSE.md} (100%) diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/README.md b/README.md index 838eaa5d8b..244f868493 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,4 @@ Execute: `npm run start` ## License -[Apache 2.0 with Commons Clause](LICENSE) +[Apache 2.0 with Commons Clause](LICENSE.md) diff --git a/packages/cli/LICENSE b/packages/cli/LICENSE.md similarity index 100% rename from packages/cli/LICENSE rename to packages/cli/LICENSE.md diff --git a/packages/cli/README.md b/packages/cli/README.md index 3d933e139f..db727dd1d6 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -38,7 +38,7 @@ n8n ## License -[Apache 2.0 with Commons Clause](LICENSE) +[Apache 2.0 with Commons Clause](LICENSE.md) ## Development diff --git a/packages/cli/package.json b/packages/cli/package.json index 43d6b2eef5..c57295e5f6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -2,7 +2,7 @@ "name": "n8n", "version": "0.1.2", "description": "n8n Workflow Automation Tool", - "license": "SEE LICENSE IN LICENSE", + "license": "SEE LICENSE IN LICENSE.md", "author": { "name": "Jan Oberhauser", "email": "jan@n8n.io" diff --git a/packages/core/LICENSE b/packages/core/LICENSE.md similarity index 100% rename from packages/core/LICENSE rename to packages/core/LICENSE.md diff --git a/packages/core/README.md b/packages/core/README.md index 226ed6ffa6..250ae0e0d4 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -10,4 +10,4 @@ npm install n8n-core ## License -[Apache 2.0 with Commons Clause](LICENSE) +[Apache 2.0 with Commons Clause](LICENSE.md) diff --git a/packages/core/package.json b/packages/core/package.json index c0949695bb..004872d15d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -2,7 +2,7 @@ "name": "n8n-core", "version": "0.1.0", "description": "Core functionality of n8n", - "license": "SEE LICENSE IN LICENSE", + "license": "SEE LICENSE IN LICENSE.md", "author": { "name": "Jan Oberhauser", "email": "jan@n8n.io" diff --git a/packages/editor-ui/LICENSE b/packages/editor-ui/LICENSE.md similarity index 100% rename from packages/editor-ui/LICENSE rename to packages/editor-ui/LICENSE.md diff --git a/packages/editor-ui/README.md b/packages/editor-ui/README.md index 22718e0840..6adb93ca62 100644 --- a/packages/editor-ui/README.md +++ b/packages/editor-ui/README.md @@ -49,4 +49,4 @@ See [Configuration Reference](https://cli.vuejs.org/config/). ## License -[Apache 2.0 with Commons Clause](LICENSE) +[Apache 2.0 with Commons Clause](LICENSE.md) diff --git a/packages/editor-ui/package.json b/packages/editor-ui/package.json index f717dc27ef..486021f95f 100644 --- a/packages/editor-ui/package.json +++ b/packages/editor-ui/package.json @@ -2,7 +2,7 @@ "name": "n8n-editor-ui", "version": "0.1.1", "description": "Workflow Editor UI for n8n", - "license": "SEE LICENSE IN LICENSE", + "license": "SEE LICENSE IN LICENSE.md", "author": { "name": "Jan Oberhauser", "email": "jan@n8n.io" diff --git a/packages/node-dev/LICENSE b/packages/node-dev/LICENSE.md similarity index 100% rename from packages/node-dev/LICENSE rename to packages/node-dev/LICENSE.md diff --git a/packages/node-dev/README.md b/packages/node-dev/README.md index f8097845e8..d4e034ae12 100644 --- a/packages/node-dev/README.md +++ b/packages/node-dev/README.md @@ -38,4 +38,4 @@ Creates new basic credentials or node of the selected type to have a first start ## License -[Apache 2.0 with Commons Clause](LICENSE) +[Apache 2.0 with Commons Clause](LICENSE.md) diff --git a/packages/node-dev/package.json b/packages/node-dev/package.json index 9743f002c0..5c4b33860a 100644 --- a/packages/node-dev/package.json +++ b/packages/node-dev/package.json @@ -2,7 +2,7 @@ "name": "n8n-node-dev", "version": "0.1.0", "description": "CLI to simplify n8n credentials/node development", - "license": "SEE LICENSE IN LICENSE", + "license": "SEE LICENSE IN LICENSE.md", "author": { "name": "Jan Oberhauser", "email": "jan@n8n.io" diff --git a/packages/nodes-base/LICENSE b/packages/nodes-base/LICENSE.md similarity index 100% rename from packages/nodes-base/LICENSE rename to packages/nodes-base/LICENSE.md diff --git a/packages/nodes-base/README.md b/packages/nodes-base/README.md index f1c8100242..0184e2e341 100644 --- a/packages/nodes-base/README.md +++ b/packages/nodes-base/README.md @@ -11,4 +11,4 @@ npm install n8n-nodes-base -g ## License -[Apache 2.0 with Commons Clause](LICENSE) +[Apache 2.0 with Commons Clause](LICENSE.md) diff --git a/packages/nodes-base/package.json b/packages/nodes-base/package.json index e19ddf9aea..72570ae406 100644 --- a/packages/nodes-base/package.json +++ b/packages/nodes-base/package.json @@ -2,7 +2,7 @@ "name": "n8n-nodes-base", "version": "0.1.0", "description": "Base nodes of n8n", - "license": "SEE LICENSE IN LICENSE", + "license": "SEE LICENSE IN LICENSE.md", "author": { "name": "Jan Oberhauser", "email": "jan@n8n.io" diff --git a/packages/workflow/LICENSE b/packages/workflow/LICENSE.md similarity index 100% rename from packages/workflow/LICENSE rename to packages/workflow/LICENSE.md diff --git a/packages/workflow/README.md b/packages/workflow/README.md index d5be588095..e0b7d70f23 100644 --- a/packages/workflow/README.md +++ b/packages/workflow/README.md @@ -10,4 +10,4 @@ npm install n8n-workflow ## License -[Apache 2.0 with Commons Clause](LICENSE) +[Apache 2.0 with Commons Clause](LICENSE.md) diff --git a/packages/workflow/package.json b/packages/workflow/package.json index bd091adb1f..cb706c68ec 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -2,7 +2,7 @@ "name": "n8n-workflow", "version": "0.1.0", "description": "Workflow base code of n8n", - "license": "SEE LICENSE IN LICENSE", + "license": "SEE LICENSE IN LICENSE.md", "author": { "name": "Jan Oberhauser", "email": "jan@n8n.io"