From nobody Wed May 20 02:23:39 2026 X-Original-To: dev-commits-src-main@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 4gKwMH68Llz6dy0N for ; Wed, 20 May 2026 02:23:39 +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 4gKwMH4WFyz3H7V for ; Wed, 20 May 2026 02:23:39 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1779243819; 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=SZk0MwXsK1aE0kgnlgSa4CfhKsX+5gKnoAbPKZ6dTGo=; b=PBUYKpGWH9m2Egv8hVCrhtT2HL1RQ8/LmDhNV7da9ZHV2mPL8ca22Y2mK8CG7lv31U8gFx rjaJLy7DgNddVOAgXMYzo9J778nSDSgYbLSl9/MNpQjU9VrnaaNXW4021WfJHkcoheDEzD e2vmRcjQnIBI2O7/jH2tePiWCFae9Ejjrb5AGPBkiK6GKZ3ZKLtVMMy49pz1npaCyrpo5j TLNvEldTftlH5wDcMLQkP6Itbx3SaqJlUBgTx2cRqFPEDZY9TpSB2cgTsIGWj+XUR19Dzj rmud7LHhuyn2A6vKBBmsYSFfI4IiPOBRUB7y/AEXOH/uL9qoElErMmIfy5Tc4Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1779243819; a=rsa-sha256; cv=none; b=IADUW8L+n9Kz3cVMQjuFRmCaCElGdwz8OjQJ9jA+j1WUo5+jRyFWhoYhBITxfY5M2sf/vP pH1uumZwBpBp9A8WDZ/CMeHlMFkAPmpB44zv/P4+StEDE7Nn6iJiZny9uoZN2XrFWPbJnl E22r/hu/CL+8mo+WCzl3xmkcSfJMhJ1VylRs/SWD3W8Iy7uHa0MBcOfxRE8b/GZqZCH7VN FDfkfGK8iBYPVt64BTKULs9Vt3W1gKHm//ozbuxiqtWVdr0ehlD2KIiDT8x/P+OShxVEG3 JctbwY5RQEI2t7oLGlV7cnFxEPK9JGYkZGZt78jLKfGZcrJXWJSmqEJvwuWYww== 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=1779243819; 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=SZk0MwXsK1aE0kgnlgSa4CfhKsX+5gKnoAbPKZ6dTGo=; b=wX2yIUmN2OvTlARhQVIiMcPEwCvpq9ZSyYZNG+vcyDMYQIbjR6DWCTt2S0xVbrLjl6/bU7 mkc35uiYhU85n7qCOz+29dYRbPAu5kBk/1chxqDNLSziuRYe4zOvAzfumi9lhM6NuFqLn5 ymgYWaZE9MM9JaRBkKTfv9ijXpSYEvjjdo1JKWj+XYn7czZ37uuBPeka02sb1tWmxHWV9X 4TcGg031ErppwAsWqZrbP13jwWqCIFmFtnGC7xviWbNyy+WX7VKvx3YXNXzlDxzwSXCC1/ 4FaSzD24V9FaxlF0yq0SfRzeyWR3N5QZMpuL+qeOceZ1wirfmyM7wZPa+9NDmg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gKwMH40P0zj2f for ; Wed, 20 May 2026 02:23:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3b481 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 20 May 2026 02:23:39 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Justin Hibbits Subject: git: 31855427d934 - main - dpaa: Restore Semihalf license header List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@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: 31855427d93425a699ff9f53cb5eaf2f4e1be200 Auto-Submitted: auto-generated Date: Wed, 20 May 2026 02:23:39 +0000 Message-Id: <6a0d1b2b.3b481.150abbaa@gitrepo.freebsd.org> The branch main has been updated by jhibbits: URL: https://cgit.FreeBSD.org/src/commit/?id=31855427d93425a699ff9f53cb5eaf2f4e1be200 commit 31855427d93425a699ff9f53cb5eaf2f4e1be200 Author: Justin Hibbits AuthorDate: 2026-05-08 19:02:18 +0000 Commit: Justin Hibbits CommitDate: 2026-05-20 02:21:55 +0000 dpaa: Restore Semihalf license header This is a "new" file, but is mostly copied from if_dtsec_fdt.c, so need to retain the original license header in addition to the new one. Reviewed by: ziaee Differential Revision: https://reviews.freebsd.org/D57123 --- sys/dev/dpaa/if_memac_fdt.c | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/sys/dev/dpaa/if_memac_fdt.c b/sys/dev/dpaa/if_memac_fdt.c index f136608a906c..74a923f45580 100644 --- a/sys/dev/dpaa/if_memac_fdt.c +++ b/sys/dev/dpaa/if_memac_fdt.c @@ -4,6 +4,31 @@ * * SPDX-License-Identifier: BSD-2-Clause */ +/* + * Copyright (c) 2012 Semihalf. + * All rights reserved. + * + * 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 AND CONTRIBUTORS ``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 OR CONTRIBUTORS 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. + */ #include #include