[43/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/parser/PathStatement.java
--
diff --git a/src/main/java/org/apache/sysml/parser/PathStatement.java 
b/src/main/java/org/apache/sysml/parser/PathStatement.java
index d820345..85416d1 100644
--- a/src/main/java/org/apache/sysml/parser/PathStatement.java
+++ b/src/main/java/org/apache/sysml/parser/PathStatement.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.parser;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/parser/PrintStatement.java
--
diff --git a/src/main/java/org/apache/sysml/parser/PrintStatement.java 
b/src/main/java/org/apache/sysml/parser/PrintStatement.java
index b74128d..019d02a 100644
--- a/src/main/java/org/apache/sysml/parser/PrintStatement.java
+++ b/src/main/java/org/apache/sysml/parser/PrintStatement.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.parser;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/parser/RelationalExpression.java
--
diff --git a/src/main/java/org/apache/sysml/parser/RelationalExpression.java 
b/src/main/java/org/apache/sysml/parser/RelationalExpression.java
index d3d6107..9dd18a2 100644
--- a/src/main/java/org/apache/sysml/parser/RelationalExpression.java
+++ b/src/main/java/org/apache/sysml/parser/RelationalExpression.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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 

[16/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/aggregate/ColMaxs.R
--
diff --git a/src/test/scripts/functions/aggregate/ColMaxs.R 
b/src/test/scripts/functions/aggregate/ColMaxs.R
index 7e3e92d..2c3ea32 100644
--- a/src/test/scripts/functions/aggregate/ColMaxs.R
+++ b/src/test/scripts/functions/aggregate/ColMaxs.R
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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.
 #
 #-
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/aggregate/ColMaxs.dml
--
diff --git a/src/test/scripts/functions/aggregate/ColMaxs.dml 
b/src/test/scripts/functions/aggregate/ColMaxs.dml
index 315db26..6edca63 100644
--- a/src/test/scripts/functions/aggregate/ColMaxs.dml
+++ b/src/test/scripts/functions/aggregate/ColMaxs.dml
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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.
 #
 #-
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/aggregate/ColMeans.R
--
diff --git a/src/test/scripts/functions/aggregate/ColMeans.R 
b/src/test/scripts/functions/aggregate/ColMeans.R
index 456cbeb..80226f9 100644
--- a/src/test/scripts/functions/aggregate/ColMeans.R
+++ b/src/test/scripts/functions/aggregate/ColMeans.R
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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 

[25/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/java/org/apache/sysml/test/integration/functions/binary/matrix/MatrixMultiplicationTest.java
--
diff --git 
a/src/test/java/org/apache/sysml/test/integration/functions/binary/matrix/MatrixMultiplicationTest.java
 
b/src/test/java/org/apache/sysml/test/integration/functions/binary/matrix/MatrixMultiplicationTest.java
index dc797c4..9276280 100644
--- 
a/src/test/java/org/apache/sysml/test/integration/functions/binary/matrix/MatrixMultiplicationTest.java
+++ 
b/src/test/java/org/apache/sysml/test/integration/functions/binary/matrix/MatrixMultiplicationTest.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.test.integration.functions.binary.matrix;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/java/org/apache/sysml/test/integration/functions/binary/matrix/MatrixVectorTest.java
--
diff --git 
a/src/test/java/org/apache/sysml/test/integration/functions/binary/matrix/MatrixVectorTest.java
 
b/src/test/java/org/apache/sysml/test/integration/functions/binary/matrix/MatrixVectorTest.java
index 4ad254a..acc0355 100644
--- 
a/src/test/java/org/apache/sysml/test/integration/functions/binary/matrix/MatrixVectorTest.java
+++ 
b/src/test/java/org/apache/sysml/test/integration/functions/binary/matrix/MatrixVectorTest.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.test.integration.functions.binary.matrix;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/java/org/apache/sysml/test/integration/functions/binary/matrix/OuterProductTest.java
--
diff --git 
a/src/test/java/org/apache/sysml/test/integration/functions/binary/matrix/OuterProductTest.java
 
b/src/test/java/org/apache/sysml/test/integration/functions/binary/matrix/OuterProductTest.java
index 667f4ee..07fb55c 100644
--- 

[27/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/java/org/apache/sysml/test/integration/applications/descriptivestats/BivariateScaleCategoricalTest.java
--
diff --git 
a/src/test/java/org/apache/sysml/test/integration/applications/descriptivestats/BivariateScaleCategoricalTest.java
 
b/src/test/java/org/apache/sysml/test/integration/applications/descriptivestats/BivariateScaleCategoricalTest.java
index 4af7aa5..90310c5 100644
--- 
a/src/test/java/org/apache/sysml/test/integration/applications/descriptivestats/BivariateScaleCategoricalTest.java
+++ 
b/src/test/java/org/apache/sysml/test/integration/applications/descriptivestats/BivariateScaleCategoricalTest.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.test.integration.applications.descriptivestats;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/java/org/apache/sysml/test/integration/applications/descriptivestats/BivariateScaleScaleTest.java
--
diff --git 
a/src/test/java/org/apache/sysml/test/integration/applications/descriptivestats/BivariateScaleScaleTest.java
 
b/src/test/java/org/apache/sysml/test/integration/applications/descriptivestats/BivariateScaleScaleTest.java
index e63a114..95e57e7 100644
--- 
a/src/test/java/org/apache/sysml/test/integration/applications/descriptivestats/BivariateScaleScaleTest.java
+++ 
b/src/test/java/org/apache/sysml/test/integration/applications/descriptivestats/BivariateScaleScaleTest.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.test.integration.applications.descriptivestats;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/java/org/apache/sysml/test/integration/applications/descriptivestats/OrderStatisticsTest.java
--
diff --git 
a/src/test/java/org/apache/sysml/test/integration/applications/descriptivestats/OrderStatisticsTest.java
 

[41/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/controlprogram/parfor/ResultMergeRemoteSpark.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/controlprogram/parfor/ResultMergeRemoteSpark.java
 
b/src/main/java/org/apache/sysml/runtime/controlprogram/parfor/ResultMergeRemoteSpark.java
index 9eeb84a..c7acc6a 100644
--- 
a/src/main/java/org/apache/sysml/runtime/controlprogram/parfor/ResultMergeRemoteSpark.java
+++ 
b/src/main/java/org/apache/sysml/runtime/controlprogram/parfor/ResultMergeRemoteSpark.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.runtime.controlprogram.parfor;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/controlprogram/parfor/ResultMergeRemoteSparkWCompare.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/controlprogram/parfor/ResultMergeRemoteSparkWCompare.java
 
b/src/main/java/org/apache/sysml/runtime/controlprogram/parfor/ResultMergeRemoteSparkWCompare.java
index 3f5a834..5c21c1f 100644
--- 
a/src/main/java/org/apache/sysml/runtime/controlprogram/parfor/ResultMergeRemoteSparkWCompare.java
+++ 
b/src/main/java/org/apache/sysml/runtime/controlprogram/parfor/ResultMergeRemoteSparkWCompare.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.runtime.controlprogram.parfor;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/controlprogram/parfor/ResultMergeTaggedMatrixIndexes.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/controlprogram/parfor/ResultMergeTaggedMatrixIndexes.java
 
b/src/main/java/org/apache/sysml/runtime/controlprogram/parfor/ResultMergeTaggedMatrixIndexes.java
index 86b66bc..14df440 100644
--- 
a/src/main/java/org/apache/sysml/runtime/controlprogram/parfor/ResultMergeTaggedMatrixIndexes.java
+++ 

[44/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/lops/WeightedUnaryMM.java
--
diff --git a/src/main/java/org/apache/sysml/lops/WeightedUnaryMM.java 
b/src/main/java/org/apache/sysml/lops/WeightedUnaryMM.java
index b271fb6..8530b49 100644
--- a/src/main/java/org/apache/sysml/lops/WeightedUnaryMM.java
+++ b/src/main/java/org/apache/sysml/lops/WeightedUnaryMM.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.lops;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/lops/WeightedUnaryMMR.java
--
diff --git a/src/main/java/org/apache/sysml/lops/WeightedUnaryMMR.java 
b/src/main/java/org/apache/sysml/lops/WeightedUnaryMMR.java
index 8b6f5b7..d812e7b 100644
--- a/src/main/java/org/apache/sysml/lops/WeightedUnaryMMR.java
+++ b/src/main/java/org/apache/sysml/lops/WeightedUnaryMMR.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.lops;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/lops/ZeroOut.java
--
diff --git a/src/main/java/org/apache/sysml/lops/ZeroOut.java 
b/src/main/java/org/apache/sysml/lops/ZeroOut.java
index f833d8a..f659835 100644
--- a/src/main/java/org/apache/sysml/lops/ZeroOut.java
+++ b/src/main/java/org/apache/sysml/lops/ZeroOut.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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 

[29/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/util/BinaryBlockRecordReader.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/util/BinaryBlockRecordReader.java 
b/src/main/java/org/apache/sysml/runtime/util/BinaryBlockRecordReader.java
index 7b007d0..553c082 100644
--- a/src/main/java/org/apache/sysml/runtime/util/BinaryBlockRecordReader.java
+++ b/src/main/java/org/apache/sysml/runtime/util/BinaryBlockRecordReader.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.runtime.util;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/util/DataConverter.java
--
diff --git a/src/main/java/org/apache/sysml/runtime/util/DataConverter.java 
b/src/main/java/org/apache/sysml/runtime/util/DataConverter.java
index 039b7bf..4bce27a 100644
--- a/src/main/java/org/apache/sysml/runtime/util/DataConverter.java
+++ b/src/main/java/org/apache/sysml/runtime/util/DataConverter.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.runtime.util;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/util/FastBufferedDataInputStream.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/util/FastBufferedDataInputStream.java 
b/src/main/java/org/apache/sysml/runtime/util/FastBufferedDataInputStream.java
index 2b79301..67f8194 100644
--- 
a/src/main/java/org/apache/sysml/runtime/util/FastBufferedDataInputStream.java
+++ 
b/src/main/java/org/apache/sysml/runtime/util/FastBufferedDataInputStream.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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
- 

[30/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/matrix/operators/Operator.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/matrix/operators/Operator.java 
b/src/main/java/org/apache/sysml/runtime/matrix/operators/Operator.java
index f113c16..296a1a2 100644
--- a/src/main/java/org/apache/sysml/runtime/matrix/operators/Operator.java
+++ b/src/main/java/org/apache/sysml/runtime/matrix/operators/Operator.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 
 package org.apache.sysml.runtime.matrix.operators;

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/matrix/operators/QuaternaryOperator.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/matrix/operators/QuaternaryOperator.java
 
b/src/main/java/org/apache/sysml/runtime/matrix/operators/QuaternaryOperator.java
index a3ec42b..5c1b6a2 100644
--- 
a/src/main/java/org/apache/sysml/runtime/matrix/operators/QuaternaryOperator.java
+++ 
b/src/main/java/org/apache/sysml/runtime/matrix/operators/QuaternaryOperator.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 
 package org.apache.sysml.runtime.matrix.operators;

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/matrix/operators/ReIndexOperator.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/matrix/operators/ReIndexOperator.java 
b/src/main/java/org/apache/sysml/runtime/matrix/operators/ReIndexOperator.java
index 0c196b6..1376112 100644
--- 
a/src/main/java/org/apache/sysml/runtime/matrix/operators/ReIndexOperator.java
+++ 
b/src/main/java/org/apache/sysml/runtime/matrix/operators/ReIndexOperator.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * 

[46/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/hops/globalopt/gdfresolve/GDFMismatchHeuristicFirst.java
--
diff --git 
a/src/main/java/org/apache/sysml/hops/globalopt/gdfresolve/GDFMismatchHeuristicFirst.java
 
b/src/main/java/org/apache/sysml/hops/globalopt/gdfresolve/GDFMismatchHeuristicFirst.java
index 3fb1bbd..a96bc33 100644
--- 
a/src/main/java/org/apache/sysml/hops/globalopt/gdfresolve/GDFMismatchHeuristicFirst.java
+++ 
b/src/main/java/org/apache/sysml/hops/globalopt/gdfresolve/GDFMismatchHeuristicFirst.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.hops.globalopt.gdfresolve;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/hops/globalopt/gdfresolve/MismatchHeuristicFactory.java
--
diff --git 
a/src/main/java/org/apache/sysml/hops/globalopt/gdfresolve/MismatchHeuristicFactory.java
 
b/src/main/java/org/apache/sysml/hops/globalopt/gdfresolve/MismatchHeuristicFactory.java
index 6bb64f0..146b549 100644
--- 
a/src/main/java/org/apache/sysml/hops/globalopt/gdfresolve/MismatchHeuristicFactory.java
+++ 
b/src/main/java/org/apache/sysml/hops/globalopt/gdfresolve/MismatchHeuristicFactory.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.hops.globalopt.gdfresolve;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/hops/ipa/InterProceduralAnalysis.java
--
diff --git 
a/src/main/java/org/apache/sysml/hops/ipa/InterProceduralAnalysis.java 
b/src/main/java/org/apache/sysml/hops/ipa/InterProceduralAnalysis.java
index e21f171..415aa80 100644
--- a/src/main/java/org/apache/sysml/hops/ipa/InterProceduralAnalysis.java
+++ b/src/main/java/org/apache/sysml/hops/ipa/InterProceduralAnalysis.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * Licensed under the Apache License, Version 2.0 

[13/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/binary/matrix/UaggOuterChainGreater.R
--
diff --git a/src/test/scripts/functions/binary/matrix/UaggOuterChainGreater.R 
b/src/test/scripts/functions/binary/matrix/UaggOuterChainGreater.R
index 9959f14..d5f803d 100644
--- a/src/test/scripts/functions/binary/matrix/UaggOuterChainGreater.R
+++ b/src/test/scripts/functions/binary/matrix/UaggOuterChainGreater.R
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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.
 #
 #-
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/binary/matrix/UaggOuterChainGreater.dml
--
diff --git a/src/test/scripts/functions/binary/matrix/UaggOuterChainGreater.dml 
b/src/test/scripts/functions/binary/matrix/UaggOuterChainGreater.dml
index 7cd28ef..ecbfa21 100644
--- a/src/test/scripts/functions/binary/matrix/UaggOuterChainGreater.dml
+++ b/src/test/scripts/functions/binary/matrix/UaggOuterChainGreater.dml
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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.
 #
 #-
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/binary/matrix/UaggOuterChainGreaterColSums.R
--
diff --git 
a/src/test/scripts/functions/binary/matrix/UaggOuterChainGreaterColSums.R 
b/src/test/scripts/functions/binary/matrix/UaggOuterChainGreaterColSums.R
index 2e727ed..847febe 100644
--- a/src/test/scripts/functions/binary/matrix/UaggOuterChainGreaterColSums.R
+++ b/src/test/scripts/functions/binary/matrix/UaggOuterChainGreaterColSums.R
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# 

[20/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/java/org/apache/sysml/test/integration/functions/unary/matrix/SqrtTest.java
--
diff --git 
a/src/test/java/org/apache/sysml/test/integration/functions/unary/matrix/SqrtTest.java
 
b/src/test/java/org/apache/sysml/test/integration/functions/unary/matrix/SqrtTest.java
index a9f6e73..26b7907 100644
--- 
a/src/test/java/org/apache/sysml/test/integration/functions/unary/matrix/SqrtTest.java
+++ 
b/src/test/java/org/apache/sysml/test/integration/functions/unary/matrix/SqrtTest.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.test.integration.functions.unary.matrix;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/java/org/apache/sysml/test/integration/functions/unary/matrix/TanTest.java
--
diff --git 
a/src/test/java/org/apache/sysml/test/integration/functions/unary/matrix/TanTest.java
 
b/src/test/java/org/apache/sysml/test/integration/functions/unary/matrix/TanTest.java
index ef7fd5c..0cdbeea 100644
--- 
a/src/test/java/org/apache/sysml/test/integration/functions/unary/matrix/TanTest.java
+++ 
b/src/test/java/org/apache/sysml/test/integration/functions/unary/matrix/TanTest.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.test.integration.functions.unary.matrix;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/java/org/apache/sysml/test/integration/functions/unary/matrix/TransposeTest.java
--
diff --git 
a/src/test/java/org/apache/sysml/test/integration/functions/unary/matrix/TransposeTest.java
 
b/src/test/java/org/apache/sysml/test/integration/functions/unary/matrix/TransposeTest.java
index 8ca9bc1..6ee7d28 100644
--- 
a/src/test/java/org/apache/sysml/test/integration/functions/unary/matrix/TransposeTest.java
+++ 
b/src/test/java/org/apache/sysml/test/integration/functions/unary/matrix/TransposeTest.java
@@ -1,19 

[33/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/io/WriterTextCell.java
--
diff --git a/src/main/java/org/apache/sysml/runtime/io/WriterTextCell.java 
b/src/main/java/org/apache/sysml/runtime/io/WriterTextCell.java
index 94ae87e..1c6eb69 100644
--- a/src/main/java/org/apache/sysml/runtime/io/WriterTextCell.java
+++ b/src/main/java/org/apache/sysml/runtime/io/WriterTextCell.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.runtime.io;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/io/WriterTextCellParallel.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/io/WriterTextCellParallel.java 
b/src/main/java/org/apache/sysml/runtime/io/WriterTextCellParallel.java
index d77dd4e..809f33f 100644
--- a/src/main/java/org/apache/sysml/runtime/io/WriterTextCellParallel.java
+++ b/src/main/java/org/apache/sysml/runtime/io/WriterTextCellParallel.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.runtime.io;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/matrix/CMCOVMR.java
--
diff --git a/src/main/java/org/apache/sysml/runtime/matrix/CMCOVMR.java 
b/src/main/java/org/apache/sysml/runtime/matrix/CMCOVMR.java
index c480054..744ce88 100644
--- a/src/main/java/org/apache/sysml/runtime/matrix/CMCOVMR.java
+++ b/src/main/java/org/apache/sysml/runtime/matrix/CMCOVMR.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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 

[36/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/instructions/mr/ZeroOutInstruction.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/instructions/mr/ZeroOutInstruction.java
 
b/src/main/java/org/apache/sysml/runtime/instructions/mr/ZeroOutInstruction.java
index 8f8eeaf..6b4285a 100644
--- 
a/src/main/java/org/apache/sysml/runtime/instructions/mr/ZeroOutInstruction.java
+++ 
b/src/main/java/org/apache/sysml/runtime/instructions/mr/ZeroOutInstruction.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.runtime.instructions.mr;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/instructions/spark/AggregateTernarySPInstruction.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/instructions/spark/AggregateTernarySPInstruction.java
 
b/src/main/java/org/apache/sysml/runtime/instructions/spark/AggregateTernarySPInstruction.java
index 7f13b2b..d05585b 100644
--- 
a/src/main/java/org/apache/sysml/runtime/instructions/spark/AggregateTernarySPInstruction.java
+++ 
b/src/main/java/org/apache/sysml/runtime/instructions/spark/AggregateTernarySPInstruction.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.runtime.instructions.spark;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/instructions/spark/AggregateUnarySPInstruction.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/instructions/spark/AggregateUnarySPInstruction.java
 
b/src/main/java/org/apache/sysml/runtime/instructions/spark/AggregateUnarySPInstruction.java
index 87eb4ba..d855384 100644
--- 
a/src/main/java/org/apache/sysml/runtime/instructions/spark/AggregateUnarySPInstruction.java
+++ 
b/src/main/java/org/apache/sysml/runtime/instructions/spark/AggregateUnarySPInstruction.java
@@ -1,19 +1,21 @@

[31/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/matrix/mapred/CSVReblockReducer.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/matrix/mapred/CSVReblockReducer.java 
b/src/main/java/org/apache/sysml/runtime/matrix/mapred/CSVReblockReducer.java
index 6b63e31..f512104 100644
--- 
a/src/main/java/org/apache/sysml/runtime/matrix/mapred/CSVReblockReducer.java
+++ 
b/src/main/java/org/apache/sysml/runtime/matrix/mapred/CSVReblockReducer.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.runtime.matrix.mapred;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/matrix/mapred/CSVWriteMapper.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/matrix/mapred/CSVWriteMapper.java 
b/src/main/java/org/apache/sysml/runtime/matrix/mapred/CSVWriteMapper.java
index d42069e..c742531 100644
--- a/src/main/java/org/apache/sysml/runtime/matrix/mapred/CSVWriteMapper.java
+++ b/src/main/java/org/apache/sysml/runtime/matrix/mapred/CSVWriteMapper.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.runtime.matrix.mapred;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/matrix/mapred/CSVWriteReducer.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/matrix/mapred/CSVWriteReducer.java 
b/src/main/java/org/apache/sysml/runtime/matrix/mapred/CSVWriteReducer.java
index 0a8ca90..73dae15 100644
--- a/src/main/java/org/apache/sysml/runtime/matrix/mapred/CSVWriteReducer.java
+++ b/src/main/java/org/apache/sysml/runtime/matrix/mapred/CSVWriteReducer.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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 

[39/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/functionobjects/OffsetColumnIndex.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/functionobjects/OffsetColumnIndex.java 
b/src/main/java/org/apache/sysml/runtime/functionobjects/OffsetColumnIndex.java
index ac81920..dc15a4d 100644
--- 
a/src/main/java/org/apache/sysml/runtime/functionobjects/OffsetColumnIndex.java
+++ 
b/src/main/java/org/apache/sysml/runtime/functionobjects/OffsetColumnIndex.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.runtime.functionobjects;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/functionobjects/Or.java
--
diff --git a/src/main/java/org/apache/sysml/runtime/functionobjects/Or.java 
b/src/main/java/org/apache/sysml/runtime/functionobjects/Or.java
index 11b34a8..0423d6e 100644
--- a/src/main/java/org/apache/sysml/runtime/functionobjects/Or.java
+++ b/src/main/java/org/apache/sysml/runtime/functionobjects/Or.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.runtime.functionobjects;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/functionobjects/ParameterizedBuiltin.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/functionobjects/ParameterizedBuiltin.java
 
b/src/main/java/org/apache/sysml/runtime/functionobjects/ParameterizedBuiltin.java
index ed83fd4..7c10bca 100644
--- 
a/src/main/java/org/apache/sysml/runtime/functionobjects/ParameterizedBuiltin.java
+++ 
b/src/main/java/org/apache/sysml/runtime/functionobjects/ParameterizedBuiltin.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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 

[09/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/external/Order2.dml
--
diff --git a/src/test/scripts/functions/external/Order2.dml 
b/src/test/scripts/functions/external/Order2.dml
index 3da974e..8359560 100644
--- a/src/test/scripts/functions/external/Order2.dml
+++ b/src/test/scripts/functions/external/Order2.dml
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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.
 #
 #-
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/external/Outlier.dml
--
diff --git a/src/test/scripts/functions/external/Outlier.dml 
b/src/test/scripts/functions/external/Outlier.dml
index 377e7f0..071125a 100644
--- a/src/test/scripts/functions/external/Outlier.dml
+++ b/src/test/scripts/functions/external/Outlier.dml
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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.
 #
 #-
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/external/SGDMFTest.dml
--
diff --git a/src/test/scripts/functions/external/SGDMFTest.dml 
b/src/test/scripts/functions/external/SGDMFTest.dml
index d0d5c50..5498978 100644
--- a/src/test/scripts/functions/external/SGDMFTest.dml
+++ b/src/test/scripts/functions/external/SGDMFTest.dml
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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 

[10/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/blocks/VariableAnalysis1Test.dml
--
diff --git a/src/test/scripts/functions/blocks/VariableAnalysis1Test.dml 
b/src/test/scripts/functions/blocks/VariableAnalysis1Test.dml
index a195231..53a0620 100644
--- a/src/test/scripts/functions/blocks/VariableAnalysis1Test.dml
+++ b/src/test/scripts/functions/blocks/VariableAnalysis1Test.dml
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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.
 #
 #-
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/blocks/VariablePassing1Test.dml
--
diff --git a/src/test/scripts/functions/blocks/VariablePassing1Test.dml 
b/src/test/scripts/functions/blocks/VariablePassing1Test.dml
index 6dab770..e82aec8 100644
--- a/src/test/scripts/functions/blocks/VariablePassing1Test.dml
+++ b/src/test/scripts/functions/blocks/VariablePassing1Test.dml
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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.
 #
 #-
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/blocks/VariablePassing2Test.dml
--
diff --git a/src/test/scripts/functions/blocks/VariablePassing2Test.dml 
b/src/test/scripts/functions/blocks/VariablePassing2Test.dml
index 0c267fa..1da6c4a 100644
--- a/src/test/scripts/functions/blocks/VariablePassing2Test.dml
+++ b/src/test/scripts/functions/blocks/VariablePassing2Test.dml
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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 

[08/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/io/csv/csv_verify.R
--
diff --git a/src/test/scripts/functions/io/csv/csv_verify.R 
b/src/test/scripts/functions/io/csv/csv_verify.R
index e80d00e..c5fc6c8 100644
--- a/src/test/scripts/functions/io/csv/csv_verify.R
+++ b/src/test/scripts/functions/io/csv/csv_verify.R
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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.
 #
 #-
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/io/csv/csv_verify.dml
--
diff --git a/src/test/scripts/functions/io/csv/csv_verify.dml 
b/src/test/scripts/functions/io/csv/csv_verify.dml
index be0eb07..3526fbc 100644
--- a/src/test/scripts/functions/io/csv/csv_verify.dml
+++ b/src/test/scripts/functions/io/csv/csv_verify.dml
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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.
 #
 #-
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/io/csv/csv_verify2.R
--
diff --git a/src/test/scripts/functions/io/csv/csv_verify2.R 
b/src/test/scripts/functions/io/csv/csv_verify2.R
index 47bb5e4..b2ce726 100644
--- a/src/test/scripts/functions/io/csv/csv_verify2.R
+++ b/src/test/scripts/functions/io/csv/csv_verify2.R
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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 

[47/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/debug/DMLDebuggerProgramInfo.java
--
diff --git a/src/main/java/org/apache/sysml/debug/DMLDebuggerProgramInfo.java 
b/src/main/java/org/apache/sysml/debug/DMLDebuggerProgramInfo.java
index 431a6df..335e875 100644
--- a/src/main/java/org/apache/sysml/debug/DMLDebuggerProgramInfo.java
+++ b/src/main/java/org/apache/sysml/debug/DMLDebuggerProgramInfo.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.debug;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/debug/DMLDisassemble.java
--
diff --git a/src/main/java/org/apache/sysml/debug/DMLDisassemble.java 
b/src/main/java/org/apache/sysml/debug/DMLDisassemble.java
index cb38d03..99b0527 100644
--- a/src/main/java/org/apache/sysml/debug/DMLDisassemble.java
+++ b/src/main/java/org/apache/sysml/debug/DMLDisassemble.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.debug;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/debug/DMLFrame.java
--
diff --git a/src/main/java/org/apache/sysml/debug/DMLFrame.java 
b/src/main/java/org/apache/sysml/debug/DMLFrame.java
index 0a3522d..b04a7ac 100644
--- a/src/main/java/org/apache/sysml/debug/DMLFrame.java
+++ b/src/main/java/org/apache/sysml/debug/DMLFrame.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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 

[07/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/misc/PrintExpressionTest2.dml
--
diff --git a/src/test/scripts/functions/misc/PrintExpressionTest2.dml 
b/src/test/scripts/functions/misc/PrintExpressionTest2.dml
index 417b537..251ce3a 100644
--- a/src/test/scripts/functions/misc/PrintExpressionTest2.dml
+++ b/src/test/scripts/functions/misc/PrintExpressionTest2.dml
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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.
 #
 #-
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/misc/PrintMatrixTest.dml
--
diff --git a/src/test/scripts/functions/misc/PrintMatrixTest.dml 
b/src/test/scripts/functions/misc/PrintMatrixTest.dml
index 804ebee..e380c0a 100644
--- a/src/test/scripts/functions/misc/PrintMatrixTest.dml
+++ b/src/test/scripts/functions/misc/PrintMatrixTest.dml
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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.
 #
 #-
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/misc/ReadAfterWriteMatrix1.dml
--
diff --git a/src/test/scripts/functions/misc/ReadAfterWriteMatrix1.dml 
b/src/test/scripts/functions/misc/ReadAfterWriteMatrix1.dml
index 7b374b3..6c83c2e 100644
--- a/src/test/scripts/functions/misc/ReadAfterWriteMatrix1.dml
+++ b/src/test/scripts/functions/misc/ReadAfterWriteMatrix1.dml
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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 

[18/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/applications/impute/imputeGaussMCMC.nogradient.dml
--
diff --git 
a/src/test/scripts/applications/impute/imputeGaussMCMC.nogradient.dml 
b/src/test/scripts/applications/impute/imputeGaussMCMC.nogradient.dml
index c20627a..f30698c 100644
--- a/src/test/scripts/applications/impute/imputeGaussMCMC.nogradient.dml
+++ b/src/test/scripts/applications/impute/imputeGaussMCMC.nogradient.dml
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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.
 #
 #-
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/applications/impute/old/imputeGaussMCMC.dml
--
diff --git a/src/test/scripts/applications/impute/old/imputeGaussMCMC.dml 
b/src/test/scripts/applications/impute/old/imputeGaussMCMC.dml
index 92c0c2d..3b50c7e 100644
--- a/src/test/scripts/applications/impute/old/imputeGaussMCMC.dml
+++ b/src/test/scripts/applications/impute/old/imputeGaussMCMC.dml
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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.
 #
 #-
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/applications/impute/old/wfundInputGenerator.dml
--
diff --git a/src/test/scripts/applications/impute/old/wfundInputGenerator.dml 
b/src/test/scripts/applications/impute/old/wfundInputGenerator.dml
index 029f338..978dbe7 100644
--- a/src/test/scripts/applications/impute/old/wfundInputGenerator.dml
+++ b/src/test/scripts/applications/impute/old/wfundInputGenerator.dml
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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
-#
-# 

[03/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/parfor/parfor_optimizer3.dml
--
diff --git a/src/test/scripts/functions/parfor/parfor_optimizer3.dml 
b/src/test/scripts/functions/parfor/parfor_optimizer3.dml
index 77d157e..cb594cb 100644
--- a/src/test/scripts/functions/parfor/parfor_optimizer3.dml
+++ b/src/test/scripts/functions/parfor/parfor_optimizer3.dml
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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.
 #
 #-
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/parfor/parfor_pr_resultmerge1a.R
--
diff --git a/src/test/scripts/functions/parfor/parfor_pr_resultmerge1a.R 
b/src/test/scripts/functions/parfor/parfor_pr_resultmerge1a.R
index e4c9349..3bdaf5b 100644
--- a/src/test/scripts/functions/parfor/parfor_pr_resultmerge1a.R
+++ b/src/test/scripts/functions/parfor/parfor_pr_resultmerge1a.R
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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.
 #
 #-
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/scripts/functions/parfor/parfor_pr_resultmerge1a.dml
--
diff --git a/src/test/scripts/functions/parfor/parfor_pr_resultmerge1a.dml 
b/src/test/scripts/functions/parfor/parfor_pr_resultmerge1a.dml
index edba7b4..d134f89 100644
--- a/src/test/scripts/functions/parfor/parfor_pr_resultmerge1a.dml
+++ b/src/test/scripts/functions/parfor/parfor_pr_resultmerge1a.dml
@@ -1,18 +1,21 @@
 #-
 #
-# (C) Copyright IBM Corp. 2010, 2015
-#
-# 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 

[21/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/java/org/apache/sysml/test/integration/functions/recompile/SparsityRecompileTest.java
--
diff --git 
a/src/test/java/org/apache/sysml/test/integration/functions/recompile/SparsityRecompileTest.java
 
b/src/test/java/org/apache/sysml/test/integration/functions/recompile/SparsityRecompileTest.java
index 3d17912..dc01e34 100644
--- 
a/src/test/java/org/apache/sysml/test/integration/functions/recompile/SparsityRecompileTest.java
+++ 
b/src/test/java/org/apache/sysml/test/integration/functions/recompile/SparsityRecompileTest.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.test.integration.functions.recompile;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/java/org/apache/sysml/test/integration/functions/reorg/DiagV2MTest.java
--
diff --git 
a/src/test/java/org/apache/sysml/test/integration/functions/reorg/DiagV2MTest.java
 
b/src/test/java/org/apache/sysml/test/integration/functions/reorg/DiagV2MTest.java
index 107c60f..07e95cb 100644
--- 
a/src/test/java/org/apache/sysml/test/integration/functions/reorg/DiagV2MTest.java
+++ 
b/src/test/java/org/apache/sysml/test/integration/functions/reorg/DiagV2MTest.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.test.integration.functions.reorg;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/test/java/org/apache/sysml/test/integration/functions/reorg/FullOrderTest.java
--
diff --git 
a/src/test/java/org/apache/sysml/test/integration/functions/reorg/FullOrderTest.java
 
b/src/test/java/org/apache/sysml/test/integration/functions/reorg/FullOrderTest.java
index 4589e71..9026ed4 100644
--- 
a/src/test/java/org/apache/sysml/test/integration/functions/reorg/FullOrderTest.java
+++ 
b/src/test/java/org/apache/sysml/test/integration/functions/reorg/FullOrderTest.java
@@ -1,19 +1,21 @@
-/**

[38/51] [partial] incubator-systemml git commit: Remove copyrights from license, add license where needed

2015-12-04 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/instructions/cp/DataPartitionCPInstruction.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/instructions/cp/DataPartitionCPInstruction.java
 
b/src/main/java/org/apache/sysml/runtime/instructions/cp/DataPartitionCPInstruction.java
index cafd774..650774d 100644
--- 
a/src/main/java/org/apache/sysml/runtime/instructions/cp/DataPartitionCPInstruction.java
+++ 
b/src/main/java/org/apache/sysml/runtime/instructions/cp/DataPartitionCPInstruction.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.runtime.instructions.cp;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/instructions/cp/DoubleObject.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/instructions/cp/DoubleObject.java 
b/src/main/java/org/apache/sysml/runtime/instructions/cp/DoubleObject.java
index 3df21d8..306e4c0 100644
--- a/src/main/java/org/apache/sysml/runtime/instructions/cp/DoubleObject.java
+++ b/src/main/java/org/apache/sysml/runtime/instructions/cp/DoubleObject.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * 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.
+ */
 
 package org.apache.sysml.runtime.instructions.cp;
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/41d9d2c1/src/main/java/org/apache/sysml/runtime/instructions/cp/FileCPInstruction.java
--
diff --git 
a/src/main/java/org/apache/sysml/runtime/instructions/cp/FileCPInstruction.java 
b/src/main/java/org/apache/sysml/runtime/instructions/cp/FileCPInstruction.java
index c0708da..cef69ac 100644
--- 
a/src/main/java/org/apache/sysml/runtime/instructions/cp/FileCPInstruction.java
+++ 
b/src/main/java/org/apache/sysml/runtime/instructions/cp/FileCPInstruction.java
@@ -1,19 +1,21 @@
-/**
- * (C) Copyright IBM Corp. 2010, 2015
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use 

incubator-systemml-website git commit: Add Apache Incubator logo to footer

2015-12-07 Thread deron
Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 284e100ed -> 4e09d0a0f


Add Apache Incubator logo to footer

Also, add .html to community-members link.
Shrink favicon.png to 32x32.


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

Branch: refs/heads/master
Commit: 4e09d0a0f32a52bf813cea77239d7e0a5e7da0b6
Parents: 284e100
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Mon Dec 7 15:02:49 2015 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Mon Dec 7 15:02:49 2015 -0800

--
 _includes/themes/apache/_navigation.html |   2 +-
 _includes/themes/apache/footer.html  |  21 -
 assets/themes/apache/img/egg-logo.png| Bin 0 -> 8626 bytes
 favicon.png  | Bin 40071 -> 2774 bytes
 4 files changed, 17 insertions(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/4e09d0a0/_includes/themes/apache/_navigation.html
--
diff --git a/_includes/themes/apache/_navigation.html 
b/_includes/themes/apache/_navigation.html
index 5b512b9..acde118 100644
--- a/_includes/themes/apache/_navigation.html
+++ b/_includes/themes/apache/_navigation.html
@@ -18,7 +18,7 @@
 Community
 
 Get Involved
-Who we are
+Who we are
 
 
 GitHub

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/4e09d0a0/_includes/themes/apache/footer.html
--
diff --git a/_includes/themes/apache/footer.html 
b/_includes/themes/apache/footer.html
index 17c6b8a..d177134 100644
--- a/_includes/themes/apache/footer.html
+++ b/_includes/themes/apache/footer.html
@@ -5,14 +5,25 @@
 
   {% if site.data.project.podling %}
   {{ site.data.project.name }} is an effort undergoing https://incubator.apache.org/index.html;>Incubation at The Apache 
Software Foundation (ASF), sponsored by the Incubator. Incubation is required 
of all newly accepted projects until a further review indicates that the 
infrastructure, communications, and decision making process have stabilized in 
a manner consistent with other successful ASF projects. While incubation status 
is not necessarily a reflection of the completeness or stability of the code, 
it does indicate that the project has yet to be fully endorsed by the ASF.
+  
   {% endif %}
-  
-  
-  Copyright © 2015 The Apache Software Foundation
-  
+  
+  {% if site.data.project.podling %}
+  
+  http://incubator.apache.org;>
+  
+  {% endif %}
+  
+  Copyright  2015 http://www.apache.org;>The Apache 
Software Foundation.
   Licensed under the http://www.apache.org/licenses/LICENSE-2.0;>Apache License, Version 
2.0.
   
-  Apache, the Apache feather logo{% if site.data.project.podling %}, 
and the Apache Incubator project logo{% endif %} are trademarks of The Apache 
Software Foundation.
+  {% if site.data.project.podling %}
+  Apache, the Apache Feather logo, and the Apache Incubator 
project logo are trademarks of The Apache Software Foundation.
+  {% else %}
+  Apache and the Apache Feather logo are trademarks of The Apache 
Software Foundation.
+  {% endif %}
+  
+  
   
 
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/4e09d0a0/assets/themes/apache/img/egg-logo.png
--
diff --git a/assets/themes/apache/img/egg-logo.png 
b/assets/themes/apache/img/egg-logo.png
new file mode 100644
index 000..c04e70d
Binary files /dev/null and b/assets/themes/apache/img/egg-logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/4e09d0a0/favicon.png
--
diff --git a/favicon.png b/favicon.png
index 87ae161..2388972 100644
Binary files a/favicon.png and b/favicon.png differ



[1/5] incubator-systemml git commit: Update source references based on new package structure

2015-12-09 Thread deron
Repository: incubator-systemml
Updated Branches:
  refs/heads/gh-pages cbc960226 -> 003cc3e29


Update source references based on new package structure

The refactor from com.ibm.bi.dml to org.apache.sysml
is being done in two phases to avoid loosing the file
history. In this phase, all references to old package
is being updated to reference the new project structure.


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

Branch: refs/heads/gh-pages
Commit: 350f7feb9d90bfa4292a4ca5bd54a15ca28e8276
Parents: cbc9602
Author: Luciano Resende 
Authored: Tue Dec 1 13:58:16 2015 -0800
Committer: Luciano Resende 
Committed: Thu Dec 3 10:44:00 2015 -0800

--
 .../SystemML_Language_Reference.html|  4 +-
 dml-language-reference.md   |  4 +-
 mlcontext-programming-guide.md  | 96 ++--
 quick-start-guide.md|  2 +-
 4 files changed, 53 insertions(+), 53 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/350f7feb/Language
 Reference/SystemML_Language_Reference.html
--
diff --git a/Language Reference/SystemML_Language_Reference.html b/Language 
Reference/SystemML_Language_Reference.html
index ce3635d..b442da3 100644
--- a/Language Reference/SystemML_Language_Reference.html   
+++ b/Language Reference/SystemML_Language_Reference.html   
@@ -3673,7 +3673,7 @@ class=SpellE>eval) 
 margin-left:.5in;margin-bottom:.0001pt'>implemented
-in (classname=com.ibm.bi.dml.packagesupport.JLapackEigenWrapper)
+in (classname=org.apache.sysml.packagesupport.JLapackEigenWrapper)
 
 A UDF invocation specifies the function identifier, variable
 identifiers for calling parameters, and the variables to be populated by the
@@ -9479,7 +9479,7 @@ shell is as follows:
 scala import com.ibm.bi.dml.api.MLContext
+"Courier New";mso-bidi-font-style:italic'> import org.apache.sysml.api.MLContext
 
 
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/350f7feb/dml-language-reference.md
--
diff --git a/dml-language-reference.md b/dml-language-reference.md
index dff0886..abebe1f 100644
--- a/dml-language-reference.md
+++ b/dml-language-reference.md
@@ -407,7 +407,7 @@ userParam=value | User-defined parameter to invoke the 
package. | Yes | Any non-
 # example of an external UDF
 eigen = externalFunction(matrix[double] A) 
 return (matrix[double] evec, matrix[double] eval) 
-implemented in 
(classname="com.ibm.bi.dml.packagesupport.JLapackEigenWrapper")
+implemented in 
(classname="org.apache.sysml.packagesupport.JLapackEigenWrapper")
 
 A UDF invocation specifies the function identifier, variable identifiers for 
calling parameters, and the variables to be populated by the returned values 
from the function. The syntax for function calls is as follows.
 
@@ -1186,7 +1186,7 @@ The MLContext API allows users to pass RDDs as 
input/output to SystemML through
 
 Typical usage for MLContext using Spark's Scala Shell is as follows:
 
-scala> import com.ibm.bi.dml.api.MLContext
+scala> import org.apache.sysml.api.MLContext
 
 Create input DataFrame from CSV file and potentially perform some feature 
transformation
 

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/350f7feb/mlcontext-programming-guide.md
--
diff --git a/mlcontext-programming-guide.md b/mlcontext-programming-guide.md
index c7d415d..66caa3d 100644
--- a/mlcontext-programming-guide.md
+++ b/mlcontext-programming-guide.md
@@ -44,17 +44,17 @@ An `MLContext` object can be created by passing its 
constructor a reference to t
 
 
 {% highlight scala %}
-scala>import com.ibm.bi.dml.api.MLContext
-import com.ibm.bi.dml.api.MLContext
+scala>import org.apache.sysml.api.MLContext
+import org.apache.sysml.api.MLContext
 
 scala> val ml = new MLContext(sc)
-ml: com.ibm.bi.dml.api.MLContext = com.ibm.bi.dml.api.MLContext@33e38c6b
+ml: org.apache.sysml.api.MLContext = org.apache.sysml.api.MLContext@33e38c6b
 {% endhighlight %}
 
 
 
 {% highlight scala %}
-import com.ibm.bi.dml.api.MLContext
+import org.apache.sysml.api.MLContext
 val ml = new MLContext(sc)
 {% endhighlight %}
 
@@ -125,27 +125,27 @@ an `MLOutput` object. The `getScalar()` method extracts a 
scalar value from a `D
 
 
 {% highlight scala %}
-scala> import com.ibm.bi.dml.api.MLOutput
-import com.ibm.bi.dml.api.MLOutput
+scala> import 

incubator-systemml git commit: Update doc style to match Apache incubator website style

2015-12-15 Thread deron
Repository: incubator-systemml
Updated Branches:
  refs/heads/master 72ecb7faa -> 5bb51bef9


Update doc style to match Apache incubator website style

Add favicon.png
Add systemml-logo.png
Update global.html to add logo and better position text
Update main.css to reflect similar styles as main website

Closes #23.


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

Branch: refs/heads/master
Commit: 5bb51bef9aa5fae1396b38f82913e8fa62e852ca
Parents: 72ecb7f
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Mon Dec 14 16:48:36 2015 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Tue Dec 15 12:14:48 2015 -0800

--
 docs/_layouts/global.html  |   3 ++-
 docs/css/main.css  |  33 -
 docs/img/favicon.png   | Bin 0 -> 2774 bytes
 docs/img/systemml-logo.png | Bin 0 -> 40071 bytes
 4 files changed, 34 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/5bb51bef/docs/_layouts/global.html
--
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index 5c43605..514adde 100644
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -15,6 +15,7 @@
 
 
 
+
 
 
 
@@ -25,7 +26,7 @@
 
 
 
-SystemML 
{{site.SYSTEMML_VERSION}}
+Apache 
SystemML (incubating)
 
 
 Overview

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/5bb51bef/docs/css/main.css
--
diff --git a/docs/css/main.css b/docs/css/main.css
index 2ba2ff5..122c115 100644
--- a/docs/css/main.css
+++ b/docs/css/main.css
@@ -4,7 +4,7 @@
 
 .navbar .brand {
   height: 50px;
-  width: 180px;
+  width: 530px;
   margin-left: 1px;
   padding: 0;
 }
@@ -22,6 +22,8 @@
 .navbar-inner {
   padding-top: 2px;
   height: 50px;
+  background-color: #152935;
+  background-image: none;
 }
 
 .navbar-inner .nav {
@@ -192,3 +194,32 @@ body {
 .lightred {
   background: #ff7b7b;
 }
+
+.navbar a, .navbar .nav > li > a {
+  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
+  font-style: normal;
+  text-shadow: none;
+  color: #FFF;
+}
+
+.navbar a:hover {
+  text-decoration: none;
+}
+
+.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
+  background-color: #0c8672;
+  color: #FFF;
+}
+
+.dropdown-menu a {
+  color: #333;
+}
+
+.dropdown-menu li > a:focus, .dropdown-menu li > a:hover {
+  background-color: #0c8672;
+  background-image: none;
+}
+
+a {
+  color: #0c8672;
+}

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/5bb51bef/docs/img/favicon.png
--
diff --git a/docs/img/favicon.png b/docs/img/favicon.png
new file mode 100644
index 000..2388972
Binary files /dev/null and b/docs/img/favicon.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/5bb51bef/docs/img/systemml-logo.png
--
diff --git a/docs/img/systemml-logo.png b/docs/img/systemml-logo.png
new file mode 100644
index 000..87ae161
Binary files /dev/null and b/docs/img/systemml-logo.png differ



incubator-systemml git commit: Update doc style to match Apache incubator website style

2015-12-15 Thread deron
Repository: incubator-systemml
Updated Branches:
  refs/heads/gh-pages 5a0dd3782 -> 918605fed


Update doc style to match Apache incubator website style

Add favicon.png
Add systemml-logo.png
Update global.html to add logo and better position text
Update main.css to reflect similar styles as main website

Closes #23.


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

Branch: refs/heads/gh-pages
Commit: 918605fed441399e7203781b861e7f12ae21c02a
Parents: 5a0dd37
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Mon Dec 14 16:48:36 2015 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Tue Dec 15 12:14:48 2015 -0800

--
 _layouts/global.html  |   3 ++-
 css/main.css  |  33 -
 img/favicon.png   | Bin 0 -> 2774 bytes
 img/systemml-logo.png | Bin 0 -> 40071 bytes
 4 files changed, 34 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/918605fe/_layouts/global.html
--
diff --git a/_layouts/global.html b/_layouts/global.html
index 5c43605..514adde 100644
--- a/_layouts/global.html
+++ b/_layouts/global.html
@@ -15,6 +15,7 @@
 
 
 
+
 
 
 
@@ -25,7 +26,7 @@
 
 
 
-SystemML 
{{site.SYSTEMML_VERSION}}
+Apache 
SystemML (incubating)
 
 
 Overview

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/918605fe/css/main.css
--
diff --git a/css/main.css b/css/main.css
index 2ba2ff5..122c115 100644
--- a/css/main.css
+++ b/css/main.css
@@ -4,7 +4,7 @@
 
 .navbar .brand {
   height: 50px;
-  width: 180px;
+  width: 530px;
   margin-left: 1px;
   padding: 0;
 }
@@ -22,6 +22,8 @@
 .navbar-inner {
   padding-top: 2px;
   height: 50px;
+  background-color: #152935;
+  background-image: none;
 }
 
 .navbar-inner .nav {
@@ -192,3 +194,32 @@ body {
 .lightred {
   background: #ff7b7b;
 }
+
+.navbar a, .navbar .nav > li > a {
+  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
+  font-style: normal;
+  text-shadow: none;
+  color: #FFF;
+}
+
+.navbar a:hover {
+  text-decoration: none;
+}
+
+.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
+  background-color: #0c8672;
+  color: #FFF;
+}
+
+.dropdown-menu a {
+  color: #333;
+}
+
+.dropdown-menu li > a:focus, .dropdown-menu li > a:hover {
+  background-color: #0c8672;
+  background-image: none;
+}
+
+a {
+  color: #0c8672;
+}

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/918605fe/img/favicon.png
--
diff --git a/img/favicon.png b/img/favicon.png
new file mode 100644
index 000..2388972
Binary files /dev/null and b/img/favicon.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/918605fe/img/systemml-logo.png
--
diff --git a/img/systemml-logo.png b/img/systemml-logo.png
new file mode 100644
index 000..87ae161
Binary files /dev/null and b/img/systemml-logo.png differ



incubator-systemml git commit: Add an entry of crc files to .gitignore

2015-12-13 Thread deron
Repository: incubator-systemml
Updated Branches:
  refs/heads/master db3ab8c82 -> 38745bace


Add an entry of crc files to .gitignore


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

Branch: refs/heads/master
Commit: 38745bace07c0e6368cd090579af939bcd77098a
Parents: db3ab8c
Author: Tsuyoshi Ozawa <oz...@apache.org>
Authored: Sat Dec 12 15:59:45 2015 +0900
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Sun Dec 13 12:33:38 2015 -0800

--
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/38745bac/.gitignore
--
diff --git a/.gitignore b/.gitignore
index d59cc60..e4323fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,9 @@
 *.iml
 *.iws
 
+# checksum files
+*.crc
+
 # Build artifacts
 target/
 pom.xml.tag



incubator-systemml git commit: Update package to org.apache in screen capture

2015-12-11 Thread deron
Repository: incubator-systemml
Updated Branches:
  refs/heads/master f5207e389 -> 447be7971


Update package to org.apache in screen capture


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

Branch: refs/heads/master
Commit: 447be797186e8c5beb9273341863f040ac36b20e
Parents: f5207e3
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Thu Dec 10 16:55:22 2015 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Fri Dec 11 12:02:27 2015 -0800

--
 ...bug-configuration-hello-world-main-class.png | Bin 241282 -> 95393 bytes
 ...figuration-hello-world-program-arguments.png | Bin 224406 -> 85243 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/447be797/docs/img/dml-and-pydml-programming-guide/dmlscript-debug-configuration-hello-world-main-class.png
--
diff --git 
a/docs/img/dml-and-pydml-programming-guide/dmlscript-debug-configuration-hello-world-main-class.png
 
b/docs/img/dml-and-pydml-programming-guide/dmlscript-debug-configuration-hello-world-main-class.png
index 934252e..2ee98b9 100644
Binary files 
a/docs/img/dml-and-pydml-programming-guide/dmlscript-debug-configuration-hello-world-main-class.png
 and 
b/docs/img/dml-and-pydml-programming-guide/dmlscript-debug-configuration-hello-world-main-class.png
 differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/447be797/docs/img/dml-and-pydml-programming-guide/dmlscript-debug-configuration-hello-world-program-arguments.png
--
diff --git 
a/docs/img/dml-and-pydml-programming-guide/dmlscript-debug-configuration-hello-world-program-arguments.png
 
b/docs/img/dml-and-pydml-programming-guide/dmlscript-debug-configuration-hello-world-program-arguments.png
index e7e2ecc..b1e344a 100644
Binary files 
a/docs/img/dml-and-pydml-programming-guide/dmlscript-debug-configuration-hello-world-program-arguments.png
 and 
b/docs/img/dml-and-pydml-programming-guide/dmlscript-debug-configuration-hello-world-program-arguments.png
 differ



incubator-systemml git commit: Update transform function in DML Language Reference

2015-12-11 Thread deron
Repository: incubator-systemml
Updated Branches:
  refs/heads/master 807ed026e -> f5207e389


Update transform function in DML Language Reference

Closes #15.


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

Branch: refs/heads/master
Commit: f5207e389a144c444b0627fc65585d25e7af4fce
Parents: 807ed02
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Thu Dec 10 15:28:46 2015 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Fri Dec 11 09:59:03 2015 -0800

--
 docs/css/main.css   |  24 +-
 docs/dml-language-reference.md  | 420 ++-
 docs/files/dml-language-reference/data.csv  |   1 +
 docs/files/dml-language-reference/data.csv.mtd  |   7 +
 .../files/dml-language-reference/data.spec.json |  24 ++
 .../dml-language-reference/data.spec2.json  |  23 +
 .../dml-language-reference/data.spec3.json  |  24 ++
 7 files changed, 408 insertions(+), 115 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/f5207e38/docs/css/main.css
--
diff --git a/docs/css/main.css b/docs/css/main.css
index 485f08b..2ba2ff5 100644
--- a/docs/css/main.css
+++ b/docs/css/main.css
@@ -169,4 +169,26 @@ table th {
 body {
 padding-top: 60px;
 padding-bottom: 40px;
-}
\ No newline at end of file
+}
+
+.grayboldcell {
+  background: #CCC;
+  font-weight: bold;
+}
+
+.centerboldcell {
+  text-align: center;
+  font-weight: bold;
+}
+
+.boldcell {
+  font-weight: bold;
+}
+
+.lightgreen {
+  background: #bfffba;
+}
+
+.lightred {
+  background: #ff7b7b;
+}

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/f5207e38/docs/dml-language-reference.md
--
diff --git a/docs/dml-language-reference.md b/docs/dml-language-reference.md
index b5a9b96..20db3c2 100644
--- a/docs/dml-language-reference.md
+++ b/docs/dml-language-reference.md
@@ -786,20 +786,24 @@ As an example, see the content of a matrix file X.mtx in 
text format with 4 non-
 
 The content of the MTD file X.mtx.mtd associated with data X.mtx is:
 
-{ "data_type": "matrix",
-"value_type": "double", 
-"rows": 10,
-"cols": 8,
-"nnz": 4,
-"format": "text",
-"description": { "author": "SystemML" } }
+{
+"data_type": "matrix",
+"value_type": "double",
+"rows": 10,
+"cols": 8,
+"nnz": 4,
+"format": "text",
+"description": { "author": "SystemML" }
+}
 
 The content of the MTD file scalar_i.mtd associated with a scalar data file 
scalar_i (which contains the integer scalar value 2)
 
-{ "data_type": "scalar", 
-"value_type": "double", 
-"format": "text", 
-"description": { "author": "SystemML" } }
+{
+"data_type": "scalar",
+"value_type": "double",
+"format": "text",
+"description": { "author": "SystemML" }
+}
 
 The MTD file contains a single JSON object with the attributes described 
below. 
 
@@ -887,19 +891,21 @@ format | Valid for all three datatypes.  Indicates 
the output file format.
 
 # Examples
 
-# write V to HDFS file “out/file”, in text format. 
+# write V to HDFS file “out/file”, in text format.
 # Create MTD file out/file.mtd
-write(V, "out/file"); 
+write(V, "out/file");
 
 out/file.mtd:
 
-{ "data_type": "matrix",
-"value_type": "double", 
-"rows": 10,
-"cols": 8,
-"nnz": 4,
-"format": "text”,
-"description": { "author": "SystemML" } }
+{
+"data_type": "matrix",
+"value_type": "double",
+"rows": 10,
+"cols": 8,
+"nnz": 4,
+"format": "text”,
+"description": { "author": "SystemML" }
+}
 
 Write V to HDFS file”out/file” in binary blocked format:
 
@@ -907,15 +913,17 @@ Write 

svn commit: r1720698 - in /incubator/systemml/site: community-members.html community.html feed.xml index.html

2015-12-17 Thread deron
Author: deron
Date: Thu Dec 17 23:20:49 2015
New Revision: 1720698

URL: http://svn.apache.org/viewvc?rev=1720698=rev
Log:
Add analytics

Modified:
incubator/systemml/site/community-members.html
incubator/systemml/site/community.html
incubator/systemml/site/feed.xml
incubator/systemml/site/index.html

Modified: incubator/systemml/site/community-members.html
URL: 
http://svn.apache.org/viewvc/incubator/systemml/site/community-members.html?rev=1720698=1720697=1720698=diff
==
--- incubator/systemml/site/community-members.html (original)
+++ incubator/systemml/site/community-members.html Thu Dec 17 23:20:49 2015
@@ -285,6 +285,22 @@
 
 
 
+
+
+  
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+  
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'TEST', 'auto');
+  ga('send', 'pageview');
+
+
+
+
+
+
 
 
 

Modified: incubator/systemml/site/community.html
URL: 
http://svn.apache.org/viewvc/incubator/systemml/site/community.html?rev=1720698=1720697=1720698=diff
==
--- incubator/systemml/site/community.html (original)
+++ incubator/systemml/site/community.html Thu Dec 17 23:20:49 2015
@@ -179,6 +179,22 @@
 
 
 
+
+
+  
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+  
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'TEST', 'auto');
+  ga('send', 'pageview');
+
+
+
+
+
+
 
 
 

Modified: incubator/systemml/site/feed.xml
URL: 
http://svn.apache.org/viewvc/incubator/systemml/site/feed.xml?rev=1720698=1720697=1720698=diff
==
--- incubator/systemml/site/feed.xml (original)
+++ incubator/systemml/site/feed.xml Thu Dec 17 23:20:49 2015
@@ -6,8 +6,8 @@
 
 http://yourdomain.com/
 http://yourdomain.com/feed.xml; rel="self" 
type="application/rss+xml"/>
-Thu, 17 Dec 2015 13:24:05 -0800
-Thu, 17 Dec 2015 13:24:05 -0800
+Thu, 17 Dec 2015 15:15:15 -0800
+Thu, 17 Dec 2015 15:15:15 -0800
 Jekyll v2.5.3
 
   

Modified: incubator/systemml/site/index.html
URL: 
http://svn.apache.org/viewvc/incubator/systemml/site/index.html?rev=1720698=1720697=1720698=diff
==
--- incubator/systemml/site/index.html (original)
+++ incubator/systemml/site/index.html Thu Dec 17 23:20:49 2015
@@ -170,6 +170,22 @@ hadoop jar SystemML.jar -f test.dml
 
 
+
+
+  
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+  
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'TEST', 'auto');
+  ga('send', 'pageview');
+
+
+
+
+
+
 
 
 




incubator-systemml git commit: Update README with info to build distributions

2015-12-15 Thread deron
Repository: incubator-systemml
Updated Branches:
  refs/heads/master e25959eef -> f9c6d1607


Update README with info to build distributions

Add Apache license to main README.
Update README with mvn profile command to build distributions.
Add mention of MLContext to execution modes in README.
Add mention of JMLC to execution modes in README.

Closes #22.


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

Branch: refs/heads/master
Commit: f9c6d1607d121e1e8d7231252bd418c70071ba81
Parents: e25959e
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Mon Dec 14 14:33:48 2015 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Tue Dec 15 13:40:08 2015 -0800

--
 README.md | 35 ++-
 1 file changed, 30 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/f9c6d160/README.md
--
diff --git a/README.md b/README.md
index 5896553..0110985 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,32 @@
+
+
 # SystemML
 
 SystemML is a flexible, scalable machine learning (ML) system.
 SystemML's distinguishing characteristics are: (1) algorithm customizability,
-(2) multiple execution modes, including Standalone, Hadoop Batch, and Spark 
Batch,
-and (3) automatic optimization.
+(2) multiple execution modes, including Standalone, Hadoop Batch, Spark Batch,
+JMLC, and MLContext, and (3) automatic optimization.
 
 [SystemML](http://systemml.apache.org/) is now an Apache Incubator project.
 The latest project documentation can be found at the 
-[SystemML Documentation](http://apache.github.io/incubator-systemml/) web site 
on GitHub.
+[SystemML Documentation](http://apache.github.io/incubator-systemml/) website 
on GitHub.
 
 
 ### Algorithm Customizability
@@ -50,6 +69,10 @@ To build SystemML, run:
 
 mvn clean package
 
+To build the SystemML distributions (`.tar.gz`, `.zip`, etc.), run:
+
+mvn clean package -P distribution
+
 
 * * *
 
@@ -298,6 +321,8 @@ For convenience, we can encapsulate our DML invocations in 
a single script:
./bin/systemml ./scripts/algorithms/GLM-predict.dml -nvargs 
X=linRegData.test.data.csv Y=linRegData.test.labels.csv B=betas.csv fmt=csv
 
 
-In this example, we've seen a small part of the capabilities of SystemML. For 
more detailed information,
-please consult the SystemML Algorithm Reference and SystemML Language 
Reference.
+In this example, we've seen a small part of the capabilities of SystemML. For 
more detailed information, please consult the 
+[Apache SystemML (incubating)](http://systemml.apache.org/) website and the
+[SystemML Documentation](http://apache.github.io/incubator-systemml/) website 
on GitHub.
+
 



[2/3] incubator-systemml git commit: change quotation mark from utf-8 to ascii

2015-12-15 Thread deron
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/e25959ee/docs/Language
 Reference/SystemML_Language_Reference.html
--
diff --git a/docs/Language Reference/SystemML_Language_Reference.html 
b/docs/Language Reference/SystemML_Language_Reference.html
deleted file mode 100644
index b442da3..000
--- a/docs/Language Reference/SystemML_Language_Reference.html  
+++ /dev/null
@@ -1,9804 +0,0 @@
-http://schemas.microsoft.com/office/2004/12/omml;
-xmlns="http://www.w3.org/TR/REC-html40;>
-
-
-
-
-
-
-
-DML
-
-
-
-
-
-