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 17:17:48 UTC

[1/2] incubator-senssoft-useralejs git commit: SENSSOFT-65 Add ALv2.0 License Headers to UserALE.js

Repository: incubator-senssoft-useralejs
Updated Branches:
  refs/heads/master 5c84a39bb -> 3c1e0c1df


SENSSOFT-65 Add ALv2.0 License Headers to UserALE.js


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

Branch: refs/heads/master
Commit: 938fa8ce9f797781933c047ffe747ac290c268d7
Parents: 7c7e7b2
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Wed Sep 21 08:22:20 2016 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Wed Sep 21 08:22:20 2016 -0700

----------------------------------------------------------------------
 example/server.js                      | 29 ++++++++++++++++-------------
 gulpfile.js                            | 16 ++++++++++++++++
 src/attachHandlers.js                  | 29 ++++++++++++++++-------------
 src/configure.js                       | 29 ++++++++++++++++-------------
 src/getInitialSettings.js              | 29 ++++++++++++++++-------------
 src/main.js                            | 29 ++++++++++++++++-------------
 src/packageLogs.js                     | 29 ++++++++++++++++-------------
 src/sendLogs.js                        | 29 ++++++++++++++++-------------
 test/attachHandlers_spec.js            | 16 ++++++++++++++++
 test/configure_spec.js                 | 16 ++++++++++++++++
 test/getInitialSettings_fetchAll.html  | 16 ++++++++++++++++
 test/getInitialSettings_spec.js        | 16 ++++++++++++++++
 test/getInitialSettings_userParam.html | 16 ++++++++++++++++
 test/main.html                         | 16 ++++++++++++++++
 test/main_spec.js                      | 16 ++++++++++++++++
 test/packageLogs.html                  | 16 ++++++++++++++++
 test/packageLogs_spec.js               | 16 ++++++++++++++++
 test/sendLogs_spec.js                  | 16 ++++++++++++++++
 18 files changed, 288 insertions(+), 91 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/938fa8ce/example/server.js
