All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-renesas-soc@vger.kernel.org
Cc: Kieran Bingham <kieran.bingham@ideasonboard.com>
Subject: [vsp-tests] [PATCH 2/2] gen-image: Replace copyright text with SPDX tags
Date: Tue, 14 Jul 2020 02:08:08 +0300	[thread overview]
Message-ID: <20200713230808.2570-2-laurent.pinchart@ideasonboard.com> (raw)
In-Reply-To: <20200713230808.2570-1-laurent.pinchart@ideasonboard.com>

Standardize on the usage of SPDX tags. No change in copyright is
included.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 src/gen-image.c | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/gen-image.c b/src/gen-image.c
index 0ee97749ebbf..d9f92253af46 100644
--- a/src/gen-image.c
+++ b/src/gen-image.c
@@ -1,11 +1,5 @@
-/*
- * Copyright (C) 2016 Laurent Pinchart <laurent.pinchart@ideasonboard.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+/* SPDX-FileCopyrightText: 2016 Laurent Pinchart <laurent.pinchart@ideasonboard.com> */
 
 #include <ctype.h>
 #include <errno.h>
-- 
Regards,

Laurent Pinchart


  reply	other threads:[~2020-07-13 23:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-13 23:08 [vsp-tests] [PATCH 1/2] Add license and copyright information Laurent Pinchart
2020-07-13 23:08 ` Laurent Pinchart [this message]
2020-07-14  7:51   ` [vsp-tests] [PATCH 2/2] gen-image: Replace copyright text with SPDX tags Kieran Bingham
2020-07-14  7:50 ` [vsp-tests] [PATCH 1/2] Add license and copyright information Kieran Bingham
2020-07-14  9:08   ` Laurent Pinchart

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=20200713230808.2570-2-laurent.pinchart@ideasonboard.com \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=kieran.bingham@ideasonboard.com \
    --cc=linux-renesas-soc@vger.kernel.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.