diff --git a/IMPLEMENTATION_SUMMARY.md b/IMPLEMENTATION_SUMMARY.md index ae1ed34..4a6e050 100644 --- a/IMPLEMENTATION_SUMMARY.md +++ b/IMPLEMENTATION_SUMMARY.md @@ -259,6 +259,10 @@ npm run build - **Rate Limiting**: Be aware of API rate limits - **File Size**: Large file uploads/downloads may take time +## License + +This project is licensed under the LGPL-3.0 License. + ## Conclusion This implementation provides a solid foundation for kDrive integration in n8n. It covers the most common use cases and provides a clean, well-structured codebase that can be easily extended with additional functionality as needed. \ No newline at end of file diff --git a/README.md b/README.md index 19f3a26..108e987 100644 --- a/README.md +++ b/README.md @@ -85,4 +85,4 @@ npm run build ## License -MIT License +LGPL-3.0 License diff --git a/package.json b/package.json index 79d1267..70127d5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "keywords": ["n8n", "kdrive", "infomaniak"], "author": "", - "license": "MIT", + "license": "LGPL-3.0", "dependencies": { "@types/node": "^20.0.0" },