summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Suhov <asuhov@users.noreply.github.com>2019-05-28 15:40:53 +0300
committeropenvino-pushbot <44090433+openvino-pushbot@users.noreply.github.com>2019-05-28 15:40:53 +0300
commit693ab4e79a428e0801f17f4511b129a3fa8f4a62 (patch)
treed493f7f35b861da7a73c494426456ce093ea4bb4
parent0ef92871b6dd9a9ceed16d184c4595d2618d526f (diff)
downloaddldt-693ab4e79a428e0801f17f4511b129a3fa8f4a62.tar.gz
dldt-693ab4e79a428e0801f17f4511b129a3fa8f4a62.tar.bz2
dldt-693ab4e79a428e0801f17f4511b129a3fa8f4a62.zip
updated license headers in movidius sources (#163)
-rw-r--r--inference-engine/thirdparty/movidius/USB_WIN/gettime.c20
-rw-r--r--inference-engine/thirdparty/movidius/USB_WIN/gettime.h21
-rw-r--r--inference-engine/thirdparty/movidius/USB_WIN/usb_winusb.c21
-rw-r--r--inference-engine/thirdparty/movidius/USB_WIN/usb_winusb.h20
-rw-r--r--inference-engine/thirdparty/movidius/WinPthread/win_pthread.c20
-rw-r--r--inference-engine/thirdparty/movidius/WinPthread/win_pthread.h20
-rw-r--r--inference-engine/thirdparty/movidius/WinPthread/win_semaphore.c20
-rw-r--r--inference-engine/thirdparty/movidius/WinPthread/win_semaphore.h21
-rw-r--r--inference-engine/thirdparty/movidius/XLink/pc/XLinkPlatform.c20
-rw-r--r--inference-engine/thirdparty/movidius/XLink/pc/pcie_host.c21
-rw-r--r--inference-engine/thirdparty/movidius/XLink/pc/pcie_host.h20
-rw-r--r--inference-engine/thirdparty/movidius/XLink/pc/usb_boot.c20
-rw-r--r--inference-engine/thirdparty/movidius/XLink/pc/usb_boot.h21
-rw-r--r--inference-engine/thirdparty/movidius/XLink/shared/XLink.c20
-rw-r--r--inference-engine/thirdparty/movidius/XLink/shared/XLink.h20
-rw-r--r--inference-engine/thirdparty/movidius/XLink/shared/XLinkDispatcher.c20
-rw-r--r--inference-engine/thirdparty/movidius/XLink/shared/XLinkDispatcher.h20
-rw-r--r--inference-engine/thirdparty/movidius/XLink/shared/XLinkPlatform.h20
-rw-r--r--inference-engine/thirdparty/movidius/XLink/shared/XLinkPrivateDefines.h20
-rw-r--r--inference-engine/thirdparty/movidius/XLink/shared/XLinkPublicDefines.h20
-rw-r--r--inference-engine/thirdparty/movidius/XLink/shared/XLinkVersion.h20
-rw-r--r--inference-engine/thirdparty/movidius/mvnc/include/mvnc.h4
-rw-r--r--inference-engine/thirdparty/movidius/mvnc/include/mvnc_ext.h4
-rw-r--r--inference-engine/thirdparty/movidius/mvnc/include/ncCommPrivate.h20
-rw-r--r--inference-engine/thirdparty/movidius/mvnc/include/ncPrivateTypes.h20
-rw-r--r--inference-engine/thirdparty/movidius/mvnc/src/mvnc_api.c20
-rw-r--r--inference-engine/thirdparty/movidius/shared/include/mvLog.h20
-rw-r--r--inference-engine/thirdparty/movidius/shared/include/mvMacros.h20
28 files changed, 90 insertions, 443 deletions
diff --git a/inference-engine/thirdparty/movidius/USB_WIN/gettime.c b/inference-engine/thirdparty/movidius/USB_WIN/gettime.c
index 03d3d1ba9..cfc3aa26c 100644
--- a/inference-engine/thirdparty/movidius/USB_WIN/gettime.c
+++ b/inference-engine/thirdparty/movidius/USB_WIN/gettime.c
@@ -1,20 +1,6 @@
-/*
-* Copyright 2017-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
//#include "windows.h"
#include <time.h>
diff --git a/inference-engine/thirdparty/movidius/USB_WIN/gettime.h b/inference-engine/thirdparty/movidius/USB_WIN/gettime.h
index a8bd9588a..eb5a06719 100644
--- a/inference-engine/thirdparty/movidius/USB_WIN/gettime.h
+++ b/inference-engine/thirdparty/movidius/USB_WIN/gettime.h
@@ -1,20 +1,7 @@
-/*
-* Copyright 2017-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
+
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/inference-engine/thirdparty/movidius/USB_WIN/usb_winusb.c b/inference-engine/thirdparty/movidius/USB_WIN/usb_winusb.c
index e11a4a6e4..e5b51ef4b 100644
--- a/inference-engine/thirdparty/movidius/USB_WIN/usb_winusb.c
+++ b/inference-engine/thirdparty/movidius/USB_WIN/usb_winusb.c
@@ -1,20 +1,7 @@
-/*
-* Copyright 2017-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
+
#pragma comment(lib, "winusb.lib")
#pragma comment(lib, "setupapi.lib")
//#define _CRT_SECURE_NO_WARNINGS
diff --git a/inference-engine/thirdparty/movidius/USB_WIN/usb_winusb.h b/inference-engine/thirdparty/movidius/USB_WIN/usb_winusb.h
index ae5adc3cf..87f020b21 100644
--- a/inference-engine/thirdparty/movidius/USB_WIN/usb_winusb.h
+++ b/inference-engine/thirdparty/movidius/USB_WIN/usb_winusb.h
@@ -1,20 +1,6 @@
-/*
-* Copyright 2017-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
// Common USB API
diff --git a/inference-engine/thirdparty/movidius/WinPthread/win_pthread.c b/inference-engine/thirdparty/movidius/WinPthread/win_pthread.c
index 94533b4f3..faf6d88bb 100644
--- a/inference-engine/thirdparty/movidius/WinPthread/win_pthread.c
+++ b/inference-engine/thirdparty/movidius/WinPthread/win_pthread.c
@@ -1,20 +1,6 @@
-/*
-* Copyright 2018-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
#include "win_pthread.h"
diff --git a/inference-engine/thirdparty/movidius/WinPthread/win_pthread.h b/inference-engine/thirdparty/movidius/WinPthread/win_pthread.h
index 03a8d05e6..3408394fd 100644
--- a/inference-engine/thirdparty/movidius/WinPthread/win_pthread.h
+++ b/inference-engine/thirdparty/movidius/WinPthread/win_pthread.h
@@ -1,20 +1,6 @@
-/*
-* Copyright 2018-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
#ifndef WIN_PTHREADS
#define WIN_PTHREADS
diff --git a/inference-engine/thirdparty/movidius/WinPthread/win_semaphore.c b/inference-engine/thirdparty/movidius/WinPthread/win_semaphore.c
index ded50fd16..1464227e3 100644
--- a/inference-engine/thirdparty/movidius/WinPthread/win_semaphore.c
+++ b/inference-engine/thirdparty/movidius/WinPthread/win_semaphore.c
@@ -1,20 +1,6 @@
-/*
-* Copyright 2017-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
//lightweight semaphone wrapper
diff --git a/inference-engine/thirdparty/movidius/WinPthread/win_semaphore.h b/inference-engine/thirdparty/movidius/WinPthread/win_semaphore.h
index 4c851dcbe..cd5bb16a6 100644
--- a/inference-engine/thirdparty/movidius/WinPthread/win_semaphore.h
+++ b/inference-engine/thirdparty/movidius/WinPthread/win_semaphore.h
@@ -1,21 +1,6 @@
-/*
-* Copyright 2017-2019 Intel Corporation.
-* 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.
-*/
-
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
#ifndef _SEMAPHORE_H_
#define _SEMAPHORE_H_
diff --git a/inference-engine/thirdparty/movidius/XLink/pc/XLinkPlatform.c b/inference-engine/thirdparty/movidius/XLink/pc/XLinkPlatform.c
index d74118dbc..cb2127bbe 100644
--- a/inference-engine/thirdparty/movidius/XLink/pc/XLinkPlatform.c
+++ b/inference-engine/thirdparty/movidius/XLink/pc/XLinkPlatform.c
@@ -1,20 +1,6 @@
-/*
-* Copyright 2017-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
#include <stdio.h>
#include <stdlib.h>
diff --git a/inference-engine/thirdparty/movidius/XLink/pc/pcie_host.c b/inference-engine/thirdparty/movidius/XLink/pc/pcie_host.c
index b3114de78..efa126020 100644
--- a/inference-engine/thirdparty/movidius/XLink/pc/pcie_host.c
+++ b/inference-engine/thirdparty/movidius/XLink/pc/pcie_host.c
@@ -1,20 +1,7 @@
-/*
-* Copyright 2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
+
#include "XLinkPlatform.h"
#include <stdio.h>
diff --git a/inference-engine/thirdparty/movidius/XLink/pc/pcie_host.h b/inference-engine/thirdparty/movidius/XLink/pc/pcie_host.h
index 9562ae020..c745848d6 100644
--- a/inference-engine/thirdparty/movidius/XLink/pc/pcie_host.h
+++ b/inference-engine/thirdparty/movidius/XLink/pc/pcie_host.h
@@ -1,20 +1,6 @@
-/*
-* Copyright 2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
#ifndef PCIE_HOST_H
#define PCIE_HOST_H
diff --git a/inference-engine/thirdparty/movidius/XLink/pc/usb_boot.c b/inference-engine/thirdparty/movidius/XLink/pc/usb_boot.c
index e857e5d34..9b22e719f 100644
--- a/inference-engine/thirdparty/movidius/XLink/pc/usb_boot.c
+++ b/inference-engine/thirdparty/movidius/XLink/pc/usb_boot.c
@@ -1,20 +1,6 @@
-/*
-* Copyright 2017-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
// USB utility for use with Myriad2v2 ROM
// Very heavily modified from Sabre version of usb_boot
diff --git a/inference-engine/thirdparty/movidius/XLink/pc/usb_boot.h b/inference-engine/thirdparty/movidius/XLink/pc/usb_boot.h
index 6dd02734e..972e80df5 100644
--- a/inference-engine/thirdparty/movidius/XLink/pc/usb_boot.h
+++ b/inference-engine/thirdparty/movidius/XLink/pc/usb_boot.h
@@ -1,20 +1,7 @@
-/*
-* Copyright 2018-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
+
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/inference-engine/thirdparty/movidius/XLink/shared/XLink.c b/inference-engine/thirdparty/movidius/XLink/shared/XLink.c
index 2f447015a..559f4faf0 100644
--- a/inference-engine/thirdparty/movidius/XLink/shared/XLink.c
+++ b/inference-engine/thirdparty/movidius/XLink/shared/XLink.c
@@ -1,20 +1,6 @@
-/*
-* Copyright 2018-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
///
/// @file
diff --git a/inference-engine/thirdparty/movidius/XLink/shared/XLink.h b/inference-engine/thirdparty/movidius/XLink/shared/XLink.h
index cd6b6bf52..07a30ffca 100644
--- a/inference-engine/thirdparty/movidius/XLink/shared/XLink.h
+++ b/inference-engine/thirdparty/movidius/XLink/shared/XLink.h
@@ -1,20 +1,6 @@
-/*
-* Copyright 2018-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
///
/// @file
diff --git a/inference-engine/thirdparty/movidius/XLink/shared/XLinkDispatcher.c b/inference-engine/thirdparty/movidius/XLink/shared/XLinkDispatcher.c
index c0920f0b9..70431d548 100644
--- a/inference-engine/thirdparty/movidius/XLink/shared/XLinkDispatcher.c
+++ b/inference-engine/thirdparty/movidius/XLink/shared/XLinkDispatcher.c
@@ -1,20 +1,6 @@
-/*
-* Copyright 2018-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
///
/// @file
diff --git a/inference-engine/thirdparty/movidius/XLink/shared/XLinkDispatcher.h b/inference-engine/thirdparty/movidius/XLink/shared/XLinkDispatcher.h
index ec61eee11..e1c06a93f 100644
--- a/inference-engine/thirdparty/movidius/XLink/shared/XLinkDispatcher.h
+++ b/inference-engine/thirdparty/movidius/XLink/shared/XLinkDispatcher.h
@@ -1,20 +1,6 @@
-/*
-* Copyright 2018-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
///
/// @file
diff --git a/inference-engine/thirdparty/movidius/XLink/shared/XLinkPlatform.h b/inference-engine/thirdparty/movidius/XLink/shared/XLinkPlatform.h
index 287756d4d..6541beabc 100644
--- a/inference-engine/thirdparty/movidius/XLink/shared/XLinkPlatform.h
+++ b/inference-engine/thirdparty/movidius/XLink/shared/XLinkPlatform.h
@@ -1,20 +1,6 @@
-/*
-* Copyright 2018-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
#ifndef _XLINK_LINKPLATFORM_H
#define _XLINK_LINKPLATFORM_H
diff --git a/inference-engine/thirdparty/movidius/XLink/shared/XLinkPrivateDefines.h b/inference-engine/thirdparty/movidius/XLink/shared/XLinkPrivateDefines.h
index 594cbf340..d2d40e37f 100644
--- a/inference-engine/thirdparty/movidius/XLink/shared/XLinkPrivateDefines.h
+++ b/inference-engine/thirdparty/movidius/XLink/shared/XLinkPrivateDefines.h
@@ -1,20 +1,6 @@
-/*
-* Copyright 2018-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
///
/// @file
diff --git a/inference-engine/thirdparty/movidius/XLink/shared/XLinkPublicDefines.h b/inference-engine/thirdparty/movidius/XLink/shared/XLinkPublicDefines.h
index 3f330fcce..760e242e6 100644
--- a/inference-engine/thirdparty/movidius/XLink/shared/XLinkPublicDefines.h
+++ b/inference-engine/thirdparty/movidius/XLink/shared/XLinkPublicDefines.h
@@ -1,20 +1,6 @@
-/*
-* Copyright 2018-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
///
/// @file
diff --git a/inference-engine/thirdparty/movidius/XLink/shared/XLinkVersion.h b/inference-engine/thirdparty/movidius/XLink/shared/XLinkVersion.h
index cf87d977f..483246678 100644
--- a/inference-engine/thirdparty/movidius/XLink/shared/XLinkVersion.h
+++ b/inference-engine/thirdparty/movidius/XLink/shared/XLinkVersion.h
@@ -1,20 +1,6 @@
-/*
-* Copyright 2018-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
///
/// @file
diff --git a/inference-engine/thirdparty/movidius/mvnc/include/mvnc.h b/inference-engine/thirdparty/movidius/mvnc/include/mvnc.h
index 5d4622c66..c12cd8a30 100644
--- a/inference-engine/thirdparty/movidius/mvnc/include/mvnc.h
+++ b/inference-engine/thirdparty/movidius/mvnc/include/mvnc.h
@@ -1,3 +1,7 @@
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
+
#ifndef __NC_H_INCLUDED__
#define __NC_H_INCLUDED__
diff --git a/inference-engine/thirdparty/movidius/mvnc/include/mvnc_ext.h b/inference-engine/thirdparty/movidius/mvnc/include/mvnc_ext.h
index 64f0f4238..cc3faa436 100644
--- a/inference-engine/thirdparty/movidius/mvnc/include/mvnc_ext.h
+++ b/inference-engine/thirdparty/movidius/mvnc/include/mvnc_ext.h
@@ -1,3 +1,7 @@
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
+
#ifndef __NC_EXT_H_INCLUDED__
#define __NC_EXT_H_INCLUDED__
#include <mvnc.h>
diff --git a/inference-engine/thirdparty/movidius/mvnc/include/ncCommPrivate.h b/inference-engine/thirdparty/movidius/mvnc/include/ncCommPrivate.h
index 94bd369e0..7abe43c75 100644
--- a/inference-engine/thirdparty/movidius/mvnc/include/ncCommPrivate.h
+++ b/inference-engine/thirdparty/movidius/mvnc/include/ncCommPrivate.h
@@ -1,20 +1,6 @@
-/*
-* Copyright 2018-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
// Includes
// ----------------------------------------------------------------------------
diff --git a/inference-engine/thirdparty/movidius/mvnc/include/ncPrivateTypes.h b/inference-engine/thirdparty/movidius/mvnc/include/ncPrivateTypes.h
index a8ea882a3..c79f8e773 100644
--- a/inference-engine/thirdparty/movidius/mvnc/include/ncPrivateTypes.h
+++ b/inference-engine/thirdparty/movidius/mvnc/include/ncPrivateTypes.h
@@ -1,20 +1,6 @@
-/*
-* Copyright 2018-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
// Includes
// ----------------------------------------------------------------------------
diff --git a/inference-engine/thirdparty/movidius/mvnc/src/mvnc_api.c b/inference-engine/thirdparty/movidius/mvnc/src/mvnc_api.c
index 2c301f690..9a5601061 100644
--- a/inference-engine/thirdparty/movidius/mvnc/src/mvnc_api.c
+++ b/inference-engine/thirdparty/movidius/mvnc/src/mvnc_api.c
@@ -1,20 +1,6 @@
-/*
-* Copyright 2017-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
#define _GNU_SOURCE
diff --git a/inference-engine/thirdparty/movidius/shared/include/mvLog.h b/inference-engine/thirdparty/movidius/shared/include/mvLog.h
index b5974770c..871ee9f70 100644
--- a/inference-engine/thirdparty/movidius/shared/include/mvLog.h
+++ b/inference-engine/thirdparty/movidius/shared/include/mvLog.h
@@ -1,20 +1,6 @@
-/*
-* Copyright 2017-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
/*
* Add logging capabilities over simple printf.
diff --git a/inference-engine/thirdparty/movidius/shared/include/mvMacros.h b/inference-engine/thirdparty/movidius/shared/include/mvMacros.h
index 8e21ba981..19533c629 100644
--- a/inference-engine/thirdparty/movidius/shared/include/mvMacros.h
+++ b/inference-engine/thirdparty/movidius/shared/include/mvMacros.h
@@ -1,20 +1,6 @@
-/*
-* Copyright 2017-2019 Intel Corporation.
-* 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.
-*/
+// Copyright (C) 2018-2019 Intel Corporation
+// SPDX-License-Identifier: Apache-2.0
+//
#ifndef MVMACROS_H__
#define MVMACROS_H__