From 82b3c6b7dd62c3c3e95d25dd2d5c623bc9d71d0a Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 6 Jun 2022 15:09:00 +0100 Subject: [PATCH] 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 --- test/manual-dir-iter.c | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.47.3