----------------------------------------------------------------------
diff --git a/example/server.js b/example/server.js
index cb2ef7d..1725185 100644
--- a/example/server.js
+++ b/example/server.js
@@ -1,16 +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 express = require('express');
 var bodyParser = require('body-parser');

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/938fa8ce/gulpfile.js
----------------------------------------------------------------------
diff --git a/gulpfile.js b/gulpfile.js
index 952747d..a01e9d4 100644
--- a/gulpfile.js
+++ b/gulpfile.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.
+ */
 var gulp = require('gulp');
 var gutil = require('gulp-util');
 var del = require('del');

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/938fa8ce/src/attachHandlers.js
----------------------------------------------------------------------
diff --git a/src/attachHandlers.js b/src/attachHandlers.js
index d5ff627..55542f8 100644
--- a/src/attachHandlers.js
+++ b/src/attachHandlers.js
@@ -1,16 +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.
+ */
 
 import { packageLog } from './packageLogs.js';
 

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/938fa8ce/src/configure.js
----------------------------------------------------------------------
diff --git a/src/configure.js b/src/configure.js
index 8758c9a..d458fcc 100644
--- a/src/configure.js
+++ b/src/configure.js
@@ -1,16 +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.
+ */
 
 export function configure(config, newConfig) {
   Object.keys(newConfig).forEach(function(option) {

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/938fa8ce/src/getInitialSettings.js
----------------------------------------------------------------------
diff --git a/src/getInitialSettings.js b/src/getInitialSettings.js
index fc11bb3..963d543 100644
--- a/src/getInitialSettings.js
+++ b/src/getInitialSettings.js
@@ -1,16 +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.
+ */
 
 export function getInitialSettings() {
   var settings = {};

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/938fa8ce/src/main.js
----------------------------------------------------------------------
diff --git a/src/main.js b/src/main.js
index c48aef8..e1ab14a 100644
--- a/src/main.js
+++ b/src/main.js
@@ -1,16 +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.
+ */
 
 import { version as userAleVersion } from '../package.json';
 import { getInitialSettings } from './getInitialSettings.js';

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/938fa8ce/src/packageLogs.js
----------------------------------------------------------------------
diff --git a/src/packageLogs.js b/src/packageLogs.js
index 78a2b6d..9a0d449 100644
--- a/src/packageLogs.js
+++ b/src/packageLogs.js
@@ -1,16 +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 logs;
 var config;

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/938fa8ce/src/sendLogs.js
----------------------------------------------------------------------
diff --git a/src/sendLogs.js b/src/sendLogs.js
index 41c5798..b06ba64 100644
--- a/src/sendLogs.js
+++ b/src/sendLogs.js
@@ -1,16 +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.
+ */
 
 export function initSender(logs, config) {
   sendOnInterval(logs, config);

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/938fa8ce/test/attachHandlers_spec.js
----------------------------------------------------------------------
diff --git a/test/attachHandlers_spec.js b/test/attachHandlers_spec.js
index b741edf..743b9f8 100644
--- a/test/attachHandlers_spec.js
+++ b/test/attachHandlers_spec.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.
+ */
 import { expect } from 'chai';
 import { attachHandlers } from '../src/attachHandlers';
 import * as packager from '../src/packageLogs';

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/938fa8ce/test/configure_spec.js
----------------------------------------------------------------------
diff --git a/test/configure_spec.js b/test/configure_spec.js
index d31f2b4..7307484 100644
--- a/test/configure_spec.js
+++ b/test/configure_spec.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.
+ */
 import { expect } from 'chai';
 import jsdom from 'jsdom';
 import fs from 'fs';

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/938fa8ce/test/getInitialSettings_fetchAll.html
----------------------------------------------------------------------
diff --git a/test/getInitialSettings_fetchAll.html b/test/getInitialSettings_fetchAll.html
index 6a8fc7a..9d43db0 100644
--- a/test/getInitialSettings_fetchAll.html
+++ b/test/getInitialSettings_fetchAll.html
@@ -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.
+-->
 <!DOCTYPE HTML>
 <html>
 <head>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/938fa8ce/test/getInitialSettings_spec.js
----------------------------------------------------------------------
diff --git a/test/getInitialSettings_spec.js b/test/getInitialSettings_spec.js
index c8dcf51..9705409 100644
--- a/test/getInitialSettings_spec.js
+++ b/test/getInitialSettings_spec.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.
+ */
 import { expect } from 'chai';
 import jsdom from 'jsdom';
 import fs from 'fs';

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/938fa8ce/test/getInitialSettings_userParam.html
----------------------------------------------------------------------
diff --git a/test/getInitialSettings_userParam.html b/test/getInitialSettings_userParam.html
index 5693af0..d2f7d74 100644
--- a/test/getInitialSettings_userParam.html
+++ b/test/getInitialSettings_userParam.html
@@ -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.
+-->
 <!DOCTYPE HTML>
 <html>
 <head>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/938fa8ce/test/main.html
----------------------------------------------------------------------
diff --git a/test/main.html b/test/main.html
index 4374884..5c78da5 100644
--- a/test/main.html
+++ b/test/main.html
@@ -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.
+-->
 <!DOCTYPE HTML>
 <html>
 <head>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/938fa8ce/test/main_spec.js
----------------------------------------------------------------------
diff --git a/test/main_spec.js b/test/main_spec.js
index 6fd0741..950ce75 100644
--- a/test/main_spec.js
+++ b/test/main_spec.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.
+ */
 import { expect } from 'chai';
 import jsdom from 'jsdom';
 import fs from 'fs';

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/938fa8ce/test/packageLogs.html
----------------------------------------------------------------------
diff --git a/test/packageLogs.html b/test/packageLogs.html
index 3925545..bb7177f 100644
--- a/test/packageLogs.html
+++ b/test/packageLogs.html
@@ -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.
+-->
 <!DOCTYPE HTML>
 <html>
 <head>

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/938fa8ce/test/packageLogs_spec.js
----------------------------------------------------------------------
diff --git a/test/packageLogs_spec.js b/test/packageLogs_spec.js
index d5401fa..37726e6 100644
--- a/test/packageLogs_spec.js
+++ b/test/packageLogs_spec.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.
+ */
 import { expect } from 'chai';
 import jsdom from 'jsdom';
 import fs from 'fs';

http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/938fa8ce/test/sendLogs_spec.js
----------------------------------------------------------------------
diff --git a/test/sendLogs_spec.js b/test/sendLogs_spec.js
index 20d82c2..477147e 100644
--- a/test/sendLogs_spec.js
+++ b/test/sendLogs_spec.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.
+ */
 import { expect } from 'chai';
 import jsdom from 'jsdom';
 import fs from 'fs';


[2/2] incubator-senssoft-useralejs git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs

Posted by le...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs


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

Branch: refs/heads/master
Commit: 3c1e0c1df63c3864bdcfc48919f7bf0f3b11b36a
Parents: 938fa8c 5c84a39
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Wed Sep 21 10:25:38 2016 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Wed Sep 21 10:25:38 2016 -0700

----------------------------------------------------------------------
 package.json       | 2 +-
 src/packageLogs.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/3c1e0c1d/src/packageLogs.js
----------------------------------------------------------------------