Updated license header year to 2016.
diff --git a/LICENSE b/LICENSE
index dfa67f0..d12a5ff 100644
--- a/LICENSE
+++ b/LICENSE
@@ -187,7 +187,7 @@
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright 2014 The Charles Stark Draper Laboratory, Inc.
+   Copyright 2016 The Charles Stark Draper Laboratory, Inc.
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
diff --git a/demo/Vagrantfile b/demo/Vagrantfile
index d7651ef..1a9f650 100644
--- a/demo/Vagrantfile
+++ b/demo/Vagrantfile
@@ -1,5 +1,5 @@
 #
-#   Copyright 2014 The Charles Stark Draper Laboratory
+#   Copyright 2016 The Charles Stark Draper Laboratory
 #
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.
diff --git a/demo/client/twisted_client.py b/demo/client/twisted_client.py
index 8c222e8..a808ab9 100644
--- a/demo/client/twisted_client.py
+++ b/demo/client/twisted_client.py
@@ -1,5 +1,5 @@
 #
-#   Copyright 2014 The Charles Stark Draper Laboratory
+#   Copyright 2016 The Charles Stark Draper Laboratory
 #
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.
@@ -29,4 +29,4 @@
 # so we can distinguish this web server to regular 
 # port 80 web servers.
 reactor.listenTCP(80, factory)
