From: Simon McVittie Date: Mon, 6 Jun 2022 14:09:00 +0000 (+0100) Subject: manual-dir-iter: Apply a permissive license X-Git-Tag: dbus-1.15.4~27^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82b3c6b7dd62c3c3e95d25dd2d5c623bc9d71d0a;p=thirdparty%2Fdbus.git manual-dir-iter: Apply a permissive license This was contributed by Ralf Habacker, with a trivial change from Philip Withnall which I don't think affects its copyright. Signed-off-by: Simon McVittie --- diff --git a/test/manual-dir-iter.c b/test/manual-dir-iter.c index 850817486..87517aa75 100644 --- a/test/manual-dir-iter.c +++ b/test/manual-dir-iter.c @@ -1,3 +1,7 @@ +/* + * Copyright 2014 Ralf Habacker + * SPDX-License-Identifier: MIT + */ #include #include "test-utils.h"