Repository: systemml Updated Branches: refs/heads/master 64110f31d -> 709a5c5b4
[MINOR] Fix missing license header in distributed paramserv tests Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/709a5c5b Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/709a5c5b Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/709a5c5b Branch: refs/heads/master Commit: 709a5c5b44b62abb506d27571dd61a9ef8251298 Parents: 64110f3 Author: Matthias Boehm <mboe...@gmail.com> Authored: Thu Aug 16 19:02:33 2018 -0700 Committer: Matthias Boehm <mboe...@gmail.com> Committed: Thu Aug 16 19:02:52 2018 -0700 ---------------------------------------------------------------------- .../paramserv/ParamservSparkNNTest.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/systemml/blob/709a5c5b/src/test/java/org/apache/sysml/test/integration/functions/paramserv/ParamservSparkNNTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/sysml/test/integration/functions/paramserv/ParamservSparkNNTest.java b/src/test/java/org/apache/sysml/test/integration/functions/paramserv/ParamservSparkNNTest.java index 89235d7..915ae3a 100644 --- a/src/test/java/org/apache/sysml/test/integration/functions/paramserv/ParamservSparkNNTest.java +++ b/src/test/java/org/apache/sysml/test/integration/functions/paramserv/ParamservSparkNNTest.java @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + package org.apache.sysml.test.integration.functions.paramserv; import org.apache.sysml.api.DMLException;