* [PATCH] drivers/i2c: include SPDX-license header
@ 2018-06-21 10:02 Mawanda Henry
2018-06-21 10:09 ` Peter Rosin
0 siblings, 1 reply; 2+ messages in thread
From: Mawanda Henry @ 2018-06-21 10:02 UTC (permalink / raw)
To: mawanda111; +Cc: linux-kernel, wsa, linux-i2c
SPDX license headers makes it easy for developers and machines to know
the license that is governing that file
Signed-off-by: Mawanda Henry <mawandahenrynaco@gmail.com>
---
drivers/i2c/i2c-core-slave.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/drivers/i2c/i2c-core-slave.c b/drivers/i2c/i2c-core-slave.c
index 883ca836..fd6a405 100644
--- a/drivers/i2c/i2c-core-slave.c
+++ b/drivers/i2c/i2c-core-slave.c
@@ -1,13 +1,9 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0+
/*
* Linux I2C core slave support code
*
* Copyright (C) 2014 by Wolfram Sang <wsa@sang-engineering.com>
*
- * 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.
*/
#include <dt-bindings/i2c/i2c.h>
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] drivers/i2c: include SPDX-license header
2018-06-21 10:02 [PATCH] drivers/i2c: include SPDX-license header Mawanda Henry
@ 2018-06-21 10:09 ` Peter Rosin
0 siblings, 0 replies; 2+ messages in thread
From: Peter Rosin @ 2018-06-21 10:09 UTC (permalink / raw)
To: Mawanda Henry, mawanda111; +Cc: linux-kernel, wsa, linux-i2c
On 2018-06-21 12:02, Mawanda Henry wrote:
> SPDX license headers makes it easy for developers and machines to know
> the license that is governing that file
This patch appears to be on top of the previously rejected patch. Please
remove that broken patch first so that this patch applies to a clean
tree.
> Signed-off-by: Mawanda Henry <mawandahenrynaco@gmail.com>
> ---
> drivers/i2c/i2c-core-slave.c | 6 +-----
> 1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/drivers/i2c/i2c-core-slave.c b/drivers/i2c/i2c-core-slave.c
> index 883ca836..fd6a405 100644
> --- a/drivers/i2c/i2c-core-slave.c
> +++ b/drivers/i2c/i2c-core-slave.c
> @@ -1,13 +1,9 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: GPL-2.0+
> /*
> * Linux I2C core slave support code
> *
> * Copyright (C) 2014 by Wolfram Sang <wsa@sang-engineering.com>
> *
Also, the above empty "*" line should also be removed.
Cheers,
Peter
> - * 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.
> */
>
> #include <dt-bindings/i2c/i2c.h>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-21 10:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-21 10:02 [PATCH] drivers/i2c: include SPDX-license header Mawanda Henry
2018-06-21 10:09 ` Peter Rosin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox