Hi, > The incubator-apisix-dashboard repo is using one template which is under > MIT License, so we'd like to know which license is suitable for the > incubator-apisix-dashboard-built repo?
If the release contains something under the MIT license, then you leave the header as MIT, and you add the MIT license to the LICENSE file. [1 ] Is [2] a dependancy or is the code actually in the release? Assuming it’s bundled the existing LICENSE file doesn’t look correct to me, while it mentions the MIT license, it doesn’t include the full text of the license or a pointer to a file containing that text. A URL can change over time so you need more than just that. Currently it’s a little hard to give any advice as the files are missing headers so I don’t know what their origin was and which file(s) are 3rd party. Have the original file headers been removed? Thanks, Justin 1. http://www.apache.org/dev/licensing-howto.html#permissive-deps 2. https://github.com/PanJiaChen/vue-element-admin
