What I posted in the email content are the directories listed in the
LICENSE file, I used them to filter out the files in the not_in_license
attachment, sorry for the confusion.

There are still 136 files in the not_in_license file. Please see the
attachment of this email. Shout if you can not see the attachment.

Thanks.

Alin Jerpelea <jerpe...@apache.org> 于2022年4月14日周四 21:25写道:

> Hi Duo Zang,
>
> Are there other files that we need to take care of for this release?
>
> Thanks
> Alin
>
> On 2022/04/14 13:23:50 Alin Jerpelea wrote:
> > Hi Duo Zang
> > Thanks for the detailed investigation and crosscheck
> >
> > All those licenses are documented in the license file
> > > fs/nfs
> > https://github.com/apache/incubator-nuttx/blob/master/LICENSE#L294
> > > fs/spiffs
> > https://github.com/apache/incubator-nuttx/blob/master/LICENSE#L315
> > > libs/libc/math
> > https://github.com/apache/incubator-nuttx/blob/master/LICENSE#L385
> > > libs/libc/lzf
> > > include/lzf
> > https://github.com/apache/incubator-nuttx/blob/master/LICENSE#L407
> > > drivers/video/ov2640
> > https://github.com/apache/incubator-nuttx/blob/master/LICENSE#L435
> > > libs/libc/machine/arm/armv8-m
> > https://github.com/apache/incubator-nuttx/blob/master/LICENSE#L4628
> > > libs/libc/wchar
> > https://github.com/apache/incubator-nuttx/blob/master/LICENSE#L5243
> > > libs/libc/wctype
> > https://github.com/apache/incubator-nuttx/blob/master/LICENSE#L5335
> > > wireless/bluetooth
> > https://github.com/apache/incubator-nuttx/blob/master/LICENSE#L5370
> > > tools/size_report
> > https://github.com/apache/incubator-nuttx/blob/master/LICENSE#L5371
> > > drivers/wireless/spirit/
> > https://github.com/apache/incubator-nuttx/blob/master/LICENSE#L5404
> > > arch/arm/src/nrf52/sdk-nrfxlib
> > https://github.com/apache/incubator-nuttx/blob/master/LICENSE#L5434
> >
> > Best regards
> > Alin
> >
> > On 2022/04/14 13:06:11 "张铎(Duo Zhang)" wrote:
> > > Oh I forgot to paste the directory list...
> > >
> >
> >
> >
> >
> >
> > >
> > > 张铎(Duo Zhang) <palomino...@gmail.com> 于2022年4月14日周四 21:05写道:
> > >
> > > > This is all the directories in the LICENSE file, and after removing
> the
> > > > files under these directories, I finally get a list with 136 files.
> > > >
> > > > We are very close to finish the license work now :)
> > > >
> > > > 张铎(Duo Zhang) <palomino...@gmail.com> 于2022年4月14日周四 20:51写道:
> > > >
> > > >> Oh I must have made some mistakes in the scripts...
> > > >>
> > > >> See the new attachment. It should be 314 files.
> > > >>
> > > >> 张铎(Duo Zhang) <palomino...@gmail.com> 于2022年4月14日周四 20:43写道:
> > > >>
> > > >>> Oh, there are some .S files. Let me also count them.
> > > >>>
> > > >>> 张铎(Duo Zhang) <palomino...@gmail.com> 于2022年4月14日周四 20:22写道:
> > > >>>
> > > >>>> I tried to find all the .h and .c files with the rat check result,
> > > >>>> there are 778 files. And then I tried to find all the .h and .c
> files in
> > > >>>> the LICENSE file, there are 452 files.
> > > >>>>
> > > >>>> And then I use comm -13 to output all the files with are in the
> rat
> > > >>>> check result but not in LICENSE file, there are 350 files. Please
> see the
> > > >>>> attached file.
> > > >>>>
> > > >>>> Of course, I saw that we may specify a directory in the LICENSE
> file so
> > > >>>> I still need to check it manually again.
> > > >>>>
> > > >>>> I think you guys could also post your analysis here.
> > > >>>>
> > > >>>> I haven't checked the apps tarball yet.
> > > >>>>
> > > >>>> Thanks.
> > > >>>>
> > > >>>> Alin Jerpelea <jerpe...@apache.org> 于2022年4月14日周四 15:35写道:
> > > >>>>
> > > >>>>> Hi Duo Zhang,
> > > >>>>>
> > > >>>>> Did you have time to conclude?
> > > >>>>> Is it possible to proceed with this release?
> > > >>>>>
> > > >>>>> Thanks
> > > >>>>> Alin
> > > >>>>>
> > > >>>>>
> > > >>>>> On 2022/04/10 23:34:59 "张铎(Duo Zhang)" wrote:
> > > >>>>> > https://creadur.apache.org/rat/
> > > >>>>> >
> > > >>>>> > Just download the jar and run 'java -jar apache-rat-0.13.jar
> <your
> > > >>>>> > directory>'.
> > > >>>>> >
> > > >>>>> > Let me see how to check whether all the files with non AL
> headers
> > > >>>>> have all
> > > >>>>> > been included in LICENSE.
> > > >>>>> >
> > > >>>>> >
> > > >>>>> >
> > > >>>>> >
> > > >>>>> >
> > > >>>>> > Nathan Hartman <hartman.nat...@gmail.com> 于2022年4月10日周日
> 23:36写道:
> > > >>>>> >
> > > >>>>> > > On Sat, Apr 9, 2022 at 8:57 AM 张铎(Duo Zhang) <
> > > >>>>> palomino...@gmail.com>
> > > >>>>> > > wrote:
> > > >>>>> > > >
> > > >>>>> > > > Yes, most of them are Kconfig, defconfig and .ld files. I
> think
> > > >>>>> all of
> > > >>>>> > > them
> > > >>>>> > > > are generated files so do not need a license header.
> > > >>>>> > > >
> > > >>>>> > > > We could introduce a rat.exclude file in our repo to
> exclude
> > > >>>>> these
> > > >>>>> > > > generated files.
> > > >>>>> > > >
> > > >>>>> > > > And thanks for the pointer. Let me check the LICENSE file
> as
> > > >>>>> well.
> > > >>>>> > >
> > > >>>>> > >
> > > >>>>> > > Thanks Duo for checking. Did you see any files that do need
> to be
> > > >>>>> > > mentioned in LICENSE?
> > > >>>>> > >
> > > >>>>> > > Also is there a HOWTO how to run the rat check on our repo?
> > > >>>>> > >
> > > >>>>> > > Thanks,
> > > >>>>> > > Nathan
> > > >>>>> > >
> > > >>>>> > >
> > > >>>>>
> ---------------------------------------------------------------------
> > > >>>>> > > To unsubscribe, e-mail:
> general-unsubscr...@incubator.apache.org
> > > >>>>> > > For additional commands, e-mail:
> general-h...@incubator.apache.org
> > > >>>>> > >
> > > >>>>> > >
> > > >>>>> >
> > > >>>>>
> > > >>>>>
> ---------------------------------------------------------------------
> > > >>>>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > > >>>>> For additional commands, e-mail:
> general-h...@incubator.apache.org
> > > >>>>>
> > > >>>>>
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to