[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 2/2] Add tools/fuzz/oss-fuzz/build.sh
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: Tamas K Lengyel <tamas@xxxxxxxxxxxxx>
- Date: Mon, 22 Jul 2024 09:49:56 -0400
- Arc-authentication-results: i=1; mx.zohomail.com; dkim=pass header.i=tklengyel.com; spf=pass smtp.mailfrom=tamas@xxxxxxxxxxxxx; dmarc=pass header.from=<tamas@xxxxxxxxxxxxx>
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1721656234; h=Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; bh=pOS+nauF4M/zCaaPQbTVSfMIRbttNOeWb1idcvWVq0g=; b=lqT+ycTHge8NJmAUTMMWfHQCOGcc5nVwYDiejQqT1Q+K7EYMTc35brwOZWfVPOoZvbxNxuGUoHriEYhS6rKRd0UhOpLEdobfEJ6MPOU2xqI240s5VVA53DS0AVTlexUYzN6yYxzWyFp6s+s0ED5EOQtaRWBhRCelIyQdZeALHkY=
- Arc-seal: i=1; a=rsa-sha256; t=1721656234; cv=none; d=zohomail.com; s=zohoarc; b=SPrwsLfFdZkmim5/qt9Q67EOHcFY8rXiknz5ShLGZHHidNwQqnce3Aq5783cvUCo9zA4T6BzlKuJLemC/N1afJU0sPrxguafX3Fn1uLYZpUzHmJvWfcCdKSNHXNhJLVlWwdlSVBNDxyGRs6fyar6akHbVuVyNt7ga9V8fUXQrVQ=
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Anthony PERARD <anthony@xxxxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 22 Jul 2024 13:50:44 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Mon, Jul 22, 2024 at 8:20 AM Jan Beulich <jbeulich@xxxxxxxx> 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
> > + http://www.apache.org/licenses/
>
> Better https:// (also near the end) nowadays?
This is a copy of https://www.apache.org/licenses/LICENSE-2.0.txt and
I'm not going to start modifying it even for such trivial reasons.
> Other files in this directory also have at least one Valid-License-Identifier:
> line and at least one SPDX-URL: one.
I didn't notice but should be trivial to add.
Tamas
|