Commit 4b3ac8ca authored by Łukasz Durka's avatar Łukasz Durka

Update licence header to Intel Corporation + Apache 2.0

parent 18bf3162
// INTEL CONFIDENTIAL // ******************************************************************************
// Copyright 2017-2019 Intel Corporation All Rights Reserved. // Copyright 2018-2019 Intel Corporation
// The source code contained or described herein and all documents related to the //
// source code ("Material") are owned by Intel Corporation or its suppliers or // Licensed under the Apache License, Version 2.0 (the "License");
// licensors. Title to the Material remains with Intel Corporation or its // you may not use this file except in compliance with the License.
// suppliers and licensors. The Material may contain trade secrets and proprietary // You may obtain a copy of the License at
// and confidential information of Intel Corporation and its suppliers and //
// licensors, and is protected by worldwide copyright and trade secret laws and // http://www.apache.org/licenses/LICENSE-2.0
// treaty provisions. No part of the Material may be used, copied, reproduced, //
// modified, published, uploaded, posted, transmitted, distributed, or disclosed // Unless required by applicable law or agreed to in writing, software
// in any way without Intel's prior express written permission. // distributed under the License is distributed on an "AS IS" BASIS,
// No license under any patent, copyright, trade secret or other intellectual // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// property right is granted to or conferred upon you by disclosure or delivery of // See the License for the specific language governing permissions and
// the Materials, either expressly, by implication, inducement, estoppel or // limitations under the License.
// otherwise. Any license under such intellectual property rights must be express // ******************************************************************************
// and approved by Intel in writing.
try{ if(LABEL.trim() == "") {throw new Exception();} }catch(Exception e){LABEL="onnx && ci"}; echo "${LABEL}" try{ if(LABEL.trim() == "") {throw new Exception();} }catch(Exception e){LABEL="onnx && ci"}; echo "${LABEL}"
...@@ -116,7 +115,7 @@ def BuildAndTest(){ ...@@ -116,7 +115,7 @@ def BuildAndTest(){
dir("onnxruntime"){ dir("onnxruntime"){
sh "mkdir -p `pwd`/build/models && chmod 777 `pwd`/build/models" sh "mkdir -p `pwd`/build/models && chmod 777 `pwd`/build/models"
sh """ sh """
#!/bin/bash //!/bin/bash
./tools/ci_build/github/linux/run_dockerbuild.sh \ ./tools/ci_build/github/linux/run_dockerbuild.sh \
-o ubuntu16.04 \ -o ubuntu16.04 \
-d ngraph \ -d ngraph \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment