Re: Who has the experiences to assemble NOTICE file?

2018-04-01 Thread Willem Jiang
Here are the link about the apache-resource-bundles[1] that you may use as well. [1]https://maven.apache.org/apache-resource-bundles/index.html Willem Jiang Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Mon, Ap

Re: Who has the experiences to assemble NOTICE file?

2018-04-01 Thread Willem Jiang
Hi Daisy, As the NOTICE file content is related to License. Current we need to go through the License and NOTICE file one by one. But with the help of maven remote resources plugin[1] that we use, it's easy for us to setup the License and update the NOTICE file by looking up the DEPENDENCE file

Re: Who has the experiences to assemble NOTICE file?

2018-03-30 Thread Justin Mclean
Hi, I guess you have read [1]? But basically you should do this: - Take the boilerplate NOTICE [2] - Update the year to the current year - Did your code come in via a software grant, then add that (relocated copyrights).[3] - Is there any 3rd party code contained / bundleded inside the release?

Re: Who has the experiences to assemble NOTICE file?

2018-03-30 Thread Alex Harui
Writing code is error prone too. Just like code, make a good effort, let the code reviewers catch things, make more changes, review it again. The key thing is to do the work and get the reviews in a timely fashion instead of at release vote time. No big deal if you miss something. That's why the

Who has the experiences to assemble NOTICE file?

2018-03-30 Thread Ying Chun Guo
Hi, friends I'd like to learn from people who has the experience to assemble the legal NOTICE file before. I need to do this for Apache OpenWhisk repos. I find manually assembling NOTICE is a complex and error-prone task especially for a non-legal person like me. Is there a tool to help on that