From f419b3167a3e08c4068f3275fe5142a85789e050 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 26 Feb 2025 20:50:40 -0800 Subject: [PATCH] axis: Switch AXI stream interface license to MIT Signed-off-by: Alex Forencich --- rtl/axis/taxi_axis_if.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/axis/taxi_axis_if.sv b/rtl/axis/taxi_axis_if.sv index 857d9d4..dbf241f 100644 --- a/rtl/axis/taxi_axis_if.sv +++ b/rtl/axis/taxi_axis_if.sv @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: CERN-OHL-S-2.0 +// SPDX-License-Identifier: MIT /* Copyright (c) 2025 FPGA Ninja, LLC