From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] spi: Add GPL-2.0+ SPDX-License-Identifier for missing ones
Date: Thu, 10 Oct 2013 14:05:14 -0400 [thread overview]
Message-ID: <5256EC5A.90401@ti.com> (raw)
In-Reply-To: <257ae2c4-2b15-4018-b170-63e878b051e9@TX2EHSMHS010.ehs.local>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 10/10/2013 01:26 PM, Jagannadha Sutradharudu Teki wrote:
> Added GPL-2.0+ SPDX-License-Identifier for missed spi
> source files.
[snip]
> diff --git a/drivers/spi/bfin_spi6xx.c b/drivers/spi/bfin_spi6xx.c
[snip]
> diff --git a/drivers/spi/fdt_spi.c b/drivers/spi/fdt_spi.c
[snip]
> diff --git a/drivers/spi/sh_spi.c b/drivers/spi/sh_spi.c
[snip]
> diff --git a/drivers/spi/sh_spi.h b/drivers/spi/sh_spi.h
[snip]
> diff --git a/drivers/spi/tegra114_spi.c b/drivers/spi/tegra114_spi.c
[snip]
> diff --git a/drivers/spi/tegra20_slink.c b/drivers/spi/tegra20_slink.c
[snip]
> diff --git a/include/spi_flash.h b/include/spi_flash.h
[snip]
Each of the above files does not contain "or later" in the license
clause so is GPL-2.0 not GPL-2.0+
- - --
Tom
- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQIcBAEBAgAGBQJSVuwuAAoJENk4IS6UOR1WFbYQAIpY+kysyrAwLYjtEIcYZa/2
FrVOHe3G0njk7Kneh8r1FjPgLhLE9Gib6yR9FWYQ58ZTQyU0QBqO2uvTeudqkLGv
w2IKxpCJ6KW9ahffiOmGw+4p1NCAnhxhgn7t0EfOPFjyzX03bQR9yJUuAFORP7Xm
kWX6jbd49RJX2VDVbaBcQCgLQDwObXtGXLi3HaTm52AIRk/vx7xhf9x13GPFz725
7KH/vdgRWdejd5Y0PXq2NE/Xi4ZF3Z5sIUVYOSo9WanKMaLncMCezZtI0zyYPjQn
ExzIUHoMIg/zp5fydNL4GRFsiYxxRXfW8zqs1YHG3lxaQb/qxED+53E7vCD3Ag/7
/o1yHGbQSqP6rcZz9sc7GkHj8gE6szGbnzcHAHyj8svmW8ETN30VgXjRaaa+J0AE
WAV9dlcDVsdVbrRhRHTDe73DPzp3e4TUYX82tVKGN/Y0wVqvDWIXMSHv0xuiclso
QG0HIiV6hlYRA3dP5yys8aTm7l82nOnPXoHjZ+JZmbtUZWM+eYWXKu3CR7lLuGgs
Ch3jk2YrVj5gm+oR92HuQVtqLwCrKnEsNL45la2dXts4X/IrhiYQ9M3fW7k7fz3H
eN/Xc8XZCdL7M+J8qmRJ20bwiTlqwbzBeMgPMc7lRgJMssTiFk3ZqDPzoqhA/gqi
AFLMghizn/cGpp0tiU61
=xj6k
- -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQIcBAEBAgAGBQJSVuxaAAoJENk4IS6UOR1Wf8kQAK7K4szMBEaagFWO5ATmjAbO
oiEtAkuvbYlG5+6Oc7Fm2EvWXvnfevelPYD4rK4oaGpwJwqnKZla7qwwfqsU3Rkt
irEZSy4BC5SJiTY+frGX+FIFtU5/eGb60WZNCiqKkaM8QVS9i9VKkyRCMW4Q1r94
9hkRw+S56H8NjDthmJWU/jr85L0x8p+bs91bnYjJ1t2zPmBy+fExbzBzU9oE5H83
+aQ5xAAJVv3lem34ngdtN4rN6R9Pb41nhLR8Je4m+IMQjrXiYmSqZ1dBmB9MaaKn
uMg4fUXkeGb+JMrLvUZW1vDubW606hcjCXtfjJ+7r5du08NWLPAGGFsVTxsbmYzh
NmYXVow7PwW6SIZV5qQ6gYIygro/R8rb10+IsaZNubepQ3jFOPfe68gsB3JAvouB
q/sHxwK0GitlhAhUyULd2JQR2YUOItNRhLrWISbGMoQG9i+HWjUKFCdX+A0HsCTq
69LaEcoE8TQ1mc6LOLeBThp5dnoyxf+QenGgHh/333/5E0UqY+VeY/F5IbJA/k1C
93GmrcKWB04+AVOld8lmwg6EhNXEW3JQPDqIdxEYJhoarP7MtCRfqmZaC5yBsllX
pyM4T3/mflPhGdwsVKM2X7dsNO31jzn+UEKwNJEmjl6S5Ms8Z5T2fWejjtWptIo+
rZ61plVvJOCdphhyi++z
=PERi
-----END PGP SIGNATURE-----
prev parent reply other threads:[~2013-10-10 18:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-10 17:26 [U-Boot] [PATCH 2/2] spi: Add GPL-2.0+ SPDX-License-Identifier for missing ones Jagannadha Sutradharudu Teki
2013-10-10 18:05 ` Tom Rini [this message]
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=5256EC5A.90401@ti.com \
--to=trini@ti.com \
--cc=u-boot@lists.denx.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