Repository: incubator-edgent
Updated Branches:
  refs/heads/master 16ce45df0 -> 8e33319be


Edgent-267 Add missing ASF license header

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

Branch: refs/heads/master
Commit: 625e8b910fdeb1417f4995bec816d29301583f21
Parents: 9edd8fa
Author: Dale LaBossiere <dlab...@us.ibm.com>
Authored: Fri Oct 7 17:47:28 2016 -0400
Committer: Dale LaBossiere <dlab...@us.ibm.com>
Committed: Fri Oct 7 17:47:28 2016 -0400

----------------------------------------------------------------------
 .../apache/edgent/analytics/sensors/Deadtime.java | 18 ++++++++++++++++++
 connectors/mqtt/src/test/keystores/create-all.sh  | 16 ++++++++++++++++
 2 files changed, 34 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/625e8b91/analytics/sensors/src/main/java/org/apache/edgent/analytics/sensors/Deadtime.java
----------------------------------------------------------------------
diff --git 
a/analytics/sensors/src/main/java/org/apache/edgent/analytics/sensors/Deadtime.java
 
b/analytics/sensors/src/main/java/org/apache/edgent/analytics/sensors/Deadtime.java
index f4946a2..8407a40 100644
--- 
a/analytics/sensors/src/main/java/org/apache/edgent/analytics/sensors/Deadtime.java
+++ 
b/analytics/sensors/src/main/java/org/apache/edgent/analytics/sensors/Deadtime.java
@@ -1,3 +1,21 @@
+/*
+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.
+*/
 package org.apache.edgent.analytics.sensors;
 
 import java.util.Date;

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/625e8b91/connectors/mqtt/src/test/keystores/create-all.sh
----------------------------------------------------------------------
diff --git a/connectors/mqtt/src/test/keystores/create-all.sh 
b/connectors/mqtt/src/test/keystores/create-all.sh
index 7e31cef..9b75290 100644
--- a/connectors/mqtt/src/test/keystores/create-all.sh
+++ b/connectors/mqtt/src/test/keystores/create-all.sh
@@ -1,4 +1,20 @@
 #!/bin/sh
+#
+# 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.
+#
 
 USAGE=`basename $0`
 

Reply via email to