diff options
Diffstat (limited to 'softfloat/f64_div.c')
-rwxr-xr-x | softfloat/f64_div.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/softfloat/f64_div.c b/softfloat/f64_div.c index 9bc72b3..c8eede9 100755 --- a/softfloat/f64_div.c +++ b/softfloat/f64_div.c @@ -1,3 +1,5 @@ +// See LICENSE.SoftFloat for license details. + #include <stdbool.h> #include <stdint.h> |