From 4aa7052c6f160925d5e38ea49f95784fd851d83b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 6 Jun 2022 15:19:57 +0100 Subject: [PATCH] test-exit: Add a permissive license Red Hat have previously given permission for relicensing, and all subsequent contributions to this file were trivial. Signed-off-by: Simon McVittie --- test/test-exit.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/test-exit.c b/test/test-exit.c index b4f967ae..52de21fd 100644 --- a/test/test-exit.c +++ b/test/test-exit.c @@ -1,3 +1,8 @@ +/* + * Copyright 2003 Red Hat, Inc. + * SPDX-License-Identifier: MIT + */ + #include "config.h" /* This is a process that just exits with a failure code */