Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp321198pxb; Mon, 13 Sep 2021 20:37:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzarW243h/UwshENIJRvol/ehrxmyPB7u1JWJiEO4tKYlXyzEeDumLaqY/6/zP0nbk7J+MZ X-Received: by 2002:a05:6402:1841:: with SMTP id v1mr17157742edy.170.1631590677758; Mon, 13 Sep 2021 20:37:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631590677; cv=none; d=google.com; s=arc-20160816; b=ldSjZszIdJRAWv2IGogdQRu+iFj2/p+c4NN5/aarZkv5Z2s4eonbEqaTJPCqy7hZER hafpX5qbyGxeqVFfPmYqtxn0ClQ3/vIN/A1TmK8yzT265XmVaWV9McVZcxcKD6Kr0+ak uu6s3D3fsD0pwUavvIX6hdLZmUbYLLwWSfAs3XN9enahea2ZhazeeY/M+5NeEZMDe/eR +xSuuPaaDRoQvA6IuwSxVu3cnZ7BYFjIB7KUIYY30s9i0fln3W+Mb3nci2xZFpS6utrM j2f9ssJQb2+J76intKR5vb0lEpjN4HzcdNHk3oPYBFDmZiXGJtZmSoQVcG0sKz8hVAiz iEkg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:message-id:date:subject:cc:to:from; bh=u07M4ymXsIrHenz/yjH2zGmaPNtdAJKxiIaOBAedemI=; b=VsPjA6G9mk9qutVgO88gZz5o4ycp0SyQwxSDXsn7TdOBKE3uqLB8GRdZCuzzATQVcw OEFRJmuNvhFdvmpuFjPPTSF1j4//P5hOJ7G50ouuWoxzi23kZSQ4qo3PerEPDKioxKoW SjVLMcx2grJ8QUCM6zmVPs24au99J5h3HJ4AzABnAgPicxZorJJuxLIAGF2cGUzM8C6i 7NlXHFIF65mKJTpsbfbAIQuY3I22tjZtkFtR0dWT8zUEDOUsnL+/JELm0GCC0EWEWaHe B2BFecCEf8TIIu1EeolOUOvZiTFWmdiSAsa7OOlO4Mss6t7yIk5CGOMEcZ4DdRymlEue 6FNQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w18si9508903edc.532.2021.09.13.20.37.34; Mon, 13 Sep 2021 20:37:57 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239201AbhINDfU (ORCPT + 99 others); Mon, 13 Sep 2021 23:35:20 -0400 Received: from mx20.baidu.com ([111.202.115.85]:56090 "EHLO baidu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S239185AbhINDfG (ORCPT ); Mon, 13 Sep 2021 23:35:06 -0400 Received: from BC-Mail-Ex22.internal.baidu.com (unknown [172.31.51.16]) by Forcepoint Email with ESMTPS id DAF5B42F58B5B2CC6978; Tue, 14 Sep 2021 11:33:45 +0800 (CST) Received: from BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) by BC-Mail-Ex22.internal.baidu.com (172.31.51.16) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2242.12; Tue, 14 Sep 2021 11:33:45 +0800 Received: from LAPTOP-UKSR4ENP.internal.baidu.com (172.31.63.8) by BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Tue, 14 Sep 2021 11:33:45 +0800 From: Cai Huoqing To: CC: Paul Moore , Eric Paris , , Subject: [PATCH v2] audit: Convert to SPDX identifier Date: Tue, 14 Sep 2021 11:33:38 +0800 Message-ID: <20210914033339.134-1-caihuoqing@baidu.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [172.31.63.8] X-ClientProxiedBy: BJHW-Mail-Ex10.internal.baidu.com (10.127.64.33) To BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Use SPDX-License-Identifier instead of a verbose license text. Signed-off-by: Cai Huoqing --- v1->v2: Change recommended token from "GPL-2.0+" to "GPL-2.0-or-later" kernel/auditsc.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/kernel/auditsc.c b/kernel/auditsc.c index 8dd73a64f921..969c1613fed9 100644 --- a/kernel/auditsc.c +++ b/kernel/auditsc.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* auditsc.c -- System-call auditing support * Handles all system-call specific auditing features. * @@ -6,20 +7,6 @@ * Copyright (C) 2005, 2006 IBM Corporation * All Rights Reserved. * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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. - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * * Written by Rickard E. (Rik) Faith * * Many of the ideas implemented here are from Stephen C. Tweedie, -- 2.25.1