[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAKwvOd=VaVqUg_JJyWNz+69d91gpTphKMVF_YatspZdT1D2yzA@mail.gmail.com>
Date: Wed, 25 Aug 2021 15:22:00 -0700
From: Nick Desaulniers <ndesaulniers@...gle.com>
To: Cai Huoqing <caihuoqing@...du.com>
Cc: oberpar@...ux.ibm.com, nathan@...nel.org,
linux-kernel@...r.kernel.org, clang-built-linux@...glegroups.com
Subject: Re: [PATCH] gcov: clang: Remove repeated verbose license text
On Sat, Aug 21, 2021 at 7:16 PM Cai Huoqing <caihuoqing@...du.com> wrote:
>
> remove it because SPDX-License-Identifier is already used
Sure.
Reviewed-by: Nick Desaulniers <ndesaulniers@...gle.com>
>
> Signed-off-by: Cai Huoqing <caihuoqing@...du.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
Powered by blists - more mailing lists