From patchwork Sat Sep 12 06:23:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tedd Ho-Jeong An X-Patchwork-Id: 252759 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 65519C433E2 for ; Sat, 12 Sep 2020 06:39:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2565D214D8 for ; Sat, 12 Sep 2020 06:39:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725821AbgILGji (ORCPT ); Sat, 12 Sep 2020 02:39:38 -0400 Received: from mga17.intel.com ([192.55.52.151]:3861 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725801AbgILGjg (ORCPT ); Sat, 12 Sep 2020 02:39:36 -0400 IronPort-SDR: oIQJlD4nSuj0zax8MhVcnaPoc9/QoMIAzYzFC7efvdigga42UwfenWfV3VRd7QfiWxMr6pHVHR +1W5FmGYLf5A== X-IronPort-AV: E=McAfee;i="6000,8403,9741"; a="138912340" X-IronPort-AV: E=Sophos;i="5.76,419,1592895600"; d="scan'208";a="138912340" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 23:24:21 -0700 IronPort-SDR: G+bI7229//KCZTvZtNJzpweY9mRCLgeVspaDTKq8HlH7o63y9+FKngcuC7D8XTX27tqh99uT4N 2qItUSWHOW5g== X-IronPort-AV: E=Sophos;i="5.76,419,1592895600"; d="scan'208";a="342519281" Received: from han1-mobl3.jf.intel.com ([10.255.228.79]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2020 23:24:20 -0700 From: tedd.an@linux.intel.com To: linux-bluetooth@vger.kernel.org Cc: Tedd Ho-Jeong An Subject: [BlueZ 13/17] plugins: Add SPDX License Identifer Date: Fri, 11 Sep 2020 23:23:53 -0700 Message-Id: <20200912062357.23926-14-tedd.an@linux.intel.com> X-Mailer: git-send-email 2.25.4 In-Reply-To: <20200912062357.23926-1-tedd.an@linux.intel.com> References: <20200912062357.23926-1-tedd.an@linux.intel.com> MIME-Version: 1.0 Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org From: Tedd Ho-Jeong An This patch adds SPDX License Identifier. ------------------------------------- License COUNT ------------------------------------- GPL-2.0-or-later : 7 License: GPL-2.0-or-later plugins/autopair.c plugins/hostname.c plugins/neard.c plugins/policy.c plugins/sixaxis.c plugins/wiimote.c plugins/external-dummy.c --- plugins/autopair.c | 1 + plugins/external-dummy.c | 1 + plugins/hostname.c | 1 + plugins/neard.c | 1 + plugins/policy.c | 1 + plugins/sixaxis.c | 1 + plugins/wiimote.c | 1 + 7 files changed, 7 insertions(+) diff --git a/plugins/autopair.c b/plugins/autopair.c index 3089430a8..381d91c8f 100644 --- a/plugins/autopair.c +++ b/plugins/autopair.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * * BlueZ - Bluetooth protocol stack for Linux diff --git a/plugins/external-dummy.c b/plugins/external-dummy.c index 536ad0663..78377b021 100644 --- a/plugins/external-dummy.c +++ b/plugins/external-dummy.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * * BlueZ - Bluetooth protocol stack for Linux diff --git a/plugins/hostname.c b/plugins/hostname.c index 4f9dfe6d8..32f15b3a5 100644 --- a/plugins/hostname.c +++ b/plugins/hostname.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * * BlueZ - Bluetooth protocol stack for Linux diff --git a/plugins/neard.c b/plugins/neard.c index 6ffcd6e10..1fefc5015 100644 --- a/plugins/neard.c +++ b/plugins/neard.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * * BlueZ - Bluetooth protocol stack for Linux diff --git a/plugins/policy.c b/plugins/policy.c index de51e58b9..86eb25ee9 100644 --- a/plugins/policy.c +++ b/plugins/policy.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * * BlueZ - Bluetooth protocol stack for Linux diff --git a/plugins/sixaxis.c b/plugins/sixaxis.c index 939fed759..8350d63f8 100644 --- a/plugins/sixaxis.c +++ b/plugins/sixaxis.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * * BlueZ - Bluetooth protocol stack for Linux diff --git a/plugins/wiimote.c b/plugins/wiimote.c index 0ced27514..9441a7681 100644 --- a/plugins/wiimote.c +++ b/plugins/wiimote.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * * BlueZ - Bluetooth protocol stack for Linux