> > > 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.
*- some files did not add header at first commit, and they were being added one time.- some files were created from other file as a template, while the header wasn't changed at first commit. * > 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 *These files are created by me. * > are we confident that all code was created at the project and nothing was > copied from elsewhere, like stack overflow or another project? *All code are created at the project by the contributors, there isn't copy.* > 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. *projects depended and their licenses:- github.com/pkg/errors <http://github.com/pkg/errors> , BSD 2-Clause "Simplified" License- github.com/stretchr/testify <http://github.com/stretchr/testify>, MIT License- github.com/dubbogo/gost <http://github.com/dubbogo/gost> , Apache License* -- Regards, Wongoo