All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gcov: clang: Remove repeated verbose license text
@ 2021-08-22  2:15 Cai Huoqing
  2021-08-25 22:22 ` Nick Desaulniers
  0 siblings, 1 reply; 2+ messages in thread
From: Cai Huoqing @ 2021-08-22  2:15 UTC (permalink / raw)
  To: oberpar, nathan, ndesaulniers
  Cc: linux-kernel, clang-built-linux, Cai Huoqing

remove it because SPDX-License-Identifier is already used

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

diff --git a/kernel/gcov/clang.c b/kernel/gcov/clang.c
index cbb0bed958ab..b97a922b36b7 100644
--- a/kernel/gcov/clang.c
+++ b/kernel/gcov/clang.c
@@ -3,16 +3,6 @@
  * Copyright (C) 2019 Google, Inc.
  * modified from kernel/gcov/gcc_4_7.c
  *
- * This software is licensed under the terms of the GNU General Public
- * License version 2, as published by the Free Software Foundation, and
- * may be copied, distributed, and modified under those terms.
- *
- * This program is distributed in the hope that 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.
- *
- *
  * LLVM uses profiling data that's deliberately similar to GCC, but has a
  * very different way of exporting that data.  LLVM calls llvm_gcov_init() once
  * per module, and provides a couple of callbacks that we can use to ask for
-- 
2.25.1


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

* Re: [PATCH] gcov: clang: Remove repeated verbose license text
  2021-08-22  2:15 [PATCH] gcov: clang: Remove repeated verbose license text Cai Huoqing
@ 2021-08-25 22:22 ` Nick Desaulniers
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Desaulniers @ 2021-08-25 22:22 UTC (permalink / raw)
  To: Cai Huoqing; +Cc: oberpar, nathan, linux-kernel, clang-built-linux

On Sat, Aug 21, 2021 at 7:16 PM Cai Huoqing <caihuoqing@baidu.com> wrote:
>
> remove it because SPDX-License-Identifier is already used

Sure.
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>

>
> Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
> ---
>  kernel/gcov/clang.c | 10 ----------
>  1 file changed, 10 deletions(-)
>
> diff --git a/kernel/gcov/clang.c b/kernel/gcov/clang.c
> index cbb0bed958ab..b97a922b36b7 100644
> --- a/kernel/gcov/clang.c
> +++ b/kernel/gcov/clang.c
> @@ -3,16 +3,6 @@
>   * Copyright (C) 2019 Google, Inc.
>   * modified from kernel/gcov/gcc_4_7.c
>   *
> - * This software is licensed under the terms of the GNU General Public
> - * License version 2, as published by the Free Software Foundation, and
> - * may be copied, distributed, and modified under those terms.
> - *
> - * This program is distributed in the hope that 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.
> - *
> - *
>   * LLVM uses profiling data that's deliberately similar to GCC, but has a
>   * very different way of exporting that data.  LLVM calls llvm_gcov_init() once
>   * per module, and provides a couple of callbacks that we can use to ask for
> --
> 2.25.1
>


-- 
Thanks,
~Nick Desaulniers

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

end of thread, other threads:[~2021-08-25 22:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-22  2:15 [PATCH] gcov: clang: Remove repeated verbose license text Cai Huoqing
2021-08-25 22:22 ` Nick Desaulniers

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.