From 0737d287c29b404700bfaa07625177eb443dfab2 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 30 Jun 2025 03:02:59 +0200 Subject: License project files under MPL-2.0 Signed-off-by: Mel --- boot/visit.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'boot/visit.c') diff --git a/boot/visit.c b/boot/visit.c index c685cf6..24f033a 100644 --- a/boot/visit.c +++ b/boot/visit.c @@ -3,6 +3,10 @@ * implementing a default traversal mechanism, * allowing for selective operations on it. * includes a simple tree printer as the primary example of usage. + * + * Copyright (c) 2025, Mel G. + * + * SPDX-License-Identifier: MPL-2.0 */ struct Visit -- cgit 1.4.1