[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210822021542.2-1-caihuoqing@baidu.com>
Date: Sun, 22 Aug 2021 10:15:42 +0800
From: Cai Huoqing <caihuoqing@...du.com>
To: <oberpar@...ux.ibm.com>, <nathan@...nel.org>,
<ndesaulniers@...gle.com>
CC: <linux-kernel@...r.kernel.org>,
<clang-built-linux@...glegroups.com>,
"Cai Huoqing" <caihuoqing@...du.com>
Subject: [PATCH] gcov: clang: Remove repeated verbose license text
remove it because SPDX-License-Identifier is already used
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
Powered by blists - more mailing lists