diff options
Diffstat (limited to 'src/tc-xml.c')
-rw-r--r-- | src/tc-xml.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/tc-xml.c b/src/tc-xml.c index 07cf3b3..49b24ad 100644 --- a/src/tc-xml.c +++ b/src/tc-xml.c @@ -1,10 +1,4 @@ -/* - * 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. - */ +// SPDX-License-Identifier: MIT #include <stdbool.h> #include <stdio.h> #include <libxml/parser.h> |