From mboxrd@z Thu Jan 1 00:00:00 1970 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=-17.4 required=3.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT, USER_IN_DEF_DKIM_WL 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 DCA81C43331 for ; Sun, 29 Mar 2020 17:25:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 985B22076E for ; Sun, 29 Mar 2020 17:25:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="D3+qiGb+" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728366AbgC2RZS (ORCPT ); Sun, 29 Mar 2020 13:25:18 -0400 Received: from mail-qv1-f73.google.com ([209.85.219.73]:40510 "EHLO mail-qv1-f73.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728065AbgC2RZS (ORCPT ); Sun, 29 Mar 2020 13:25:18 -0400 Received: by mail-qv1-f73.google.com with SMTP id z2so12396213qvw.7 for ; Sun, 29 Mar 2020 10:25:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=date:message-id:mime-version:subject:from:to:cc; bh=EC/U461+gwqn24yReon8yuub2CQF5dEI1L4tqKNZnTU=; b=D3+qiGb+3Bos7ak2NV7SPB2wSBA7O6UYjsdYqSqqTW0qI1xFsj24CB46jbyNPOzQzD kxVd6jzoq8yWYR9vl0gRZsQUmbyLROevCX/VRrkmXfRYmpms1C3vaWjXmASNRZCSjuZ9 32/kJfzyaau4ebwaCnyCOCSWYs/QTEvDRjL8K1FLpZH+ui6qlSJ/A3jiaBGeI3MBZlw2 zH7k5tU8uAVLZ0KdXJYS9itVwkI2VLtwGVyF0ht7hU0X3iZer7fZ2+usvnADH84r+ExB cWseU1S/1vktGRyzTu4ncrzmxH3z7u4oN6z3K6SLGvMaq5WtZK74t4+ltmEXuVdvXPps g9Mg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:message-id:mime-version:subject:from:to:cc; bh=EC/U461+gwqn24yReon8yuub2CQF5dEI1L4tqKNZnTU=; b=Lcsl856VW9coN1J+azDt81UOZgF8Dm6FSFhb/D9Fqk3yN4v0vlNl2Pbw/lJl0kJ2i2 qOWxu5+iBFYt828+y+i0unWUWiHq+NRRUoehNOVPTtMm7LdXBlQ6K0/fpkLb/95HZAHu cvUhH8IG0S2DFDl+yhbi0PukXwfmRugbuGqnlnbKm9lbleN92CFFM8Kz1vsrBsuOwlj2 CB7fcrLv97/iWHVmkua6wYCh8GM/opTesYPprmo8aZN/X3TTazQslSHQDHWQ2yzVqKtw 1re6ZhwADlNUfTy+D5No2+B5ZeqKAujEpgbWrX4HRe3GC8jJZMttmwcrUktddUOtnSuG 59yA== X-Gm-Message-State: ANhLgQ0Lm7yiaEOeSpZpWjTgHVpsX7BAkTm+UbRLYsLKz1nqKC51drNW JSG9uAFUa6myDXKVPlnj6M9Ld8bpv7q+ X-Google-Smtp-Source: ADFU+vu4i10Gh7yzTZjhEUSWpfFGbE9wnvJi0F1/Eqla5s2nPiUeLOuYWg+8TH7Uxa2JwOKGt/539wJnHXuV X-Received: by 2002:ac8:7b26:: with SMTP id l6mr8405402qtu.64.1585502717195; Sun, 29 Mar 2020 10:25:17 -0700 (PDT) Date: Sun, 29 Mar 2020 10:25:13 -0700 Message-Id: <20200329172513.133548-1-rajatja@google.com> Mime-Version: 1.0 X-Mailer: git-send-email 2.26.0.rc2.310.g2932bb562d-goog Subject: [PATCH v2] Input: input-event-codes.h: Update the license From: Rajat Jain To: Dmitry Torokhov , Rajat Jain , "linux-input@vger.kernel.org" , lkml , Thomas Gleixner , Greg Kroah-Hartman Cc: rajatxjain@gmail.com Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Replace the /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ with /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ to help coreboot community consume this file without relaxing their licensing requirements. Signed-off-by: Rajat Jain --- V2: Update the commit log include/uapi/linux/input-event-codes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/input-event-codes.h b/include/uapi/linux/input-event-codes.h index 6923dc7e02982..b6a835d378263 100644 --- a/include/uapi/linux/input-event-codes.h +++ b/include/uapi/linux/input-event-codes.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ /* * Input event codes * -- 2.26.0.rc2.310.g2932bb562d-goog