mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
Rename LICENSE files to LICENSE.md
This commit is contained in:
@@ -30,4 +30,4 @@ Execute: `npm run start`
|
||||
|
||||
## License
|
||||
|
||||
[Apache 2.0 with Commons Clause](LICENSE)
|
||||
[Apache 2.0 with Commons Clause](LICENSE.md)
|
||||
|
||||
@@ -38,7 +38,7 @@ n8n
|
||||
|
||||
## License
|
||||
|
||||
[Apache 2.0 with Commons Clause](LICENSE)
|
||||
[Apache 2.0 with Commons Clause](LICENSE.md)
|
||||
|
||||
|
||||
## Development
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -10,4 +10,4 @@ npm install n8n-core
|
||||
|
||||
## License
|
||||
|
||||
[Apache 2.0 with Commons Clause](LICENSE)
|
||||
[Apache 2.0 with Commons Clause](LICENSE.md)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -10,4 +10,4 @@ npm install n8n-workflow
|
||||
|
||||
## License
|
||||
|
||||
[Apache 2.0 with Commons Clause](LICENSE)
|
||||
[Apache 2.0 with Commons Clause](LICENSE.md)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user