Apache RAT helps a lot - at least to find files which hasn't got a
license header - but also manual grep for "Copyright", "License",
"GPL" etc. Some of these will require you to update your LICENSE or
NOTICE files.
Then you would have to go through binary files and check their origin,
e.g. PNGs f
Hi Eric,
> On Nov 1, 2016, at 9:30 AM, Eric Friedrich wrote:
>
> Many of the release guidelines mention a license audit of the released
> source files.
>
> Are there any particular requirements as to how this audit is performed?
No. The requirement is that all files be examined to determine if
Many of the release guidelines mention a license audit of the released
source files.
Are there any particular requirements as to how this audit is performed?
Can the audit be done manually?
I've seen references to using the Apache RAT tool. Is this use required or
just suggestion?
How do other