From patchwork Thu Sep 22 14:20:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andre Przywara X-Patchwork-Id: 12985233 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 6BFE3C54EE9 for ; Thu, 22 Sep 2022 14:22:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=p33pj7WconbcFDeXpzOBLXJCJxcVNAQo85s9vFZzrKw=; b=X3/1AWvmwpur3u Oyc7dkkxtkOEshZI8T8dYBMMIUm0sYmpnzQsYIGIme7vz2zPVDwc+ZgiVUptsVuPpn+gsaNZrl/Ln 5LqUvT0kDj9H2OtccmB92BpvPiYMVDQoB9AcYyJWj/Kd1U4R2g0fJpTri5RTgoVQXeQB6ry+65JbU VP6D1FnF+ZwMsXkWW15HfkREyRf2RvDyly/5Jxrejl2ugSUYxKVoccg2ttfjE6+Jk6zt3Vcyg1zy5 6LoynlaC+nmQ2E2GPlH+Ij9K+X9TX0sHpiOLQVsgSAqtvtT865CLcFcxJGshhRuRjJayAGaAjhC/+ g70ZczIdlqEJt7GonBpQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1obN4h-00Fxph-7V; Thu, 22 Sep 2022 14:21:11 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1obN4G-00FxfR-FD for linux-arm-kernel@lists.infradead.org; Thu, 22 Sep 2022 14:20:45 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E72BD22BE; Thu, 22 Sep 2022 07:20:49 -0700 (PDT) Received: from donnerap.arm.com (donnerap.cambridge.arm.com [10.1.197.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id CD3B53F73B; Thu, 22 Sep 2022 07:20:41 -0700 (PDT) From: Andre Przywara To: Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , Rob Herring , Grant Likely , Krzysztof Kozlowski Cc: Jean-Philippe Brucker , Pawel Moll , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 3/3] arm64: dts: arm: add copyright messages (Linaro) Date: Thu, 22 Sep 2022 15:20:10 +0100 Message-Id: <20220922142010.1412640-4-andre.przywara@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220922142010.1412640-1-andre.przywara@arm.com> References: <20220922142010.1412640-1-andre.przywara@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220922_072044_584664_3CA58850 X-CRM114-Status: GOOD ( 10.94 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The GPL license seems to require an explicit copyright statement. Add the appropriate line into files which were lacking this. This assigns the copyright to Linaro, for files which were originally contributed by Linaro employees or assignees. Signed-off-by: Andre Przywara --- arch/arm64/boot/dts/arm/fvp-base-revc.dts | 2 ++ arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi | 5 +++++ arch/arm64/boot/dts/arm/rtsm_ve-motherboard-rs2.dtsi | 2 ++ 3 files changed, 9 insertions(+) diff --git a/arch/arm64/boot/dts/arm/fvp-base-revc.dts b/arch/arm64/boot/dts/arm/fvp-base-revc.dts index 45cef48378d07..9d0d1a39b9c31 100644 --- a/arch/arm64/boot/dts/arm/fvp-base-revc.dts +++ b/arch/arm64/boot/dts/arm/fvp-base-revc.dts @@ -2,6 +2,8 @@ /* * ARM Ltd. Fast Models * + * Copyright (c) 2017-2022 Linaro Ltd. + * * Architecture Envelope Model (AEM) ARMv8-A * ARMAEMv8AMPCT * diff --git a/arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi b/arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi index 4299287e1e284..e9f2eb53712d8 100644 --- a/arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi +++ b/arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi @@ -1,4 +1,9 @@ // SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) +/* + * Arm Juno board common Coresight definitions + * + * Copyright (c) 2017-2022 Linaro Ltd. + */ / { funnel@20130000 { /* cssys1 */ compatible = "arm,coresight-dynamic-funnel", "arm,primecell"; diff --git a/arch/arm64/boot/dts/arm/rtsm_ve-motherboard-rs2.dtsi b/arch/arm64/boot/dts/arm/rtsm_ve-motherboard-rs2.dtsi index 9dd155ef09ab3..44a6e7ad287c3 100644 --- a/arch/arm64/boot/dts/arm/rtsm_ve-motherboard-rs2.dtsi +++ b/arch/arm64/boot/dts/arm/rtsm_ve-motherboard-rs2.dtsi @@ -2,6 +2,8 @@ /* * ARM Ltd. Fast Models * + * Copyright (c) 2017-2022 Linaro Ltd. + * * "rs2" extension for the v2m motherboard */ / {