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=-9.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,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 9E852C33C9E for ; Tue, 7 Jan 2020 03:43:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 75875206F0 for ; Tue, 7 Jan 2020 03:43:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="vWBJFj7l" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727547AbgAGDnx (ORCPT ); Mon, 6 Jan 2020 22:43:53 -0500 Received: from mail-pj1-f65.google.com ([209.85.216.65]:36272 "EHLO mail-pj1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727295AbgAGDnx (ORCPT ); Mon, 6 Jan 2020 22:43:53 -0500 Received: by mail-pj1-f65.google.com with SMTP id n59so8637360pjb.1; Mon, 06 Jan 2020 19:43:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=AQ9/DC53GURoy8uPVJwwkeJi6XJeKnxIDYkVR0iQwQs=; b=vWBJFj7l6TMl4AOJKf5X9VW3UJTLj5KRhDpkjG/XRys7liNh2J8d1FbteOvt5wznSM 4zJxH5dUoFjg3fs1CeOhYTcg4KPdDwWSYhF4WPJkik/Ujl97facgI/O+lkxRL1xWboSC UAZq0PlnNYZ8d3h+imgzHDEnNREGDJAZv+3jFLZdK8O27Mh1XECf3largM3JwDxXud/z wnRmX9QrDVakjRYa4mhYSMcZFT/wTRu5JYgwwzJLAfCT7XEs5+M6+iHQ25Jg2LjyYM+8 3RiZ72+CCx7+vAhZOTp0pxO9fVIjgeK/JOdzXaSB9ESg778kwqpxf4nbPbHQpQ5iCzaK uvRQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=AQ9/DC53GURoy8uPVJwwkeJi6XJeKnxIDYkVR0iQwQs=; b=WIw/bVb+OvxwIiduAaFKV3LDbaz6AtuZNRFp820F3TQ/QqdD4tr6ot0ArzfvoZh8oq XTSea/9FieuUwHqcnqyHcXY9P2xPxeswnf5TkdL8A3HsFjRC0eBTgGVPqyayRZGWFWjS qKe9nuZYQEaAFZz17q57BP/xMlSWN8ZjgiOTMeJGL2zywBih407nODjNHHOsJi3iLPyr YvOPpkkcIslwI/fX8n7xVlQnWDlirWgXWmxyoaB5AzNtt3xRmbxl3MieOlZTQglDJIdh 9Qm8gvl+LQ1yWw1EJd4G3PVD4cxSTh/vgoi0091El+n6MjIgVM1h8zTsSPVRQaAH/td3 z6dg== X-Gm-Message-State: APjAAAWOrCPCJ5zWbd+cEAWEOL9ZdQgnRn5CzM9NQ7AtJHyhtPg/Xfbn FutTXufk2ukPdSlOEMuUBT0= X-Google-Smtp-Source: APXvYqzyIqucHdp6zdPgZQRg5EOXhTzApjHSoYm7Ljqb+UGqUCgE+VZlsH2fwIQxYxpGipFu2Gy0qQ== X-Received: by 2002:a17:902:988f:: with SMTP id s15mr101569674plp.98.1578368632288; Mon, 06 Jan 2020 19:43:52 -0800 (PST) Received: from voyager.lan ([45.124.203.14]) by smtp.gmail.com with ESMTPSA id g10sm73455929pgh.35.2020.01.06.19.43.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Jan 2020 19:43:51 -0800 (PST) From: Joel Stanley To: Jae Hyun Yoo , Eddie James , Mauro Carvalho Chehab Cc: Andrew Jeffery , linux-media@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: [PATCH 3/3] video: aspeed: Update copyright information Date: Tue, 7 Jan 2020 14:13:24 +1030 Message-Id: <20200107034324.38073-4-joel@jms.id.au> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200107034324.38073-1-joel@jms.id.au> References: <20200107034324.38073-1-joel@jms.id.au> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Use the preferred form for GPL2+, and add IBM and Intel as the authors. The driver was initially upstreamed by Eddie from IBM, and has had major contributions from Jae at Intel. Signed-off-by: Joel Stanley --- drivers/media/platform/aspeed-video.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/media/platform/aspeed-video.c b/drivers/media/platform/aspeed-video.c index d70b893fd4cf..71e0dbdb37dc 100644 --- a/drivers/media/platform/aspeed-video.c +++ b/drivers/media/platform/aspeed-video.c @@ -1,4 +1,6 @@ -// SPDX-License-Identifier: GPL-2.0+ +// SPDX-License-Identifier: GPL-2.0-or-later +// Copyright 2020 IBM Corp. +// Copyright (c) 2019 Intel Corporation #include #include -- 2.24.1 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=-9.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,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 5DF87C32771 for ; Tue, 7 Jan 2020 03:44:37 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2ED6E206F0 for ; Tue, 7 Jan 2020 03:44:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="lV9Ejuno"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="vWBJFj7l" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2ED6E206F0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=jms.id.au Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=rW+D7fPY8uRurkGlvk9FUI7JksHqa0pcDj3sciRuKKs=; b=lV9Ejuno0kfjVW K0fsUV4JRTOInYgGleXxLSba/PCRz6mJny/Cfh9dc5sr/HqTw3K/+cEp1GfgnXYpHT/Wr1nOKUhR8 8k5o/5T53Saq45Iqmuut+lD/28ozsTBNjJ+lOJudhlpvlr2HiwjWN/NYrvFPPkXcmrzwidrnmke4W 3zirrboCEWS2Y4kmBuRGyFfJE2vtYHCiEaKSb4HEPzO6E11O/4LAm8cjtwK4ZCuchalrq7DIeNGZS UGT1i97RLYlYSzXS4IowbUSfRVGFw4qcWdeqsTTJ5d8LcKh0b/oBXf+7oz57XNQOMC4LssoOtus0i pPCS5Rov1JO475PtFggQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iofnA-00024e-Pv; Tue, 07 Jan 2020 03:44:28 +0000 Received: from mail-pl1-x642.google.com ([2607:f8b0:4864:20::642]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iofmb-0001Xo-2S for linux-arm-kernel@lists.infradead.org; Tue, 07 Jan 2020 03:43:54 +0000 Received: by mail-pl1-x642.google.com with SMTP id c23so22640041plz.4 for ; Mon, 06 Jan 2020 19:43:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=AQ9/DC53GURoy8uPVJwwkeJi6XJeKnxIDYkVR0iQwQs=; b=vWBJFj7l6TMl4AOJKf5X9VW3UJTLj5KRhDpkjG/XRys7liNh2J8d1FbteOvt5wznSM 4zJxH5dUoFjg3fs1CeOhYTcg4KPdDwWSYhF4WPJkik/Ujl97facgI/O+lkxRL1xWboSC UAZq0PlnNYZ8d3h+imgzHDEnNREGDJAZv+3jFLZdK8O27Mh1XECf3largM3JwDxXud/z wnRmX9QrDVakjRYa4mhYSMcZFT/wTRu5JYgwwzJLAfCT7XEs5+M6+iHQ25Jg2LjyYM+8 3RiZ72+CCx7+vAhZOTp0pxO9fVIjgeK/JOdzXaSB9ESg778kwqpxf4nbPbHQpQ5iCzaK uvRQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references:mime-version:content-transfer-encoding; bh=AQ9/DC53GURoy8uPVJwwkeJi6XJeKnxIDYkVR0iQwQs=; b=g1ZSpeoN4J7YsOLKUXZzbAXClIi1WVkfJ/A+U2UMoBgK7v1tQod8QCIzQ8BSp59jPm CexuHKqEKhDQTeitvQrtIyeXMfSUwFBs7WNvax2RRrHbXe8dFdvtGfAE4gfQNZ0J/1X0 T4qUWCI9JCS/5cbBXvad/wsw8kiy7kHAo547j4vcG1EK+rkA8M0o+/YY26/+S7ZSXWIZ hgWQd3g1tyXKdWHi9cdeIAVLcQ13wHIwli5tGcvGuPAc71b7E/LEZOtV3AtTx6uIQorq +5h2cdqrp2FvhfaC7Edf50+NF9WYVYw62eC7+OKupTHCWdH06Y3jTU6x6A4Vfe1+VsUt CLOA== X-Gm-Message-State: APjAAAWeoiKxwrtvTtYnLQrsNJXBbvcSn2gtl1VKTyZqbirwzGx6/Cp3 dtRp+Ag1RPlYMWRMarVuyrs= X-Google-Smtp-Source: APXvYqzyIqucHdp6zdPgZQRg5EOXhTzApjHSoYm7Ljqb+UGqUCgE+VZlsH2fwIQxYxpGipFu2Gy0qQ== X-Received: by 2002:a17:902:988f:: with SMTP id s15mr101569674plp.98.1578368632288; Mon, 06 Jan 2020 19:43:52 -0800 (PST) Received: from voyager.lan ([45.124.203.14]) by smtp.gmail.com with ESMTPSA id g10sm73455929pgh.35.2020.01.06.19.43.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Jan 2020 19:43:51 -0800 (PST) From: Joel Stanley To: Jae Hyun Yoo , Eddie James , Mauro Carvalho Chehab Subject: [PATCH 3/3] video: aspeed: Update copyright information Date: Tue, 7 Jan 2020 14:13:24 +1030 Message-Id: <20200107034324.38073-4-joel@jms.id.au> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200107034324.38073-1-joel@jms.id.au> References: <20200107034324.38073-1-joel@jms.id.au> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200106_194353_177093_3EE49397 X-CRM114-Status: UNSURE ( 9.34 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Jeffery , linux-kernel@vger.kernel.org, linux-aspeed@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Use the preferred form for GPL2+, and add IBM and Intel as the authors. The driver was initially upstreamed by Eddie from IBM, and has had major contributions from Jae at Intel. Signed-off-by: Joel Stanley --- drivers/media/platform/aspeed-video.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/media/platform/aspeed-video.c b/drivers/media/platform/aspeed-video.c index d70b893fd4cf..71e0dbdb37dc 100644 --- a/drivers/media/platform/aspeed-video.c +++ b/drivers/media/platform/aspeed-video.c @@ -1,4 +1,6 @@ -// SPDX-License-Identifier: GPL-2.0+ +// SPDX-License-Identifier: GPL-2.0-or-later +// Copyright 2020 IBM Corp. +// Copyright (c) 2019 Intel Corporation #include #include -- 2.24.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel