Missing text in LICENSE file (no change to license terms)

The last two lines of the BSD license omitted by accident are put back.

All the license text is removed from the README in favor of the LICENSE file.

Co-authored-by: Laurence Lundblade <lgl@securitytheory.com>
diff --git a/test/float_tests.c b/test/float_tests.c
index 97f92bf..6e00472 100644
--- a/test/float_tests.c
+++ b/test/float_tests.c
@@ -6,7 +6,7 @@
  *
  * SPDX-License-Identifier: BSD-3-Clause
  *
- * See BSD-3-Clause license in README.md
+ * See BSD-3-Clause license in file named "LICENSE"
  *
  * Created on 9/19/18
  * ========================================================================= */
diff --git a/test/float_tests.h b/test/float_tests.h
index 427aa76..cfc2e6e 100644
--- a/test/float_tests.h
+++ b/test/float_tests.h
@@ -5,7 +5,7 @@
 
  SPDX-License-Identifier: BSD-3-Clause
 
- See BSD-3-Clause license in README.md
+ See BSD-3-Clause license in file named "LICENSE"
 
  Created on 9/19/18
  =============================================================================*/
diff --git a/test/half_to_double_from_rfc7049.h b/test/half_to_double_from_rfc7049.h
index 8e07dc2..aa3b4c3 100644
--- a/test/half_to_double_from_rfc7049.h
+++ b/test/half_to_double_from_rfc7049.h
@@ -6,7 +6,7 @@
 
  SPDX-License-Identifier: BSD-3-Clause
 
- See BSD-3-Clause license in README.md
+ See BSD-3-Clause license in file named "LICENSE"
 
  Created on 9/23/18
   ============================================================================*/
diff --git a/test/not_well_formed_cbor.h b/test/not_well_formed_cbor.h
index 5a213ef..c325768 100644
--- a/test/not_well_formed_cbor.h
+++ b/test/not_well_formed_cbor.h
@@ -7,7 +7,7 @@
 
  SPDX-License-Identifier: BSD-3-Clause
 
- See BSD-3-Clause license in README.md
+ See BSD-3-Clause license in file named "LICENSE"
 
  Created on 7/27/19
  ==============================================================================*/
diff --git a/test/run_tests.c b/test/run_tests.c
index 140eb53..8211a5a 100644
--- a/test/run_tests.c
+++ b/test/run_tests.c
@@ -6,7 +6,7 @@
 
  SPDX-License-Identifier: BSD-3-Clause
 
- See BSD-3-Clause license in README.md
+ See BSD-3-Clause license in file named "LICENSE"
 
  Created on 9/30/18
  =============================================================================*/
diff --git a/test/run_tests.h b/test/run_tests.h
index 6790710..370558a 100644
--- a/test/run_tests.h
+++ b/test/run_tests.h
@@ -5,7 +5,7 @@
 
  SPDX-License-Identifier: BSD-3-Clause
 
- See BSD-3-Clause license in README.md
+ See BSD-3-Clause license in file named "LICENSE"
 
  Created 9/30/18
  =============================================================================*/