You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by na...@apache.org on 2017/04/22 07:58:26 UTC

incubator-systemml git commit: [HOTFIX] for missing apache license in CSRPointer

Repository: incubator-systemml
Updated Branches:
  refs/heads/master 63e28a37b -> b481324d0


[HOTFIX] for missing apache license in CSRPointer


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

Branch: refs/heads/master
Commit: b481324d06429d3435fcd25a78aef971e5498b6c
Parents: 63e28a3
Author: Nakul Jindal <na...@gmail.com>
Authored: Sat Apr 22 00:55:50 2017 -0700
Committer: Nakul Jindal <na...@gmail.com>
Committed: Sat Apr 22 00:55:50 2017 -0700

----------------------------------------------------------------------
 .../instructions/gpu/context/CSRPointer.java     | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/b481324d/src/main/java/org/apache/sysml/runtime/instructions/gpu/context/CSRPointer.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/sysml/runtime/instructions/gpu/context/CSRPointer.java b/src/main/java/org/apache/sysml/runtime/instructions/gpu/context/CSRPointer.java
index 5e202a9..c25bd22 100644
--- a/src/main/java/org/apache/sysml/runtime/instructions/gpu/context/CSRPointer.java
+++ b/src/main/java/org/apache/sysml/runtime/instructions/gpu/context/CSRPointer.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.runtime.instructions.gpu.context;
 
 import static jcuda.jcusparse.JCusparse.cusparseCreateMatDescr;