diff options
Diffstat (limited to 'src/tc-realpath.c')
-rw-r--r-- | src/tc-realpath.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/tc-realpath.c b/src/tc-realpath.c index c2ef15a..23609ca 100644 --- a/src/tc-realpath.c +++ b/src/tc-realpath.c @@ -1,10 +1,6 @@ +// SPDX-License-Identifier: MIT /* * Test utility for libHX's realpath - * Copyright Jan Engelhardt - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the WTF Public License version 2 or - * (at your option) any later version. */ #include <stdbool.h> #include <stdio.h> |