From 329389940108a52d41d47cbce10a628c76fc952f Mon Sep 17 00:00:00 2001
From: "McCullick, Philip (CIV)" <philip.mccullick@nps.edu>
Date: Mon, 24 Feb 2020 10:13:19 -0800
Subject: [PATCH] Add License info

---
 LICENSE.txt | 1 +
 readme.md   | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)
 create mode 100644 LICENSE.txt

diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..4612a8d
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1 @@
+This software was developed by employees of the Department of the Navy 
(DON), an agency of the Federal Government. Pursuant to title 17 United 
States Code Section 105, works of DON employees are not subject to 
copyright protection in the United States and are considered to be in 
the public domain. Permission to freely use, copy, modify, and 
distribute this software and its documentation without fee is hereby 
granted, provided that this notice and disclaimer of warranty appears 
in all copies.

THE SOFTWARE IS PROVIDED 'AS IS' WITHOUT ANY WARRANTY OF ANY KIND,
EITHER EXPRESSED, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED
TO, ANY WARRANTY THAT THE SOFTWARE WILL CONFORM TO SPECIFICATIONS, ANY
IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, AND FREEDOM FROM INFRINGEMENT, AND ANY WARRANTY THAT THE
DOCUMENTATION WILL CONFORM TO THE SOFTWARE, OR ANY WARRANTY THAT THE
SOFTWARE WILL BE ERROR FREE. IN NO EVENT SHALL NPS BE LIABLE FOR ANY
DAMAGES, INCLUDING, BUT NOT LIMITED TO, DIRECT, INDIRECT, SPECIAL OR
CONSEQUENTIAL DAMAGES, ARISING OUT OF, RESULTING FROM, OR IN ANY WAY
CONNECTED WITH THIS SOFTWARE, WHETHER OR NOT BASED UPON WARRANTY,
CONTRACT, TORT, OR OTHERWISE, WHETHER OR NOT INJURY WAS SUSTAINED BY
PERSONS OR PROPERTY OR OTHERWISE, AND WHETHER OR NOT LOSS WAS
SUSTAINED FROM, OR AROSE OUT OF THE RESULTS OF, OR USE OF, THE
SOFTWARE OR SERVICES PROVIDED HEREUNDER.

Distributions of DON software should also include copyright and
licensing statements of any third-party software that are legally
bundled with the code in compliance with the conditions of those
licenses.
\ No newline at end of file
diff --git a/readme.md b/readme.md
index bb09595..3a8f026 100644
--- a/readme.md
+++ b/readme.md
@@ -5,10 +5,12 @@ The "Monterey Phoenix System and Software Behavior Modeling Tool" is the source
 Rewriting this code according to your own style may be tempting, but be forewarned about the amount of time and level of challenge involved in such a task. This code is a product of over a decade of development, refinement and optimization. Please consider carefully any ideas for changes you have for this code, given it was shaped by many different angles of attack over the years.  There is a reason behind every implementation decision.  The heuristic “Simplicity does not precede complexity, but follows it” has been applied (Alan Perlis, Epigrams on Programming, http://www.cs.yale.edu/homes/perlis-alan/quotes.html).   
  
 That being said, this code is put forth to invite creativity, ingenuity and fresh perspectives from the larger community to make it the best it can be.  We welcome your ideas for improvement!  You should, of course, have experience with MP modeling from a user perspective before diving into development.  There is an in-depth MP Manual available, a 2-hour MP-Firebird tutorial, and 40+ preloaded MP model examples on MP-Firebird under the Import menu.  These resources are linked from the MP website at https://wiki.nps.edu/display/MP/Monterey+Phoenix+Home.
- 
+
 ### Note for developers
 This repository uses a centralized workflow.  The master branch is the default development branch and represents the "gold standard” implementation approved by the core MP development team.  This repository is currently being maintained by Mikhail Auguston (NPS Professor Emeritus) and Mike Collins (Laboratory for Advanced Cybersecurity Research).  
 
+Monterey Phonenix is released under a [permissive open source license](LICENSE.txt)
+
 ## Setup/Requirements
 * C++ compiler
 * Bash compatible command line
@@ -59,3 +61,4 @@ Here is the step by step process which matches the numbering in **Code/rall.sh**
 * [Documentation/JSON_file_structure.pdf](Documentation/JSON_file_structure.pdf)
   - [RIGAL/p61-auguston.pdf](RIGAL/p61-auguston.pdf)
   - [RIGAL/Rigal_LNCS-1991.pdf](RIGAL/Rigal_LNCS-1991.pdf)
+
-- 
GitLab