All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Anholt <eric@anholt.net>
To: Stefan Wahren <stefan.wahren@i2se.com>,
	Florian Meier <florian.meier@koalo.de>,
	Chris Boot <bootc@bootc.net>,
	Martin Sperl <kernel@martin.sperl.org>
Cc: Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>, Mark Brown <broonie@kernel.org>,
	Vinod Koul <vkoul@kernel.org>,
	linux-clk@vger.kernel.org, dmaengine@vger.kernel.org,
	linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [1/3] clk: bcm2835: make license text and module license match
Date: Tue, 23 Oct 2018 11:31:50 -0700	[thread overview]
Message-ID: <877ei81pm1.fsf@anholt.net> (raw)

Stefan Wahren <stefan.wahren@i2se.com> writes:

> The license text is specifying GPL v2 or later but the MODULE_LICENSE
> is set to GPL v2 which means GNU Public License v2 only. So choose the
> license text as the correct one.
>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>

For the series:

Reviewed-by: Eric Anholt <eric@anholt.net>

WARNING: multiple messages have this Message-ID (diff)
From: Eric Anholt <eric@anholt.net>
To: Stefan Wahren <stefan.wahren@i2se.com>,
	Florian Meier <florian.meier@koalo.de>,
	Chris Boot <bootc@bootc.net>,
	Martin Sperl <kernel@martin.sperl.org>
Cc: Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>, Mark Brown <broonie@kernel.org>,
	Vinod Koul <vkoul@kernel.org>,
	linux-clk@vger.kernel.org, dmaengine@vger.kernel.org,
	linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Stefan Wahren <stefan.wahren@i2se.com>
Subject: Re: [PATCH 1/3] clk: bcm2835: make license text and module license match
Date: Tue, 23 Oct 2018 11:31:50 -0700	[thread overview]
Message-ID: <877ei81pm1.fsf@anholt.net> (raw)
In-Reply-To: <1540292769-5905-2-git-send-email-stefan.wahren@i2se.com>

[-- Attachment #1: Type: text/plain, Size: 347 bytes --]

Stefan Wahren <stefan.wahren@i2se.com> writes:

> The license text is specifying GPL v2 or later but the MODULE_LICENSE
> is set to GPL v2 which means GNU Public License v2 only. So choose the
> license text as the correct one.
>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>

For the series:

Reviewed-by: Eric Anholt <eric@anholt.net>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Eric Anholt <eric@anholt.net>
To: Stefan Wahren <stefan.wahren@i2se.com>,
	Florian Meier <florian.meier@koalo.de>,
	Chris Boot <bootc@bootc.net>,
	Martin Sperl <kernel@martin.sperl.org>
Cc: Stefan Wahren <stefan.wahren@i2se.com>,
	Stephen Boyd <sboyd@kernel.org>,
	Michael Turquette <mturquette@baylibre.com>,
	linux-spi@vger.kernel.org, Vinod Koul <vkoul@kernel.org>,
	Mark Brown <broonie@kernel.org>,
	dmaengine@vger.kernel.org, linux-clk@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/3] clk: bcm2835: make license text and module license match
Date: Tue, 23 Oct 2018 11:31:50 -0700	[thread overview]
Message-ID: <877ei81pm1.fsf@anholt.net> (raw)
In-Reply-To: <1540292769-5905-2-git-send-email-stefan.wahren@i2se.com>


[-- Attachment #1.1: Type: text/plain, Size: 347 bytes --]

Stefan Wahren <stefan.wahren@i2se.com> writes:

> The license text is specifying GPL v2 or later but the MODULE_LICENSE
> is set to GPL v2 which means GNU Public License v2 only. So choose the
> license text as the correct one.
>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>

For the series:

Reviewed-by: Eric Anholt <eric@anholt.net>

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: eric@anholt.net (Eric Anholt)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] clk: bcm2835: make license text and module license match
Date: Tue, 23 Oct 2018 11:31:50 -0700	[thread overview]
Message-ID: <877ei81pm1.fsf@anholt.net> (raw)
In-Reply-To: <1540292769-5905-2-git-send-email-stefan.wahren@i2se.com>

Stefan Wahren <stefan.wahren@i2se.com> writes:

> The license text is specifying GPL v2 or later but the MODULE_LICENSE
> is set to GPL v2 which means GNU Public License v2 only. So choose the
> license text as the correct one.
>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>

For the series:

Reviewed-by: Eric Anholt <eric@anholt.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20181023/6d2d8dc0/attachment.sig>

             reply	other threads:[~2018-10-23 18:31 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-23 18:31 Eric Anholt [this message]
2018-10-23 18:31 ` [PATCH 1/3] clk: bcm2835: make license text and module license match Eric Anholt
2018-10-23 18:31 ` Eric Anholt
2018-10-23 18:31 ` Eric Anholt
  -- strict thread matches above, loose matches on Subject: below --
2018-11-14 22:27 Applied "spi: bcm2835: make license text and module license match" to the spi tree Mark Brown
2018-11-14 22:27 ` Mark Brown
2018-11-14 22:27 ` Mark Brown
2018-11-14 22:27 ` Mark Brown
2018-11-11  9:09 [2/3] dma: bcm2835: make license text and module license match Vinod Koul
2018-11-11  9:09 ` [PATCH 2/3] " Vinod Koul
2018-11-11  9:09 ` Vinod Koul
2018-11-11  9:09 ` Vinod Koul
2018-11-06 17:35 [1/3] clk: " Stephen Boyd
2018-11-06 17:35 ` [PATCH 1/3] " Stephen Boyd
2018-11-06 17:35 ` Stephen Boyd
2018-11-06 17:35 ` Stephen Boyd
2018-10-23 11:06 [3/3] spi: " Stefan Wahren
2018-10-23 11:06 ` [PATCH 3/3] " Stefan Wahren
2018-10-23 11:06 ` Stefan Wahren
2018-10-23 11:06 ` Stefan Wahren
2018-10-23 11:06 [2/3] dma: " Stefan Wahren
2018-10-23 11:06 ` [PATCH 2/3] " Stefan Wahren
2018-10-23 11:06 ` Stefan Wahren
2018-10-23 11:06 ` Stefan Wahren
2018-10-23 11:06 [1/3] clk: " Stefan Wahren
2018-10-23 11:06 ` [PATCH 1/3] " Stefan Wahren
2018-10-23 11:06 ` Stefan Wahren
2018-10-23 11:06 ` Stefan Wahren
2018-10-23 11:06 [PATCH 0/3] Fix MODULE_LICENSE of bcm2835 drivers Stefan Wahren
2018-10-23 11:06 ` Stefan Wahren
2018-10-23 11:06 ` Stefan Wahren
2018-11-07 18:50 ` Stefan Wahren
2018-11-07 18:50   ` Stefan Wahren
2018-11-07 18:50   ` Stefan Wahren
2018-11-09 18:48   ` Florian Kauer
2018-11-09 18:48     ` Florian Kauer
2018-11-09 18:48     ` Florian Kauer
2018-11-10 11:37     ` Stefan Wahren
2018-11-10 11:37       ` Stefan Wahren
2018-11-10 11:37       ` Stefan Wahren
2018-11-10 11:45 ` kernel
2018-11-10 11:45   ` kernel at martin.sperl.org
2018-11-10 11:45   ` kernel

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=877ei81pm1.fsf@anholt.net \
    --to=eric@anholt.net \
    --cc=bootc@bootc.net \
    --cc=broonie@kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=florian.meier@koalo.de \
    --cc=kernel@martin.sperl.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@kernel.org \
    --cc=stefan.wahren@i2se.com \
    --cc=vkoul@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.