From 8e69141749065ff957383d2112768f95a33429b6 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Tue, 10 Jul 2018 16:45:18 -0700 Subject: Fix license on f32_classify and f64_classify (I wrote them) --- softfloat/f32_classify.c | 2 +- softfloat/f64_classify.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'softfloat') diff --git a/softfloat/f32_classify.c b/softfloat/f32_classify.c index 9c36959..53fdd27 100755 --- a/softfloat/f32_classify.c +++ b/softfloat/f32_classify.c @@ -1,4 +1,4 @@ -// See LICENSE.SoftFloat for license details. +// See LICENSE for license details. #include diff --git a/softfloat/f64_classify.c b/softfloat/f64_classify.c index b6ef4dc..7ae3d05 100755 --- a/softfloat/f64_classify.c +++ b/softfloat/f64_classify.c @@ -1,4 +1,4 @@ -// See LICENSE.SoftFloat for license details. +// See LICENSE for license details. #include -- cgit v1.1