Commit 693ab4e7 authored by Alexey Suhov's avatar Alexey Suhov Committed by openvino-pushbot

updated license headers in movidius sources (#163)

parent 0ef92871
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2017-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
//#include "windows.h" //#include "windows.h"
#include <time.h> #include <time.h>
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2017-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2017-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
#pragma comment(lib, "winusb.lib") #pragma comment(lib, "winusb.lib")
#pragma comment(lib, "setupapi.lib") #pragma comment(lib, "setupapi.lib")
//#define _CRT_SECURE_NO_WARNINGS //#define _CRT_SECURE_NO_WARNINGS
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2017-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
// Common USB API // Common USB API
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2018-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
#include "win_pthread.h" #include "win_pthread.h"
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2018-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
#ifndef WIN_PTHREADS #ifndef WIN_PTHREADS
#define WIN_PTHREADS #define WIN_PTHREADS
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2017-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
//lightweight semaphone wrapper //lightweight semaphone wrapper
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2017-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
#ifndef _SEMAPHORE_H_ #ifndef _SEMAPHORE_H_
#define _SEMAPHORE_H_ #define _SEMAPHORE_H_
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2017-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
#include "XLinkPlatform.h" #include "XLinkPlatform.h"
#include <stdio.h> #include <stdio.h>
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
#ifndef PCIE_HOST_H #ifndef PCIE_HOST_H
#define PCIE_HOST_H #define PCIE_HOST_H
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2017-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
// USB utility for use with Myriad2v2 ROM // USB utility for use with Myriad2v2 ROM
// Very heavily modified from Sabre version of usb_boot // Very heavily modified from Sabre version of usb_boot
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2018-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2018-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
/// ///
/// @file /// @file
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2018-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
/// ///
/// @file /// @file
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2018-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
/// ///
/// @file /// @file
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2018-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
/// ///
/// @file /// @file
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2018-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
#ifndef _XLINK_LINKPLATFORM_H #ifndef _XLINK_LINKPLATFORM_H
#define _XLINK_LINKPLATFORM_H #define _XLINK_LINKPLATFORM_H
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2018-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
/// ///
/// @file /// @file
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2018-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
/// ///
/// @file /// @file
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2018-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
/// ///
/// @file /// @file
......
// Copyright (C) 2018-2019 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#ifndef __NC_H_INCLUDED__ #ifndef __NC_H_INCLUDED__
#define __NC_H_INCLUDED__ #define __NC_H_INCLUDED__
......
// Copyright (C) 2018-2019 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#ifndef __NC_EXT_H_INCLUDED__ #ifndef __NC_EXT_H_INCLUDED__
#define __NC_EXT_H_INCLUDED__ #define __NC_EXT_H_INCLUDED__
#include <mvnc.h> #include <mvnc.h>
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2018-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
// Includes // Includes
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2018-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
// Includes // Includes
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2017-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
#define _GNU_SOURCE #define _GNU_SOURCE
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2017-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
/* /*
* Add logging capabilities over simple printf. * Add logging capabilities over simple printf.
......
/* // Copyright (C) 2018-2019 Intel Corporation
* Copyright 2017-2019 Intel Corporation. // SPDX-License-Identifier: Apache-2.0
* The source code, information and material ("Material") contained herein is //
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material remains with Intel Corporation or its suppliers or licensors.
* The Material contains proprietary information of Intel or its suppliers and
* licensors. The Material is protected by worldwide copyright laws and treaty
* provisions.
* No part of the Material may be used, copied, reproduced, modified, published,
* uploaded, posted, transmitted, distributed or disclosed in any way without
* Intel's prior express written permission. No license under any patent,
* copyright or other intellectual property rights in the Material is granted to
* or conferred upon you, either expressly, by implication, inducement, estoppel
* or otherwise.
* Any license under such intellectual property rights must be express and
* approved by Intel in writing.
*/
#ifndef MVMACROS_H__ #ifndef MVMACROS_H__
#define MVMACROS_H__ #define MVMACROS_H__
......
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