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/cmd_line_main.c b/cmd_line_main.c
index 4df6e98..da5d071 100644
--- a/cmd_line_main.c
+++ b/cmd_line_main.c
@@ -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/13/18
  =============================================================================*/