Thanks for seriously check and review. Questions 1. For your frontend dist tar, why do you require Nginx in your `install-dolphinscheduler-ui.sh`? Does the frontend depend on Nginx? If logically yes, Nginx is your dependency lib, and license should be included. Look like `BSD-2` from https://github.com/nginx/nginx/blob/master/docs/text/LICENSE. As you are Java based project, what do we need this? Spring boot should have already a good container for webapp. Could someone explain this?
As one more option, does nginx need to be written to the license file? 2. Where is the documentation for this release? Does every release have its own doc? Or the documents are same for every release? the document address:https:// <https://dolphinscheduler.apache.org/en-us/docs/user_doc/quick-start.html> dolphinscheduler.apache.org/en-us/docs/user_doc/quick-start.html ,every document has its own doc Suggestion 1. As you are using many Apache 2.0 licensed libs, if the license file is standard Apache 2.0 license, you could add a new catalog like this, and no LICENSE file required. ======================================================================== Apache 2.0 licenses ======================================================================== The following components are provided under the Apache License. See project link for details. The text of each license is the standard Apache 2.0 license. We will continue to remove third-party dependencies. Now the bloated list display will always remind us to do it more firmly. In the near future, we will remove a considerable part of the dependencies. Best Regards --------------- DolphinScheduler(Incubator) PPMC Lidong Dai 代立冬 [email protected] ---------------
