From nobody Mon May 4 01:48:57 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4g84Ld3R7zz6c96b for ; Mon, 04 May 2026 01:48:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g84Ld28Vkz40Lx for ; Mon, 04 May 2026 01:48:57 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777859337; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6oWRvkLZrng0hrHYyVxvG153DcZxPJYtxMxhoVCFvYg=; b=M5ZWzTBQB0CP8fSSoGM46UdH+kVDdlXXPxiTI+DmDGFdvdOyuQg9xYOfHP2AB8ZxHCumN4 6jLLriCW/lwNmvrdpPzvHxDzoIulZuW0LOgcFCTHd/nOPZarvRrfwC2GxYBuIPwj91AK5a d4lNLuAEQnY3jLkQNduseeg1D4vkIffLEgCHGOERDtU7PqYjVSJlSRngFfkmS2txmECbIX cp2/xbDFD+hOMEnlUdKV+eYTaG3U8tRxrhAPh5Fj169br+QzY6MFjqLPxpNncaZK5U/Oeb 6KO2y7TssRfsWgtTngcQnfWNomzNG1m3ZWhgW5mF5ZRSzok5PtjDgKKykDIl0w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777859337; a=rsa-sha256; cv=none; b=OXOhYclycckoGfGgnQKMMM2Zld4SCyTPNt0wrDeZ6IpoWPTjlcDVxVoBrQbmmRsjvnyBTQ s3ic05kqQNLRxIRlSCCE7hn17K6o6sje1r4pIySkVSUP8sAYcXB+SjwQeXhL18U0meQg71 ilpXhOV+dr1rMr2zoUSdRh4FdgMUIzIN3QSA9PxVB4nIGNmiRH6yyl4uAShuXectlPUr8z lvWPZYy85kTTPSA6CZtNPZ+j1c1oE3r5379h0B4Mfe0kedPsz/xgOgEguSXzaVqt8nrwZC fz6OmDxBID3xbcQ1nNU1pAu3AzjN7IHiZjTlhfdnMn2qiJJG8Yj9Jgvwou71ZA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777859337; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6oWRvkLZrng0hrHYyVxvG153DcZxPJYtxMxhoVCFvYg=; b=tgJ+f89Ab0yu4QiiccB4UdXLIutlbjn1yUClY6SRypBkHvTObsPCs+tdFJ0HPn9wP7sdNB q6tfKJVjumjp+Lj+bHLLH82rziBt8C6xqmJ2L8M0C0UU9qBJX/FJRzV2UlmYmptKQzudhl eHBEYyl2d47x0Fz09ptmPH3Mce7LXGGnixzZEIKb/vzVb7MWnni1HP0JWT5nLT8jn1BnuR v9vaIrYigVbKHs8XwcfFxBXyu/xrSsUGlAlPsZtarAFmhU5CH5MiVks45s9mCx2+Gr7goU 2pCk+DP4ribfJe1MhSmaVUtcGJOtIVpILdl6uGb9dUs81Af4LeM4+4FxwOarEQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g84Ld1jKVzyq2 for ; Mon, 04 May 2026 01:48:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3cc2b by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 04 May 2026 01:48:57 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Justin Hibbits Subject: git: 7b5a23b12451 - main - rs5c372a: Fix copyright header List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jhibbits X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7b5a23b12451a71a8377c7ef674b716a54751e92 Auto-Submitted: auto-generated Date: Mon, 04 May 2026 01:48:57 +0000 Message-Id: <69f7fb09.3cc2b.35950411@gitrepo.freebsd.org> The branch main has been updated by jhibbits: URL: https://cgit.FreeBSD.org/src/commit/?id=7b5a23b12451a71a8377c7ef674b716a54751e92 commit 7b5a23b12451a71a8377c7ef674b716a54751e92 Author: Justin Hibbits AuthorDate: 2026-05-04 01:45:11 +0000 Commit: Justin Hibbits CommitDate: 2026-05-04 01:47:54 +0000 rs5c372a: Fix copyright header Reported by: ziaee@ Fixes: d22051b18 ("iicbus/rtc: Add driver for the Ricoh rs5c372 RTC") --- sys/dev/iicbus/rtc/rs5c372a.c | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/sys/dev/iicbus/rtc/rs5c372a.c b/sys/dev/iicbus/rtc/rs5c372a.c index c5743e840d25..1511025801f5 100644 --- a/sys/dev/iicbus/rtc/rs5c372a.c +++ b/sys/dev/iicbus/rtc/rs5c372a.c @@ -1,27 +1,7 @@ -/*- - * SPDX-License-Identifier: BSD-2-Clause - * +/* * Copyright (c) 2026 Justin Hibbits * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. - * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, - * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF - * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * SPDX-License-Identifier: BSD-2-Clause */ #include