All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Stabellini <sstabellini@kernel.org>
To: Julien Grall <julien@xen.org>
Cc: Stefano Stabellini <stefano.stabellini@amd.com>,
	 xen-devel@lists.xenproject.org, sstabellini@kernel.org,
	wl@xen.org,  jbeulich@suse.com, george.dunlap@citrix.com,
	andrew.cooper3@citrix.com,  bertrand.marquis@arm.com,
	Volodymyr_Babchuk@epam.com, roger.pau@citrix.com
Subject: Re: [PATCH v2 1/3] Add SPDX to CODING_STYLE
Date: Fri, 19 Aug 2022 15:24:43 -0700 (PDT)	[thread overview]
Message-ID: <alpine.DEB.2.22.394.2208191522310.3790@ubuntu-linux-20-04-desktop> (raw)
In-Reply-To: <fb2e6b9d-8ffc-a7f2-8411-3751dc8d4022@xen.org>

On Fri, 19 Aug 2022, Julien Grall wrote:
> Hi Stefano,
> 
> On 18/08/2022 23:03, Stefano Stabellini wrote:
> > Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com>
> > ---
> >   CODING_STYLE | 10 ++++++++++
> >   1 file changed, 10 insertions(+)
> > 
> > diff --git a/CODING_STYLE b/CODING_STYLE
> > index 3386ee1d90..5faf274b3a 100644
> > --- a/CODING_STYLE
> > +++ b/CODING_STYLE
> > @@ -14,6 +14,16 @@ explicitly (e.g. tools/libxl/CODING_STYLE) but often
> > implicitly (Linux
> >   coding style is fairly common). In general you should copy the style
> >   of the surrounding code. If you are unsure please ask.
> >   +SPDX
> > +----
> > +
> > +New files should start with a single-line SPDX comment to express the
> > +license, e.g.:
> > +
> > +/* SPDX-License-Identifier: GPL-2.0 */
> > +
> > +See LICENSES/ for a list of licenses and SPDX tags currently used.
> > +
> 
> A user reading CODING_STYLE and CONTRIBUTING may think they need to also add
> the full license (see the section "COMMON COPYRIGHT NOTICES").
> 
> So as we are going to promote SPDX, we should update CONTRIBUTING to reflect
> that the full license should not be present copied.

Yes good idea. Should I just remove the entire "COMMON COPYRIGHT
NOTICES" section? With SPDX there is really no value in having
sample copyright notices, I think I should take it all out.


  reply	other threads:[~2022-08-19 22:25 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-18 22:02 [PATCH v2 0/3] introduce SPDX Stefano Stabellini
2022-08-18 22:03 ` [PATCH v2 1/3] Add SPDX to CODING_STYLE Stefano Stabellini
2022-08-19  7:33   ` Julien Grall
2022-08-19 22:24     ` Stefano Stabellini [this message]
2022-08-20 18:33       ` Julien Grall
2022-08-19  7:54   ` Jan Beulich
2022-08-18 22:03 ` [PATCH v2 2/3] Add licenses under LICENSES Stefano Stabellini
2022-08-19  7:30   ` Julien Grall
2022-08-19 22:27     ` Stefano Stabellini
2022-08-20 18:37       ` Julien Grall
2022-08-18 22:03 ` [PATCH v2 3/3] add SPDX to arch/arm/*.c Stefano Stabellini
2022-08-19  7:52   ` Julien Grall
2022-08-19 22:53     ` Stefano Stabellini
2022-08-20 19:08       ` Julien Grall
2022-08-23 10:23         ` Bertrand Marquis
2022-08-23 10:53           ` Julien Grall
2022-08-23 18:53             ` Removing "or later" from Xen license, Was: " Stefano Stabellini
2022-08-23 21:24               ` Elliott Mitchell
2022-08-19  5:33 ` [PATCH v2 0/3] introduce SPDX Juergen Gross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.22.394.2208191522310.3790@ubuntu-linux-20-04-desktop \
    --to=sstabellini@kernel.org \
    --cc=Volodymyr_Babchuk@epam.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=bertrand.marquis@arm.com \
    --cc=george.dunlap@citrix.com \
    --cc=jbeulich@suse.com \
    --cc=julien@xen.org \
    --cc=roger.pau@citrix.com \
    --cc=stefano.stabellini@amd.com \
    --cc=wl@xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.