Re: [PATCH v3 2/2] Add tools/fuzz/oss-fuzz/build.sh

2024-07-22 Thread Anthony PERARD
On Mon, Jul 22, 2024 at 02:20:21PM +0200, Jan Beulich wrote: > On 22.07.2024 13:27, Tamas K Lengyel wrote: > > +# SPDX-License-Identifier: Apache-2.0 > > ... there wouldn't want to be an "-only" tag here. Yet I'm entirely uncertain > with this, as CC-BY-4.0 also has no such tag. FYI, all valid SP

Re: [PATCH v3 2/2] Add tools/fuzz/oss-fuzz/build.sh

2024-07-22 Thread Tamas K Lengyel
On Mon, Jul 22, 2024 at 8:20 AM Jan Beulich wrote: > > On 22.07.2024 13:27, Tamas K Lengyel wrote: > > --- /dev/null > > +++ b/LICENSES/Apache-2.0 > > @@ -0,0 +1,202 @@ > > + > > + Apache License > > + Version 2.0, January 2004 > > +

Re: [PATCH v3 2/2] Add tools/fuzz/oss-fuzz/build.sh

2024-07-22 Thread Jan Beulich
On 22.07.2024 13:27, Tamas K Lengyel wrote: > --- /dev/null > +++ b/LICENSES/Apache-2.0 > @@ -0,0 +1,202 @@ > + > + Apache License > + Version 2.0, January 2004 > +http://www.apache.org/licenses/ Better https:// (als

[PATCH v3 2/2] Add tools/fuzz/oss-fuzz/build.sh

2024-07-22 Thread Tamas K Lengyel
The build integration script for oss-fuzz targets. Future fuzzing targets can be added to this script and those targets will be automatically picked up by oss-fuzz without having to open separate PRs on the oss-fuzz repo. Signed-off-by: Tamas K Lengyel --- v3: Add Apache-2.0 to LICENSES and use o