Re: [PATCH] devtools: enhance the license check

2025-03-15 Thread Thomas Monjalon
10/12/2024 10:10, David Marchand: > Reformat the license/exceptions.txt file to make it easier to build > a list of exempted files. > Display all files committed in DPDK that are non compliant > with BSD-3 license. > > Signed-off-by: David Marchand Applied, thanks

Re: [PATCH] devtools: enhance the license check

2024-12-13 Thread David Marchand
On Wed, Dec 11, 2024 at 4:01 PM Thomas Monjalon wrote: > > 11/12/2024 15:55, Stephen Hemminger: > > On Wed, 11 Dec 2024 10:00:38 +0100 > > David Marchand wrote: > > > > > On Tue, Dec 10, 2024 at 6:00 PM Stephen Hemminger > > > wrote: > > > > > > > > On Tue, 10 Dec 2024 10:10:39 +0100 > > > > Dav

Re: [PATCH] devtools: enhance the license check

2024-12-11 Thread Patrick Robb
https://python-poetry.org/docs/basic-usage/#committing-your-poetrylock-file-to-version-control I agree at first glance it appears like poetry.lock should go in the .gitignore. However, the official docs state that in the case of developing an application (like DTS), one should commit the generated

Re: [PATCH] devtools: enhance the license check

2024-12-11 Thread Thomas Monjalon
11/12/2024 15:55, Stephen Hemminger: > On Wed, 11 Dec 2024 10:00:38 +0100 > David Marchand wrote: > > > On Tue, Dec 10, 2024 at 6:00 PM Stephen Hemminger > > wrote: > > > > > > On Tue, 10 Dec 2024 10:10:39 +0100 > > > David Marchand wrote: > > > > > > > +no_license_list=\ > > > > +':^.git* :^

Re: [PATCH] devtools: enhance the license check

2024-12-11 Thread Stephen Hemminger
On Wed, 11 Dec 2024 10:00:38 +0100 David Marchand wrote: > On Tue, Dec 10, 2024 at 6:00 PM Stephen Hemminger > wrote: > > > > On Tue, 10 Dec 2024 10:10:39 +0100 > > David Marchand wrote: > > > > > +no_license_list=\ > > > +':^.git* :^.mailmap :^.ci/* :^README :^MAINTAINERS :^VERSION > > > :^

Re: [PATCH] devtools: enhance the license check

2024-12-11 Thread David Marchand
On Tue, Dec 10, 2024 at 6:00 PM Stephen Hemminger wrote: > > On Tue, 10 Dec 2024 10:10:39 +0100 > David Marchand wrote: > > > +no_license_list=\ > > +':^.git* :^.mailmap :^.ci/* :^README :^MAINTAINERS :^VERSION :^ABI_VERSION > > :^*/Kbuild '\ > > +':^*/README* :^license/ :^config/ :^buildtools/

[PATCH] devtools: enhance the license check

2024-12-10 Thread David Marchand
Reformat the license/exceptions.txt file to make it easier to build a list of exempted files. Display all files committed in DPDK that are non compliant with BSD-3 license. Signed-off-by: David Marchand --- devtools/check-spdx-tag.sh | 59 +++--- license/exception