linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peter Rosin <peda@axentia.se>
To: linux-kernel@vger.kernel.org
Cc: Peter Rosin <peda@axentia.se>,
	Jonathan Cameron <jic23@kernel.org>,
	Hartmut Knaack <knaack.h@gmx.de>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
	linux-iio@vger.kernel.org
Subject: [PATCH 5/5] iio: multiplexer: switch to SPDX license identifier
Date: Mon, 20 Aug 2018 12:01:14 +0200	[thread overview]
Message-ID: <20180820100114.22966-6-peda@axentia.se> (raw)
In-Reply-To: <20180820100114.22966-1-peda@axentia.se>

Drop the boilerplate license text.

Signed-off-by: Peter Rosin <peda@axentia.se>
---
 drivers/iio/multiplexer/iio-mux.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/iio/multiplexer/iio-mux.c b/drivers/iio/multiplexer/iio-mux.c
index e1f44cecdef4..0422ef57914c 100644
--- a/drivers/iio/multiplexer/iio-mux.c
+++ b/drivers/iio/multiplexer/iio-mux.c
@@ -1,13 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * IIO multiplexer driver
  *
  * Copyright (C) 2017 Axentia Technologies AB
  *
  * Author: Peter Rosin <peda@axentia.se>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
  */
 
 #include <linux/err.h>
-- 
2.11.0


  parent reply	other threads:[~2018-08-20 10:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-20 10:01 [PATCH 0/5] License cleanup of "my" IIO files Peter Rosin
2018-08-20 10:01 ` [PATCH 1/5] iio: potentiometer: mcp4018: use the correct MODULE_LICENSE Peter Rosin
2018-08-20 18:25   ` Jonathan Cameron
2018-08-20 10:01 ` [PATCH 2/5] iio: potentiometer: mcp4531: switch to SPDX license identifier Peter Rosin
2018-08-20 18:26   ` Jonathan Cameron
2018-08-20 10:01 ` [PATCH 3/5] iio: envelope-detector: " Peter Rosin
2018-08-20 18:27   ` Jonathan Cameron
2018-08-20 10:01 ` [PATCH 4/5] iio: dpot-dac: " Peter Rosin
2018-08-20 18:27   ` Jonathan Cameron
2018-08-20 10:01 ` Peter Rosin [this message]
2018-08-20 18:28   ` [PATCH 5/5] iio: multiplexer: " Jonathan Cameron

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=20180820100114.22966-6-peda@axentia.se \
    --to=peda@axentia.se \
    --cc=jic23@kernel.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pmeerw@pmeerw.net \
    /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;
as well as URLs for NNTP newsgroup(s).