diff options
Diffstat (limited to 'src/tc-cast.c')
-rw-r--r-- | src/tc-cast.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/tc-cast.c b/src/tc-cast.c index 422054c..2c58805 100644 --- a/src/tc-cast.c +++ b/src/tc-cast.c @@ -1,11 +1,4 @@ -/* - * Testing for compile error in the cast helpers - * written by 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 <math.h> #include <stdint.h> #include <stdio.h> |