You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@senssoft.apache.org by le...@apache.org on 2016/09/21 16:55:56 UTC

incubator-senssoft-user-ale git commit: SENSSOFT-61 Add ALv2.0 License Headers to UserALEv3

Repository: incubator-senssoft-user-ale
Updated Branches:
  refs/heads/master 6db033296 -> 24eba9e03


SENSSOFT-61 Add ALv2.0 License Headers to UserALEv3


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

Branch: refs/heads/master
Commit: 24eba9e0388930c0791aaa5b3e4c7256c36cb795
Parents: 6db0332
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Wed Sep 21 09:18:31 2016 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Wed Sep 21 09:18:31 2016 -0700

----------------------------------------------------------------------
 demo/client/twisted_client.py                 | 25 ++++++++++---------
 demo/client/www/css/map.css                   | 29 +++++++++++-----------
 demo/client/www/css/style.css                 | 29 +++++++++++-----------
 demo/client/www/index.html                    | 27 ++++++++++----------
 demo/client/www/js/logging.js                 | 29 +++++++++++-----------
 demo/client/www/js/map.js                     | 29 +++++++++++-----------
 demo/client/www/js/userale-worker.js          | 29 +++++++++++-----------
 demo/client/www/js/userale.js                 | 16 ++++++++++++
 demo/dashboard/files/config/elasticsearch.yml | 28 ++++++++++-----------
 demo/dashboard/files/config/kibana.yml        | 24 +++++++++---------
 demo/dashboard/files/config/xdata.conf        | 25 +++++++++----------
 demo/dashboard/files/twisted_app.py           | 25 +++++++++----------
 demo/dashboard/scripts/backup.sh              | 25 +++++++++----------
 demo/dashboard/scripts/init_repo.sh           | 26 +++++++++----------
 demo/dashboard/scripts/install.sh             | 25 +++++++++----------
 demo/dashboard/scripts/restart.sh             | 27 ++++++++++----------
 demo/dashboard/scripts/restore.sh             | 25 +++++++++----------
 lib/userale-worker.js                         | 29 +++++++++++-----------
 lib/userale.coffee                            | 25 +++++++++----------
 lib/userale.js                                | 26 +++++++++++--------
 userale-worker.js                             | 29 +++++++++++-----------
 userale.js                                    | 26 +++++++++++--------
 22 files changed, 302 insertions(+), 276 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/demo/client/twisted_client.py
----------------------------------------------------------------------
diff --git a/demo/client/twisted_client.py b/demo/client/twisted_client.py
index a808ab9..01a1ade 100644
--- a/demo/client/twisted_client.py
+++ b/demo/client/twisted_client.py
@@ -1,18 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
 #
-#   Copyright 2016 The Charles Stark Draper Laboratory
+#   http://www.apache.org/licenses/LICENSE-2.0
 #
-#   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.
+# 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.
 #
