On Sat, Mar 7, 2020 at 9:27 PM Justin Mclean <jus...@classsoftware.com> wrote:
>
> Hi,
>
> > For now, I think I think that you could just find all files that contain my 
> > Copyright (grep -rl "Gregory Nutt" *), and then make sure the word 
> > Copyright appears only once in the file (count=`grep Copyright $file1`; if 
> > [ $count -eq 1 ]; then …)
>
> I would take care with this, copyright may not always be explicitly claimed. 
> Please see previous threads on this. I've recommend you use something like 
> fossology to track this several times, including before you entered 
> incubation.

Brennan has made the initial report here:
https://fossology.brennanashton.com/repo/?mod=browse&show=quick&folder=2
We can run Adam's tools and fossology iteratively utils all copyright
issue get resolved.


>
> > There are many files that have Pinecone, Xiamoi, and Sony Copyrights as 
> > well.  I think we should get an SGA from Xiaomi and Sony ASAP.
>
> A software grant is not required but it may make the licensing situation a 
> little easier, but there’s about 150+(?) different copyright holders so that 
> still need to be dealt with.
>
> Thanks,
> Justin

Reply via email to