[FLAGON-439] Added License, Disclaimer, Notice, as well as notification that TAP is not currently maintained
diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100755
index 0000000..580f8e8
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,7 @@
+Apache Flagon is an effort undergoing incubation at The Apache Software Foundation (ASF),
+sponsored by the Apache Incubator project. Incubation is required of all newly accepted
+projects until a further review indicates that the infrastructure, communications, and
+decision making process have stabilized in a manner consistent with other successful
+ASF projects. While incubation status is not necessarily a reflection of the
+completeness or stability of the code, it does indicate that the project has yet to be
+fully endorsed by the ASF.
diff --git a/LICENSE b/LICENSE
index faf5be3..b38f054 100755
--- a/LICENSE
+++ b/LICENSE
@@ -175,16 +175,27 @@
 
    END OF TERMS AND CONDITIONS
 
-   Copyright 2016 The Charles Stark Draper Laboratory
+   APPENDIX: How to apply the Apache License to your work.
 
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
 
-       http://www.apache.org/licenses/LICENSE-2.0
+    Copyright [yyyy] [name of copyright owner]
 
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
diff --git a/NOTICE b/NOTICE
new file mode 100755
index 0000000..d520285
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,6 @@
+Apache Flagon TAP
+Copyright 2019 The Apache Software Foundation
+
+This product includes software developed at The Apache Software Foundation (http://www.apache.org/),
+based on source code originally developed and generously granted to The Apache Software Foundation
+by The Charles Stark Draper Laboratory, Inc (http://www.draper.com/).
diff --git a/README.md b/README.md
index e9115ca..086aabc 100755
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
-# Apache SensSoft TAP
+# Apache Flagon TAP
 
-Apache TAP is part of the SensSoft software stack. It's a React based app with a Django backend that allows you to access your applications' usage data via custom D3 visualizations.
+####NOTE: This project is not currently maintained and will be refactored. If you are interested in TAP, join the discussion on our [dev list](dev-subscribe@flagon.incubator.apache.org). 
+
+Apache TAP is part of the Flagon software stack. It's a React based app with a Django backend that allows you to access your applications' usage data via custom D3 visualizations.