This is an automated email from the ASF dual-hosted git repository.

haibin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 56649e6  MXNET-308 added missing license (#10497)
56649e6 is described below

commit 56649e66c8c7d21e5387719ecf112c3ced1e127e
Author: Sergey Kolychev <sergeykolychev.git...@gmail.com>
AuthorDate: Wed Apr 11 10:50:37 2018 -0700

    MXNET-308 added missing license (#10497)
---
 perl-package/AI-MXNetCAPI/mxnet.i          | 19 +++++++++++++++++++
 perl-package/AI-MXNetCAPI/mxnet_typemaps.i | 19 +++++++++++++++++++
 perl-package/AI-NNVMCAPI/nnvm.i            | 20 ++++++++++++++++++++
 perl-package/AI-NNVMCAPI/nnvm_typemaps.i   | 19 +++++++++++++++++++
 4 files changed, 77 insertions(+)

diff --git a/perl-package/AI-MXNetCAPI/mxnet.i 
b/perl-package/AI-MXNetCAPI/mxnet.i
index 08f1639..517a6da 100644
--- a/perl-package/AI-MXNetCAPI/mxnet.i
+++ b/perl-package/AI-MXNetCAPI/mxnet.i
@@ -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.
+ */
+
 %module "AI::MXNetCAPI"
 %rename("%(strip:[MX])s") "";
 %include typemaps.i
diff --git a/perl-package/AI-MXNetCAPI/mxnet_typemaps.i 
b/perl-package/AI-MXNetCAPI/mxnet_typemaps.i
index ae1c7c9..2c11388 100644
--- a/perl-package/AI-MXNetCAPI/mxnet_typemaps.i
+++ b/perl-package/AI-MXNetCAPI/mxnet_typemaps.i
@@ -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.
+ */
+
 %typemap(in) (const char** in), (char** in)
 {
     AV *tempav;
diff --git a/perl-package/AI-NNVMCAPI/nnvm.i b/perl-package/AI-NNVMCAPI/nnvm.i
index 28ac1cf..d40eb40 100644
--- a/perl-package/AI-NNVMCAPI/nnvm.i
+++ b/perl-package/AI-NNVMCAPI/nnvm.i
@@ -1,3 +1,23 @@
+/*
+ * 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.
+ */
+
 %module  "AI::NNVMCAPI"
 %include typemaps.i
 %rename("%(strip:[NN])s") "";
diff --git a/perl-package/AI-NNVMCAPI/nnvm_typemaps.i 
b/perl-package/AI-NNVMCAPI/nnvm_typemaps.i
index ccfa8d0..818ed1e 100644
--- a/perl-package/AI-NNVMCAPI/nnvm_typemaps.i
+++ b/perl-package/AI-NNVMCAPI/nnvm_typemaps.i
@@ -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.
+ */
+
 %typemap(in) (const char** in), (char** in)
 {
     AV *tempav;

-- 
To stop receiving notification emails like this one, please contact
hai...@apache.org.

Reply via email to