Repository: incubator-systemml
Updated Branches:
  refs/heads/master fb11cb645 -> 72390e07c


Add license to DmlPreprocessor and PydmlPreprocessor


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/72390e07
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/72390e07
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/72390e07

Branch: refs/heads/master
Commit: 72390e07c3b1b03b59e3712f1962da703c74d11b
Parents: fb11cb6
Author: Deron Eriksson <[email protected]>
Authored: Thu May 12 13:47:55 2016 -0700
Committer: Deron Eriksson <[email protected]>
Committed: Thu May 12 13:47:55 2016 -0700

----------------------------------------------------------------------
 .../apache/sysml/parser/dml/DmlPreprocessor.java | 19 +++++++++++++++++++
 .../sysml/parser/pydml/PydmlPreprocessor.java    | 19 +++++++++++++++++++
 2 files changed, 38 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/72390e07/src/main/java/org/apache/sysml/parser/dml/DmlPreprocessor.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/sysml/parser/dml/DmlPreprocessor.java 
b/src/main/java/org/apache/sysml/parser/dml/DmlPreprocessor.java
index 1fc66f3..12ce485 100644
--- a/src/main/java/org/apache/sysml/parser/dml/DmlPreprocessor.java
+++ b/src/main/java/org/apache/sysml/parser/dml/DmlPreprocessor.java
@@ -1,3 +1,22 @@
+/*
+ * 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.sysml.parser.dml;
 
 import java.util.HashSet;

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/72390e07/src/main/java/org/apache/sysml/parser/pydml/PydmlPreprocessor.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/sysml/parser/pydml/PydmlPreprocessor.java 
b/src/main/java/org/apache/sysml/parser/pydml/PydmlPreprocessor.java
index 2407b45..2a3d739 100644
--- a/src/main/java/org/apache/sysml/parser/pydml/PydmlPreprocessor.java
+++ b/src/main/java/org/apache/sysml/parser/pydml/PydmlPreprocessor.java
@@ -1,3 +1,22 @@
+/*
+ * 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.sysml.parser.pydml;
 
 import java.util.HashSet;

Reply via email to