-reactor.run()
\ No newline at end of file
+reactor.run()
diff --git a/demo/client/www/css/map.css b/demo/client/www/css/map.css
index 78feb70..4638fa6 100644
--- a/demo/client/www/css/map.css
+++ b/demo/client/www/css/map.css
@@ -1,5 +1,5 @@
 /*
-   Copyright 2014 The Charles Stark Draper Laboratory
+   Copyright 2016 The Charles Stark Draper Laboratory
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
diff --git a/demo/client/www/css/style.css b/demo/client/www/css/style.css
index e284152..f6ec6fa 100644
--- a/demo/client/www/css/style.css
+++ b/demo/client/www/css/style.css
@@ -1,5 +1,5 @@
 /*
-   Copyright 2014 The Charles Stark Draper Laboratory
+   Copyright 2016 The Charles Stark Draper Laboratory
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -145,4 +145,4 @@
     .jumbotron {
         border-bottom: 0;
     }
-}
\ No newline at end of file
+}
diff --git a/demo/client/www/index.html b/demo/client/www/index.html
index 2f12339..b6cb05d 100644
--- a/demo/client/www/index.html
+++ b/demo/client/www/index.html
@@ -1,5 +1,5 @@
 <!--
-   Copyright 2014 The Charles Stark Draper Laboratory
+   Copyright 2016 The Charles Stark Draper Laboratory
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -160,4 +160,4 @@
 <script src="js/logging.js"></script>
 <script src="js/userale.js"></script>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/demo/client/www/js/logging.js b/demo/client/www/js/logging.js
index d88c03f..a16b7dd 100644
--- a/demo/client/www/js/logging.js
+++ b/demo/client/www/js/logging.js
@@ -1,5 +1,5 @@
 /*
-   Copyright 2014 The Charles Stark Draper Laboratory
+   Copyright 2016 The Charles Stark Draper Laboratory
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -525,4 +525,4 @@
             };
             log(msg);
         });
-});
\ No newline at end of file
+});
diff --git a/demo/client/www/js/map.js b/demo/client/www/js/map.js
index 7363b35..2805607 100644
--- a/demo/client/www/js/map.js
+++ b/demo/client/www/js/map.js
@@ -1,5 +1,5 @@
 /*
-   Copyright 2014 The Charles Stark Draper Laboratory
+   Copyright 2016 The Charles Stark Draper Laboratory
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
diff --git a/demo/client/www/js/userale-worker.js b/demo/client/www/js/userale-worker.js
index 08c7e47..830b27b 100644
--- a/demo/client/www/js/userale-worker.js
+++ b/demo/client/www/js/userale-worker.js
@@ -1,5 +1,5 @@
 /*
-   Copyright 2014 The Charles Stark Draper Laboratory
+   Copyright 2016 The Charles Stark Draper Laboratory
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
diff --git a/demo/dashboard/files/config/elasticsearch.yml b/demo/dashboard/files/config/elasticsearch.yml
index fffdb9e..21be02c 100644
--- a/demo/dashboard/files/config/elasticsearch.yml
+++ b/demo/dashboard/files/config/elasticsearch.yml
@@ -1,5 +1,5 @@
 #

-#   Copyright 2014 The Charles Stark Draper Laboratory

+#   Copyright 2016 The Charles Stark Draper Laboratory

 #

 #   Licensed under the Apache License, Version 2.0 (the "License");

 #   you may not use this file except in compliance with the License.

@@ -112,4 +112,4 @@
 # networking

 # network.bind_host: 0

 # network.publish_host: 0.0.0.0

-network.host: 0.0.0.0
\ No newline at end of file
+network.host: 0.0.0.0

diff --git a/demo/dashboard/files/config/kibana.yml b/demo/dashboard/files/config/kibana.yml
index 3dd9aa3..6be5d3f 100644
--- a/demo/dashboard/files/config/kibana.yml
+++ b/demo/dashboard/files/config/kibana.yml
@@ -1,5 +1,5 @@
 #

-#   Copyright 2014 The Charles Stark Draper Laboratory

+#   Copyright 2016 The Charles Stark Draper Laboratory

 #

 #   Licensed under the Apache License, Version 2.0 (the "License");

 #   you may not use this file except in compliance with the License.

diff --git a/demo/dashboard/files/config/xdata.conf b/demo/dashboard/files/config/xdata.conf
index 2733888..80059dd 100644
--- a/demo/dashboard/files/config/xdata.conf
+++ b/demo/dashboard/files/config/xdata.conf
@@ -1,5 +1,5 @@
 #

-#   Copyright 2014 The Charles Stark Draper Laboratory

+#   Copyright 2016 The Charles Stark Draper Laboratory

 #

 #   Licensed under the Apache License, Version 2.0 (the "License");

 #   you may not use this file except in compliance with the License.

@@ -58,4 +58,4 @@
     

   # Debug

   stdout { codec => rubydebug }

-}
\ No newline at end of file
+}

diff --git a/demo/dashboard/files/twisted_app.py b/demo/dashboard/files/twisted_app.py
index ffdc6d9..2904700 100644
--- a/demo/dashboard/files/twisted_app.py
+++ b/demo/dashboard/files/twisted_app.py
@@ -1,5 +1,5 @@
 #
-#   Copyright 2014 The Charles Stark Draper Laboratory
+#   Copyright 2016 The Charles Stark Draper Laboratory
 #
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.
diff --git a/demo/dashboard/scripts/backup.sh b/demo/dashboard/scripts/backup.sh
index 1d2253b..d68d530 100755
--- a/demo/dashboard/scripts/backup.sh
+++ b/demo/dashboard/scripts/backup.sh
@@ -1,5 +1,5 @@
 #
-#   Copyright 2014 The Charles Stark Draper Laboratory
+#   Copyright 2016 The Charles Stark Draper Laboratory
 #
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.
@@ -22,14 +22,12 @@
 sudo mkdir -p $BACKUPDIR	|| exit $?
 
 # Create the repository 
-curl -XPUT 'http://localhost:9200/_snapshot/xdata_backup' -d `{ "type" : "fs", 
-																"settings" : { 
-																	"location" : "$BACKUPDIR",
-																	"max_snapshot_bytes_per_sec" : "50mb",
-																	"max_restore_bytes_per_sec" : "50mb"
-																}
-															 }`
-
+curl -XPUT 'http://localhost:9200/_snapshot/xdata_backup' -d `{ 
+								"type" : "fs",
+								"settings" : { 																						"location" : "$BACKUPDIR",
+									"max_snapshot_bytes_per_sec" : "50mb",
+									"max_restore_bytes_per_sec" : "50mb"																		}
+							      }`
 
 # Backup only relevant indices. We speciy this as to prevent backing up the .kibana index and any other test indexes that were created
 curl -XPUT 'http://localhost:9200/_snapshot/xdata_backup/snapshot' -d `{ "indices" : "$INDEXNAME" }` 
diff --git a/demo/dashboard/scripts/install.sh b/demo/dashboard/scripts/install.sh
index 4ce25ef..61f3b2d 100644
--- a/demo/dashboard/scripts/install.sh
+++ b/demo/dashboard/scripts/install.sh
@@ -1,5 +1,5 @@
 #
-#   Copyright 2014 The Charles Stark Draper Laboratory
+#   Copyright 2016 The Charles Stark Draper Laboratory
 #
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.
diff --git a/demo/dashboard/scripts/restart.sh b/demo/dashboard/scripts/restart.sh
index 3a84577..a44a94c 100644
--- a/demo/dashboard/scripts/restart.sh
+++ b/demo/dashboard/scripts/restart.sh
@@ -1,5 +1,5 @@
 #
-#   Copyright 2014 The Charles Stark Draper Laboratory
+#   Copyright 2016 The Charles Stark Draper Laboratory
 #
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.
diff --git a/demo/dashboard/scripts/restore.sh b/demo/dashboard/scripts/restore.sh
index d7afdee..5bdf523 100644
--- a/demo/dashboard/scripts/restore.sh
+++ b/demo/dashboard/scripts/restore.sh
@@ -1,5 +1,5 @@
 #
-#   Copyright 2014 The Charles Stark Draper Laboratory
+#   Copyright 2016 The Charles Stark Draper Laboratory
 #
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.
@@ -17,4 +17,4 @@
 #!/bin/bash
 
 # Restore snapshot
-curl -XPUT 'http://localhost:9200/_snapshot/xdata_backup/snapshot_restore'
\ No newline at end of file
+curl -XPUT 'http://localhost:9200/_snapshot/xdata_backup/snapshot_restore'
diff --git a/lib/userale-worker.js b/lib/userale-worker.js
index f50d45f..913f73a 100644
--- a/lib/userale-worker.js
+++ b/lib/userale-worker.js
@@ -1,5 +1,5 @@
 /*
-   Copyright 2014 The Charles Stark Draper Laboratory
+   Copyright 2016 The Charles Stark Draper Laboratory
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
diff --git a/lib/userale.coffee b/lib/userale.coffee
index 0e3f27e..4071aba 100644
--- a/lib/userale.coffee
+++ b/lib/userale.coffee
@@ -1,5 +1,5 @@
 #
-#   Copyright 2014 The Charles Stark Draper Laboratory
+#   Copyright 2016 The Charles Stark Draper Laboratory
 #
 #   Licensed under the Apache License, Version 2.0 (the "License");
 #   you may not use this file except in compliance with the License.
diff --git a/lib/userale.js b/lib/userale.js
index 1bcf650..b840714 100644
--- a/lib/userale.js
+++ b/lib/userale.js
@@ -1,5 +1,5 @@
 /*
-   Copyright 2014 The Charles Stark Draper Laboratory
+   Copyright 2016 The Charles Stark Draper Laboratory
    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
diff --git a/userale-worker.js b/userale-worker.js
index f50d45f..913f73a 100644
--- a/userale-worker.js
+++ b/userale-worker.js
@@ -1,5 +1,5 @@
 /*
-   Copyright 2014 The Charles Stark Draper Laboratory
+   Copyright 2016 The Charles Stark Draper Laboratory
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
diff --git a/userale.js b/userale.js
index 1bcf650..b840714 100644
--- a/userale.js
+++ b/userale.js
@@ -1,5 +1,5 @@
 /*
-   Copyright 2014 The Charles Stark Draper Laboratory
+   Copyright 2016 The Charles Stark Draper Laboratory
    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