From nobody Sat Apr 11 20:14:58 2026 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=git.sr.ht Return-Path: Received: from lists.gnu.org (lists1p.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1775676529761203.73293885715736; Wed, 8 Apr 2026 12:28:49 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1wAYZ2-0004Pf-Ml; Wed, 08 Apr 2026 15:27:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists1p.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1wAY7i-0007r1-Oo; Wed, 08 Apr 2026 14:59:35 -0400 Received: from mail-a.sr.ht ([46.23.81.152]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1wAQok-0003E6-D0; Wed, 08 Apr 2026 07:11:31 -0400 Received: from git.sr.ht (unknown [46.23.81.155]) by mail-a.sr.ht (Postfix) with ESMTPSA id E9BC220802; Wed, 08 Apr 2026 11:07:20 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=vm77YKirbEup2HeqU46xApALA0DkS7I7UPP0cCGsRfM=; c=simple/simple; d=git.sr.ht; h=From:Date:Subject:Reply-to:In-Reply-To:To:Cc; q=dns/txt; s=20240113; t=1775646441; v=1; b=RSdtmIoTsgBBGOqqQv/kOSBEMKp9Cjdk/xSrOvgGRoHO/DHuIMxN3z6Zb4EcF6tDQMG0n6xr FzCdNPd2JFlEFL6lybFTj//cVOyxh6UYAaVk+68boljgjt4Ql4V1+ogrhl/mN8oMjj47bvsXYGZ 82YzOqrYZM1YqxXJD7ATtM+CfRxeZR9Sq063v2dMD/7r0kXHg22gZXGZYZF0OxSPYKYxvx+ZyS9 6JkDP4tdwnDPPN7+by5WO6gJnURnIhBpbhx/RafBThCs1fNjnqjZAyPo4qCj3JW+Sj98c6xtQZS 3dcM+L1/jsoscz15hFMrotm+X6GVUU82tFvFIoxGhK4jA== From: ~lexbaileylowrisc Date: Tue, 07 Apr 2026 15:11:43 +0100 Subject: [PATCH qemu v2 6/7] ot_uart: update file headers with new authorship and documentation URL Message-ID: <177564643888.23414.7922925369077631439-6@git.sr.ht> X-Mailer: git.sr.ht In-Reply-To: <177564643888.23414.7922925369077631439-0@git.sr.ht> To: qemu-riscv@nongnu.org, Alistair Francis Cc: Paolo Bonzini , =?utf-8?q?Marc-Andr=C3=A9?= Lureau , Palmer Dabbelt , Weiwei Li , Daniel Henrique Barboza , Liu Zhiwei , Chao Liu , qemu-devel@nongnu.org, Amit Kumar-Hermosillo , nabihestefan@google.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=46.23.81.152; envelope-from=outgoing@sr.ht; helo=mail-a.sr.ht X-Spam_score_int: -5 X-Spam_score: -0.6 X-Spam_bar: / X-Spam_report: (-0.6 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_12_24=1.049, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: qemu development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ~lexbaileylowrisc Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZM-MESSAGEID: 1775676533567158500 From: Lex Bailey The documentation has moved, URL updated. This file is now a combination of code from various people/organisations. Took the opportunity while editing this to switch to just using the SPDX ID. Signed-off-by: Lex Bailey --- hw/char/ot_uart.c | 24 ++++++++---------------- include/hw/char/ot_uart.h | 25 ++++++++++--------------- 2 files changed, 18 insertions(+), 31 deletions(-) diff --git a/hw/char/ot_uart.c b/hw/char/ot_uart.c index 37f2ca06ba..1dda771724 100644 --- a/hw/char/ot_uart.c +++ b/hw/char/ot_uart.c @@ -2,27 +2,19 @@ * QEMU OpenTitan UART device * * Copyright (c) 2020 Western Digital + * Copyright (c) 2022-2025 Rivos, Inc. + * Copyright (c) 2025-2026 lowRISC contributors. * * For details check the documentation here: - * https://docs.opentitan.org/hw/ip/uart/doc/ + * https://opentitan.org/book/hw/ip/uart/doc/ * - * Permission is hereby granted, free of charge, to any person obtaining a= copy - * of this software and associated documentation files (the "Software"), t= o deal - * in the Software without restriction, including without limitation the r= ights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or se= ll - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: + * Author(s): + * Alistair Francis + * Lo=C3=AFc Lefort + * Lex Bailey * - * The above copyright notice and this permission notice shall be included= in - * all copies or substantial portions of the Software. + * SPDX-License-Identifier: MIT * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS= OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OT= HER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING= FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS = IN - * THE SOFTWARE. */ =20 #include "qemu/osdep.h" diff --git a/include/hw/char/ot_uart.h b/include/hw/char/ot_uart.h index 512684afd6..221c581e52 100644 --- a/include/hw/char/ot_uart.h +++ b/include/hw/char/ot_uart.h @@ -2,24 +2,19 @@ * QEMU OpenTitan UART device * * Copyright (c) 2020 Western Digital + * Copyright (c) 2022-2025 Rivos, Inc. + * Copyright (c) 2025-2026 lowRISC contributors. * - * Permission is hereby granted, free of charge, to any person obtaining a= copy - * of this software and associated documentation files (the "Software"), t= o deal - * in the Software without restriction, including without limitation the r= ights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or se= ll - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: + * For details check the documentation here: + * https://opentitan.org/book/hw/ip/uart/doc/ * - * The above copyright notice and this permission notice shall be included= in - * all copies or substantial portions of the Software. + * Author(s): + * Alistair Francis + * Lo=C3=AFc Lefort + * Lex Bailey + * + * SPDX-License-Identifier: MIT * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS= OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OT= HER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING= FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS = IN - * THE SOFTWARE. */ =20 #ifndef HW_OT_UART_H --=20 2.49.1