From 2a8f1753e832158106d6201b21a366a8d4d12bfe Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 6 Aug 2024 15:21:57 +0100 Subject: [PATCH] docs: Fix links to license files in readme (no-changelog) (#10257) --- README.md | 4 ++-- docker/images/n8n/README.md | 4 +--- packages/@n8n/chat/README.md | 7 +------ packages/@n8n/nodes-langchain/README.md | 4 +--- packages/cli/README.md | 6 +----- packages/cli/src/PublicApi/v1/openapi.yml | 2 +- packages/core/README.md | 6 +----- packages/design-system/README.md | 6 +----- packages/editor-ui/README.md | 6 +----- packages/editor-ui/src/components/AboutModal.vue | 2 +- packages/node-dev/README.md | 6 +----- packages/nodes-base/README.md | 6 +----- packages/workflow/README.md | 6 +----- 13 files changed, 14 insertions(+), 51 deletions(-) diff --git a/README.md b/README.md index 145ecab8c..d51ac596c 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,8 @@ development environment ready in minutes. ## License n8n is [fair-code](https://faircode.io) distributed under the -[**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md) and the -[**n8n Enterprise License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE_EE.md). +[**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/LICENSE.md) and the +[**n8n Enterprise License**](https://github.com/n8n-io/n8n/blob/master/LICENSE_EE.md). Proprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io) diff --git a/docker/images/n8n/README.md b/docker/images/n8n/README.md index d65459615..f7b45f946 100644 --- a/docker/images/n8n/README.md +++ b/docker/images/n8n/README.md @@ -230,6 +230,4 @@ Before you upgrade to the latest version make sure to check here if there are an ## License -n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). - -Additional information about the license can be found in the [docs](https://docs.n8n.io/reference/license/). +You can find the license information [here](https://github.com/n8n-io/n8n/blob/master/README.md#license) diff --git a/packages/@n8n/chat/README.md b/packages/@n8n/chat/README.md index 538d72ce0..0ed53a577 100644 --- a/packages/@n8n/chat/README.md +++ b/packages/@n8n/chat/README.md @@ -260,10 +260,5 @@ body, ``` ## License -n8n Chat is [fair-code](https://faircode.io) distributed under the -[**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). -Proprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io) - -Additional information about the license model can be found in the -[docs](https://docs.n8n.io/reference/license/). +You can find the license information [here](https://github.com/n8n-io/n8n/blob/master/README.md#license) diff --git a/packages/@n8n/nodes-langchain/README.md b/packages/@n8n/nodes-langchain/README.md index e5761628c..03a23d218 100644 --- a/packages/@n8n/nodes-langchain/README.md +++ b/packages/@n8n/nodes-langchain/README.md @@ -8,6 +8,4 @@ These nodes are still in Beta state and are only compatible with the Docker imag ## License -n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). - -Additional information about the license can be found in the [docs](https://docs.n8n.io/reference/license/). +You can find the license information [here](https://github.com/n8n-io/n8n/blob/master/README.md#license) diff --git a/packages/cli/README.md b/packages/cli/README.md index beeac6936..526f46316 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -147,8 +147,4 @@ You can also find breaking changes here: [Breaking Changes](./BREAKING-CHANGES.m ## License -n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). - -Proprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io) - -Additional information about the license can be found in the [docs](https://docs.n8n.io/reference/license/). +You can find the license information [here](https://github.com/n8n-io/n8n/blob/master/README.md#license) diff --git a/packages/cli/src/PublicApi/v1/openapi.yml b/packages/cli/src/PublicApi/v1/openapi.yml index 30c3a73bd..0a8492573 100644 --- a/packages/cli/src/PublicApi/v1/openapi.yml +++ b/packages/cli/src/PublicApi/v1/openapi.yml @@ -8,7 +8,7 @@ info: email: hello@n8n.io license: name: Sustainable Use License - url: https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md + url: https://github.com/n8n-io/n8n/blob/master/LICENSE.md version: 1.1.1 externalDocs: description: n8n API documentation diff --git a/packages/core/README.md b/packages/core/README.md index 0518567fc..ad67d1a37 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -10,8 +10,4 @@ npm install n8n-core ## License -n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). - -Proprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io) - -Additional information about the license can be found in the [docs](https://docs.n8n.io/reference/license/). +You can find the license information [here](https://github.com/n8n-io/n8n/blob/master/README.md#license) diff --git a/packages/design-system/README.md b/packages/design-system/README.md index ea69f2452..c43317d07 100644 --- a/packages/design-system/README.md +++ b/packages/design-system/README.md @@ -48,8 +48,4 @@ pnpm watch:theme ## License -n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). - -Proprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io) - -Additional information about the license can be found in the [docs](https://docs.n8n.io/reference/license/). +You can find the license information [here](https://github.com/n8n-io/n8n/blob/master/README.md#license) diff --git a/packages/editor-ui/README.md b/packages/editor-ui/README.md index c8583ffbb..75b8026fb 100644 --- a/packages/editor-ui/README.md +++ b/packages/editor-ui/README.md @@ -56,8 +56,4 @@ See [Configuration Reference](https://cli.vuejs.org/config/). ## License -n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). - -Proprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io) - -Additional information about the license can be found in the [docs](https://docs.n8n.io/reference/license/). +You can find the license information [here](https://github.com/n8n-io/n8n/blob/master/README.md#license) diff --git a/packages/editor-ui/src/components/AboutModal.vue b/packages/editor-ui/src/components/AboutModal.vue index 1aeeed0fb..8552044e4 100644 --- a/packages/editor-ui/src/components/AboutModal.vue +++ b/packages/editor-ui/src/components/AboutModal.vue @@ -29,7 +29,7 @@ {{ $locale.baseText('about.license') }} - + {{ $locale.baseText('about.n8nLicense') }} diff --git a/packages/node-dev/README.md b/packages/node-dev/README.md index d650716a0..bbb999de1 100644 --- a/packages/node-dev/README.md +++ b/packages/node-dev/README.md @@ -215,8 +215,4 @@ All properties are optional. However, most only work when the node-property is o ## License -n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). - -Proprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io) - -Additional information about the license can be found in the [docs](https://docs.n8n.io/reference/license/). +You can find the license information [here](https://github.com/n8n-io/n8n/blob/master/README.md#license) diff --git a/packages/nodes-base/README.md b/packages/nodes-base/README.md index 3dc741303..fec5cc3db 100644 --- a/packages/nodes-base/README.md +++ b/packages/nodes-base/README.md @@ -10,8 +10,4 @@ npm install n8n-nodes-base -g ## License -n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). - -Proprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io) - -Additional information about the license can be found in the [docs](https://docs.n8n.io/reference/license/). +You can find the license information [here](https://github.com/n8n-io/n8n/blob/master/README.md#license) diff --git a/packages/workflow/README.md b/packages/workflow/README.md index da80c5792..e76b4283e 100644 --- a/packages/workflow/README.md +++ b/packages/workflow/README.md @@ -10,8 +10,4 @@ npm install n8n-workflow ## License -n8n is [fair-code](https://faircode.io) distributed under the [**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md). - -Proprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io) - -Additional information about the license can be found in the [docs](https://docs.n8n.io/reference/license/). +You can find the license information [here](https://github.com/n8n-io/n8n/blob/master/README.md#license)