Updated copyright attribution

Project: http://git-wip-us.apache.org/repos/asf/incubator-senssoft/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-senssoft/commit/fabb9a55
Tree: http://git-wip-us.apache.org/repos/asf/incubator-senssoft/tree/fabb9a55
Diff: http://git-wip-us.apache.org/repos/asf/incubator-senssoft/diff/fabb9a55

Branch: refs/heads/asf-site
Commit: fabb9a55e465d6fc4d358b42b44ecf1d89b5d9a3
Parents: 23dfae2
Author: Rob Foley <rgfo...@users.noreply.github.com>
Authored: Fri Dec 1 12:58:01 2017 -0500
Committer: Rob Foley <rgfo...@users.noreply.github.com>
Committed: Fri Dec 1 12:58:01 2017 -0500

----------------------------------------------------------------------
 LICENSE                                        |  2 +-
 docker/README.md                               | 14 ++++++++++----
 site/_includes/footer.html                     |  2 +-
 site/_site/community/index.html                |  2 +-
 site/_site/distill/index.html                  |  2 +-
 site/_site/docs/contributing.html              |  2 +-
 site/_site/docs/contributing/index.html        |  2 +-
 site/_site/docs/distill/analytics.html         |  2 +-
 site/_site/docs/distill/api.html               |  2 +-
 site/_site/docs/distill/changelog.html         |  2 +-
 site/_site/docs/distill/http.html              |  2 +-
 site/_site/docs/distill/index.html             |  2 +-
 site/_site/docs/distill/models.html            |  2 +-
 site/_site/docs/distill/start.html             |  2 +-
 site/_site/docs/distill/utilities.html         |  2 +-
 site/_site/docs/index.html                     |  2 +-
 site/_site/docs/stout/index.html               |  2 +-
 site/_site/docs/stout/start.html               |  2 +-
 site/_site/docs/system/index.html              |  2 +-
 site/_site/docs/tap/index.html                 |  2 +-
 site/_site/docs/userale/index.html             |  2 +-
 site/_site/docs/useralejs/contributing.html    |  2 +-
 site/_site/docs/useralejs/index.html           |  2 +-
 site/_site/docs/useralejs/testing.html         |  2 +-
 site/_site/docs/useralejs/troubleshooting.html |  2 +-
 site/_site/docs/useralepy/api.html             |  2 +-
 site/_site/docs/useralepy/changelog.html       |  2 +-
 site/_site/docs/useralepy/index.html           |  2 +-
 site/_site/docs/useralepy/start.html           |  2 +-
 site/_site/docs/useralepyqt/api.html           |  2 +-
 site/_site/docs/useralepyqt/changelog.html     |  2 +-
 site/_site/docs/useralepyqt/index.html         |  2 +-
 site/_site/docs/useralepyqt/start.html         |  2 +-
 site/_site/index.html                          |  2 +-
 site/_site/releases/index.html                 |  2 +-
 site/_site/stout/index.html                    |  2 +-
 site/_site/system/index.html                   |  2 +-
 site/_site/tap/index.html                      |  2 +-
 site/_site/userale/index.html                  |  2 +-
 39 files changed, 48 insertions(+), 42 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index c9857e3..761b178 100644
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,7 @@
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright 2016 The Charles Stark Draper Laboratory, Inc.
+   © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved.
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/docker/README.md
----------------------------------------------------------------------
diff --git a/docker/README.md b/docker/README.md
index 2669bdb..1d84c2c 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -14,22 +14,28 @@ How to Build Docker Containers
    # For Linux systems
    $ sysctl -w vm.max_map_count=262144
    ```
-4. To build and run all ``Docker`` containers.
+4. Additionally, ensure that your kernel setting for the maximum number of 
file descriptions is at least 65536.
+   ```
+   # For Linux systems
+   $ sysctl -w fs.file-max=65536
+   ```
+5. To build and run all ``Docker`` containers.
     ```
     $ docker-compose up -d
     ```
-5. To run a specific ``Docker`` container.
+6. To run a specific ``Docker`` container.
     ```
     $ docker-compose up -d site
     # Note: site container is instrumented w/ userale; all userale logs will 
