You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by in...@apache.org on 2018/01/22 21:13:08 UTC

[incubator-mxnet] branch master updated: Some more license adds (#9504)

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

indhub 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 cb52708  Some more license adds (#9504)
cb52708 is described below

commit cb5270899722b0c44db0d871ded54b11bd28fcdd
Author: mbaijal <30...@users.noreply.github.com>
AuthorDate: Mon Jan 22 13:13:04 2018 -0800

    Some more license adds (#9504)
---
 tests/ci_build/with_the_same_user                       | 17 +++++++++++++++++
 tests/jenkins/format                                    | 17 +++++++++++++++++
 tools/caffe_translator/gradle.properties                | 17 +++++++++++++++++
 .../gradle/wrapper/gradle-wrapper.properties            | 17 +++++++++++++++++
 tools/caffe_translator/settings.gradle                  | 17 +++++++++++++++++
 5 files changed, 85 insertions(+)

diff --git a/tests/ci_build/with_the_same_user b/tests/ci_build/with_the_same_user
index 9220156..19f0de1 100755
--- a/tests/ci_build/with_the_same_user
+++ b/tests/ci_build/with_the_same_user
@@ -1,5 +1,22 @@
 #!/usr/bin/env bash
 
+# 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.
+
 # This script is a wrapper creating the same user inside container as the one
 # running the ci_build.sh outside the container. It also set the home directory
 # for the user inside container to match the same absolute path as the workspace
diff --git a/tests/jenkins/format b/tests/jenkins/format
index 93bdbef..405f024 100644
--- a/tests/jenkins/format
+++ b/tests/jenkins/format
@@ -1,3 +1,20 @@
+# 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.
+
 # match line starting with 'error ', case-insensitive
 error /(?i)^error /
 
diff --git a/tools/caffe_translator/gradle.properties b/tools/caffe_translator/gradle.properties
index f115eaa..7e5363b 100644
--- a/tools/caffe_translator/gradle.properties
+++ b/tools/caffe_translator/gradle.properties
@@ -1,3 +1,20 @@
+# 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.
+
 antlrVersion=4.7
 
 signing.keyId=<key-id>
diff --git a/tools/caffe_translator/gradle/wrapper/gradle-wrapper.properties b/tools/caffe_translator/gradle/wrapper/gradle-wrapper.properties
index 0e680f3..a4daf1d 100644
--- a/tools/caffe_translator/gradle/wrapper/gradle-wrapper.properties
+++ b/tools/caffe_translator/gradle/wrapper/gradle-wrapper.properties
@@ -1,3 +1,20 @@
+# 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.
+
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
diff --git a/tools/caffe_translator/settings.gradle b/tools/caffe_translator/settings.gradle
index c7259d1..fb333ba 100644
--- a/tools/caffe_translator/settings.gradle
+++ b/tools/caffe_translator/settings.gradle
@@ -1,2 +1,19 @@
+// 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.
+
 rootProject.name = 'caffetranslator'
 

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