From 01573e231f18eb2d99162747186f59511f56b64d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 08 Dec 2023 10:40:48 +0000 Subject: [PATCH] 移去rt --- kernel/tools/testing/selftests/timers/posix_timers.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/kernel/tools/testing/selftests/timers/posix_timers.c b/kernel/tools/testing/selftests/timers/posix_timers.c index 15cf56d..0ba5000 100644 --- a/kernel/tools/testing/selftests/timers/posix_timers.c +++ b/kernel/tools/testing/selftests/timers/posix_timers.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2013 Red Hat, Inc., Frederic Weisbecker <fweisbec@redhat.com> - * - * Licensed under the terms of the GNU GPL License version 2 * * Selftests for a few posix timers interface. * -- Gitblit v1.6.2