2021-08-22 02:19:05

by Cai,Huoqing

[permalink] [raw]
Subject: [PATCH] gcov: clang: Remove repeated verbose license text

remove it because SPDX-License-Identifier is already used

Signed-off-by: Cai Huoqing <[email protected]>
---
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


2021-08-25 22:24:49

by Nick Desaulniers

[permalink] [raw]
Subject: Re: [PATCH] gcov: clang: Remove repeated verbose license text

On Sat, Aug 21, 2021 at 7:16 PM Cai Huoqing <[email protected]> wrote:
>
> remove it because SPDX-License-Identifier is already used

Sure.
Reviewed-by: Nick Desaulniers <[email protected]>

>
> Signed-off-by: Cai Huoqing <[email protected]>
> ---
> 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