+
 from twisted.web.server import Site
 from twisted.web.resource import Resource
 from twisted.internet import reactor

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/demo/client/www/css/map.css
----------------------------------------------------------------------
diff --git a/demo/client/www/css/map.css b/demo/client/www/css/map.css
index 4638fa6..577c492 100644
--- a/demo/client/www/css/map.css
+++ b/demo/client/www/css/map.css
@@ -1,18 +1,19 @@
 /*
-   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
-
-       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.
-*/
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
 
 #map-container {
     height: 300px;

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/demo/client/www/css/style.css
----------------------------------------------------------------------
diff --git a/demo/client/www/css/style.css b/demo/client/www/css/style.css
index f6ec6fa..5723d4d 100644
--- a/demo/client/www/css/style.css
+++ b/demo/client/www/css/style.css
@@ -1,18 +1,19 @@
 /*
-   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
-
-       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.
-*/
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
 
 /* Space out content a bit */
 body {

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/demo/client/www/index.html
----------------------------------------------------------------------
diff --git a/demo/client/www/index.html b/demo/client/www/index.html
index b6cb05d..6de1c1a 100644
--- a/demo/client/www/index.html
+++ b/demo/client/www/index.html
@@ -1,17 +1,18 @@
 <!--
-   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
-
-       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.
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.
 -->
 <!DOCTYPE html>
 <html>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/demo/client/www/js/logging.js
----------------------------------------------------------------------
diff --git a/demo/client/www/js/logging.js b/demo/client/www/js/logging.js
index a16b7dd..c25f519 100644
--- a/demo/client/www/js/logging.js
+++ b/demo/client/www/js/logging.js
@@ -1,18 +1,19 @@
 /*
-   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
-
-       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.
-*/
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
 
 /**
  * Created by dreed on 3/24/15.

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/demo/client/www/js/map.js
----------------------------------------------------------------------
diff --git a/demo/client/www/js/map.js b/demo/client/www/js/map.js
index 2805607..b64dc16 100644
--- a/demo/client/www/js/map.js
+++ b/demo/client/www/js/map.js
@@ -1,18 +1,19 @@
 /*
-   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
-
-       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.
-*/
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
 
 /**
  * Created by dreed on 3/24/15.

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/demo/client/www/js/userale-worker.js
----------------------------------------------------------------------
diff --git a/demo/client/www/js/userale-worker.js b/demo/client/www/js/userale-worker.js
index 830b27b..d185150 100644
--- a/demo/client/www/js/userale-worker.js
+++ b/demo/client/www/js/userale-worker.js
@@ -1,18 +1,19 @@
 /*
-   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
-
-       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.
-*/
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
 
 var logBuffer = [];
 var loggingUrl = 'http://localhost:8080';

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/demo/client/www/js/userale.js
----------------------------------------------------------------------
diff --git a/demo/client/www/js/userale.js b/demo/client/www/js/userale.js
index d8d9d38..3ce1b53 100644
--- a/demo/client/www/js/userale.js
+++ b/demo/client/www/js/userale.js
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
 // Generated by CoffeeScript 1.9.1
 (function() {
   var ACTIVITIES, ELEMENTS, default_msg, defaults, extend, getParameterByName, userale,

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/demo/dashboard/files/config/elasticsearch.yml
----------------------------------------------------------------------
diff --git a/demo/dashboard/files/config/elasticsearch.yml b/demo/dashboard/files/config/elasticsearch.yml
index 21be02c..affbec6 100644
--- a/demo/dashboard/files/config/elasticsearch.yml
+++ b/demo/dashboard/files/config/elasticsearch.yml
@@ -1,17 +1,17 @@
-#
-#   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
-#
-#       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.
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
 #
 # ======================== Elasticsearch Configuration =========================
 #

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/demo/dashboard/files/config/kibana.yml
----------------------------------------------------------------------
diff --git a/demo/dashboard/files/config/kibana.yml b/demo/dashboard/files/config/kibana.yml
index 6be5d3f..43caeec 100644
--- a/demo/dashboard/files/config/kibana.yml
+++ b/demo/dashboard/files/config/kibana.yml
@@ -1,17 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
 #
-#   Copyright 2016 The Charles Stark Draper Laboratory
+#   http://www.apache.org/licenses/LICENSE-2.0
 #
-#   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.
+# 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.
 #
 # ======================== Kibana Configuration =========================
 # Kibana is served by a back end server. This controls which port to use.

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/demo/dashboard/files/config/xdata.conf
----------------------------------------------------------------------
diff --git a/demo/dashboard/files/config/xdata.conf b/demo/dashboard/files/config/xdata.conf
index ea0199e..8fb4327 100755
--- a/demo/dashboard/files/config/xdata.conf
+++ b/demo/dashboard/files/config/xdata.conf
@@ -1,18 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
 #
-#   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
-#
-#       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.
+#   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.
 
 input {
   # Accept logs from file

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/demo/dashboard/files/twisted_app.py
----------------------------------------------------------------------
diff --git a/demo/dashboard/files/twisted_app.py b/demo/dashboard/files/twisted_app.py
old mode 100755
new mode 100644
index 807715b..e6c1fe0
--- a/demo/dashboard/files/twisted_app.py
+++ b/demo/dashboard/files/twisted_app.py
@@ -1,18 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
 #
-#   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
-#
-#       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.
+#   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.
 
 from twisted.web.server import Site
 from twisted.web.static import File

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/demo/dashboard/scripts/backup.sh
----------------------------------------------------------------------
diff --git a/demo/dashboard/scripts/backup.sh b/demo/dashboard/scripts/backup.sh
old mode 100755
new mode 100644
index 6d4e753..805b882
--- a/demo/dashboard/scripts/backup.sh
+++ b/demo/dashboard/scripts/backup.sh
@@ -1,18 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
 #
-#   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
-#
-#       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.
+#   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.
 
 #!/bin/bash
 

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/demo/dashboard/scripts/init_repo.sh
----------------------------------------------------------------------
diff --git a/demo/dashboard/scripts/init_repo.sh b/demo/dashboard/scripts/init_repo.sh
index 958e4cd..6923317 100644
--- a/demo/dashboard/scripts/init_repo.sh
+++ b/demo/dashboard/scripts/init_repo.sh
@@ -1,18 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
 #
-#   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
-#
-#       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.
+#   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.
+
 #!/bin/bash
 REPO='xdata_backup'
 echo " * Initializing $REPO"

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/demo/dashboard/scripts/install.sh
----------------------------------------------------------------------
diff --git a/demo/dashboard/scripts/install.sh b/demo/dashboard/scripts/install.sh
index e041dd6..bdc8596 100644
--- a/demo/dashboard/scripts/install.sh
+++ b/demo/dashboard/scripts/install.sh
@@ -1,18 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
 #
-#   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
-#
-#       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.
+#   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.
 
 #!/bin/bash
 

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/demo/dashboard/scripts/restart.sh
----------------------------------------------------------------------
diff --git a/demo/dashboard/scripts/restart.sh b/demo/dashboard/scripts/restart.sh
index 4b3dcb3..6c27008 100644
--- a/demo/dashboard/scripts/restart.sh
+++ b/demo/dashboard/scripts/restart.sh
@@ -1,19 +1,18 @@
-#!/bin/bash
-#
-#   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
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
+#   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.
+#!/bin/bash
 
 sudo service elasticsearch restart
 

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/demo/dashboard/scripts/restore.sh
----------------------------------------------------------------------
diff --git a/demo/dashboard/scripts/restore.sh b/demo/dashboard/scripts/restore.sh
index 3a46fdb..abe6bea 100644
--- a/demo/dashboard/scripts/restore.sh
+++ b/demo/dashboard/scripts/restore.sh
@@ -1,18 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
 #
-#   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
-#
-#       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.
+#   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.
 
 #!/bin/bash
 

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/lib/userale-worker.js
----------------------------------------------------------------------
diff --git a/lib/userale-worker.js b/lib/userale-worker.js
index 913f73a..e604bd4 100644
--- a/lib/userale-worker.js
+++ b/lib/userale-worker.js
@@ -1,18 +1,19 @@
 /*
-   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
-
-       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.
-*/
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
 
 var logBuffer = [];
 var loggingUrl = 'http://localhost:8080';

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/lib/userale.coffee
----------------------------------------------------------------------
diff --git a/lib/userale.coffee b/lib/userale.coffee
index 4071aba..99d6ed0 100644
--- a/lib/userale.coffee
+++ b/lib/userale.coffee
@@ -1,18 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
 #
-#   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
-#
-#       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.
+#   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.
 
 ACTIVITIES = [
   'ADD',

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/lib/userale.js
----------------------------------------------------------------------
diff --git a/lib/userale.js b/lib/userale.js
index b840714..3c51a1a 100644
--- a/lib/userale.js
+++ b/lib/userale.js
@@ -1,15 +1,19 @@
 /*
-   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
-       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.
-*/
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
 // Generated by CoffeeScript 1.9.3
 (function() {
   var ACTIVITIES, ELEMENTS, default_msg, defaults, extend, getCookie, getParameterByName, setCookie, userale,

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/userale-worker.js
----------------------------------------------------------------------
diff --git a/userale-worker.js b/userale-worker.js
index 913f73a..e604bd4 100644
--- a/userale-worker.js
+++ b/userale-worker.js
@@ -1,18 +1,19 @@
 /*
-   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
-
-       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.
-*/
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
 
 var logBuffer = [];
 var loggingUrl = 'http://localhost:8080';

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-user-ale/blob/24eba9e0/userale.js
----------------------------------------------------------------------
diff --git a/userale.js b/userale.js
index b3f5b89..0ed2272 100644
--- a/userale.js
+++ b/userale.js
@@ -1,15 +1,19 @@
 /*
-   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
-       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.
-*/
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
 // Generated by CoffeeScript 1.9.3
 // Edits have since been made.
 (function() {