be sent to the
     # elasticsearch docker container.
     ```
-6. Verify the deployment by navigating to ``Kibana`` in your favorite browser.
+7. Verify the deployment by navigating to ``Kibana`` in your favorite browser.
+   Please note that Kibana can take upwards of several minutes to start, 
depending on the available system resources.
     ```sh
     http://localhost:5601
     ```
 
-7. Stop all the containers.
+8. Stop all the containers.
     ```sh
     $ docker-compose stop
     ```

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_includes/footer.html
----------------------------------------------------------------------
diff --git a/site/_includes/footer.html b/site/_includes/footer.html
index 6c7359c..be4dedc 100644
--- a/site/_includes/footer.html
+++ b/site/_includes/footer.html
@@ -53,7 +53,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/community/index.html
----------------------------------------------------------------------
diff --git a/site/_site/community/index.html b/site/_site/community/index.html
index 6cb5e85..bc974e1 100644
--- a/site/_site/community/index.html
+++ b/site/_site/community/index.html
@@ -220,7 +220,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/distill/index.html
----------------------------------------------------------------------
diff --git a/site/_site/distill/index.html b/site/_site/distill/index.html
index 7cf571c..f958c27 100644
--- a/site/_site/distill/index.html
+++ b/site/_site/distill/index.html
@@ -213,7 +213,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/contributing.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/contributing.html 
b/site/_site/docs/contributing.html
index 83e43cf..4461299 100644
--- a/site/_site/docs/contributing.html
+++ b/site/_site/docs/contributing.html
@@ -322,7 +322,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/contributing/index.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/contributing/index.html 
b/site/_site/docs/contributing/index.html
index 68c1fcf..dfcb261 100644
--- a/site/_site/docs/contributing/index.html
+++ b/site/_site/docs/contributing/index.html
@@ -322,7 +322,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/distill/analytics.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/distill/analytics.html 
b/site/_site/docs/distill/analytics.html
index b596e34..8d77ac4 100644
--- a/site/_site/docs/distill/analytics.html
+++ b/site/_site/docs/distill/analytics.html
@@ -392,7 +392,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/distill/api.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/distill/api.html b/site/_site/docs/distill/api.html
index f386b18..92a8387 100644
--- a/site/_site/docs/distill/api.html
+++ b/site/_site/docs/distill/api.html
@@ -323,7 +323,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/distill/changelog.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/distill/changelog.html 
b/site/_site/docs/distill/changelog.html
index 5ac4c9f..8afdf04 100644
--- a/site/_site/docs/distill/changelog.html
+++ b/site/_site/docs/distill/changelog.html
@@ -327,7 +327,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/distill/http.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/distill/http.html 
b/site/_site/docs/distill/http.html
index 0a565c3..b764dad 100644
--- a/site/_site/docs/distill/http.html
+++ b/site/_site/docs/distill/http.html
@@ -626,7 +626,7 @@ testing/?stat<span class="o">=</span>terms&amp;elem<span 
class="o">=</span>signu
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/distill/index.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/distill/index.html 
b/site/_site/docs/distill/index.html
index f045787..8a67206 100644
--- a/site/_site/docs/distill/index.html
+++ b/site/_site/docs/distill/index.html
@@ -467,7 +467,7 @@ When the package is installed via easy_install or pip this 
function will be boun
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/distill/models.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/distill/models.html 
b/site/_site/docs/distill/models.html
index 29d0c6d..650a869 100644
--- a/site/_site/docs/distill/models.html
+++ b/site/_site/docs/distill/models.html
@@ -611,7 +611,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/distill/start.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/distill/start.html 
b/site/_site/docs/distill/start.html
index 47cba1b..9d50ec3 100644
--- a/site/_site/docs/distill/start.html
+++ b/site/_site/docs/distill/start.html
@@ -310,7 +310,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/distill/utilities.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/distill/utilities.html 
b/site/_site/docs/distill/utilities.html
index d1fd4c8..4725c02 100644
--- a/site/_site/docs/distill/utilities.html
+++ b/site/_site/docs/distill/utilities.html
@@ -397,7 +397,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/index.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/index.html b/site/_site/docs/index.html
index c95e804..d3c8f64 100644
--- a/site/_site/docs/index.html
+++ b/site/_site/docs/index.html
@@ -300,7 +300,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/stout/index.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/stout/index.html b/site/_site/docs/stout/index.html
index db49f46..aed0ede 100644
--- a/site/_site/docs/stout/index.html
+++ b/site/_site/docs/stout/index.html
@@ -320,7 +320,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/stout/start.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/stout/start.html b/site/_site/docs/stout/start.html
index de2d231..86d84dc 100644
--- a/site/_site/docs/stout/start.html
+++ b/site/_site/docs/stout/start.html
@@ -400,7 +400,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/system/index.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/system/index.html 
b/site/_site/docs/system/index.html
index bdd9cce..96f9c79 100644
--- a/site/_site/docs/system/index.html
+++ b/site/_site/docs/system/index.html
@@ -337,7 +337,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/tap/index.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/tap/index.html b/site/_site/docs/tap/index.html
index 344372b..305dc90 100644
--- a/site/_site/docs/tap/index.html
+++ b/site/_site/docs/tap/index.html
@@ -302,7 +302,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/userale/index.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/userale/index.html 
b/site/_site/docs/userale/index.html
index 18208a9..8cd3468 100644
--- a/site/_site/docs/userale/index.html
+++ b/site/_site/docs/userale/index.html
@@ -312,7 +312,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/useralejs/contributing.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/useralejs/contributing.html 
b/site/_site/docs/useralejs/contributing.html
index 477ad10..b652880 100644
--- a/site/_site/docs/useralejs/contributing.html
+++ b/site/_site/docs/useralejs/contributing.html
@@ -319,7 +319,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/useralejs/index.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/useralejs/index.html 
b/site/_site/docs/useralejs/index.html
index 2096118..2adf48e 100644
--- a/site/_site/docs/useralejs/index.html
+++ b/site/_site/docs/useralejs/index.html
@@ -382,7 +382,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/useralejs/testing.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/useralejs/testing.html 
b/site/_site/docs/useralejs/testing.html
index 8c03562..d73d6fc 100644
--- a/site/_site/docs/useralejs/testing.html
+++ b/site/_site/docs/useralejs/testing.html
@@ -319,7 +319,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/useralejs/troubleshooting.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/useralejs/troubleshooting.html 
b/site/_site/docs/useralejs/troubleshooting.html
index faaf63b..78e9aa3 100644
--- a/site/_site/docs/useralejs/troubleshooting.html
+++ b/site/_site/docs/useralejs/troubleshooting.html
@@ -304,7 +304,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/useralepy/api.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/useralepy/api.html 
b/site/_site/docs/useralepy/api.html
index 024eebc..3fef1fc 100644
--- a/site/_site/docs/useralepy/api.html
+++ b/site/_site/docs/useralepy/api.html
@@ -580,7 +580,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/useralepy/changelog.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/useralepy/changelog.html 
b/site/_site/docs/useralepy/changelog.html
index 9967257..a6aacab 100644
--- a/site/_site/docs/useralepy/changelog.html
+++ b/site/_site/docs/useralepy/changelog.html
@@ -367,7 +367,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/useralepy/index.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/useralepy/index.html 
b/site/_site/docs/useralepy/index.html
index 6312b9a..12e5eec 100644
--- a/site/_site/docs/useralepy/index.html
+++ b/site/_site/docs/useralepy/index.html
@@ -411,7 +411,7 @@ When the package is installed via easy_install3 or pip3 
this function will be bo
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/useralepy/start.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/useralepy/start.html 
b/site/_site/docs/useralepy/start.html
index a53f293..bba039f 100644
--- a/site/_site/docs/useralepy/start.html
+++ b/site/_site/docs/useralepy/start.html
@@ -352,7 +352,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/useralepyqt/api.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/useralepyqt/api.html 
b/site/_site/docs/useralepyqt/api.html
index 67b3e91..6c4cfb1 100644
--- a/site/_site/docs/useralepyqt/api.html
+++ b/site/_site/docs/useralepyqt/api.html
@@ -580,7 +580,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/useralepyqt/changelog.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/useralepyqt/changelog.html 
b/site/_site/docs/useralepyqt/changelog.html
index 26c3ba0..9bf3c81 100644
--- a/site/_site/docs/useralepyqt/changelog.html
+++ b/site/_site/docs/useralepyqt/changelog.html
@@ -367,7 +367,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/useralepyqt/index.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/useralepyqt/index.html 
b/site/_site/docs/useralepyqt/index.html
index ec58548..55fcdf9 100644
--- a/site/_site/docs/useralepyqt/index.html
+++ b/site/_site/docs/useralepyqt/index.html
@@ -411,7 +411,7 @@ When the package is installed via easy_install3 or pip3 
this function will be bo
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/docs/useralepyqt/start.html
----------------------------------------------------------------------
diff --git a/site/_site/docs/useralepyqt/start.html 
b/site/_site/docs/useralepyqt/start.html
index d107e34..5e86167 100644
--- a/site/_site/docs/useralepyqt/start.html
+++ b/site/_site/docs/useralepyqt/start.html
@@ -352,7 +352,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/index.html
----------------------------------------------------------------------
diff --git a/site/_site/index.html b/site/_site/index.html
index bc0dee3..a50f481 100644
--- a/site/_site/index.html
+++ b/site/_site/index.html
@@ -446,7 +446,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/releases/index.html
----------------------------------------------------------------------
diff --git a/site/_site/releases/index.html b/site/_site/releases/index.html
index e45307f..27a9152 100644
--- a/site/_site/releases/index.html
+++ b/site/_site/releases/index.html
@@ -138,7 +138,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/stout/index.html
----------------------------------------------------------------------
diff --git a/site/_site/stout/index.html b/site/_site/stout/index.html
index e63c5aa..f40ff14 100644
--- a/site/_site/stout/index.html
+++ b/site/_site/stout/index.html
@@ -227,7 +227,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/system/index.html
----------------------------------------------------------------------
diff --git a/site/_site/system/index.html b/site/_site/system/index.html
index 2359a8d..24cd1c6 100644
--- a/site/_site/system/index.html
+++ b/site/_site/system/index.html
@@ -209,7 +209,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/tap/index.html
----------------------------------------------------------------------
diff --git a/site/_site/tap/index.html b/site/_site/tap/index.html
index a18acc6..0c72281 100644
--- a/site/_site/tap/index.html
+++ b/site/_site/tap/index.html
@@ -293,7 +293,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft/blob/fabb9a55/site/_site/userale/index.html
----------------------------------------------------------------------
diff --git a/site/_site/userale/index.html b/site/_site/userale/index.html
index 7ae08ac..0ba9c5a 100644
--- a/site/_site/userale/index.html
+++ b/site/_site/userale/index.html
@@ -376,7 +376,7 @@
       <div class="center aligned column">
         <img class="component-image" src="/images/incubator-logo-white.png">
         <br>
-        Copyright © 2017 The Apache Software Foundation, Licensed under the 
Apache License, Version 2.0.  Apache, the Apache feather logo, and the Apache 
Incubator logo are trademarks of The Apache Software Foundation.  Software as a 
Sensor is a trademark of the Charles Stark Draper Laboratory, Inc.
+        © Copyright 2016 The Charles Stark Draper Laboratory, Inc. All rights 
reserved., Licensed under the Apache License, Version 2.0.  Apache, the Apache 
feather logo, and the Apache Incubator logo are trademarks of The Apache 
Software Foundation.  Software as a Sensor is a trademark of the Charles Stark 
Draper Laboratory, Inc.
       </div>
     </div>
   </div>

Reply via email to