You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dl...@apache.org on 2017/04/21 20:55:59 UTC

[6/8] incubator-edgent git commit: add missing headers

add missing headers

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

Branch: refs/heads/master
Commit: 632a76559e23eae8465061e87ce307b541fb27cc
Parents: 7b1967d
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Fri Apr 21 10:27:48 2017 -0400
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Fri Apr 21 10:27:48 2017 -0400

----------------------------------------------------------------------
 .../edgent/analytics/math3/MvResultMap.java       | 18 ++++++++++++++++++
 .../apache/edgent/analytics/math3/ResultMap.java  | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/632a7655/analytics/math3/src/main/java/org/apache/edgent/analytics/math3/MvResultMap.java
----------------------------------------------------------------------
diff --git a/analytics/math3/src/main/java/org/apache/edgent/analytics/math3/MvResultMap.java b/analytics/math3/src/main/java/org/apache/edgent/analytics/math3/MvResultMap.java
index 23796d1..f9e668e 100644
--- a/analytics/math3/src/main/java/org/apache/edgent/analytics/math3/MvResultMap.java
+++ b/analytics/math3/src/main/java/org/apache/edgent/analytics/math3/MvResultMap.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.math3;
 
 import java.util.HashMap;

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/632a7655/analytics/math3/src/main/java/org/apache/edgent/analytics/math3/ResultMap.java
----------------------------------------------------------------------
diff --git a/analytics/math3/src/main/java/org/apache/edgent/analytics/math3/ResultMap.java b/analytics/math3/src/main/java/org/apache/edgent/analytics/math3/ResultMap.java
index 370ff79..c85a113 100644
--- a/analytics/math3/src/main/java/org/apache/edgent/analytics/math3/ResultMap.java
+++ b/analytics/math3/src/main/java/org/apache/edgent/analytics/math3/ResultMap.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.math3;
 
 import java.util.HashMap;