All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lionel Debieve <lionel.debieve@st.com>
To: Richard Weinberger <richard@nod.at>,
	Artem Bityutskiy <dedekind1@gmail.com>,
	Adrian Hunter <adrian.hunter@intel.com>,
	<linux-mtd@lists.infradead.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
	Lee Jones <lee.jones@linaro.org>, <tglx@linutronix.de>,
	<haver@linux.vnet.ibm.com>, <u.kleine-koenig@pengutronix.de>,
	<joel@clambassador.com>, <schwarzerf@gmail.com>,
	Benjamin GAIGNARD <benjamin.gaignard@st.com>
Subject: [Resend PATCH 1/1] mtd: ubi: Update ubi-media.h to dual license
Date: Thu, 19 Apr 2018 10:13:23 +0200	[thread overview]
Message-ID: <20180419081323.16597-2-lionel.debieve@st.com> (raw)
In-Reply-To: <20180419081323.16597-1-lionel.debieve@st.com>

Update license template using SPDX. Move the global layout
of UBI headers to dual license helping UBI to be the standard
solution for raw NAND management.

Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
---
 drivers/mtd/ubi/ubi-media.h | 22 +++-------------------
 1 file changed, 3 insertions(+), 19 deletions(-)

diff --git a/drivers/mtd/ubi/ubi-media.h b/drivers/mtd/ubi/ubi-media.h
index bfceae5a890e..195ff8ca8211 100644
--- a/drivers/mtd/ubi/ubi-media.h
+++ b/drivers/mtd/ubi/ubi-media.h
@@ -1,28 +1,12 @@
+/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
 /*
- * Copyright (c) International Business Machines Corp., 2006
- *
- * 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
+ * Copyright (C) International Business Machines Corp., 2006
  * Authors: Artem Bityutskiy (Битюцкий Артём)
  *          Thomas Gleixner
  *          Frank Haverkamp
  *          Oliver Lohmann
  *          Andreas Arnez
- */
-
-/*
+ *
  * This file defines the layout of UBI headers and all the other UBI on-flash
  * data structures.
  */
-- 
2.15.1

WARNING: multiple messages have this Message-ID (diff)
From: lionel.debieve@st.com (Lionel Debieve)
To: linux-arm-kernel@lists.infradead.org
Subject: [Resend PATCH 1/1] mtd: ubi: Update ubi-media.h to dual license
Date: Thu, 19 Apr 2018 10:13:23 +0200	[thread overview]
Message-ID: <20180419081323.16597-2-lionel.debieve@st.com> (raw)
In-Reply-To: <20180419081323.16597-1-lionel.debieve@st.com>

Update license template using SPDX. Move the global layout
of UBI headers to dual license helping UBI to be the standard
solution for raw NAND management.

Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
---
 drivers/mtd/ubi/ubi-media.h | 22 +++-------------------
 1 file changed, 3 insertions(+), 19 deletions(-)

diff --git a/drivers/mtd/ubi/ubi-media.h b/drivers/mtd/ubi/ubi-media.h
index bfceae5a890e..195ff8ca8211 100644
--- a/drivers/mtd/ubi/ubi-media.h
+++ b/drivers/mtd/ubi/ubi-media.h
@@ -1,28 +1,12 @@
+/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
 /*
- * Copyright (c) International Business Machines Corp., 2006
- *
- * 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
+ * Copyright (C) International Business Machines Corp., 2006
  * Authors: Artem Bityutskiy (???????????????? ??????????)
  *          Thomas Gleixner
  *          Frank Haverkamp
  *          Oliver Lohmann
  *          Andreas Arnez
- */
-
-/*
+ *
  * This file defines the layout of UBI headers and all the other UBI on-flash
  * data structures.
  */
-- 
2.15.1

  reply	other threads:[~2018-04-19  8:13 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-19  8:13 [Resend PATCH 0/1] mtd: ubi: Update ubi-media.h to dual license Lionel Debieve
2018-04-19  8:13 ` Lionel Debieve
2018-04-19  8:13 ` Lionel Debieve [this message]
2018-04-19  8:13   ` [Resend PATCH 1/1] " Lionel Debieve
2018-04-19  9:58   ` Artem Bityutskiy
2018-04-19  9:58     ` Artem Bityutskiy
2018-04-19 11:12   ` Richard Weinberger
2018-04-19 11:12     ` Richard Weinberger
2018-04-19 11:19     ` Artem Bityutskiy
2018-04-19 11:19       ` Artem Bityutskiy
2018-04-19 12:11       ` Lionel DEBIEVE
2018-04-19 12:11         ` Lionel DEBIEVE
2018-04-19 13:37         ` Richard Weinberger
2018-04-19 13:37           ` Richard Weinberger
2018-04-19 13:51           ` Lionel DEBIEVE
2018-04-19 13:51             ` Lionel DEBIEVE
2018-06-04 13:21 [Resend PATCH 0/1] " Lionel Debieve
2018-06-04 13:21 ` [Resend PATCH 1/1] " Lionel Debieve
2018-06-04 13:21   ` Lionel Debieve
2018-06-04 13:28   ` Richard Weinberger
2018-06-04 13:28     ` Richard Weinberger

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=20180419081323.16597-2-lionel.debieve@st.com \
    --to=lionel.debieve@st.com \
    --cc=adrian.hunter@intel.com \
    --cc=benjamin.gaignard@st.com \
    --cc=dedekind1@gmail.com \
    --cc=haver@linux.vnet.ibm.com \
    --cc=joel@clambassador.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=richard@nod.at \
    --cc=schwarzerf@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=u.kleine-koenig@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 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.