mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [PATCH v2 3/7] scripts: convert imx-image and mxsimage to SPDX
Date: Fri, 18 Sep 2020 10:19:52 +0200	[thread overview]
Message-ID: <20200918081956.24971-4-u.kleine-koenig@pengutronix.de> (raw)
In-Reply-To: <20200918081956.24971-1-u.kleine-koenig@pengutronix.de>

To simplify automatic license and copyright determination use SPDX tags
and remove the license boiler plate.

Reviewed-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 scripts/imx/imx-image.c | 17 +++--------------
 scripts/mxsimage.c      | 11 ++++-------
 2 files changed, 7 insertions(+), 21 deletions(-)

diff --git a/scripts/imx/imx-image.c b/scripts/imx/imx-image.c
index de04962b09d1..f5e89d07a6ee 100644
--- a/scripts/imx/imx-image.c
+++ b/scripts/imx/imx-image.c
@@ -1,17 +1,6 @@
-/*
- * (C) Copyright 2013 Sascha Hauer, Pengutronix
- *
- * 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.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- */
+// SPDX-License-Identifier: GPL-2.0-or-later
+// SPDX-FileCopyrightText: 2013 Sascha Hauer, Pengutronix
+
 #define _GNU_SOURCE
 #include <stdio.h>
 #include <unistd.h>
diff --git a/scripts/mxsimage.c b/scripts/mxsimage.c
index 8a63d7693915..91b467738470 100644
--- a/scripts/mxsimage.c
+++ b/scripts/mxsimage.c
@@ -1,10 +1,7 @@
-/*
- * Freescale i.MX23/i.MX28 SB image generator
- *
- * Copyright (C) 2012-2013 Marek Vasut <marex@denx.de>
- *
- * SPDX-License-Identifier:	GPL-2.0+
- */
+// SPDX-License-Identifier: GPL-2.0-or-later
+// SPDX-FileCopyrightText: 2012-2013 Marek Vasut <marex@denx.de>
+
+/* Freescale i.MX23/i.MX28 SB image generator */
 
 #include <errno.h>
 #include <fcntl.h>
-- 
2.27.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  parent reply	other threads:[~2020-09-18  8:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-18  8:19 [PATCH v2 0/7] Relicense GPL programs for compatibility with OpenSSL Uwe Kleine-König
2020-09-18  8:19 ` [PATCH v2 1/7] scripts/spdxcheck: fix usage of non-existing variables Uwe Kleine-König
2020-09-18  8:19 ` [PATCH v2 2/7] LICENSES: add used licenses to make spdxcheck happy Uwe Kleine-König
2020-09-18  8:19 ` Uwe Kleine-König [this message]
2020-09-18  8:19 ` [PATCH v2 4/7] LICENSES: add OpenSSL exception Uwe Kleine-König
2020-09-18  8:19 ` [PATCH v2 5/7] scripts/rsatoc: relicense to allow distribution of binary linked with OpenSSL Uwe Kleine-König
2020-09-18  8:19 ` [PATCH v2 6/7] scripts/imx-image: " Uwe Kleine-König
2020-09-21 10:04   ` Marcin Niestrój
2020-09-18  8:19 ` [PATCH v2 7/7] scripts/mxsimage: " Uwe Kleine-König
2020-09-21  6:28 ` [PATCH v2 0/7] Relicense GPL programs for compatibility " Sascha Hauer

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=20200918081956.24971-4-u.kleine-koenig@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=rhi@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox