All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] padata: Remove repeated verbose license text
@ 2021-08-22  2:27 Cai Huoqing
  2021-08-23 21:13 ` Daniel Jordan
  2021-08-27  8:37 ` Herbert Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Cai Huoqing @ 2021-08-22  2:27 UTC (permalink / raw)
  To: steffen.klassert, daniel.m.jordan; +Cc: linux-crypto, linux-kernel, Cai Huoqing

remove it because SPDX-License-Identifier is already used

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
---
 kernel/padata.c | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/kernel/padata.c b/kernel/padata.c
index 3258ab89c2a3..18d3a5c699d8 100644
--- a/kernel/padata.c
+++ b/kernel/padata.c
@@ -9,19 +9,6 @@
  *
  * Copyright (c) 2020 Oracle and/or its affiliates.
  * Author: Daniel Jordan <daniel.m.jordan@oracle.com>
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU General Public License,
- * version 2, as published by the Free Software Foundation.
- *
- * This program is distributed in the hope 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.,
- * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #include <linux/completion.h>
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] padata: Remove repeated verbose license text
  2021-08-22  2:27 [PATCH] padata: Remove repeated verbose license text Cai Huoqing
@ 2021-08-23 21:13 ` Daniel Jordan
  2021-08-27  8:37 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Jordan @ 2021-08-23 21:13 UTC (permalink / raw)
  To: Cai Huoqing; +Cc: steffen.klassert, linux-crypto, linux-kernel

On Sun, Aug 22, 2021 at 10:27:34AM +0800, Cai Huoqing wrote:
> remove it because SPDX-License-Identifier is already used
> 
> Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>

Acked-by: Daniel Jordan <daniel.m.jordan@oracle.com>

> ---
>  kernel/padata.c | 13 -------------
>  1 file changed, 13 deletions(-)
> 
> diff --git a/kernel/padata.c b/kernel/padata.c
> index 3258ab89c2a3..18d3a5c699d8 100644
> --- a/kernel/padata.c
> +++ b/kernel/padata.c
> @@ -9,19 +9,6 @@
>   *
>   * Copyright (c) 2020 Oracle and/or its affiliates.
>   * Author: Daniel Jordan <daniel.m.jordan@oracle.com>
> - *
> - * This program is free software; you can redistribute it and/or modify it
> - * under the terms and conditions of the GNU General Public License,
> - * version 2, as published by the Free Software Foundation.
> - *
> - * This program is distributed in the hope 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.,
> - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
>   */
>  
>  #include <linux/completion.h>
> -- 
> 2.25.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] padata: Remove repeated verbose license text
  2021-08-22  2:27 [PATCH] padata: Remove repeated verbose license text Cai Huoqing
  2021-08-23 21:13 ` Daniel Jordan
@ 2021-08-27  8:37 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2021-08-27  8:37 UTC (permalink / raw)
  To: Cai Huoqing
  Cc: steffen.klassert, daniel.m.jordan, linux-crypto, linux-kernel,
	caihuoqing

Cai Huoqing <caihuoqing@baidu.com> wrote:
> remove it because SPDX-License-Identifier is already used
> 
> Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
> ---
> kernel/padata.c | 13 -------------
> 1 file changed, 13 deletions(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-27  8:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-22  2:27 [PATCH] padata: Remove repeated verbose license text Cai Huoqing
2021-08-23 21:13 ` Daniel Jordan
2021-08-27  8:37 ` Herbert Xu

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.