Browse Source

Fix license on f32_classify and f64_classify (I wrote them)

pull/113/head
Andrew Waterman 8 years ago
parent
commit
8e69141749
  1. 2
      softfloat/f32_classify.c
  2. 2
      softfloat/f64_classify.c

2
softfloat/f32_classify.c

@ -1,4 +1,4 @@
// See LICENSE.SoftFloat for license details.
// See LICENSE for license details.
#include <stdbool.h>

2
softfloat/f64_classify.c

@ -1,4 +1,4 @@
// See LICENSE.SoftFloat for license details.
// See LICENSE for license details.
#include <stdbool.h>

Loading…
Cancel
Save