Hi, > * Check and make sure that for all items included with the > distribution that is not under the Apache license, we have the right > to combine with Apache-licensed code and redistribute. > * Check and make sure that all items depended upon by the project is > covered by one or more of the following approved licenses: Apache, > BSD, Artistic, MIT/X, MIT/W3C, MPL 1.1, or something with essentially > the same terms.
Most files have an ALv2 with a header on them. There doesn’t seem to be any 3rd party files under a different license. There a number of copyright statements: // Copyright 2016-2019 Alex Stocks // Copyright 2016-2019 Alex Stocks, Wongoo // Copyright 2016-2019 Alex Stocks, Wongoo, Yincheng Fang // Copyright 2016-2019 Alex Stocks, Xinge Gao // Copyright 2016-2019 Alex Stocks, Yincheng Fang // Copyright 2016-2019 Yincheng Fang // Copyright 2016-2019 aliiohs // Copyright 2016-2019 [email protected] // Copyright 2016-2019 comdd // Copyright 2016-2019 [email protected] // Copyright 2016-2019 [email protected] // Copyright 2016-2019 tianying Pan // Copyright 2019 Wongoo // Copyright 2019 Wongoo, Yincheng Fang // Copyright 2019 Xinge Gao Do we have ICLA from all of these people? I notice a number of changes to files changed the copyright owner and some headers were only added very recently [1][2][3][4]. In particular as in some cases the header was not added by the copyright owner. This seems a little unusual to me. Three file are missing headers and could possible come from somewhere? ./test_hessian/src/main/java/test/tuple/Tuple.java ./test_hessian/src/main/java/test/tuple/TupleProvider.java ./test_hessian/src/main/java/test/tuple/TupleProviderImpl.java Are we confident that all code was created at the project and nothing was copied from elsewhere, like stack overflow or another project? Thanks, Justin 1. https://github.com/dubbogo/hessian2/commit/7b15c9ad47982a3dab4b4680eae604cce85ccc81 2. https://github.com/dubbogo/hessian2/commit/7653505e00b10a2e04bfdd29bce62f3dbba556ad 3. https://github.com/dubbogo/hessian2/commit/8e29a88ad302577b189976706ec008c4fee54cee 4. https://github.com/dubbogo/hessian2/commit/d4fd44047dfd6c148a8065e754278e9c5dce869e
