From b634f48bf87506ccab158bd809d11e607577e416 Mon Sep 17 00:00:00 2001 From: Eman Copty Date: Fri, 5 Oct 2018 19:53:57 -0700 Subject: [PATCH] 1.12.01 release: Apache license updates Update Docs with latest docs based on 2.08.01 release Delete FW file --- ATTRIBUTIONS | 471 ++++++++++++++++++ LICENSE | 225 ++------- api/LICENSE | 225 ++------- api/include/mvnc.h | 17 + api/include/mvnc_deprecated.h | 17 + api/python/mvnc/mvncapi.py | 28 +- api/src/Makefile | 9 +- api/src/Makefile.rpi | 6 + api/src/USBLinkDefines.h | 29 +- api/src/common.h | 29 +- api/src/get_mvcmd.sh | 107 ++++ api/src/mvnc/MvNCAPI.mvcmd | Bin 865724 -> 0 bytes api/src/mvnc_api.c | 29 +- api/src/usb_boot.c | 29 +- api/src/usb_boot.h | 29 +- api/src/usb_link.h | 29 +- api/src/usb_link_vsc.c | 29 +- docs/README.md | 4 - docs/TOC.html | 0 docs/assets/css/style.css | 364 -------------- docs/assets/images/checker.png | Bin 108 -> 0 bytes docs/assets/js/scale.fix.js | 20 - docs/caffe.html | 0 docs/compiler_error.html | 0 docs/config.rb | 26 - docs/configure_network.html | 0 docs/docker.html | 88 +++- docs/docker_proxy.html | 0 docs/fonts/IntelClear-Bold-webfont.eot | Bin docs/fonts/IntelClear-Bold-webfont.ttf | Bin docs/fonts/IntelClear-Bold-webfont.woff | Bin docs/fonts/IntelClear-Light-webfont.eot | Bin docs/fonts/IntelClear-Light-webfont.ttf | Bin docs/fonts/IntelClear-Light-webfont.woff | Bin docs/fonts/IntelClear-Regular-webfont.eot | Bin docs/fonts/IntelClear-Regular-webfont.ttf | Bin docs/fonts/IntelClear-Regular-webfont.woff | Bin docs/fonts/Intelicon.eot | Bin docs/fonts/Intelicon.svg | 0 docs/fonts/Intelicon.ttf | Bin docs/fonts/Intelicon.woff | Bin docs/fonts/glyphicons-halflings-regular.eot | Bin docs/fonts/glyphicons-halflings-regular.svg | 0 docs/fonts/glyphicons-halflings-regular.ttf | Bin docs/fonts/glyphicons-halflings-regular.woff | Bin docs/images/favicon.ico | Bin 52524 -> 1150 bytes docs/index.html | 0 docs/install.html | 0 docs/jekyll-theme-modernist.gemspec | 19 - docs/ncapi/c_api_migration.html | 0 .../ncapi/ncapi1/c_api/mvncAllocateGraph.html | 0 docs/ncapi/ncapi1/c_api/mvncCloseDevice.html | 0 .../ncapi1/c_api/mvncDeallocateGraph.html | 0 .../ncapi/ncapi1/c_api/mvncDeviceOptions.html | 0 .../ncapi/ncapi1/c_api/mvncGetDeviceName.html | 0 .../ncapi1/c_api/mvncGetDeviceOption.html | 0 .../ncapi1/c_api/mvncGetGlobalOption.html | 0 .../ncapi1/c_api/mvncGetGraphOption.html | 0 docs/ncapi/ncapi1/c_api/mvncGetResult.html | 0 .../ncapi/ncapi1/c_api/mvncGlobalOptions.html | 0 docs/ncapi/ncapi1/c_api/mvncGraphOptions.html | 0 docs/ncapi/ncapi1/c_api/mvncLoadTensor.html | 0 docs/ncapi/ncapi1/c_api/mvncOpenDevice.html | 0 .../ncapi1/c_api/mvncSetDeviceOption.html | 0 .../ncapi1/c_api/mvncSetGlobalOption.html | 0 .../ncapi1/c_api/mvncSetGraphOption.html | 0 docs/ncapi/ncapi1/c_api/mvncStatus.html | 0 docs/ncapi/ncapi1/c_api/readme.html | 0 .../ncapi1/py_api/Device.AllocateGraph.html | 0 .../ncapi1/py_api/Device.CloseDevice.html | 0 .../ncapi1/py_api/Device.GetDeviceOption.html | 0 .../ncapi1/py_api/Device.OpenDevice.html | 0 .../ncapi1/py_api/Device.SetDeviceOption.html | 0 docs/ncapi/ncapi1/py_api/Device.__init__.html | 0 docs/ncapi/ncapi1/py_api/Device.html | 0 docs/ncapi/ncapi1/py_api/DeviceOption.html | 0 .../ncapi/ncapi1/py_api/EnumerateDevices.html | 0 docs/ncapi/ncapi1/py_api/GetGlobalOption.html | 0 docs/ncapi/ncapi1/py_api/GlobalOption.html | 0 .../ncapi1/py_api/Graph.DeallocateGraph.html | 0 .../ncapi1/py_api/Graph.GetGraphOption.html | 0 docs/ncapi/ncapi1/py_api/Graph.GetResult.html | 0 .../ncapi/ncapi1/py_api/Graph.LoadTensor.html | 0 .../ncapi1/py_api/Graph.SetGraphOption.html | 0 docs/ncapi/ncapi1/py_api/Graph.html | 0 docs/ncapi/ncapi1/py_api/GraphOption.html | 0 docs/ncapi/ncapi1/py_api/SetGlobalOption.html | 0 docs/ncapi/ncapi1/py_api/Status.html | 0 docs/ncapi/ncapi1/py_api/readme.html | 0 docs/ncapi/ncapi1/readme.html | 0 docs/ncapi/ncapi2/c_api/ncDeviceClose.html | 56 +++ docs/ncapi/ncapi2/c_api/ncDeviceCreate.html | 56 +++ docs/ncapi/ncapi2/c_api/ncDeviceDestroy.html | 56 +++ .../ncapi/ncapi2/c_api/ncDeviceGetOption.html | 56 +++ docs/ncapi/ncapi2/c_api/ncDeviceHandle_t.html | 56 +++ .../ncapi2/c_api/ncDeviceHwVersion_t.html | 56 +++ docs/ncapi/ncapi2/c_api/ncDeviceOpen.html | 56 +++ docs/ncapi/ncapi2/c_api/ncDeviceOption_t.html | 56 +++ .../ncapi/ncapi2/c_api/ncDeviceSetOption.html | 56 +++ docs/ncapi/ncapi2/c_api/ncDeviceState_t.html | 56 +++ docs/ncapi/ncapi2/c_api/ncFifoAllocate.html | 56 +++ docs/ncapi/ncapi2/c_api/ncFifoCreate.html | 56 +++ docs/ncapi/ncapi2/c_api/ncFifoDataType_t.html | 56 +++ docs/ncapi/ncapi2/c_api/ncFifoDestroy.html | 56 +++ docs/ncapi/ncapi2/c_api/ncFifoGetOption.html | 56 +++ docs/ncapi/ncapi2/c_api/ncFifoHandle_t.html | 56 +++ docs/ncapi/ncapi2/c_api/ncFifoOption_t.html | 56 +++ docs/ncapi/ncapi2/c_api/ncFifoReadElem.html | 56 +++ docs/ncapi/ncapi2/c_api/ncFifoRemoveElem.html | 56 +++ docs/ncapi/ncapi2/c_api/ncFifoSetOption.html | 56 +++ docs/ncapi/ncapi2/c_api/ncFifoState_t.html | 56 +++ docs/ncapi/ncapi2/c_api/ncFifoType_t.html | 56 +++ docs/ncapi/ncapi2/c_api/ncFifoWriteElem.html | 56 +++ .../ncapi/ncapi2/c_api/ncGlobalGetOption.html | 56 +++ docs/ncapi/ncapi2/c_api/ncGlobalOption_t.html | 56 +++ .../ncapi/ncapi2/c_api/ncGlobalSetOption.html | 56 +++ docs/ncapi/ncapi2/c_api/ncGraphAllocate.html | 56 +++ .../c_api/ncGraphAllocateWithFifos.html | 56 +++ .../c_api/ncGraphAllocateWithFifosEx.html | 56 +++ docs/ncapi/ncapi2/c_api/ncGraphCreate.html | 56 +++ docs/ncapi/ncapi2/c_api/ncGraphDestroy.html | 56 +++ docs/ncapi/ncapi2/c_api/ncGraphGetOption.html | 56 +++ docs/ncapi/ncapi2/c_api/ncGraphHandle_t.html | 56 +++ docs/ncapi/ncapi2/c_api/ncGraphOption_t.html | 56 +++ .../ncapi2/c_api/ncGraphQueueInference.html | 56 +++ .../ncGraphQueueInferenceWithFifoElem.html | 56 +++ docs/ncapi/ncapi2/c_api/ncGraphSetOption.html | 56 +++ docs/ncapi/ncapi2/c_api/ncGraphState_t.html | 56 +++ docs/ncapi/ncapi2/c_api/ncLogLevel_t.html | 56 +++ docs/ncapi/ncapi2/c_api/ncStatus_t.html | 56 +++ .../ncapi2/c_api/ncTensorDescriptor_t.html | 56 +++ docs/ncapi/ncapi2/c_api/readme.html | 56 +++ docs/ncapi/ncapi2/py_api/Device.close.html | 0 docs/ncapi/ncapi2/py_api/Device.destroy.html | 0 .../ncapi2/py_api/Device.get_option.html | 0 docs/ncapi/ncapi2/py_api/Device.html | 0 docs/ncapi/ncapi2/py_api/Device.open.html | 0 .../ncapi2/py_api/Device.set_option.html | 0 docs/ncapi/ncapi2/py_api/DeviceHwVersion.html | 0 docs/ncapi/ncapi2/py_api/DeviceOption.html | 0 docs/ncapi/ncapi2/py_api/DeviceState.html | 0 docs/ncapi/ncapi2/py_api/Fifo.allocate.html | 0 docs/ncapi/ncapi2/py_api/Fifo.destroy.html | 0 docs/ncapi/ncapi2/py_api/Fifo.get_option.html | 0 docs/ncapi/ncapi2/py_api/Fifo.html | 0 docs/ncapi/ncapi2/py_api/Fifo.read_elem.html | 0 .../ncapi/ncapi2/py_api/Fifo.remove_elem.html | 0 docs/ncapi/ncapi2/py_api/Fifo.set_option.html | 0 docs/ncapi/ncapi2/py_api/Fifo.write_elem.html | 0 docs/ncapi/ncapi2/py_api/FifoDataType.html | 0 docs/ncapi/ncapi2/py_api/FifoOption.html | 2 +- docs/ncapi/ncapi2/py_api/FifoState.html | 0 docs/ncapi/ncapi2/py_api/FifoType.html | 0 docs/ncapi/ncapi2/py_api/GlobalOption.html | 0 docs/ncapi/ncapi2/py_api/Graph.allocate.html | 0 .../py_api/Graph.allocate_with_fifos.html | 0 docs/ncapi/ncapi2/py_api/Graph.destroy.html | 0 .../ncapi/ncapi2/py_api/Graph.get_option.html | 0 docs/ncapi/ncapi2/py_api/Graph.html | 0 .../ncapi2/py_api/Graph.queue_inference.html | 0 .../Graph.queue_inference_with_fifo_elem.html | 0 .../ncapi/ncapi2/py_api/Graph.set_option.html | 0 docs/ncapi/ncapi2/py_api/GraphOption.html | 0 docs/ncapi/ncapi2/py_api/GraphState.html | 0 docs/ncapi/ncapi2/py_api/Status.html | 0 .../ncapi/ncapi2/py_api/TensorDescriptor.html | 0 .../ncapi2/py_api/enumerate_devices.html | 0 .../ncapi2/py_api/global_get_option.html | 0 .../ncapi2/py_api/global_set_option.html | 0 docs/ncapi/ncapi2/py_api/readme.html | 0 docs/ncapi/ncapi2/readme.html | 0 docs/ncapi/python_api_migration.html | 0 docs/ncapi/readme.html | 0 docs/ncs.html | 0 docs/release_notes.html | 41 +- docs/tensorflow.html | 0 docs/tf_compile_guidance.html | 0 docs/tf_modelzoo.html | 0 docs/tf_slim.html | 0 docs/thumbnail.png | Bin 10656 -> 0 bytes docs/tools/check.html | 0 docs/tools/compile.html | 0 docs/tools/profile.html | 0 docs/tools/tools_overview.html | 6 +- docs/virtualenv.html | 0 docs/vm_config.html | 0 examples/apps/hello_ncs_cpp/cpp/hello_ncs.cpp | 28 +- examples/apps/hello_ncs_py/hello_ncs.py | 28 +- .../apps/multistick_cpp/cpp/multistick.cpp | 28 +- examples/caffe/AlexNet/cpp/run.cpp | 28 +- examples/caffe/AlexNet/run.py | 28 +- examples/caffe/GoogLeNet/cpp/run.cpp | 28 +- examples/caffe/GoogLeNet/run.py | 28 +- examples/caffe/SqueezeNet/cpp/run.cpp | 28 +- examples/caffe/SqueezeNet/run.py | 28 +- examples/tensorflow/inception_v1/run.py | 28 +- examples/tensorflow/inception_v3/run.py | 28 +- install.sh | 15 +- 198 files changed, 3392 insertions(+), 1161 deletions(-) create mode 100644 ATTRIBUTIONS create mode 100755 api/src/get_mvcmd.sh delete mode 100644 api/src/mvnc/MvNCAPI.mvcmd delete mode 100644 docs/README.md mode change 100644 => 100755 docs/TOC.html delete mode 100644 docs/assets/css/style.css delete mode 100644 docs/assets/images/checker.png delete mode 100644 docs/assets/js/scale.fix.js mode change 100644 => 100755 docs/caffe.html mode change 100644 => 100755 docs/compiler_error.html delete mode 100644 docs/config.rb mode change 100644 => 100755 docs/configure_network.html mode change 100644 => 100755 docs/docker.html mode change 100644 => 100755 docs/docker_proxy.html mode change 100755 => 100644 docs/fonts/IntelClear-Bold-webfont.eot mode change 100755 => 100644 docs/fonts/IntelClear-Bold-webfont.ttf mode change 100755 => 100644 docs/fonts/IntelClear-Bold-webfont.woff mode change 100755 => 100644 docs/fonts/IntelClear-Light-webfont.eot mode change 100755 => 100644 docs/fonts/IntelClear-Light-webfont.ttf mode change 100755 => 100644 docs/fonts/IntelClear-Light-webfont.woff mode change 100755 => 100644 docs/fonts/IntelClear-Regular-webfont.eot mode change 100755 => 100644 docs/fonts/IntelClear-Regular-webfont.ttf mode change 100755 => 100644 docs/fonts/IntelClear-Regular-webfont.woff mode change 100755 => 100644 docs/fonts/Intelicon.eot mode change 100755 => 100644 docs/fonts/Intelicon.svg mode change 100755 => 100644 docs/fonts/Intelicon.ttf mode change 100755 => 100644 docs/fonts/Intelicon.woff mode change 100755 => 100644 docs/fonts/glyphicons-halflings-regular.eot mode change 100755 => 100644 docs/fonts/glyphicons-halflings-regular.svg mode change 100755 => 100644 docs/fonts/glyphicons-halflings-regular.ttf mode change 100755 => 100644 docs/fonts/glyphicons-halflings-regular.woff mode change 100755 => 100644 docs/images/favicon.ico mode change 100644 => 100755 docs/index.html mode change 100644 => 100755 docs/install.html delete mode 100644 docs/jekyll-theme-modernist.gemspec mode change 100644 => 100755 docs/ncapi/c_api_migration.html mode change 100644 => 100755 docs/ncapi/ncapi1/c_api/mvncAllocateGraph.html mode change 100644 => 100755 docs/ncapi/ncapi1/c_api/mvncCloseDevice.html mode change 100644 => 100755 docs/ncapi/ncapi1/c_api/mvncDeallocateGraph.html mode change 100644 => 100755 docs/ncapi/ncapi1/c_api/mvncDeviceOptions.html mode change 100644 => 100755 docs/ncapi/ncapi1/c_api/mvncGetDeviceName.html mode change 100644 => 100755 docs/ncapi/ncapi1/c_api/mvncGetDeviceOption.html mode change 100644 => 100755 docs/ncapi/ncapi1/c_api/mvncGetGlobalOption.html mode change 100644 => 100755 docs/ncapi/ncapi1/c_api/mvncGetGraphOption.html mode change 100644 => 100755 docs/ncapi/ncapi1/c_api/mvncGetResult.html mode change 100644 => 100755 docs/ncapi/ncapi1/c_api/mvncGlobalOptions.html mode change 100644 => 100755 docs/ncapi/ncapi1/c_api/mvncGraphOptions.html mode change 100644 => 100755 docs/ncapi/ncapi1/c_api/mvncLoadTensor.html mode change 100644 => 100755 docs/ncapi/ncapi1/c_api/mvncOpenDevice.html mode change 100644 => 100755 docs/ncapi/ncapi1/c_api/mvncSetDeviceOption.html mode change 100644 => 100755 docs/ncapi/ncapi1/c_api/mvncSetGlobalOption.html mode change 100644 => 100755 docs/ncapi/ncapi1/c_api/mvncSetGraphOption.html mode change 100644 => 100755 docs/ncapi/ncapi1/c_api/mvncStatus.html mode change 100644 => 100755 docs/ncapi/ncapi1/c_api/readme.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/Device.AllocateGraph.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/Device.CloseDevice.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/Device.GetDeviceOption.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/Device.OpenDevice.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/Device.SetDeviceOption.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/Device.__init__.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/Device.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/DeviceOption.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/EnumerateDevices.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/GetGlobalOption.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/GlobalOption.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/Graph.DeallocateGraph.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/Graph.GetGraphOption.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/Graph.GetResult.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/Graph.LoadTensor.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/Graph.SetGraphOption.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/Graph.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/GraphOption.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/SetGlobalOption.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/Status.html mode change 100644 => 100755 docs/ncapi/ncapi1/py_api/readme.html mode change 100644 => 100755 docs/ncapi/ncapi1/readme.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncDeviceClose.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncDeviceCreate.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncDeviceDestroy.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncDeviceGetOption.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncDeviceHandle_t.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncDeviceHwVersion_t.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncDeviceOpen.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncDeviceOption_t.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncDeviceSetOption.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncDeviceState_t.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncFifoAllocate.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncFifoCreate.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncFifoDataType_t.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncFifoDestroy.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncFifoGetOption.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncFifoHandle_t.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncFifoOption_t.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncFifoReadElem.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncFifoRemoveElem.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncFifoSetOption.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncFifoState_t.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncFifoType_t.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncFifoWriteElem.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncGlobalGetOption.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncGlobalOption_t.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncGlobalSetOption.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncGraphAllocate.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncGraphAllocateWithFifos.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncGraphAllocateWithFifosEx.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncGraphCreate.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncGraphDestroy.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncGraphGetOption.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncGraphHandle_t.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncGraphOption_t.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncGraphQueueInference.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncGraphQueueInferenceWithFifoElem.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncGraphSetOption.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncGraphState_t.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncStatus_t.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/ncTensorDescriptor_t.html mode change 100644 => 100755 docs/ncapi/ncapi2/c_api/readme.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Device.close.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Device.destroy.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Device.get_option.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Device.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Device.open.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Device.set_option.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/DeviceHwVersion.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/DeviceOption.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/DeviceState.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Fifo.allocate.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Fifo.destroy.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Fifo.get_option.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Fifo.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Fifo.read_elem.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Fifo.remove_elem.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Fifo.set_option.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Fifo.write_elem.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/FifoDataType.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/FifoOption.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/FifoState.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/FifoType.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/GlobalOption.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Graph.allocate.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Graph.allocate_with_fifos.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Graph.destroy.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Graph.get_option.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Graph.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Graph.queue_inference.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Graph.queue_inference_with_fifo_elem.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Graph.set_option.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/GraphOption.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/GraphState.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/Status.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/TensorDescriptor.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/enumerate_devices.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/global_get_option.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/global_set_option.html mode change 100644 => 100755 docs/ncapi/ncapi2/py_api/readme.html mode change 100644 => 100755 docs/ncapi/ncapi2/readme.html mode change 100644 => 100755 docs/ncapi/python_api_migration.html mode change 100644 => 100755 docs/ncapi/readme.html mode change 100644 => 100755 docs/ncs.html mode change 100644 => 100755 docs/tensorflow.html mode change 100644 => 100755 docs/tf_compile_guidance.html mode change 100644 => 100755 docs/tf_modelzoo.html mode change 100644 => 100755 docs/tf_slim.html delete mode 100644 docs/thumbnail.png mode change 100644 => 100755 docs/tools/check.html mode change 100644 => 100755 docs/tools/compile.html mode change 100644 => 100755 docs/tools/profile.html mode change 100644 => 100755 docs/virtualenv.html mode change 100644 => 100755 docs/vm_config.html diff --git a/ATTRIBUTIONS b/ATTRIBUTIONS new file mode 100644 index 0000000..f082a37 --- /dev/null +++ b/ATTRIBUTIONS @@ -0,0 +1,471 @@ + Movidius Neural Compute API Library + Third Party Components Attributions + +The following are licenses for third party software that was used to develop the Movidius Neural Compute API Library. +These licenses are listed due to attribution requirements in these license agreements. For the avoidance of doubt, +the Movidius Neural Compute API Library is solely governed by the terms and conditions of the Intel Apache License that accompanies it. + +1. Numerical Python - NumPy + + License:BSD 3-clause "New" or "Revised" License + Homepage: http://www.numpy.org/ + Copyright (c) , + All rights reserved. + + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + Neither the name of the nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +2. The MNIST Dataset Of Handwritten Digits + License: Creative Commons Attribution Share Alike 3.0 + Homepage: http://www.pymvpa.org/datadb/mnist.html + + Creative Commons Legal Code + Attribution-ShareAlike 3.0 Unported + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. + License + THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. + + BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + + 1. Definitions + + "Adaptation" means a work based upon the Work, or upon the Work and other pre-existing works, such as a translation, adaptation, derivative work, arrangement of music or other alterations of a literary or artistic work, or phonogram or performance and includes cinematographic adaptations or any other form in which the Work may be recast, transformed, or adapted including in any form recognizably derived from the original, except that a work that constitutes a Collection will not be considered an Adaptation for the purpose of this License. For the avoidance of doubt, where the Work is a musical work, performance or phonogram, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered an Adaptation for the purpose of this License. + "Collection" means a collection of literary or artistic works, such as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or subject matter other than works listed in Section 1(f) below, which, by reason of the selection and arrangement of their contents, constitute intellectual creations, in which the Work is included in its entirety in unmodified form along with one or more other contributions, each constituting separate and independent works in themselves, which together are assembled into a collective whole. A work that constitutes a Collection will not be considered an Adaptation (as defined below) for the purposes of this License. + "Creative Commons Compatible License" means a license that is listed at http://creativecommons.org/compatiblelicenses that has been approved by Creative Commons as being essentially equivalent to this License, including, at a minimum, because that license: (i) contains terms that have the same purpose, meaning and effect as the License Elements of this License; and, (ii) explicitly permits the relicensing of adaptations of works made available under that license under this License or a Creative Commons jurisdiction license with the same License Elements as this License. + "Distribute" means to make available to the public the original and copies of the Work or Adaptation, as appropriate, through sale or other transfer of ownership. + "License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike. + "Licensor" means the individual, individuals, entity or entities that offer(s) the Work under the terms of this License. + "Original Author" means, in the case of a literary or artistic work, the individual, individuals, entity or entities who created the Work or if no individual or entity can be identified, the publisher; and in addition (i) in the case of a performance the actors, singers, musicians, dancers, and other persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary or artistic works or expressions of folklore; (ii) in the case of a phonogram the producer being the person or legal entity who first fixes the sounds of a performance or other sounds; and, (iii) in the case of broadcasts, the organization that transmits the broadcast. + "Work" means the literary and/or artistic work offered under the terms of this License including without limitation any production in the literary, scientific and artistic domain, whatever may be the mode or form of its expression including digital form, such as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment in dumb show; a musical composition with or without words; a cinematographic work to which are assimilated works expressed by a process analogous to cinematography; a work of drawing, painting, architecture, sculpture, engraving or lithography; a photographic work to which are assimilated works expressed by a process analogous to photography; a work of applied art; an illustration, map, plan, sketch or three-dimensional work relative to geography, topography, architecture or science; a performance; a broadcast; a phonogram; a compilation of data to the extent it is protected as a copyrightable work; or a work performed by a variety or circus performer to the extent it is not otherwise considered a literary or artistic work. + "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. + "Publicly Perform" means to perform public recitations of the Work and to communicate to the public those public recitations, by any means or process, including by wire or wireless means or public digital performances; to make available to the public Works in such a way that members of the public may access these Works from a place and at a place individually chosen by them; to perform the Work to the public by any means or process and the communication to the public of the performances of the Work, including by public digital performance; to broadcast and rebroadcast the Work by any means including signs, sounds or images. + "Reproduce" means to make copies of the Work by any means including without limitation by sound or visual recordings and the right of fixation and reproducing fixations of the Work, including storage of a protected performance or phonogram in digital form or other electronic medium. + 2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict any uses free from copyright or rights arising from limitations or exceptions that are provided for in connection with the copyright protection under copyright law or other applicable laws. + + 3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: + + to Reproduce the Work, to incorporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the Collections; + to create and Reproduce Adaptations provided that any such Adaptation, including any translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise identify that changes were made to the original Work. For example, a translation could be marked "The original work was translated from English to Spanish," or a modification could indicate "The original work has been modified."; + to Distribute and Publicly Perform the Work including as incorporated in Collections; and, + to Distribute and Publicly Perform Adaptations. + For the avoidance of doubt: + + Non-waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme cannot be waived, the Licensor reserves the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; + Waivable Compulsory License Schemes. In those jurisdictions in which the right to collect royalties through any statutory or compulsory licensing scheme can be waived, the Licensor waives the exclusive right to collect such royalties for any exercise by You of the rights granted under this License; and, + Voluntary License Schemes. The Licensor waives the right to collect royalties, whether individually or, in the event that the Licensor is a member of a collecting society that administers voluntary licensing schemes, via that society, from any exercise by You of the rights granted under this License. + The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. Subject to Section 8(f), all rights not expressly granted by Licensor are hereby reserved. + + 4. Restrictions. The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: + + You may Distribute or Publicly Perform the Work only under the terms of this License. You must include a copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work You Distribute or Publicly Perform. You may not offer or impose any terms on the Work that restrict the terms of this License or the ability of the recipient of the Work to exercise the rights granted to that recipient under the terms of the License. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties with every copy of the Work You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work, You may not impose any effective technological measures on the Work that restrict the ability of a recipient of the Work from You to exercise the rights granted to that recipient under the terms of the License. This Section 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subject to the terms of this License. If You create a Collection, upon notice from any Licensor You must, to the extent practicable, remove from the Collection any credit as required by Section 4(c), as requested. If You create an Adaptation, upon notice from any Licensor You must, to the extent practicable, remove from the Adaptation any credit as required by Section 4(c), as requested. + You may Distribute or Publicly Perform an Adaptation only under the terms of: (i) this License; (ii) a later version of this License with the same License Elements as this License; (iii) a Creative Commons jurisdiction license (either this or a later license version) that contains the same License Elements as this License (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons Compatible License. If you license the Adaptation under one of the licenses mentioned in (iv), you must comply with the terms of that license. If you license the Adaptation under the terms of any of the licenses mentioned in (i), (ii) or (iii) (the "Applicable License"), you must comply with the terms of the Applicable License generally and the following provisions: (I) You must include a copy of, or the URI for, the Applicable License with every copy of each Adaptation You Distribute or Publicly Perform; (II) You may not offer or impose any terms on the Adaptation that restrict the terms of the Applicable License or the ability of the recipient of the Adaptation to exercise the rights granted to that recipient under the terms of the Applicable License; (III) You must keep intact all notices that refer to the Applicable License and to the disclaimer of warranties with every copy of the Work as included in the Adaptation You Distribute or Publicly Perform; (IV) when You Distribute or Publicly Perform the Adaptation, You may not impose any effective technological measures on the Adaptation that restrict the ability of a recipient of the Adaptation from You to exercise the rights granted to that recipient under the terms of the Applicable License. This Section 4(b) applies to the Adaptation as incorporated in a Collection, but this does not require the Collection apart from the Adaptation itself to be made subject to the terms of the Applicable License. + If You Distribute, or Publicly Perform the Work or any Adaptations or Collections, You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if the Original Author and/or Licensor designate another party or parties (e.g., a sponsor institute, publishing entity, journal) for attribution ("Attribution Parties") in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; (ii) the title of the Work if supplied; (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and (iv) , consistent with Ssection 3(b), in the case of an Adaptation, a credit identifying the use of the Work in the Adaptation (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). The credit required by this Section 4(c) may be implemented in any reasonable manner; provided, however, that in the case of a Adaptation or Collection, at a minimum such credit will appear, if a credit for all contributing authors of the Adaptation or Collection appears, then as part of these credits and in a manner at least as prominent as the credits for the other contributing authors. For the avoidance of doubt, You may only use the credit required by this Section for the purpose of attribution in the manner set out above and, by exercising Your rights under this License, You may not implicitly or explicitly assert or imply any connection with, sponsorship or endorsement by the Original Author, Licensor and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the separate, express prior written permission of the Original Author, Licensor and/or Attribution Parties. + Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Adaptations or Collections, You must not distort, mutilate, modify or take other derogatory action in relation to the Work which would be prejudicial to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License (the right to make Adaptations) would be deemed to be a distortion, mutilation, modification or other derogatory action prejudicial to the Original Author's honor and reputation, the Licensor will waive or not assert, as appropriate, this Section, to the fullest extent permitted by the applicable national law, to enable You to reasonably exercise Your right under Section 3(b) of this License (right to make Adaptations) but not otherwise. + 5. Representations, Warranties and Disclaimer + + UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. + + 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + + 7. Termination + + This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Adaptations or Collections from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. + Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. + 8. Miscellaneous + + Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License. + Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License. + If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. + No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. + This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You. + The rights granted under, and the subject matter referenced, in this License were drafted utilizing the terminology of the Berne Convention for the Protection of Literary and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject matter take effect in the relevant jurisdiction in which the License terms are sought to be enforced according to the corresponding provisions of the implementation of those treaty provisions in the applicable national law. If the standard suite of rights granted under applicable copyright law includes additional rights not granted under this License, such additional rights are deemed to be included in the License; this License is not intended to restrict the license of any rights under applicable law. + Creative Commons Notice + Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor. + + Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, Creative Commons does not authorize the use by either party of the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of the License. + + Creative Commons may be contacted at http://creativecommons.org/. + +3. GNU C Library - glibc + License: GNU Lesser General Public License + homepage: http://www.gnu.org/software/libc/libc.html + + GNU Lesser General Public License + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + [This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. + This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. + When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. + To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. + For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. + We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. + To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. + Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. + Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. + When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. + We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. + For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. + In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. + Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. + The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". + A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. + The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) + "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. + Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. + 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. + You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: + a) The modified work must itself be a software library. + b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. + c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. + d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. + (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) + These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. + Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. + In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. + 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. + Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. + This option is useful when you wish to copy part of the code of the Library into a program that is not a library. + 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. + If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. + 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. + However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. + When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. + If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) + Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. + 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. + You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: + a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) + b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. + c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. + d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. + e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. + For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. + It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. + 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: + a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. + b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. + 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. + 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. + 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. + If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. + It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. + This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. + 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. + 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + NO WARRANTY + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + END OF TERMS AND CONDITIONS + How to Apply These Terms to Your New Libraries + If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). + To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + one line to give the library's name and an idea of what it does. + Copyright (C) year name of author + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Also add information on how to contact you by electronic and paper mail. + You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: + Yoyodyne, Inc., hereby disclaims all copyright interest in + the library `Frob' (a library for tweaking knobs) written + by James Random Hacker. + signature of Ty Coon, 1 April 1990 + Ty Coon, President of Vice + That's all there is to it! + +4. Linux Kernel + License: GNU General Public License v2.0 only + Homepage: http://www.kernel.org/ + + The GNU General Public License (GPL) + Version 2, June 1991 + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + Preamble + The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. + When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. + To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. + For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. + We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. + Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. + Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. + The precise terms and conditions for copying, distribution and modification follow. + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". + Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. + 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. + You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: + a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. + b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. + c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) + These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. + Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. + In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. + 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: + a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, + b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, + c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) + The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. + If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. + 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. + 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. + 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. + If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. + It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. + This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. + 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. + 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + NO WARRANTY + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + END OF TERMS AND CONDITIONS + +5. libusb + License: GNU Lesser General Public License v2.1 or later + Homepage: http://libusb.info/ + + GNU Lesser General Public License + Version 2.1, February 1999 + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + [This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + Preamble + The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. + This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. + When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. + To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. + For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. + We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. + To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. + Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. + Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. + When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. + We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. + For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. + In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. + Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. + The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". + A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. + The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) + "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. + Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. + 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. + You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: + a) The modified work must itself be a software library. + b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. + c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. + d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. + (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) + These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. + Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. + In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. + 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. + Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. + This option is useful when you wish to copy part of the code of the Library into a program that is not a library. + 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. + If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. + 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. + However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. + When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. + If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) + Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. + 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. + You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: + a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) + b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. + c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. + d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. + e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. + For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. + It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. + 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: + a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. + b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. + 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. + 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. + 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. + If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. + It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. + This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. + 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. + 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + NO WARRANTY + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + END OF TERMS AND CONDITIONS + How to Apply These Terms to Your New Libraries + If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). + To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + one line to give the library's name and an idea of what it does. + Copyright (C) year name of author + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Also add information on how to contact you by electronic and paper mail. + You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: + Yoyodyne, Inc., hereby disclaims all copyright interest in + the library `Frob' (a library for tweaking knobs) written + by James Random Hacker. + signature of Ty Coon, 1 April 1990 + Ty Coon, President of Vice + That's all there is to it! + +6. systemd + License: GNU Lesser General Public License v2.1 or later + Homepage: http://freedesktop.org/wiki/Software/systemd/ + + GNU Lesser General Public License + Version 2.1, February 1999 + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + [This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + Preamble + The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. + This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. + When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. + To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. + For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. + We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. + To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. + Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. + Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. + When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. + We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. + For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. + In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. + Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. + The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". + A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. + The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) + "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. + Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. + 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. + You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: + a) The modified work must itself be a software library. + b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. + c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. + d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. + (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) + These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. + Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. + In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. + 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. + Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. + This option is useful when you wish to copy part of the code of the Library into a program that is not a library. + 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. + If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. + 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. + However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. + When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. + If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) + Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. + 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. + You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: + a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) + b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. + c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. + d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. + e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. + For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. + It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. + 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: + a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. + b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. + 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. + 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. + 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. + If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. + It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. + This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. + 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. + 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + NO WARRANTY + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + END OF TERMS AND CONDITIONS + How to Apply These Terms to Your New Libraries + If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). + To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + one line to give the library's name and an idea of what it does. + Copyright (C) year name of author + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Also add information on how to contact you by electronic and paper mail. + You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: + Yoyodyne, Inc., hereby disclaims all copyright interest in + the library `Frob' (a library for tweaking knobs) written + by James Random Hacker. + signature of Ty Coon, 1 April 1990 + Ty Coon, President of Vice + That's all there is to it! diff --git a/LICENSE b/LICENSE index a444ba1..617d376 100644 --- a/LICENSE +++ b/LICENSE @@ -1,193 +1,32 @@ -SOFTWARE TOOLS LICENSE AGREEMENT - -DO NOT DOWNLOAD, INSTALL, ACCESS, COPY, OR USE ANY PORTION OF THE MATERIALS (DEFINED BELOW) UNTIL YOU HAVE READ AND ACCEPTED -THE TERMS AND CONDITIONS OF THIS AGREEMENT. BY INSTALLING, COPYING, ACCESSING, OR USING THE MATERIALS, YOU AGREE TO BE LEGALLY -BOUND BY THE TERMS AND CONDITIONS OF THIS AGREEMENT. If You do not agree to be bound by, or the entity for whose benefit You act has not -authorized You to accept, these terms and conditions, do not install, access, copy, or use the Software and destroy all copies of the Software in Your -possession. - -This DEVELOPMENT TOOLS LICENSE AGREEMENT (this "Agreement") is entered into between Intel Corporation, a Delaware corporation ("Intel") and You. -"You" refers to you or your employer or other entity for whose benefit you act, as applicable. If you are agreeing to the terms and conditions of this -Agreement on behalf of a company or other legal entity, you represent and warrant that you have the legal authority to bind that legal entity to the -Agreement, in which case, "You" or "Your" shall be in reference to such entity. Intel and You are referred to herein individually as a "Party" or, together, as -the "Parties". - -The Parties, in consideration of the mutual covenants contained in this Agreement, and for other good and valuable consideration, the receipt and -sufficiency of which they acknowledge, and intending to be legally bound, agree as follows: - -1. DEFINITIONS. The following definitions are used throughout this Agreement: -"Affiliate" means any entity controlling, controlled by or under common control with a Party hereto, where "control" means the direct or indirect ownership -of more than fifty percent (50%) of such entity"s capital or equivalent voting rights. An entity will be deemed an "Affiliate" only as long as such control exists -during the term of this Agreement. - -"Contractor" means a third party consultant or subcontractor who requires access to or use of the Materials to perform work on Your behalf or at Your -behest. - -"Development Tools" means the development, evaluation, production, or test tool software, and associated documentation or other collateral, identified -in the "development_tools.txt" text files, if any, included in the Materials. - -"Derivatives" means derivative works as defined in 17 U.S.C " 101 et seq. - -"Intel-based Device" means a device designed, manufactured, or configured by You or Your Affiliates to include or operate Intel hardware, software, or -services. - -"Materials" means the software, documentation, the software product serial number and license key codes (if applicable), Development Tools, -Redistributables, and other materials or collateral, including any updates and upgrades thereto, in source code or object code form where applicable, that -are provided or otherwise made available by Intel to You under this Agreement. "Materials" do not include Open Source Software or any computer -programming code that is subject to an agreement, obligation or license (whether or not accompanying the Materials) intended to supersede this -Agreement. - -"Redistributables" means the software, documentation, or other collateral identified in the "redist.txt" text files, if any, included in the Materials. - -2. LIMITED LICENSE. -(A) Subject to the terms and conditions of this Agreement, Intel grants You and Your Affiliates, a limited, nonexclusive, nontransferable, revocable, -worldwide, fully paid-up license during the term of this Agreement, without the right to sublicense, unless expressly stated otherwise, to: -(1) internally reproduce and install a reasonable number of copies of the Materials for Your internal use solely for the purposes of designing, -developing, manufacturing and testing Intel-based Devices; -(2) internally reproduce the source code of the Development Tools, if provided to You by Intel, and to internally create and reproduce Derivatives of -the Development Tools, and to internally reproduce the binary code of the Development Tools, or any Derivatives created by You, in each case solely -for the purpose of designing, developing, manufacturing and testing the Intel-based Device, solely as necessary for the integration of any Intel software -and the output generated by the Development Tools, with and into Intel-based Devices; -(3) create Derivatives of the Redistributables, or any portions thereof, provided to You by Intel in source code form solely for the purposes of designing, -developing, debugging, modifying, distributing and testing software containing significantly more functionality and features than the Redistributables -in the form provided to You by Intel; -(4) distribute (or otherwise make available) on a royalty-free basis, subject to any other terms and conditions which may appear in the Redistributables -text files, the Redistributables, including any Derivatives of the Redistributables pursuant to Section 2(A)(3), or any portions thereof, only as integrated -or embedded in software (and not on a stand-alone basis) solely for use on an Intel-based Device; and -(5) have the tasks set forth in Section 2(A)(1) and (2) above performed by a Contractor on the conditions that You enter into a written confidentiality -agreement with any such Contractor, subject to Section 7 (Confidentiality), and You remain fully liable to Intel for the actions and inactions of Your -Contractors. -(B) You will be liable for Your Affiliate"s breach of these terms. In addition, You acknowledge that Your Affiliates are beneficiaries of the licenses granted by -Intel under Section 2. -(C) Intel hereby grants You the right to sub-license (without rights to further sublicense) the Development Tools, including any accompanying -documentation, to Your manufacturing partners, in the code format provided to You by Intel, solely for designing, developing, manufacturing and testing -the Intel-based Devices solely as necessary for the integration of any Intel software and the output generated by the Development Tools, with and into -Intel-based Devices. The sublicense is subject to a written sublicensing agreement that contains confidentiality obligations and license restrictions that are -no less protective of Intel than those provided in this Agreement. You will be fully responsible and liable towards Intel for Your sub-licensees" compliance -with all such confidentiality obligations and license restrictions. You may grant Your manufacturing partners the right to further distribute Redistributables -solely as integrated or embedded in software for Your Intel-based Devices. - -3. LICENSE RESTRICTIONS. All right, title and interest in and to the Materials and associated documentation are and will remain the exclusive property of -Intel and its suppliers. Unless expressly permitted under the Agreement, You will not, and will not allow any third party to (i) use, copy, distribute, sell or -offer to sell the Materials or associated documentation; (ii) modify, adapt, enhance, disassemble, decompile, reverse engineer, change or create derivative -works from the Materials except and only to the extent as specifically required by mandatory applicable laws or any applicable third party license terms -accompanying the Materials; (iii) use or make the Materials available for the use or benefit of third parties; or (iv) use the Materials on Your products other -than those that include the Intel product(s), platform(s), or software identified in the Materials; or (v) publish or provide any Materials benchmark or -comparison test results. -If You received the Materials solely for evaluation purposes, You have no distribution rights to the Materials or any portion thereof. - -Distribution of the Redistributables is also subject to the following conditions: You shall: (i) be solely responsible to Your customers and end users for any -update or support obligation or other liability which may arise from the distribution, (ii) not make any statement that Your software is "certified", or that its -performance is guaranteed, by Intel, (iii) not use Intel's name or trademarks to promote Your software without prior written permission, (iv) use a license -agreement that contains provisions that are at least as restrictive as this Agreement and which prohibits disassembly and reverse engineering of the -Materials provided in object code form, and (v) indemnify, hold harmless, and defend Intel, Intel"s Affiliates, and its licensors from and against any claims -or lawsuits, including attorney's fees, that arise or result from Your Derivatives or Your distribution of Your software. - -The consideration under this Agreement is only for the licenses Intel expressly grants above. Any other rights including, but not limited to, additional patent -rights, will require an additional license and additional consideration. Nothing in this Agreement requires or will be treated to require Intel to grant any -additional license. You acknowledge that an essential basis of the bargain in this Agreement is that Intel grants You no licenses or other rights including, -but not limited to, patent, copyright, trade secret, trademark, trade name, service mark or other intellectual property licenses or rights with respect to the -Materials and associated documentation, by implication, estoppel or otherwise, except for the licenses expressly granted above. You acknowledge there -are significant uses of the Materials in their original, unmodified and uncombined form. The consideration for the licenses in this Agreement reflects Intel"s -continuing right to assert patent claims against any modifications or derivative works (including, without limitation, error corrections and bug fixes) of, or -combinations with, the Materials that You, Your Affiliates or third parties make that infringe any Intel patent claim. - -4. LICENSE TO FEEDBACK. This Agreement does not obligate You to provide Intel with materials, information, comments, suggestions, Your Derivatives or -other communication regarding the features, functions, performance or use of the Materials ("Feedback"). If any software included in the Materials is -provided or otherwise made available by Intel in source code form, to the extent You provide Intel with Feedback in a tangible form, You grant to Intel and -its affiliates a non-exclusive, perpetual, sublicenseable, irrevocable, worldwide, royalty-free, fully paid-up and transferable license, to and under all of Your -intellectual property rights, whether perfected or not, to publicly perform, publicly display, reproduce, use, make, have made, sell, offer for sale, distribute, -import, create derivative works of and otherwise exploit any comments, suggestions, descriptions, ideas, Your Derivatives or other feedback regarding the -Materials provided by You or on Your behalf. - -5. OPEN SOURCE STATEMENT. The Materials may include Open Source Software (OSS) licensed pursuant to OSS license agreement(s) identified in the -OSS comments in the applicable source code file(s) and/or file header(s) provided with or otherwise associated with the Materials. Neither You nor any -Original Equipment Manufacturer (OEM), Original Device Manufacturer (ODM), customer, or distributor may subject any proprietary portion of the Materials -to any OSS license obligations including, without limitation, combining or distributing the Materials with OSS in a manner that subjects Intel, the Materials -or any portion thereof to any OSS license obligation. Nothing in this Agreement limits any rights under, or grants rights that supersede, the terms of any -applicable OSS license. - -6. THIRD PARTY SOFTWARE. Certain third party software provided with or within the Materials may only be used (a) upon securing a license directly from -the owner of the software or (b) in combination with hardware components purchased from such third party and (c) subject to further license limitations -by the software owner. A listing of any such third party limitations is in one or more text files accompanying the Materials. You acknowledge Intel is not -providing You with a license to such third party software and further that it is Your responsibility to obtain appropriate licenses from such third parties -directly. - -7. CONFIDENTIALITY. The terms and conditions of this Agreement, exchanged confidential information, as well as the Materials are subject to the terms -and conditions of the Non-Disclosure Agreement(s) or Intel Pre-Release Loan Agreement(s) (referred to herein collectively or individually as "NDA") entered -into by and in force between Intel and You, and in any case no less confidentiality protection than You apply to Your information of similar sensitivity. If -You would like to have a Contractor perform work on Your behalf that requires any access to or use of Materials You must obtain a written confidentiality -agreement from the Contractor which contains terms and conditions with respect to access to or use of Materials no less restrictive than those set forth in -this Agreement, excluding any distribution rights and use for any other purpose, and You will remain fully liable to Intel for the actions and inactions of -those Contractors. You may not use Intel's name in any publications, advertisements, or other announcements without Intel's prior written consent. - -8. NO OBLIGATION; NO AGENCY. Intel may make changes to the Software, or items referenced therein, at any time without notice. Intel is not obligated to -support, update, provide training for, or develop any further version of the Software or to grant any license thereto. No agency, franchise, partnership, joint- -venture, or employee-employer relationship is intended or created by this Agreement. - -9. EXCLUSION OF WARRANTIES. THE MATERIALS ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND INCLUDING -WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE. Intel does not warrant or assume responsibility -for the accuracy or completeness of any information, text, graphics, links or other items within the Materials. - -10. LIMITATION OF LIABILITY. IN NO EVENT WILL INTEL OR ITS AFFILIATES, LICENSORS OR SUPPLIERS (INCLUDING THEIR RESPECTIVE DIRECTORS, -OFFICERS, EMPLOYEES, AND AGENTS) BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, LOST PROFITS, BUSINESS -INTERRUPTION, OR LOST DATA) ARISING OUT OF OR IN RELATION TO THIS AGREEMENT, INCLUDING THE USE OF OR INABILITY TO USE THE MATERIALS, -EVEN IF INTEL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS PROHIBIT EXCLUSION OR LIMITATION OF LIABILITY -FOR IMPLIED WARRANTIES OR CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO THE ABOVE LIMITATION MAY IN PART NOT APPLY TO YOU. YOU MAY -ALSO HAVE OTHER LEGAL RIGHTS THAT VARY FROM JURISDICTION TO JURISDICTION. THE MATERIALS LICENSED HEREUNDER ARE NOT DESIGNED -OR INTENDED FOR USE IN ANY MEDICAL, LIFE SAVING OR LIFE SUSTAINING SYSTEMS, TRANSPORTATION SYSTEMS, NUCLEAR SYSTEMS, OR FOR ANY -OTHER MISSION CRITICAL APPLICATION IN WHICH THE FAILURE OF THE DEVELOPMENT TOOLS COULD LEAD TO PERSONAL INJURY OR DEATH. YOU -WILL INDEMNIFY AND HOLD INTEL AND ITS AFFILIATES, LICENSORS AND SUPPLIERS (INCLUDING THEIR RESPECTIVE DIRECTORS, OFFICERS, -EMPLOYEES, AND AGENTS) HARMLESS AGAINST ALL CLAIMS, LIABILITIES, LOSSES, COSTS, DAMAGES, AND EXPENSES (INCLUDING REASONABLE -ATTORNEY FEES), ARISING OUT OF, DIRECTLY OR INDIRECTLY, THE DISTRIBUTION OF THE MATERIALS AND ANY CLAIM OF PRODUCT LIABILITY, -PERSONAL INJURY OR DEATH ASSOCIATED WITH ANY UNINTENDED USE, EVEN IF SUCH CLAIM ALLEGES THAT INTEL OR AN INTEL AFFILIATE, LICENSOR -OR SUPPLIER WAS NEGLIGENT REGARDING THE DESIGN OR MANUFACTURE OF THE MATERIALS. THE LIMITED REMEDIES, WARRANTY DISCLAIMER AND -LIMITED LIABILITY ARE FUNDAMENTAL ELEMENTS OF THE BASIS OF THE BARGAIN BETWEEN INTEL AND YOU AND INTEL WOULD NOT BE ABLE TO -PROVIDE THE MATERIALS WITHOUT SUCH LIMITATIONS. - -11. TERMINATION AND SURVIVAL. Intel may terminate this Agreement for any reason with thirty (30) days" notice and immediately if You or someone -acting on Your behalf or at Your behest violates any of its terms or conditions. Upon termination You will immediately destroy and ensure the destruction -of the Materials (including providing certification of such destruction or return back to Intel). Upon termination of this Agreement, all licenses granted to -You hereunder terminate immediately. All Sections of this Agreement, except Section 2, will survive termination. In the event of termination of this -Agreement, the license grant to any Redistributables, including Your Derivatives of the Redistributables, distributed by You prior to the effective date of -such termination and in accordance with the terms and conditions of this Agreement shall survive any such termination of this Agreement. - -12. GOVERNING LAW AND JURISDICTION. This Agreement and any dispute arising out of or relating to it will be governed by the laws of the U.S.A. and -Delaware, without regard to conflict of laws principles. The Parties exclude the application of the United Nations Convention on Contracts for the -International Sale of Goods (1980). The state and federal courts sitting in Delaware, U.S.A. will have exclusive jurisdiction over any dispute arising out of or -relating to this Agreement. The Parties consent to personal jurisdiction and venue in those courts. A Party that obtains a judgment against the other Party -in the courts identified in this section may enforce that judgment in any court that has jurisdiction over the Parties. - -13. EXPORT REGULATIONS/EXPORT CONTROL. You agree that neither You nor Your subsidiaries or Affiliates will export/re-export the Materials, directly -or indirectly, to any country for which the U.S. Department of Commerce or any other agency or department of the U.S. Government or the foreign -government from where it is shipping requires an export license, or other governmental approval, without first obtaining any such required license or -approval. In the event the Materials are exported from the U.S.A. or re-exported from a foreign destination by You, Your subsidiaries, or Your Affiliates, You -will ensure that the distribution and export/re-export or import of the Materials complies with all laws, regulations, orders, or other restrictions of the U.S. -Export Administration Regulations and the appropriate foreign government. - -14. GOVERNMENT RESTRICTED RIGHTS. The Materials are a commercial item (as defined in 48 C.F.R. 2.101) consisting of commercial computer software -and commercial computer software documentation (as those terms are used in 48 C.F.R. 12.212). Consistent with 48 C.F.R. 12.212 and 48 C.F.R 227.72021 -through 227.7202-4, You will not provide the Materials to the U.S. Government. Contractor or Manufacturer is Intel Corporation, 2200 Mission College -Blvd., Santa Clara, CA 95054. - -15. TRADEMARKS. Third party trademarks, trade names, product names and logos (the "Trademarks") contained in or used by the Materials are the -trademarks or registered trademarks of their respective owners, and the use of such Trademarks shall inure to the benefit of the trademark owner. The -reference to such Trademarks (if any) by Intel in any of the Materials does not constitute: (i) an affiliation by Intel and its licensors with such company, or (ii) -an endorsement or approval of such company of Intel and its licensors and its products or services. - -16. ASSIGNMENT. You may not delegate, assign or transfer this Agreement, the license(s) granted or any of Your rights or duties hereunder, expressly, by -implication, by operation of law, or otherwise and any attempt to do so, without Intel"s express prior written consent, will be null and void. Intel may assign, -delegate and transfer this Agreement, and its rights and obligations hereunder, in its sole discretion. - -17. ENTIRE AGREEMENT; SEVERABILITY. The terms and conditions of this Agreement and any NDA with Intel constitute the entire agreement between the -Parties with respect to the subject matter hereof, and merge and supersede all prior or contemporaneous agreements, understandings, negotiations and -discussions. Neither Party will be bound by any terms, conditions, definitions, warranties, understandings, or representations with respect to the subject -matter hereof other than as expressly provided herein. In the event any provision of this Agreement is unenforceable or invalid under any applicable law -or applicable court decision, such unenforceability or invalidity will not render this Agreement unenforceable or invalid as a whole, instead such provision -will be changed and interpreted so as to best accomplish the objectives of such provision within legal limits. - -18. WAIVER. The failure of a Party to require performance by the other Party of any provision hereof will not affect the full right to require such performance -at any time thereafter; nor will waiver by a Party of a breach of any provision hereof constitute a waiver of the provision itself. - -19. PRIVACY. YOUR PRIVACY RIGHTS ARE SET FORTH IN INTEL'S PRIVACY NOTICE, WHICH FORMS A PART OF THIS AGREEMENT. PLEASE REVIEW THE -PRIVACY NOTICE AT HTTP://WWW.INTEL.COM/PRIVACY TO LEARN HOW INTEL COLLECTS, USES AND SHARES INFORMATION ABOUT YOU. + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +1. Definitions. +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + You must give any other recipients of the Work or Derivative Works a copy of this License; and + You must cause any modified files to carry prominent notices stating that You changed the files; and + You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. +You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. +END OF TERMS AND CONDITIONS +APPENDIX: How to apply the Apache License to your work +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + Copyright [yyyy] [name of copyright owner] Licensed 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. diff --git a/api/LICENSE b/api/LICENSE index a444ba1..617d376 100644 --- a/api/LICENSE +++ b/api/LICENSE @@ -1,193 +1,32 @@ -SOFTWARE TOOLS LICENSE AGREEMENT - -DO NOT DOWNLOAD, INSTALL, ACCESS, COPY, OR USE ANY PORTION OF THE MATERIALS (DEFINED BELOW) UNTIL YOU HAVE READ AND ACCEPTED -THE TERMS AND CONDITIONS OF THIS AGREEMENT. BY INSTALLING, COPYING, ACCESSING, OR USING THE MATERIALS, YOU AGREE TO BE LEGALLY -BOUND BY THE TERMS AND CONDITIONS OF THIS AGREEMENT. If You do not agree to be bound by, or the entity for whose benefit You act has not -authorized You to accept, these terms and conditions, do not install, access, copy, or use the Software and destroy all copies of the Software in Your -possession. - -This DEVELOPMENT TOOLS LICENSE AGREEMENT (this "Agreement") is entered into between Intel Corporation, a Delaware corporation ("Intel") and You. -"You" refers to you or your employer or other entity for whose benefit you act, as applicable. If you are agreeing to the terms and conditions of this -Agreement on behalf of a company or other legal entity, you represent and warrant that you have the legal authority to bind that legal entity to the -Agreement, in which case, "You" or "Your" shall be in reference to such entity. Intel and You are referred to herein individually as a "Party" or, together, as -the "Parties". - -The Parties, in consideration of the mutual covenants contained in this Agreement, and for other good and valuable consideration, the receipt and -sufficiency of which they acknowledge, and intending to be legally bound, agree as follows: - -1. DEFINITIONS. The following definitions are used throughout this Agreement: -"Affiliate" means any entity controlling, controlled by or under common control with a Party hereto, where "control" means the direct or indirect ownership -of more than fifty percent (50%) of such entity"s capital or equivalent voting rights. An entity will be deemed an "Affiliate" only as long as such control exists -during the term of this Agreement. - -"Contractor" means a third party consultant or subcontractor who requires access to or use of the Materials to perform work on Your behalf or at Your -behest. - -"Development Tools" means the development, evaluation, production, or test tool software, and associated documentation or other collateral, identified -in the "development_tools.txt" text files, if any, included in the Materials. - -"Derivatives" means derivative works as defined in 17 U.S.C " 101 et seq. - -"Intel-based Device" means a device designed, manufactured, or configured by You or Your Affiliates to include or operate Intel hardware, software, or -services. - -"Materials" means the software, documentation, the software product serial number and license key codes (if applicable), Development Tools, -Redistributables, and other materials or collateral, including any updates and upgrades thereto, in source code or object code form where applicable, that -are provided or otherwise made available by Intel to You under this Agreement. "Materials" do not include Open Source Software or any computer -programming code that is subject to an agreement, obligation or license (whether or not accompanying the Materials) intended to supersede this -Agreement. - -"Redistributables" means the software, documentation, or other collateral identified in the "redist.txt" text files, if any, included in the Materials. - -2. LIMITED LICENSE. -(A) Subject to the terms and conditions of this Agreement, Intel grants You and Your Affiliates, a limited, nonexclusive, nontransferable, revocable, -worldwide, fully paid-up license during the term of this Agreement, without the right to sublicense, unless expressly stated otherwise, to: -(1) internally reproduce and install a reasonable number of copies of the Materials for Your internal use solely for the purposes of designing, -developing, manufacturing and testing Intel-based Devices; -(2) internally reproduce the source code of the Development Tools, if provided to You by Intel, and to internally create and reproduce Derivatives of -the Development Tools, and to internally reproduce the binary code of the Development Tools, or any Derivatives created by You, in each case solely -for the purpose of designing, developing, manufacturing and testing the Intel-based Device, solely as necessary for the integration of any Intel software -and the output generated by the Development Tools, with and into Intel-based Devices; -(3) create Derivatives of the Redistributables, or any portions thereof, provided to You by Intel in source code form solely for the purposes of designing, -developing, debugging, modifying, distributing and testing software containing significantly more functionality and features than the Redistributables -in the form provided to You by Intel; -(4) distribute (or otherwise make available) on a royalty-free basis, subject to any other terms and conditions which may appear in the Redistributables -text files, the Redistributables, including any Derivatives of the Redistributables pursuant to Section 2(A)(3), or any portions thereof, only as integrated -or embedded in software (and not on a stand-alone basis) solely for use on an Intel-based Device; and -(5) have the tasks set forth in Section 2(A)(1) and (2) above performed by a Contractor on the conditions that You enter into a written confidentiality -agreement with any such Contractor, subject to Section 7 (Confidentiality), and You remain fully liable to Intel for the actions and inactions of Your -Contractors. -(B) You will be liable for Your Affiliate"s breach of these terms. In addition, You acknowledge that Your Affiliates are beneficiaries of the licenses granted by -Intel under Section 2. -(C) Intel hereby grants You the right to sub-license (without rights to further sublicense) the Development Tools, including any accompanying -documentation, to Your manufacturing partners, in the code format provided to You by Intel, solely for designing, developing, manufacturing and testing -the Intel-based Devices solely as necessary for the integration of any Intel software and the output generated by the Development Tools, with and into -Intel-based Devices. The sublicense is subject to a written sublicensing agreement that contains confidentiality obligations and license restrictions that are -no less protective of Intel than those provided in this Agreement. You will be fully responsible and liable towards Intel for Your sub-licensees" compliance -with all such confidentiality obligations and license restrictions. You may grant Your manufacturing partners the right to further distribute Redistributables -solely as integrated or embedded in software for Your Intel-based Devices. - -3. LICENSE RESTRICTIONS. All right, title and interest in and to the Materials and associated documentation are and will remain the exclusive property of -Intel and its suppliers. Unless expressly permitted under the Agreement, You will not, and will not allow any third party to (i) use, copy, distribute, sell or -offer to sell the Materials or associated documentation; (ii) modify, adapt, enhance, disassemble, decompile, reverse engineer, change or create derivative -works from the Materials except and only to the extent as specifically required by mandatory applicable laws or any applicable third party license terms -accompanying the Materials; (iii) use or make the Materials available for the use or benefit of third parties; or (iv) use the Materials on Your products other -than those that include the Intel product(s), platform(s), or software identified in the Materials; or (v) publish or provide any Materials benchmark or -comparison test results. -If You received the Materials solely for evaluation purposes, You have no distribution rights to the Materials or any portion thereof. - -Distribution of the Redistributables is also subject to the following conditions: You shall: (i) be solely responsible to Your customers and end users for any -update or support obligation or other liability which may arise from the distribution, (ii) not make any statement that Your software is "certified", or that its -performance is guaranteed, by Intel, (iii) not use Intel's name or trademarks to promote Your software without prior written permission, (iv) use a license -agreement that contains provisions that are at least as restrictive as this Agreement and which prohibits disassembly and reverse engineering of the -Materials provided in object code form, and (v) indemnify, hold harmless, and defend Intel, Intel"s Affiliates, and its licensors from and against any claims -or lawsuits, including attorney's fees, that arise or result from Your Derivatives or Your distribution of Your software. - -The consideration under this Agreement is only for the licenses Intel expressly grants above. Any other rights including, but not limited to, additional patent -rights, will require an additional license and additional consideration. Nothing in this Agreement requires or will be treated to require Intel to grant any -additional license. You acknowledge that an essential basis of the bargain in this Agreement is that Intel grants You no licenses or other rights including, -but not limited to, patent, copyright, trade secret, trademark, trade name, service mark or other intellectual property licenses or rights with respect to the -Materials and associated documentation, by implication, estoppel or otherwise, except for the licenses expressly granted above. You acknowledge there -are significant uses of the Materials in their original, unmodified and uncombined form. The consideration for the licenses in this Agreement reflects Intel"s -continuing right to assert patent claims against any modifications or derivative works (including, without limitation, error corrections and bug fixes) of, or -combinations with, the Materials that You, Your Affiliates or third parties make that infringe any Intel patent claim. - -4. LICENSE TO FEEDBACK. This Agreement does not obligate You to provide Intel with materials, information, comments, suggestions, Your Derivatives or -other communication regarding the features, functions, performance or use of the Materials ("Feedback"). If any software included in the Materials is -provided or otherwise made available by Intel in source code form, to the extent You provide Intel with Feedback in a tangible form, You grant to Intel and -its affiliates a non-exclusive, perpetual, sublicenseable, irrevocable, worldwide, royalty-free, fully paid-up and transferable license, to and under all of Your -intellectual property rights, whether perfected or not, to publicly perform, publicly display, reproduce, use, make, have made, sell, offer for sale, distribute, -import, create derivative works of and otherwise exploit any comments, suggestions, descriptions, ideas, Your Derivatives or other feedback regarding the -Materials provided by You or on Your behalf. - -5. OPEN SOURCE STATEMENT. The Materials may include Open Source Software (OSS) licensed pursuant to OSS license agreement(s) identified in the -OSS comments in the applicable source code file(s) and/or file header(s) provided with or otherwise associated with the Materials. Neither You nor any -Original Equipment Manufacturer (OEM), Original Device Manufacturer (ODM), customer, or distributor may subject any proprietary portion of the Materials -to any OSS license obligations including, without limitation, combining or distributing the Materials with OSS in a manner that subjects Intel, the Materials -or any portion thereof to any OSS license obligation. Nothing in this Agreement limits any rights under, or grants rights that supersede, the terms of any -applicable OSS license. - -6. THIRD PARTY SOFTWARE. Certain third party software provided with or within the Materials may only be used (a) upon securing a license directly from -the owner of the software or (b) in combination with hardware components purchased from such third party and (c) subject to further license limitations -by the software owner. A listing of any such third party limitations is in one or more text files accompanying the Materials. You acknowledge Intel is not -providing You with a license to such third party software and further that it is Your responsibility to obtain appropriate licenses from such third parties -directly. - -7. CONFIDENTIALITY. The terms and conditions of this Agreement, exchanged confidential information, as well as the Materials are subject to the terms -and conditions of the Non-Disclosure Agreement(s) or Intel Pre-Release Loan Agreement(s) (referred to herein collectively or individually as "NDA") entered -into by and in force between Intel and You, and in any case no less confidentiality protection than You apply to Your information of similar sensitivity. If -You would like to have a Contractor perform work on Your behalf that requires any access to or use of Materials You must obtain a written confidentiality -agreement from the Contractor which contains terms and conditions with respect to access to or use of Materials no less restrictive than those set forth in -this Agreement, excluding any distribution rights and use for any other purpose, and You will remain fully liable to Intel for the actions and inactions of -those Contractors. You may not use Intel's name in any publications, advertisements, or other announcements without Intel's prior written consent. - -8. NO OBLIGATION; NO AGENCY. Intel may make changes to the Software, or items referenced therein, at any time without notice. Intel is not obligated to -support, update, provide training for, or develop any further version of the Software or to grant any license thereto. No agency, franchise, partnership, joint- -venture, or employee-employer relationship is intended or created by this Agreement. - -9. EXCLUSION OF WARRANTIES. THE MATERIALS ARE PROVIDED "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND INCLUDING -WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE. Intel does not warrant or assume responsibility -for the accuracy or completeness of any information, text, graphics, links or other items within the Materials. - -10. LIMITATION OF LIABILITY. IN NO EVENT WILL INTEL OR ITS AFFILIATES, LICENSORS OR SUPPLIERS (INCLUDING THEIR RESPECTIVE DIRECTORS, -OFFICERS, EMPLOYEES, AND AGENTS) BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, LOST PROFITS, BUSINESS -INTERRUPTION, OR LOST DATA) ARISING OUT OF OR IN RELATION TO THIS AGREEMENT, INCLUDING THE USE OF OR INABILITY TO USE THE MATERIALS, -EVEN IF INTEL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS PROHIBIT EXCLUSION OR LIMITATION OF LIABILITY -FOR IMPLIED WARRANTIES OR CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO THE ABOVE LIMITATION MAY IN PART NOT APPLY TO YOU. YOU MAY -ALSO HAVE OTHER LEGAL RIGHTS THAT VARY FROM JURISDICTION TO JURISDICTION. THE MATERIALS LICENSED HEREUNDER ARE NOT DESIGNED -OR INTENDED FOR USE IN ANY MEDICAL, LIFE SAVING OR LIFE SUSTAINING SYSTEMS, TRANSPORTATION SYSTEMS, NUCLEAR SYSTEMS, OR FOR ANY -OTHER MISSION CRITICAL APPLICATION IN WHICH THE FAILURE OF THE DEVELOPMENT TOOLS COULD LEAD TO PERSONAL INJURY OR DEATH. YOU -WILL INDEMNIFY AND HOLD INTEL AND ITS AFFILIATES, LICENSORS AND SUPPLIERS (INCLUDING THEIR RESPECTIVE DIRECTORS, OFFICERS, -EMPLOYEES, AND AGENTS) HARMLESS AGAINST ALL CLAIMS, LIABILITIES, LOSSES, COSTS, DAMAGES, AND EXPENSES (INCLUDING REASONABLE -ATTORNEY FEES), ARISING OUT OF, DIRECTLY OR INDIRECTLY, THE DISTRIBUTION OF THE MATERIALS AND ANY CLAIM OF PRODUCT LIABILITY, -PERSONAL INJURY OR DEATH ASSOCIATED WITH ANY UNINTENDED USE, EVEN IF SUCH CLAIM ALLEGES THAT INTEL OR AN INTEL AFFILIATE, LICENSOR -OR SUPPLIER WAS NEGLIGENT REGARDING THE DESIGN OR MANUFACTURE OF THE MATERIALS. THE LIMITED REMEDIES, WARRANTY DISCLAIMER AND -LIMITED LIABILITY ARE FUNDAMENTAL ELEMENTS OF THE BASIS OF THE BARGAIN BETWEEN INTEL AND YOU AND INTEL WOULD NOT BE ABLE TO -PROVIDE THE MATERIALS WITHOUT SUCH LIMITATIONS. - -11. TERMINATION AND SURVIVAL. Intel may terminate this Agreement for any reason with thirty (30) days" notice and immediately if You or someone -acting on Your behalf or at Your behest violates any of its terms or conditions. Upon termination You will immediately destroy and ensure the destruction -of the Materials (including providing certification of such destruction or return back to Intel). Upon termination of this Agreement, all licenses granted to -You hereunder terminate immediately. All Sections of this Agreement, except Section 2, will survive termination. In the event of termination of this -Agreement, the license grant to any Redistributables, including Your Derivatives of the Redistributables, distributed by You prior to the effective date of -such termination and in accordance with the terms and conditions of this Agreement shall survive any such termination of this Agreement. - -12. GOVERNING LAW AND JURISDICTION. This Agreement and any dispute arising out of or relating to it will be governed by the laws of the U.S.A. and -Delaware, without regard to conflict of laws principles. The Parties exclude the application of the United Nations Convention on Contracts for the -International Sale of Goods (1980). The state and federal courts sitting in Delaware, U.S.A. will have exclusive jurisdiction over any dispute arising out of or -relating to this Agreement. The Parties consent to personal jurisdiction and venue in those courts. A Party that obtains a judgment against the other Party -in the courts identified in this section may enforce that judgment in any court that has jurisdiction over the Parties. - -13. EXPORT REGULATIONS/EXPORT CONTROL. You agree that neither You nor Your subsidiaries or Affiliates will export/re-export the Materials, directly -or indirectly, to any country for which the U.S. Department of Commerce or any other agency or department of the U.S. Government or the foreign -government from where it is shipping requires an export license, or other governmental approval, without first obtaining any such required license or -approval. In the event the Materials are exported from the U.S.A. or re-exported from a foreign destination by You, Your subsidiaries, or Your Affiliates, You -will ensure that the distribution and export/re-export or import of the Materials complies with all laws, regulations, orders, or other restrictions of the U.S. -Export Administration Regulations and the appropriate foreign government. - -14. GOVERNMENT RESTRICTED RIGHTS. The Materials are a commercial item (as defined in 48 C.F.R. 2.101) consisting of commercial computer software -and commercial computer software documentation (as those terms are used in 48 C.F.R. 12.212). Consistent with 48 C.F.R. 12.212 and 48 C.F.R 227.72021 -through 227.7202-4, You will not provide the Materials to the U.S. Government. Contractor or Manufacturer is Intel Corporation, 2200 Mission College -Blvd., Santa Clara, CA 95054. - -15. TRADEMARKS. Third party trademarks, trade names, product names and logos (the "Trademarks") contained in or used by the Materials are the -trademarks or registered trademarks of their respective owners, and the use of such Trademarks shall inure to the benefit of the trademark owner. The -reference to such Trademarks (if any) by Intel in any of the Materials does not constitute: (i) an affiliation by Intel and its licensors with such company, or (ii) -an endorsement or approval of such company of Intel and its licensors and its products or services. - -16. ASSIGNMENT. You may not delegate, assign or transfer this Agreement, the license(s) granted or any of Your rights or duties hereunder, expressly, by -implication, by operation of law, or otherwise and any attempt to do so, without Intel"s express prior written consent, will be null and void. Intel may assign, -delegate and transfer this Agreement, and its rights and obligations hereunder, in its sole discretion. - -17. ENTIRE AGREEMENT; SEVERABILITY. The terms and conditions of this Agreement and any NDA with Intel constitute the entire agreement between the -Parties with respect to the subject matter hereof, and merge and supersede all prior or contemporaneous agreements, understandings, negotiations and -discussions. Neither Party will be bound by any terms, conditions, definitions, warranties, understandings, or representations with respect to the subject -matter hereof other than as expressly provided herein. In the event any provision of this Agreement is unenforceable or invalid under any applicable law -or applicable court decision, such unenforceability or invalidity will not render this Agreement unenforceable or invalid as a whole, instead such provision -will be changed and interpreted so as to best accomplish the objectives of such provision within legal limits. - -18. WAIVER. The failure of a Party to require performance by the other Party of any provision hereof will not affect the full right to require such performance -at any time thereafter; nor will waiver by a Party of a breach of any provision hereof constitute a waiver of the provision itself. - -19. PRIVACY. YOUR PRIVACY RIGHTS ARE SET FORTH IN INTEL'S PRIVACY NOTICE, WHICH FORMS A PART OF THIS AGREEMENT. PLEASE REVIEW THE -PRIVACY NOTICE AT HTTP://WWW.INTEL.COM/PRIVACY TO LEARN HOW INTEL COLLECTS, USES AND SHARES INFORMATION ABOUT YOU. + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +1. Definitions. +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + You must give any other recipients of the Work or Derivative Works a copy of this License; and + You must cause any modified files to carry prominent notices stating that You changed the files; and + You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. +You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. +END OF TERMS AND CONDITIONS +APPENDIX: How to apply the Apache License to your work +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + Copyright [yyyy] [name of copyright owner] Licensed 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. diff --git a/api/include/mvnc.h b/api/include/mvnc.h index 082bd19..7749504 100644 --- a/api/include/mvnc.h +++ b/api/include/mvnc.h @@ -1,3 +1,20 @@ +/* +* +* Copyright (c) 2017-2018 Intel Corporation. All Rights Reserved +* +* Licensed 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. +*/ + #ifndef __MVNC_H_INCLUDED__ #define __MVNC_H_INCLUDED__ diff --git a/api/include/mvnc_deprecated.h b/api/include/mvnc_deprecated.h index c7fabeb..974d594 100644 --- a/api/include/mvnc_deprecated.h +++ b/api/include/mvnc_deprecated.h @@ -1,3 +1,20 @@ +/* +* +* Copyright (c) 2017-2018 Intel Corporation. All Rights Reserved +* +* Licensed 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. +*/ + #ifndef __MVNC_DEPRECATED_H_INCLUDED__ #define __MVNC_DEPRECATED_H_INCLUDED__ diff --git a/api/python/mvnc/mvncapi.py b/api/python/mvnc/mvncapi.py index cfdcace..9a10b6f 100644 --- a/api/python/mvnc/mvncapi.py +++ b/api/python/mvnc/mvncapi.py @@ -1,18 +1,16 @@ -# Copyright 2017 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) 2017-2018 Intel Corporation. All Rights Reserved +# +# Licensed 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. import sys import numpy diff --git a/api/src/Makefile b/api/src/Makefile index 5d6b45d..7acfc98 100644 --- a/api/src/Makefile +++ b/api/src/Makefile @@ -24,7 +24,7 @@ LDFLAGS += -shared OBJS := $(SRCS:%.c=$(OBJDIR)/%.o) DEPS := $(OBJS:.o=.d) -all: obj-$(ARCH)/libmvnc.so.0 +all: $(OBJDIR)/$(OUT) get_mvcmd $(OBJDIR)/$(OUT): $(OBJS) $(CC) $(LDFLAGS) $(OBJS) -o $@ $(LIBS) @@ -39,6 +39,10 @@ $(OBJDIR): -include $(DEPS) +.PHONY: get_mvcmd +get_mvcmd: + @./get_mvcmd.sh + basicinstall: $(OBJDIR)/$(OUT) mkdir -p $(INSTALLDIR)/include/ mkdir -p $(INSTALLDIR)/lib/ @@ -61,7 +65,7 @@ postinstall: udevadm trigger ldconfig -install: basicinstall pythoninstall postinstall +install: get_mvcmd basicinstall pythoninstall postinstall uninstall: rm -f $(INSTALLDIR)/lib/libmvnc.so.0 @@ -79,3 +83,4 @@ clean: rm -f $(OBJS) rm -rf $(OBJDIR) rm -f libmvnc.so + find mvnc/ -type f -delete diff --git a/api/src/Makefile.rpi b/api/src/Makefile.rpi index 6cf9012..0b6a2af 100644 --- a/api/src/Makefile.rpi +++ b/api/src/Makefile.rpi @@ -26,6 +26,11 @@ LDFLAGS += -shared OBJS := $(SRCS:%.c=$(OBJDIR)/%.o) DEPS := $(OBJS:.o=.d) +all: $(OBJDIR)/$(OUT) get_mvcmd + +get_mvcmd: + @./get_mvcmd.sh + $(OBJDIR)/$(OUT): $(OBJS) $(CC) $(LDFLAGS) $(OBJS) -o $@ $(LIBS) @@ -41,3 +46,4 @@ clean: rm -f $(OUT) rm -f $(OBJS) rm -rf $(OBJDIR) + find mvnc/ -type f -delete diff --git a/api/src/USBLinkDefines.h b/api/src/USBLinkDefines.h index 4ec8cad..49da23b 100644 --- a/api/src/USBLinkDefines.h +++ b/api/src/USBLinkDefines.h @@ -1,19 +1,18 @@ /* -* Copyright 2017 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) 2017-2018 Intel Corporation. All Rights Reserved +* +* Licensed 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. */ #ifndef _USBLINKCOMMONDEFINES_H diff --git a/api/src/common.h b/api/src/common.h index 7385f0c..6b1ffd7 100644 --- a/api/src/common.h +++ b/api/src/common.h @@ -1,19 +1,18 @@ /* -* Copyright 2017 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) 2017-2018 Intel Corporation. All Rights Reserved +* +* Licensed 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. */ // Common logging macros diff --git a/api/src/get_mvcmd.sh b/api/src/get_mvcmd.sh new file mode 100755 index 0000000..33d3e80 --- /dev/null +++ b/api/src/get_mvcmd.sh @@ -0,0 +1,107 @@ +#! /bin/bash +# +# Attempt to download tar file to get firmware. +# If download fails, restore saved firmware if the NCSDK installed version in /opt/movidius matches NCSDK version of this distribution. +# If download fails and versions mismatch, then existing firmware isn't restored. +# + +# ncsdk_link is the url (set in install.sh & get_mvcmd.sh) +ncsdk_link=https://downloadmirror.intel.com/28192/eng/NCSDK-1.12.01.01.tar.gz +NCSDK_API_VERSION=$(basename $ncsdk_link | awk -F. '{print $1"."$2"."$3"."$4}' | awk -F'NCSDK-' '{print $2}') +download_filename="NCSDK-${NCSDK_API_VERSION}.tar.gz" + +mvcmd_dir=./mvnc +mvcmd_old_dir=./mvnc.old + + +function restore_old_fw() +{ + # remove the tar file if downloaded + [ -f ./${download_filename} ] && rm -rf ./${download_filename} + + # Require old FW to exist + if [ ! -d ${mvcmd_old_dir} ] ; then + echo "Error restoring old firmware - directory ${mvcmd_old_dir} doesn't exist. Will exit" + exit 1 + fi + + # Remove FW directory if it exists + [ -d ${mvcmd_dir} ] && rm -rf ${mvcmd_dir} + + # check version of installed NCSDK vs. version of API + NCSDK_installed_version_file="/opt/movidius/version.txt" + if [ -f ${NCSDK_installed_version_file} ] ; then + NCSDK_INSTALLED_VERSION=$(cat ${NCSDK_installed_version_file} ) + + # compare installed version with API + if [ "${NCSDK_API_VERSION}" = "${NCSDK_INSTALLED_VERSION}" ] ; then + mv -f ${mvcmd_old_dir} ${mvcmd_dir} + echo "Warning: Restored old firmware" + else + echo "Error: Old firmware version=${NCSDK_API_VERSION} doesn't match installed NCSDK version ${NCSDK_INSTALLED_VERSION}." + echo " Not restoring old firmware directory, ${mvcmd_old_dir}. Will exit" + exit 1 + fi + + else + echo "Warning: Cannot find NCSDK installed version file ${NCSDK_installed_version_file}." + mv -f ${mvcmd_old_dir} ${mvcmd_dir} + echo "Warning: Restored old firmware and exiting" + fi + + exit 0 +} + + +# If exists, rename existing FW +[ -d ${mvcmd_old_dir} ] && rm -rf ${mvcmd_old_dir} +[ -d ${mvcmd_dir} ] && mv -f ${mvcmd_dir} ${mvcmd_old_dir} + + +# download file if not already available +if [ -f ../../${download_filename} ] ; then + [ -f ${download_filename} ] && rm -f ${download_filename} + ln -s ../../${download_filename} . +else + # download, ncsdk_download_link set in install-utilities.sh function initialize_constants() + wget -q --no-cache -O ${download_filename} ${ncsdk_link} + if [ $? -ne 0 ]; then + echo "Error downloading $ncsdk_download_link. Will try to restore existing firmware" + restore_old_fw + fi +fi + +# ncsdk_pkg is the filename without the .tar.gz extension +ncsdk_pkg=${download_filename%%.tar.gz} + +# create mvnc directory +mkdir -p ${mvcmd_dir} + +# search for FW in tarball +ARCH=$(uname -m) +tar -tf ${download_filename} | grep -q "ncsdk-${ARCH}/fw/$" +if [ $? -ne 0 ] ; then + echo "Error firmware, ncsdk-${ARCH}/fw/, not found in tar file ${download_filename}. Will try to restore existing firmware" + restore_old_fw +fi + + +tar -xf ${download_filename} --strip-components=3 -C ${mvcmd_dir} NCSDK-${NCSDK_API_VERSION}/ncsdk-${ARCH}/fw/ +if [ $? -ne 0 ]; then + echo "Error extracting tar file ${download_filename}. Will try to restore existing firmware" + restore_old_fw +fi + +# check for FW +ls mvnc/*.mvcmd >& /dev/null +if [ $? -eq 0 ]; then + echo "NCSDK FW successfully installed" + # remove old FW dir if it exists + [ -d ${mvcmd_old_dir} ] && rm -rf ${mvcmd_old_dir} +else + echo "ERROR NCSDK FW not found after downloading. Will try to restore existing firmware" + restore_old_fw +fi + +# remove the tar file +rm -rf ${download_filename} diff --git a/api/src/mvnc/MvNCAPI.mvcmd b/api/src/mvnc/MvNCAPI.mvcmd deleted file mode 100644 index 87db9cb15dc428c4023e87893212a2dc7486c4b2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 865724 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 x)yr8IMkkN3+Lw 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 z z*026+)xkLc+w@n}L2d3gs>2^64m%#g3}=X#L2l3nLK^Jkd*k5ThTEkcYL{RW1oH5! z(w}v4#pl8{=|7?Xdz$`&gY!LLzuCdbKdk>N7HGJ4+ZbB%b?^2Xyc;!1x9=g3=91#i zui2q-nV$de4z75Bb;59q7Vj!kp1|F62b_aK}9u&YxiXaQlGW@*`En=WWCi6G01L}Dq`mXdgqUe@F!>@=J1 zkV6w?tEkC{L%MRKURdgG_)aKP)E@E*BQ*t1fJKI0t{Cei#p&byqTq`qID**Mfz&>U7^}pIK{0$ z9&*nLgaqX!DYP>1mdioRT$gmPtoiC)??z3uz4egk3v#fuM{6NHGjW4Xtw1_vlH!3L zZC9vgW_!q{_Z1IxYLACHX9hx&;6t-~vQuQ5stJ|WVrR8Ub6!x!d=)CFB29-wk>xt8 zFY!UaUb@Ak8#d=D8o$WXOWYV5xhsw=wv}o#%bFI2$HvG<+DwZIW2AagpGt;CrfZa@ zpprCM!XtBWx1{(mGB=C{r0=*ceJXd$b-8aOrevEr@u+U6)Je`Xa34kbf{jK%B=R&LG4Yq~hEUaqd^e`74OC^`Og1#p!Qy%?eF~ zI6eDZrY}lgb#)pnq;n3$dCDM=lXFO)V(1DfbJ|121Fsv7hhCo(7NsxFCs(F2O`BCw z+AFu31Z4&U357YX3bG?*nP6XCb%P+o?ubx%7OMJgx0PsBb$4n@Ay)gJQTKn@a80O5 z!_}P%^}kNti*Hc(^UU9%?$G6Ks>?&d-w)yMr^4R~;ctcT`_5uUoTW1&h#3*UjHtzo zsHHQ)jTzy_j0mfHa8TXdL+Wm)>dyWpb%%yuS9j=sSluy3L+V~-`u5H0Ui%H|PTZ`( zV6PYwtjoU41k18NV1i0E!v?+CXPCY^myem5-NN+MxFn`7yOHVhx|~c+b`@hfoNvSctwQHu3hA+~8$%p6+&g~0&Y35JwQKT;!?fB* zf@=$iZ>`qc)#Y9rK~AhqBa;~RL(Zm?eR)jNMV2jxZLD1rO>CRyXow60*0haf$J=xl z=8Pj3$7#Hd2A-yUu#l$Ql*nWY{er2V#5Zb{hdq)K*hV^k zvV&|8A}UVxq)5MyI{XQllLQ;h!cf?utF? zvJ_*u;esUgrW@S!`T6Ugaf91#xWVw7-Tc0(IfuR9ru)cKo%Li*8VTBAID#eAptxa6 zg0H-p+Q2lKPt$H?@URhNAPo&|<^vaUz1!U8v>6NRh?aJc)ayCw{+*me8*aKY)4L=~dFgDZz`^Y8 z&b!0=+t7lGa@|fdtQ2YK{e&aEyI!RQyO_WA( zcHjQ%&q4?N8D{0PtD%BQrfFNqP%g?D&zbH1{ZxoTScqe}h`F}ZZIHTwo2!bk3t}9j zp@M&dO;6USz&zfkP zl0DJ+R<=%FXe1K@Z)FP;ee{onKP_F`FPZnX-<>T*Gfm5g8P1{WfzQnoaYT?qlgOcs zQ~-7fx-lFq3bIEqTgmdT10PXD{b~&SDuTE5TVvo?i>P0X zfnSAxLZCw%_80tWrtfd}t16$O0SusuU$RP`|ob1@&#tEhfRB zr}`C^RP|O!>Z9tvk1hX?n~#aon}5Z8l&j{W^7a3Jn~yuBB$$r_Uo#(LLWpB;Fdqj@ z6a|?rUA3?0laC|V4P~uzo zlkiLYG3?XA2GMJh_ihOpV=JdNYCA)0L_dk>4Dp9d27TV?kpAgE5Z@TSuN$FxH$roV z97<)T9}bBRellK**Ytq5D=(_b8^ z;N`2SjBFas$*H3?a^7g&^uuqDUcRbKEAJg0DPJ0gTVG0jaK&x7#U=5fPbSjWbeBkP zeJNvk3BC2DJInn>yzUtNNKdg=zBIwS?5aw?D#PeRR(wTDf=xBVSG6WYY+Z zoH_!}$Q!ZzKpC!idqnxF3a$KUdW2jt+C2U6r@2c@=)FE2_uwA-%uiDvT5$(`6h_2E0kd2@ znwx(3YU)D=@F3G@9Xc9;jz-FFkB*YxpMVa&pZnmdJly>KaS!dG58FHX(G{6m`TbNh z^nG#pC$aRq^m36l?EQ>KN*#Miu|~=WE#V8tfbnG65&qjjS5~mSwl_2z@W}ectSL?v%^H_tj++-s?Kf^}U`g z@^!8*u20Ff@vplCzVB4FlUH089^r2#-(A@Va(EPZd+Se?;CPQEQ@b$|h2@#&- z^3FN5yJARtRg#_(lZ@g^`rImWrv+-ClY_I_3lgL zWM{6XX%Q1yZVApT%OUtf;}yKK$dkaey)+Q=`r}xg!aT<+dwuUKrd?Yo>GtvjLK?TD z1C_>Iv7}uXX{4+x(|;c>Zx?xa%OuuqC-GKoT693+`a&&F&o>aAb?mM&$4^RRP1#Dg zT}!U4W8ij6$J0(ec_&ahjytSbnKACENGGmaZ4loY!AeU>-Z{yD!L$TJW=iNXUQddq z?wKfCb(&l;m2^HiIZzD)-205VWJQ8Lu-Tx;pEBofuKx>v>@%=U`uXpcs z=h7O8zm0&5*@Tn^kJt5-r3luQEhoXOvLtf8R=NAmvS=t*ZCL~n`)VPKt>_m0yq?I8 zI7WUgo|XNRNPWhnM!vo}u93sl`Or{k*v1jsxwhbaWm7dKaqc`mnHIyf;XTN5X^F&{3l8$lTn#aROKBa`4x%ZV7=3OV&{ z#U0M#!XWF~6t)kxHuGd55TEvNf?hOprSHc}%aZFndA91a_0@Te{6Onlk+udt@ANaV zQVfS@SA5bj(zzyKsx+Pxzpc4O@Gxl=J~+GrhYJFjQ6#F|avpss zbM4~f()e(^B3Y0957xDm#Gq+3jyahLoQHc-TI&sl!cC$bZO}n>5a&1Ci^Ct7ZZ8)pv-Zf zl_W^Tt)6UaJN7?B!}8b!liT6TOc$MoNSrEa2kkov5Vtmn|SvTHUwF@5htojBgnWa}WxJbunJ*X6Nme z%)O@SWash(-uY+^U-k1}+ujXdKgc?&!m@-LH;i>ug=Har>9(|Z7`39DCeH7>ZP!p@ z$Gf0`_d0SS!I7E+U0cz`16sqoItygTaD(F5L||ZJi8nvZL?M3$M+pk_gCC(1R$vF8hIxeaQwl$CuTHd0v1 z>@19zW@A+1Fe(cv*cYf0n8pZf?%5P5!4@dNlT-%+g+UU!wc_&W|zDg++av5+XXoQ>*a2KNiM z^KcXeHaL(^sGqUwqwcpT^L9!7UI+}X<(e}RgR5LJj4^?Mw~!%UQ~>WXIV=h~^#{ei zW>Lgq5uSoSAAfwnI_133hB~P&MJLX=)>NMxd8jbVO1WncY&z_xTQU`UoxtvTo zN;93`OGvq4xM}PP;OP&ZV$dp{jXXhC=2s-dC_;1?E?J~sp% zbj=Po*#_f3QVe=sX^ae^nim;7Bcva5=O$M@+MNIMu*TCKLphN$qTO1X5Ock^amXYA z1Fyy}#hv!tjwjWXr7=g`m;kC0AP0jy6Fo*glfXSPO(%O*PiNFnPlxd;^-q?zC0}p2 zs7|aUM-}G^d^ZMnR0kP<;OADM)qO+$ZD@wsahL9K9q+`#;6va;?#|mWU8DABondt{ zhEOa0flaz6<%{>O4I<4Dg}X#AR1Xg`;e!Kstz~hRymS6BVlq(COhbpCI>{7p!`Cqm z^(UC>aK+t8$X(&7GHGu3{0jonbp&KDMtc`!d^;eVj%3 z#&A8Z06Q4I<{oWsQfb!Af+1=&C6%%k$jWb}SX8gU@x zZrYv_&PLsjph9tGAwipdxW5Kcb*A>`^*%XSY*@^Z&K7g=#h4}0q?VA1-%1Ewa?%nA z`Dsx9htJ*j7m#)4yrc)e9Vs8P5_#d%I(f^T?DWIcF=mgzR$Q3my^Eim!4onrlI*x5 zJ!dbn2VXYm&2N~WoGR8m&-woKTN=+uwy}sPXSN%_B1|tal@M!IPNvSC-X7XCCiH_h z6+ryPRJOQx38`O$(cZO#>tBNafb7)Zbv+^3Rl%Avh6EE}V}qyYG{8L*%jG6#oIAX)AIB>tr|U4yp8FzwuX1E zPKdVke`Z>DG8sy(k@j%rb*AbO>U8W%KKM&h(ZcX;=#((2CdPD_UYZb1j?m!7Mw7TZ zFow~L=V!e1isbi=rQ!45_b!>mX#2Y+Z}cwiO*#vNU6H^^>J*3|8C)#jRPnhPp^&{d zB<_CdWrK}a{+UOFf}#$&&Xlizw)LE@3 zRrv@y!*p;*XnZ+^SbaUHFX)+t;(;C%cU(bn2Y!?^)I;kFdQe}`gZcv0g7{>Ij%lhS z8YET_|I)~na>^YlF;nwikGh<<^mt@G6Hyn4KFoEh*Dsek%#~zP=e9z zVhkTfTHJPwxEE3}ZS%xSo7kx&cgW!jikRtjNr|tAv#&EEfvi zS=V_c#&wyY#&(gRH7V@0e(~|M-!gTyj)3Bgx~^G+mi_>>tb>P#S^B}l^qIl?Tpuv< z!n?xO7bOaVEt~}U^&X#>OBOr`_MmDCs7$_U+OOSvq}cC8Kb&*=E3T?nkEVB^qM#EF z(|Id~*>;dd3Hw=6T9wPpc?gvmColtxFu~s-ns+%2;pO2fqd4dIsB?qBqZwV_S%l=& zF{$Q}di+F7rzeecY7G$G$q~}C+~Jg}Uwr(*9pR!3IvIxo!l|SK^7%gI<246~VhbEv zgF`euc7;bNL-3R)6 z^a~Z_AY6zgy5e>`!3MgMj$Mpv{q^xn5-}xw@&OgFbtFjt#+**6n$mF-V1oywBlW#+ z9=ySayMY*jXBWcMD(%I5M|+<5L;??n?{}K&uvRvz#I^ba`GRi$? zG?8tnU~;m?`(ff@q&egjJF(v1K%ECI*%5gffOjw>lPyoS6~>5s;Hf#}L#=r%a=9WG zh@EA3G%M1GC|dBR7-8vbV>QZW@D-KR%)?i>cEB~DMx}?=@eP7_9DuK&wJJTRRp~*k zidt%76DW0s3eVJYg(f`dI~RwT{IJ9DRGV~%CJ{IV1P_#r#3(MHbv7o_G?vreZv#;} zn?O-pd}znrmsM7u9N;qf9KSlJEtCzO6R; zSRy#4I`$}1EUOkZUfhhnH88ZMrocJax9`%v{cV0wGBHgKf>7FRC*)8iodERR*Eu^BPtvnf}%X)DZG?Fx$Bz?xXPiqOyPW;KTfes%$|G|Xkl9C4PCmKpVS zKOMWi(1fIDxr0?0xKxtHS+yv*aO2jtQ&mjfZfWlTSr8={@}Dy+(pFyH8B3JhkFbzw zS|~KND-_83VevqgYcaVG!OWfmQgL$`py4TiEX#|W;>(Cqa#8Lm{fr0tiohy}u(pVq zRbI=#@JiZCkrn+rriw=5Tvo#dDku%?iFPipVMtvdqNDUKI4JzI^XbB=QV)6E1s2y{ zwL+^4?sri`i=MZS+nZ95!*}Pk?1o>`HTw@5_+6;^D_c(TPM=Ja77%C}z|?`!&J77f zT1XDQs*Ryw3fKB_RoIX*g_y25m~>3=37~vwMgc87%0_+|DZ0}~6J5Or23!6VK&UDL zo}ba(Z!4{ilCl|U*H^1RNc~vvF(RwDI+C1-z7Yidkb)p16nh?3>@d@V15oUFRI!av z?0Hb^K%!5sx_t-)O)?VYR{%k(2GQ)4=NXlB15G*(scjVmiJ4Itv2Zy^W1iZZRxqAt zG0v(Ra(n{4a23!<%YPu#2SAS6z>Y-cBM`+a%)wu!e*Ow3#!}dX{g7>N6{Lpj3@mIB z26Rxq_jHff)$NS6z5a@~!_Vs~PL+<38o9)rKoJo7I@7{T=M%Ww!`%8`M4g;_vtZSG z3~N~tl*DH0U6?7B)o|jn8f{otZT(bDp?e)ZL3|_uaC2ENwX201a;S>O1dt2!iMifX zn1>1MOCeR}yPXx=sVWRM^4MePXmLSV&Re)V62-C8pyRnJ;YBkiD4c;=3a(nal=Ky?%^~i! zh*Y;Oj3)NAQ-}j*V>Yo@q0$uZmg8h-r}}IPd6O)8y$2=&2O?uP(}?$(&SeQaFrf*A zcvAR0fZzh*v8->gu<4&m6+iWlrhG#eyYkmj7)AdGVBL|@JZ|x{QIG#dz40LJfO~yE zVPyCoH=|&<``WSs;;8dYEogkX$)V4f>n+SNr~tmjUu`0N0F>mEYZpW1l0#5cOWN<# z$bo5;k3c_zI9P(QY%0}h5zN$1dP+x=FUpL|A!Yt3S-I$u2QC|r zSHjO84NaLlU~?I4YjvF=BXeag+0hd+%*ZOYeX8}XHQ5j7^m9uOaMBW@*glsQ`WVL+6UuaqNcoT#NZZ2A zT6-nFdQXx?5Q0a)iY^zy>BtwLVN#J?f56D`r z%)V4YED4L=I5dl%SBkDJLY5RNhoAx+D+A7ny_)b(?b%XZ6 z8W44H*IOZk;EQQ1U?1TWiwEd@>;?pts-zB^DGg#IO&j~shk^FHIVqo0Y~{l`(uF;s7669?umh*v_IY^k(ON77+*@C|a|YMM=qXZqc^#?}zov|5vTKSU=rFL+t# z$cU)Vh;C%x0$V@+EfNti-aUbkfdv}{%lSJ#XyK^M3 z=T+pzoh^~gg}3Q5?$GL#i~A(Sc^is_8#M#`oQU>U5x>8R(DOCTfb-j$_PZmLi*HG7 zLeh7-M<6ASVhwY*z1-GyX~C7;bQjX9uRs4)sLlU^HZfLT zaq486?fLR^8DvSU-s=BWiM4QQ$w0=0lJ=*W+&|roCru%_KLKpDw!c+r4IHerO8Y9O zH?pqTy0^$&7O^1Ml>?#PNeHMSE0%?8sy-{$Yv>5 zQ>c%?aU;_fs8JNXzD?MuZA&C}(W|vsJ^7{948GJ_s4t}r&b^B#x!={J;b^c`^i*1H z8!KsZsc)a|aT2?p$|apApP3h25$zdXtvwF6Ypv1Fd6ojy*>v#$Lx4xES$1y)DJ=E+H^2sR`nu$^dHU@_Jhh&WEAi+8IQV(yAx~ z^=4>L=aazJrN)u(q<8L!3ob$BV8L#_b4LutZ;BZ0_O`-z?1za{M9ot>nkS$W&QiAZ zS){&1jmO*iG|ZVZgLOVl6z4_aEfv8B#;{&~7qnKpD>{IzM-DOWg3MDHbFcYH69p{P zvfEN7F{|z;75&92K3(8JR}DvE7L$s$)&yVC$4~u{Ir=yzDdv)G6L=rF66KtLzL;Pt zvKc%Gi?&Tm%e(t1`d@`73HW*nkzW&78o>DVN#$x&6ttl8Qxm)8+eB%vxH+(o4+;G4$kknTKhn10;Xlw~n#1uOqqiI6+uL1MLk z?i24$6nh_bp6veZ`FdrKAZkfCi-t#-xl zX^2fl`7*Iu*+WiY`r+5KwzFelDiGhad(>2^W%eYuc6Q|!t!Q=5TCOWaOBRuVPUCXh zw~cMSm$cg>^^`(x#@Z^2eNv;gG%jDdhZ~qVdbxB$l5GIH9sOq2a7L3fxox#u>k;&a z4(rvfA>gdkk*0Hu{(hVP9TVmVCGu%xV?o@?L?v4WkJj%L_G>X9`09p$^1Bpw3&7nD zio3)71P%aqJ1FiJfV&;Q-6YM2`!eDCp4RG;ZKdy<++!ms;}{N3sef`t@ofu#s1;)L zhp_4qko3}6Vp{eCUgU}ND05vMIxDp;$7$)%7EW>U8oTc)?QHRfS{?k4sa&LL&@#yl zeo@-VwZysaLsgA^i&L2kD8^-bXgnLsg!l zgLVqIO))@Kq?eTboluq4lY;k3cMK|v&=SWE-gMKT+Nk$#s%9dRuid;9_eMn!w83tn zR?B|Ksk4@Bc3Lx(5*`BL~evav+o3B!(a@_M(#l(=BzP7Q*+Aue^r_D(<2r@)f6 z2n`*5?7b0i`_b1>B_b=hbwpPFOdv`cS*fe8gs+tW4&w-swEBL6@HJ4W=CTB&C0q#tjVz~*>JRDM(3j$Oh&IM5*-&azaL+l-JW_`7#z}}?=$YGYI zk*%fJO6jD{=A4&x4-94#ADNRZlztK~<>*X{j>WqpMr>R`Do(u}?>V2faanYyM{ioU zH@@uQ8b&&Dr(BuHG>wg>#H=-IWvq4PNt|xWK>9;V$^O#CMEhKVt}o`HmBd~O zcpg)_fQU-Ldm3f_djTbFCOcq%kK`$V=5&R$R`XuZpGeV3++~K!4U5NerR^gN)h}~hW?-+C3TDLvcCRgDsCy=wP{>tP= z&e|ClYdtr1j3j&FiPvw@cr(UpscAVgK z){Sj>g4KH}Rg~W!I$X@*J=uFTWMcntuVip6IOpy7I8uHGfUvz-<85sNd_EgS#E|50Zogby@teqF5X*)VIlE}Fzef^chM&8=lnL2RpLY|Z# z+1&mB=a1uciZ4Z1R|&DqsEbRpJ-odBiimdkP$7q=c4mws+fSn#Xlo~S!)c!aXb?9_ zct3)9ASZlS2}Cdh(spj%Mz}pa(^k3V&X+^xg$_paXqz^Fl~%4Bkcy(Q7tVk)UyH6b zJD+0p$||3X)2Wmi6+4XquK{U{Mxg~?V+#~WlFK>MF)vd8wKI<|*+ z9SpBE>)WxG=Nn72VhHK*>C@~KNN?9tKi@nvKDO0HQN-PeK5vG?HuHAA)x+PLMQF&fpN!R6>s+zc zvdCimr2wmu9 zt^We0opry9h8MXcS(kk_Rg{EKMURY0IP3+u`QA0o)wlTkHRK8k+mtXp6P%H;Dsykn>Xs z8anpcqpY2uB+{ofKl_EyTE+v1tu%?hGbp*gliC6Ywf7xE4Ekj#@1&2Z`nk3zLBDqZ zx7~O(?P+r}n#4b-*9~~$_2fZATkHQ+EGAS~IE`)9`?Q94uoR4%Nm)!{n*9Bmxi%W2 zDZVC2J{|`ltCf5AT+R~YXT|}t?6kP=%31cWoN3W(cY2mg+4irnK+lYI|8vCQ=a4zm zQ+wuSE5r57N;Y!tb;!AckJ!b7k9d{`?=ACvJ=vA0Pj;eoIorW^x@@$V*}|W4iL~HZ zK%Fz;`)abgIPl<{oG}gNa6=BMMai)P1R+us?hX0s+fDQ>mXNM`qJWeh6r~JW>RBpa- z3;j`c5Nb}}%(Ny(y0KuaXElnFz4>Hy={$op7LL=6 z)~bzFD{L*wnRFf=UZb?s@dMgjkzh-$kXz$;;9 zBh&t&ftF@7b$chVQFg>JQ%JkdI3T`gl%9=LBtPrTNHXbgd;w|C;L+>Z1PiG#EQ`re zpY$eL#h|v5sud}|sFGu&36jD)@SY*tvX7!FqWRh135BB=9m<7rnA`>lr5O24+IS5< zPhmFGv`UT)vQ2~kTHNRe=~n=b=uJRHwGi}9{td54nNhd^;rs9lUcodgJ45=j%H*L7 zKB5;u%XYjmlJ$FD;R}6+=_u~cCuMQGV%$xioBwoRuEv#l+e)WN zZ*crBgQ@pYe97ZA5qL->xSi$U@>GiTXw`5#Dz&S^g|hddK!q;b94vkXQ^$0dohRL+ zM0y+rOVw(@QXaSXo>8|Q=s=amiiBz5^9Py3g|q~5@X+x#N-0M(v@om)a~yn$Sh4aa8a{e%M8kyh;G}h5sIGW5X2cR#|^>vGtq}%DlVs_C%&N^+R z?*w+{IpGwsHHC<+DV(rhpUEM0uZ~b|IcS`HX`$1#~N7KzB@@7ogN2IC>aGRXKOoH(aq6Zn8803-^$Wnn=u_;XiS(4-E9SB&o z&euri>OUi2)AR z3OFluTKrE26|g2rVF`eJAWfYabLlill0GM=Z=4x}hrAinK*LH_=;S*(zmV!1fmzV~ z)-OO4OvbTkI)6Ja(qkv4{DSiyKd8fh6IHySnK5{u`qCuK3_6W5Gm^I?D%t*z|C?<)R8E4^Q)LOvs%;-pzUL|eqKb?LWGb1oGGdgN8GXmQr*?Dc`+P53S zW0nqd(@&8+#*2C(+x#?<=4e7iCX~Vf&Q49)K1&k$aGINX1j_F1f|1NYGzy21w@CE^ zgKojwA@Zhmuf>V4$m|^%s?7o`S%m7)CNqeg`Ys=lt7yFpXpGr=N~6&7+i)x8q1-W zRq*V%Q#AdvfC!t4Sig1V5#HO8s43pF6=>vTLNZ2Z{JwE?K?ZP5U_4f1h|d)P*I=tH zX3wGqzVF@6z1F~9P`yAMcpKb`x7R?&E4;jSy6XJ_2~_leF{j|9VF+uy=?1z{0g8$@ zE)&}MA-r*Z5N~*aHGms-kpa&bK8!EU(69QavedyNHb?Ik=rRs=V(EK7(HCclM(H6Sa%E`|Z*Kq9dZlc6AoZOMFyynGtl zL6r&iU$HH|4lHOHemmp5ueTGxp^U$-KnRq8Df+$vQ+zZt`HqueOp*O{B^o?*vl3;~ z(S%CYVwQ&C1oWljc)Yj*Qc%k!DWq7*LYsh)W)r$5?g-M4&m$m$nOg-ZAE|}!GhJ~q z)Z)2a3&PN%ffO1uKh!k>{GD)x^(I`g5V%6Vl+6BvPz9|K30uw8e+5qwN&F+l65?*4-d$|_b`~y- zJ@!5|Gj7)h19)N|U9`CiaN>C)`u(?wdY1UB$I*PVybx&O5~`(Fo30^> zMJl2QmQV-*TyY+_;xfe*XNc%+vD&$KeFfaZgm}1z_CH-YIac$^;Ci+)FoHmLAb4inR5K(YI6ezgFXxZdA z>_${e^P@w6Vn#Pef$j{!+d59;KQKllsVF468B^5x)5yJZ>CQfd>JBQn#X;(sj}QSS zvIQnGf)UC-jb%aEs$2?%1Q@9VR-ejEg<$GVh}Ut2ks$L&Zz}^((Cv_HDxmO0(6vTqL3be?0bZ__@^Ws< z%au@G&Q5u`v!LV7QaY|11YI{J=uUu_J3)E5TJUnUl$S#-61Nq+TsWNprtju-20?x6 zaqxU+i0Rywv0@5wu0t)dYy(;B)1@T~-~ln8uug{QIC&>_Cx|8$J^VCjDi*;^VIKZM z3TC+?zkV@@0sX}B+iN&6c~aWlMAO1Z`F7sG6PM8;SC~eoEAG0 zJgC#vR5Ezk+ua(E)d>rJPraX)AFl~l>DvHBDCKd=^$~^}c22bn-unc=jxI89ZkVW42}YHTjCkA!RUY2&6VTYe)|d{oHXj@u)3dp3R{zPn$Zb<3JTek$OLh9kHel{a8_BM2%2X)hl~Gm>Ef{^g9CaB9&az z*e^BXZIm;{EQZ%dg)?a7|e-`5; zKx;6H?rh42WJlA2wKQh1JngvJFO{LO^iw%ID>j-=qn>90OK&@0|%?&irQvQ7i z2j?HBRJHog%_5;Vxc?*v#bhX7eTJhuQF3(uNp5C#3)hi>oitcV0AU$cpBrTJ)(sJq zc?K~JwwV^WK?;;{1nHbl?BJU%z`;43?g&M_>pNXZJosj{JCtUI#(=mQ+-BfH8d*#{U|U{*P*f_lLc%X z?pMS*{vZ~4aY(ZCWtA~pP1&>9Q5>AK4}~bOlI1p?(*ClM&I;?y4~-7R_R8Rg7mXI` z59v3}>ANBe8;m-IprU;KF6@1g#w(^*14_X@x+*J)0p;7Ao*C6qZ#-1brCAHss?mOCRL1-< zL?tqiwc9x3kE&1_A-NV(gZpC-WQ#PH9Oi|mV^B$B1P=<^zs7Z*^v?umX?q;Si^p$s zuCFnYnpRYkX)?z5C%72KRu|cy&|^wb_^)+ zdCnqY{7Bky_2ga7@`Nbi!>E=bv%d4SJ0`3NnXl;*Hk~URBkgC^1JrD#tLr$`*=M0~ z@Z%?u4ENCamxUVFq-iNDf2E!~IRDOK{=sW~56iUG!^2FM>ddk*uP#X^8yOnaG>yHA z9V!&@cP7~Kr8I^?oC}YI#$tu;WpVj zmSP{Yyu+YzW0okJUy&4BW<+ygsv#p2g_{TqPgN3WOayXzP<=k_M`J3BF6+QfKhGI= zOLRIY7kyX~fw_PYeU=lm_`Wq|m+^iR2%IFX5~z+;_H2_Bqgfu<7Z>eJ}GK}_p@s64Dhy^yfLLi}BY+GHWJ!&IutG(JE(H9RbHBs3C zhnHV&(9w0_vs6r}Y>t)(_~dx!u1JL)^%O`Kv@*u1OhD3@|SJ##>;WsZ8F5lzL+ACpPS1Uvo;wocr10CAmd0egN&)+&kzgyZv3C>B4ZMo9#a_5rajzz?UP_?f zB$cb*`JD+qP!g}MdbNr3R^F!Hv;H>i=yLDM+qBqUHL9SIfD8{}Qc0PH4|NvW8?Adu z=u3Bc=*#PC3C-p9!p$a~y%0NP+Y7PFbHQ<@X)>=(MtSlyh`2p`m&>G!(|oA2(PbBV ztxS|*EOW=pO9WE*Bc_3_dT0+dm)xd3{vt<9FI%4D-tK2x89eB+M?e{6@wo{i!Ie%d zTQ_Dx1N^+bsz~dQ+l`>g7z1U&@|pUMm_~IqNfi^9EYeTRTOdlx_ikA|k|d(_Lu6fe z86{mlg5CCdibPa0g%=#+04kZVAs^nLk_lV%!6f6W>pFJd;V0fC1dcsTK8uJ{~aoYLJq|swyRf)-PA?46QcfJl7hhacww%M3 zZGjh`q8Y6PTyKCcIYG{|+p*AbHisRgd`yC?fbJlb*V{4GNp~fo?h45g4v2LZ@I9Oq zCDp&Pm~@e-cR@20eroU*zGRfK8Rs=)GU)6)x%6sUQQJ`(4P#`XTq6v!4za@X!|}tj zq}zg&dyes79lnO2M2Y_D(O8k9ll}>X;Zb!O5;kaS6ZBFQmy{p(>Vazp4amHdu7Mb~ zyGi)a<2Z!pox$@;U?>oE!fb7YiV9v2$W0Vz7B^GcZxyJq<3{%48~T{)k)(M+g8=gl z1J;Lai{Kw%qe)s0L)V7FUMFFM8aN%^r7_-&QJRj`xuUBEr9;%4zPSp+(HP72BShtP zjb@7nYQe{>K@zfMJEJBWccswR0^}k?%_ZFazK^Fp+d> zNkvWT7-Kf@ z_>i-8oYbjG2MJyVM5HnArXo~KR$+y-ku}_pnUMzIC5`2StHA3zkmUF!rNhhdcLAu* z?=b?*&gz&(?OV16uKX>CwOkp4{6N*Bfjt9=<8OeA^SQLI~f9=FAG8 zGtm;<4~XMrB^c`SNNMOb$u^WwW3N;sFo8H}ttXVARF{Bi_nb&5IgdaKCBWzaZ6!Ss zm=*U#`;)Hq!ml0d1@rgl1@Je`CUkX`Knc>JpBpt1Sf?s4%qKEBbtsM|mQbK{kd(kq zpw(c0ss)1ItpG``{uYHc@0?ShRRPBis#O7WcQv~H-axlkgEES|H+naIqhfaymCi{O zMmNm3_g?$G_jY;=?I5zfn&(-%*=3y=L+)+!X6$BRtatOx6J8w6?_zZW`MU*E{4)a| zBt{$4Wcm%XdolR{l?7S5RSj35-q;2yb}krhY@d{o26sw@m;rwSA)>kkkH%<3P)Slv zSj|!y;_JVQ45P!EATrbgQK8uwDl{rhDphzT)V|;7kDwigurr@cckKNk!B^3xo8Ne* z_1w$G<1}0kZ%D1io5#D3%}}@UiWS}PB^TgE;6gelO{MlT7LwBUg(Eb0MRHz9NQvp1Z!V`ntiQ zt`MFB&eTl7gP1~LVFr28Be?c+J(65~IXt6pRyXy@7$O+y6v)~6#@Vh5Ga7`h8 z6+jA^R@+Dqk24EtuX^ws6FvBi2|hIWU9PVOKQz%(7y#N~alW16AQorR{r!8e<9`p< zAUlmd`T^(RcL3;5Nr=3UZX!WWLm4R&JXClZYDU8U-0ZS&yzZsMl|p%}x^R6ND6CGG zgP)nb5`|>g(4{lm$#-N-LEv79L0pHxegFC?#JvuId&zn%SX)m6cW>Ej1n%n)xZBs~ zliKy+!2P@$xKCjaxF6wt>#hgxX+i_rMeD*Yu;-|@BGNd+IoA-=A_VXIxov|#(J&Od zZ(}-7hGX~Ibqk2&h~g?>&SOg{nv>q5| z2uJJj1_yST82m8G0Q-iTQaIh_^t4D7{tZU!1L>JYHDEu3fIZ0w;BbZp?B0&ChC?0P z=x~(28$tbUUdj70&S_vwr>mz)FK~1%phCtNl!t#NDda_3g%w2u=K*b+;WGs6ohb&& zCtVnaGLuW5Wv^P8BkE16FCsv#>1c~?S84{ zxft-TRALM)iB}Ea0)D=yI>tow27SxZ5UU!s#~=}iwGoKgubqco>sI@XCh2ZYHvox{ zYy%D42eNVuYS12UXf*Y5q3dZ~pG z$48+!K1v%{B%1p1LMgmS~UusRi^NMQ*vp24cIe-{dWX3z~R_*}^SQ0jbb%7kS%M)IX& zuz}wod>M@7tJO%plIwdfd40#w8p#Qg@uoGBgG}0L%A`#Q8_i*nJPxnGVOpzPU_+2~ z71cd-m!_V*1Y}+sCq1UY{#OX%x1#e!kO#rC|G&T+Pqi=@G%otCH zCWjw@N5Gc~F=_hlEKA~R%F=lE)X@}|w=fnjKPC#XXJ+I;{%z5@ux8PlgxqX-ey?CA zMI~aTMc?G)Qtuxq{8#?rS7c<6$N))4IzrP-ve?2AXcl>y^;&jtO4?7k0w>a%;Y!_- zX;1lm+G}C1ze?+irlIWSec%Ybg;@QdP6;5SE}V!knM~07eKevD7l-(zVX<_{w5M?< zmQ9HsRNDQJ;A}6+tFK~dX#7#48XWs2)+bOj;%Vf(7LWG-u=n<1QJiVI_*>Q0A2iT3 z2nb3{H6H?MOrs`|gd`0z7(do&7}nKf4%?6p#F%x_A&F>?R&_{6XHC+02+>(b8`2Uq ziGz$})er+6Y~xJUHH5gD&1PG|vg$gC64wETvCsWfHGU?uJG*Dk_4{4d$sdufuC99P zt@nLC@8^EruHD4`Y_)skCg!f*WTMiUfjg7m(?2{r|UzM~O?fQ_dC?E(z_t#H+L5wt*=IDNGK972WcO<}ZP0~7Cv z99{X>vFCl#Xt6%_Jk0Vg51i#!%~FzUJ2@p>;W+;3H2M72ZISkQY}A_`>lIy{g|G94 z6E&TMJ2Zu9u)wj_1EN(M0LAUnHdOL0v*$_gJb_Y~yQLi@T?3*mJf4UU zU~nCL$R1g7w%44I!CT`ljv}kml!3=e^1b6YRLJYz#W-J*_T{2Nh*ab(q zK*a-YWnBcMz2UVH%s~jnlLVBI`R|S0&m!DHSRv5sDr@BPN7ax^=gPl{E&K&mWAGiI zR6R-*5%()9A$)}3ornh zUtHoY-oWt5gn8`f`C-CDD^k!x3@giKlPvZNv;cxHb5xW1hZa)$6m=mj6x4-O&jpYZ z@%yompqDarqbtY7ipf|&uf~4d00#i5xsS~VqX_);lkqw!ouxrJ)a69`(_hf97)&=x zMGR5fIXH-*%;UqMQEZGC&fuR&?hX3%D)%9M8pl_pxnWYB;zqH~pp>>>t}#nz8CD!r z(kK=kc#cQ0@Y2qP)U{{B+UuI7UD~xp_YT&VH>c8!^3H0kui4tqd$#HPSbvfY-*4AN zKXv2xjzWCjta}CPPkaX7`*iOhgz0!kqA(Tv78hz&*Pn7Vwi0LWr}c;MMUm; z5YxoJY`g&~UeTE7k5t-1Q=dG5krM!68A z3X~&Smv4yfT=|YUUC-$|bL!02WX<+rK8pWjgV_>`NX-ev}*Z0T`_ZHfd_C@TO7mP0W{K*qy;_ExfX! z1>p2L%`R7R0!2+?1q$MbyIv?e^ADlW=fk0>zn2bu4U?{@azwMFJ9_(Wn6@~L(^VzI zZDA|6!;g5X(I)NH)IUjdk9#>Q!rQoYr;rB24a8Omz?m=YNr8qNdN5$i)Rv99;c~Q8 zad3lPIP?v2OVD@`+>-9UZ8sX|;u~>sxFSk2GXmoo0gZDS{2PRyx;5~)IUA-ohwK>3 zgRh~?J)Q%Dvs^k6YtdqCshMi~{GoxG>5jhu5tm{^kO4r^H<+t+vz6FguWHgD1_!I^ zsl+_EImp?cs{&5lXwnyIeTdTg-GdSe0fR|2Q)oG6SyLUmzb!A1u$l3}*qm>jyi_|09_X$^UCnQ>i zfOt_o2lKLQv=JU40nadr2NBw2)@%Zz4zC9m5T&j>m9OY1B0sKDQB%f|_nssGq z%fQ=nibEg-VYZ{JX}2(TeY{OLrBN_p{5-MP4ecUP`58}d)=HYfS&Mn7}vgHAv89_iKN;GFfE3W!XsKuKE zV_MhsbQ~6r8-as32yFTX8jgwEkMGXSdC2dH_bt|F3;<1%Y%zLLf zKgKdNURmPA)CzoXnpC1WGl9u{iR!WqM-6*Ls+f- zSj&A{B^KC_rtAYnCYWK8&4bxY!N9I~tn_SS$4A1r$6!lkYu!!?2eBzaYmXXJYZ?m& z)lxX<6k#9*3J2lq?+XV#_aCpSc403mfx#YrEF3hzLw;h2ODWnhj_Zg|=O-!$fCq-? zjV7kJj`Jq|0URuVT(wg!N=l=Xz9&#-L!j*3e;`oiz9C4~QJNh007c5wAek>bD@Pu= zgP<9=#xH9Sp&}smYynYAxlVx??d3?ibR!B#6CI?9zQd^R45r5w#-b+^S$xjdgkYBJ zb|wSt#ZbpGMH7IZ&^lm3G;;>zhf>Gx;B_D@$1x7a=5eAw6#-E_3Lmf!9h)?6=gSaX z>=kbM8F&z|&mdM61Fh5hbB!~C^GVlziBadzHDt?suA6QFwp|1Nz~mjr*x@7!LTZ3` zXYPyJxG?gaZcQC5S7AUiAj||4kIYxN%dCy;xQBYG6=k?zX^^TaLwE)GT@<4MpjdI! zm_})QIkxIRqJ}_jFpC1YSa1}`y?xPDK)SwHp)9%vB^s?Rx@<(Fp{j3=M*n9Potg!s z802?k!IXD;0Srp?P6HyETtL2K1`a6i^#C&;plBVv+Y2xeh|X;xI-XZvHVT7@FJL8J^9;mp z>6I6=KoBV!KO*%?1@Iqw@sj%DZ*U^VUi=L|tD(BL*i(Efr4-o*7n z8`-JHaK_p1efw|>kIYI?0=9HI{VXMc0=ButJ%((dX@h4Pg~S0M4^BroT>Q~|0Lan$ zL+8$+R>3<>WWQy_^T<73+to>G_&ZsrgujF8uFfEjI2``A=)NQTeQj5-ctdh)lW{ua ze0XQSCUp9K&R4%_LWl^zWxF-XrRwh##x50oVu|K`Ti=7#*T@P74Ir!s z@dzTTVcK5s)PWij)V+hC?)Aod0lD$|fpf(ghrf{W4T*ZEi5+?V8xr+1kQ$`_ho2A6 z20!}$kI$E_JRfA<*qU$nmMCSFM;$e&S}h;vDA|?RF?D(dFm~(rB&Yr;p_YtGORS^o znkJp5r+daJX)!Y_DAgMxaEw*q74XJG_q;~wqeiq6@))5#y6OxDMSCD*p!8D*+ltas zy|dn9hBm>uM$$Bj0x`rIRQKOWG)RaQAw*z6R*L-~`<>0^b`ARPF?W3f?`~@_QIvf^ zA?-c#h=3)%4@-J8Y44j;JtTCGEEGs`d`S7gw>9(#1+ZZC5Q3-h{}Mco86h~Ju`RqU zn;*4p)7U&*!1kT{0EC+TkBA7zU)u**tkjMD`aZxibx{ZFvHtAevk%@-_kq%@{pNjO zf?K-?n{N>PY6cc5`@jUpc2O{-?gJC{!6LQ0crb24If3Gk_ zY%TA}sYWHIbxDcT!>+Ipls8tTel}mC>=r6UW|Tn7Lt1x-*z%}Es(kuJz_C~1YgA1lbnECBIYnoZuNqc+jz z>FBF}3hrwdJ4h&I$*1=Z3X5{=6!t`gt5o{a=4LpJSGK+;VYy8 zBvLmKhHn=62q)fw>4wmcuVKuw$3 zgl6P-rj4b|vW1(|W~zx#g9G}qTZ1YYE7AP#MUKoyFlY6Olq@?cU>zf0gru5GcxYsl znvqP>s~I#Tnka)t#JAM--e&N)orstQEOnZ|v^oiLpCOJ2xyWQCl=APA;F2)Ly2RQC z$*ify!NSz)kWOP#I-E5NGpr+hhVzkSs}1MZaD{Ms4HBF_AV!1i8bmpU=Ott1_?wh9 zn*k2m_*QJwYokXF@Owv}Nr9mMj?v$eN5p`2*n~wv(m(V8qen84M(>DHMnC$_*ywG0 zFnWfVWci}bfr06cXXA{lubLaII!kMyy=sINW!AIV{Or#(0POB1OgVr$Et%a6ED{o; zC)I4lp+mFKBVOlNt<#$CT!&3IDW{^kkx7l*fs2VxyiOf!h`1frF5W7<|A2QnLa#M5 zQLNf^Z?r*SDZQ^~?ogx+eN8OVUOwv{WWm+WmmY;*(6-!YYOT&CV+pZ*7*38@SWu|E z19pHa@4~&11ccxbopx15FteFI9BIR{tGdX*s-ccx@D~ZJbP#CQsak}qjA*E5Y@^H@ zs3cg2HHM!GnAb0&74|v0f7zKIg+e96AxDL0`}xL7j;%&X-#;4=4#;5(Ka-H=%4X$1 z(fW(3EDRaW2&Q+ZF9lrEG8L>OzZeGu8HzE^-On)~bq8yV!8iaItUGzRAx=M7Xa1Ky za4*$BzA=k)(SFZe>{zbuwJ99~nzRM7FCGTjPG?sV*l4nz=-CpDd|pce``8C$QA;fI zeu@pGz)HL@6cyE`$S&z?l3h8}waeYJTb=B((W0tcR#Y{Qd8cYktLxGrMg(NFaDjYM zL-R;>&y^Q-)0 zi1?W~tfFg|$hdxY0C<%fhp&-{W)6*-Tdt8FqH91{<^Z&cr`wDtwLjEzflXfO?D&Y8 zP(VLin1EEF@?(q?QriA+>T+>fq>FqOeprBqq$jc~qwpLB_*)D}Ek;C_a^aL1u_~Q- z2t4|$n&bs3f7$7$Rf6iJaqLO~-k-Qr0@VnJcX`%vepne000vYoilxz`qosk#%26zs z4y)o8u_{-w$m252@29(WDH42iM@{m9I z_`6f?9){@UYPy74whUSr{H)7YepR>*4=>PZgrezl(mOPS6<d+GNy zw3=9|Pyo2O0D=q31~SV}GOHr92}_*>S2F}xGXxhH8@AL3o2Z*ruO(^#L)Ob(P*C6iY2qu_o(* zTZE$bx4;Q-Om0I*q%$$(E#guZSe5zNCJ4fgEis5yfn^y2$H>m5G6ulFimShf5uZ%t zF@v17FBFqkbV_4$_lSbR;yxT&bO!wsUtSaiA&qqwa4c>>o5_3m-Knurf6veWGnOs< zCqg%Z0(<}h5X;d~vYB=UCLQQah+2qPcU=|&07&i(9v^33gRWRRV)+u3L32$&xt8E* zXK>8)bIDm_dg(CY^TBP8o11u&h?^l1ol!U+i^B@9?Zx(^q)g^}dG6KX>%SxIs~)AwEPjD+1}5_Z?#8J>D+_^B0XC*1IJ zdSLJgD5Ns8m3Jrg8WG^hX9`$zK!U7m1Q}r8D9AMj>p-9U4mRvz@JhHDQx z%w2m>5qb#OT0E@sjQSN{;`wkX>92V#+rhpZ*88XGBBKGPSO*~Oo=XIPS`o=>u{O}} z$g|9s^C6lId?m>e=JAp6+At0rze^of%2gUxUjhvaq7L4K3!(`E?ji}j(0U3jprLc$D;axP57(Q?dhZrEH9C*-%sk!n6VB{|<(0D5E$_39l zb~SN`9cW%t&I(Y#1-7sbCl6Xw^6EHB8W*S>VjTl20?hU%z)r*%mKzPr;Z21}EN^nM z35&N9Q3H8E4SaXHnotxIt)G6TVLYX;?DN^BhTdq$a#Sb5BD8QH5`$R02@GN}v-9fG zpf%0r&H1+Z@Y5~Zqk+%@li0CnrZS1uOe7{Txh{{uQ%r90CCbqvQdBt%n0LEP9SYAr@`J zMXpnbSyXsh3h|I^)2I|;+ZaK?@&=-mQ7&oi5bv97V9N(ML1!_+Xrw80psa}FtOwkfk%Q=Z_HIoK8WuiVb(CFf zj0A41CR#ef@1NmWFcsz`;xtWI0yFSppg{< z3WAP{wo0TX^o#Z{%43^ybgw;12J@8@h?uhu-Dp?V6W%6v&V_Z{#2?hb6c7@O{+5<| zNP+EQL2u+0>MZ{DHi=OG$T5@5*vf3#0-OTgU6_rNE3+96DoH{7YhfSnmhc5tH5YSr zyNNnXEjs9QWNCXcB3)~E-}bAeF|ew%j{u7nU zXswl#E*uyj7Ap;5@lfD9o?nvcIraF;v)VxUTc+;U{ueQLcwmv~6*Ic@UTCibl$x4J z>2*UeZ-$fwmmlWe1@Q;*wG>5T^U$pOO`*s-^%8i(9JNSEy3^k>lC#p_^lj**j z3b~0R?7|qZIDka8+>-$*rxtS0@ngy$>J-=R6Fw`KqA;c7A@&}W-rDs<<#o{ z;Wgj@R1Vz$nCqeF$AhG#mxAdC!3$VDtYcK+f$91@3OeW$jnr$xgPdjs$oeCf9f7tE z%OK{eY9a4dLex~na?O}=L`jaK`i(FMoSe{=}$Umi|kJJ4rw<7Ux`O>Oknt1z~2YxZwP>0^e-Veol`;KR~LmD)q~W>$Ox!W z&MG0@aA{(6Y=Oi;$EygAx;>hnY`Diel}YchK=+jB?!#k3;)0GaXRw<%m~;eQJk3P7 z$;F%*Z5^n7TNg z1%@U=I(egb0EHll2e|U}Je(X=Jk%y;V{I&b_>LRI10tdQY9#de#O&+q1Gp9hN1wwX z%y%)xhL?ir2MZ)1m1q??ahw*3To=t?v)1!nk5W4GEbOAKBqx%w;y03U3XO)vqR5F= z&=0`gjzE^2Ld1Pem{O_%lv0fd$KNO?_J!pHH4o&^%<$aZS^V&ga>4>Rk$Z!jz`C!2 zocIl2`@tQ1KO{Dz=da5Nh2-isIpK#uYsM^7GX@%8K1O_ziE>XiC|2(CMnQ?=q4z?L zlYB^pL{UdbLISavTcm^A{%-;#gmb#|j>eGV+4TnGnm@H_7ba8*tU$QE3HHOPCWdC3 z&_=PsK;ND4S!{&61~7s0EPxwMw2|9)THyd8>Z}~@=qiX1Y@k{O?6Qos@S8$q-CgVe z?41Ul?e0Z=@ik^Klk|Y*+^;xx<4U1O`UOPNPlhAuVGR<-U90>B9{#|uC;i1ftPx6PDkkLa-QW6YsoreXPMDdr{U*MT9}wTi1I*oa6W_-pxAJ}Tf$t-D3*X0; zcd<)sVa|_tv5&&RNHs*)V*%es)>MX`oa7s0TGdx`;nYohAJA=|sH7jfas|bDfFlSR zHd^0gjFDaoGk)yy{Z|-2C?xPuV9#~Nk9)tH@dKP?V~ig?6afX}N8^o*A7Bwv7(c{6 z%=kgKBgPM!8kO;*9nC{5j1WXZEq2qdI#F>X;D_ga$`}Aim+S0N>?0xt zd6H9n%0iHWG)9@vnQcju!VA(_;ZuHq{57aS9*L5s@OlX3Y*<4yHfZcjA&@o_!UPGU zlQRSWCNW1s+X(rZF$vu*2e*MuasNrI^{Af6R949^+z5Obi34=R=ee@}N z8l|#NYAsU{p8SM~d-eW6R?*A3$vm|iYhO{zOr!JuL}1$ zRyLZ=2_}^oBzMNUHEAF3jFEAy_;T zPU?ZGo9L>i0SN}bSL5A9sNH!Q@MrL&#p7dxDI7I$==5&W2;(Cub&4g#3p+HvzBus` z_&&O}Ncj%6yvF)@-DcgQdF=DLpXy5D;7jL5=?P=_q|zfgP>}WlcE@CnYS{?@bq*yZ zHZgM1{-DXcF(TjW?^wboKZb>d3Zj>B$0kmAUC;--J5_w48{`y$?yVZS+dfVgMi>S} zg^ryIY}z0N7V72EdUGslKst+GiWR5~#EUYJGb(zJw}fjygmD0Wp!bzeQm`LkqgrgM@Ar)Asu%1V zeN1;a5>*#}X@nsTLuL&456S}-_^%*3dI<6l+6`En$?z|a5-ndiX3`GzMXVdh!5kor zyUM!ZqmpW!v`8}&h@7k^M+x!#wT(I{irczi(hUUwD$@UE;sl#%b?MzmtyyXOtH3~l z|6PP(MG#Xw4*A$yRnNuq3%YZhI;M}zAy3Dr#rH+uM1T>7{xpzyzkxvo(4S{xIP|i9=e}O^YMt@;Z=r3selJ?)BzxboZPXI@WrZx^nLjl(H zlLFCSP@$Q^$>K$6otY$1F|afXbW&GlD;?xow<-mbzze;JjTo_2}o!0b| zH-+dV*ALeUfrX2jA#${c$YKay7Zt2M8}}eB=4QBD&2YK4jDh@?{yW?lM2it-#BivW zrb{SyRqjF8S8h*a8Fc&aBFpf;#w&n1@5_*Z0L%%0rPl}YH)sOXD@)7(2HL{ObGIXm zIR=*-1M

xip^!ei_K^%Rp{>LbDFTmjs~uG6A~3mr~<849*KownK%%9Y3Wd5Fe;7 zgwL^5mBeTGe=dHt+V2^7H=girJi*_1_^(Yo0;$zJU~xS0Ro3!|&aVO!B{Gy}`DUc5 z6fNF%>e!!jt)2Yt>r8x=v!3&FAn0rZ@e@ROV>D9vis!GKNvkgs-cRKQXF~?K`~A(x zl7=k-YA+t>e`v2B+>~9@V+?5Kc?VE)&=((nEm08N0*xLi{gr0xeUt9HUH}OF-$1M? zH+%B!2*Ba+vp5{+pZpSBz8yj!xJ3XtAKX5;e$pl(06sSKDrF`8EFeah@F!o`58ma6 z;-z`%jwsWj;q7rceCZCN&+$X?uD=2V$z+Q%4Ni|2HV3Jeub7w8O@oUP`MA?;aC@RK zzaOm=l2{3SO5*Wp`{flAq_@+%l1z?x)8Iq#x?kaUiz}1)E__@uf&b}goKiNSZrVL! zhDnMyZNI!I(fu{bRZU*A2`8TB!~_#=w2KSkM(a}eUb=LOuu#3U`|DXaRZKP^K3>b= zF8EjGg7~+wawXT5PM`BR+eFj!;XQZ4Nsedu;q>7ZlPan}2(MgglCTJaUN=dHPjI*+ zI9w26aSp-rSnh0r!G;zz=s+~Naw$ItAxwj*Z1mnr3qQHCoW~Raa0j&Sy_MNKrlxFk zF)C5vA#&b$aFthcmn(y8G3sbyE{r}4D8%K-7r?-~zuNTBYnqY9cn8;r25}=T@mX9; zX%aW`Zu|xIF4{_t1mgFzKxr#>#EE!`ohYqlwlu*s{K^c+B3W=OdJ&`;?;@~DTcz#DB{&7a_;PFqLc}J9CT0{hI$KKx`2yWv2aYaob zzrSc}=t^%U(mK#r}tMB<>1KN+|aao;NIHj=7)xg-EB@`1_UgV_*7Yb~cHHrfE-Qnr=-rnX)9{p7#UJYP z{IW4I%9qY!9*K5F#gsfXPZEoGeCT^1Cg-W65)cNjlF(#^ zf44)#k%5#QlkiX9gdHjPq9^I@H4VSpF~P9tBxW_q@KgqS$Yb8!=(70zbGt)? zU%{iUqNDJ-?#4tm>g0GnX8UkKHS5|UN;7$<-OO!TCZ`KAqg_cByzF_BM7%p`^J+P1H=jR#xRxlWq`8yK=WZzKHoQ9Okw|*=fuU^RDD>PnZqNVTTV)`n3Q5ZZ~6#& zuqG~*RA4Ps;Ltz19VPs5qW~>xPSqIS&c@=cTz$r;F!_| zS1uMl4SEq;UHC=7F&VB4)*#?KIar8})RSey1;cL;+*-`g=IMSTc#l?qrdjWHqL!lU z3{j9OS#UUUnse=pFcK@SIJ3P|7^uha5s+J$h{=d^h1VP@;5f6h^e*XhUapzS^iI?v z10cN_WAOXefDj1XJdf0=%xEPas-hqHb~*W@u{h2H1rX26&Wu zT=EIE{WumZLF{GV%TJlU;8F=T7D3BiV!6eoV$Rcf6S6zk+Vl+~$Rt;CHx0 zLnvy2xx3Ve6;@CRdR(|ulI*pz4r!EM0O)&b94yB^iK7|msEJDeL-;DZ;x)mL%fL3S z4TWx+6A=!cpv+0^?Q?=i=6BA?*zp_ZWM4*G3|>{djKwjp+rHv}afgA$Xs3nSp1^I(Mgtg40HXnA9!BbwZRi>=D4y_< z1{%KXME?*E;*~$v@Q;nX(JSqEqn3J&Y)hg3pvjN9d(c*A6r_&9Euh6|lZbk{wZ;ez zAK{f-q4QVwLx~LQ|+G^ z$@v_D7<-NON2%?Lq}slQE8`|w_Z+J+qHCUgc+as}0$Y@9|4o3^gZ9sZHLk9zBTt$E z<&%^}+YpLepwAmfsW2DR+_n1 z5_DT79H8U{QSmqHlseK-H~5?|!f*%n~0@fJ}3qMQ@y=s-g@*oJrP5&tjBZN;5WX5V>iXgV>&b&ze`Dq?zNE`ffSa-JPOx%)B{-g#!Lr%_*@jPrDGOWH&NDEM%Ec%PyyigtOa6#Fixcu{Q*Qr5-5)76%Z=BSwnMbqFYeyjsj(?<`wDv8h{N?V=X<=zF));t)5&xfr}abxZ!T` znM5<*ke=;nwm&J?j8kHEAbUb;i~;WqE27l)8g-a(Z~k@ z89ecQWQ8a0`DtNND-y$tRICw;NE{6-+lcy@@~$gc8&<*5$)%Anm@ANllgzaFO zfpT^`&6H>Z*Xj$@wW1-e3rXv^Jl*CvuiM!cslQw}KazP$nA?d6X&oXoDDUB2SPw+w zbdjOphX=lH(n)WW{2BL|Dds|(E7QiiumrrxDO2^Xa}>lK&qnU8`~(OM3maJsyj-BN zoYN~{Om+|Tz^mpLAkKA>r>os?g)K=WvXM+3VZC^Fz_H8&t5O_(443>A(1W%0NVi@D z+%H!55V&bRVUvG0!HwE-{r1kdN(*y&jOm+n`t67z6m#hyHuyk~%-2%RJrJuO=rbdO zkqDxp--iwkB8EOt&khz8P>$i49R~ zz>!oAl5sXz7{w9`SZiN&n}C)gLi(0Se)q|X+gNYsnYMxEHd z#JV{I7aY5Wxv(W(2!#e_MLC{tVcW4I?Kur7^d$RVjL?P4Yu7+fC)VT zs44hz2DqM^@xbQpXABWccA(FdIp&TB&@I6y=yB_%Y{ZQV7vVjj(?l_1Dl4%mY0@_% z?rBCK-hxzBEbQh6omh!*n;V_%>6!3-vf@#2(}$~PS(agg0K#t?jwd=)qoWc*pjKyG z8;{^Qws|8WJ`_vW;;#r84Lgz9+Nsg!P2M@qj$F|^GAO;gKb7)Ojx+&Pphp=9SdB1s zdwhaFkpu`~7wBQoB~%vCABIJeQHuC%E=OT%1aGm<@ck|ZD%XoJhk-Ak%-;Z-yF8T` zPjieT;VM}QgkNMxG0FQfz>}0lKOa%&ifB_fPE^}4*>(zflXs2lB11k)Ln|~dYiF7b zV?M>~KCeQjkFkVBM_nNnZb2zViC)&@cL2F z`wYr;!pTj=mHz@53yw#ZTs$vdbyO8zYP9?S>&3bs8Yc!EC0_suo`JqiXC^7*ztM{? z%m9X3yvZrSp;{a|vW>wa!n1NbaCI0*jna?m+5mJ2pw9n7e{BTG9ACAR8|lSM>&JRf z&Qpg1><9J_SVIO;BVTzWTJFnGZy0ur`feWs4$&CM%Q?=Y1@(Y$rZP@{Z&f~Lb@f7c z`0fTKC>M2js>2aSHy^^w@5Q?vyZJ%|2_376oIQ$e21NC*6^clYxQ!ekz#UA|9I3V3^c?!~^K<|=Ib3W$?4ELq>_PZ9=F1a)aPX$D@IQBm0_U}w+?z=M}F zI@=m(YS8Edr&D+WVLbn}cB+jANK0xRbize``MOS$^d#e#-yq}#jyA-#<)*H8%Hl&` zb3BkT)-j!9!youDU5ip5*&0|fuuz&|p@0*ii|>bRf&|JZh&tK%k&4XI{AO4oDAe-u z?XXrM@;7m zm?w=B2TSi`yNQ?_s0=J$nSWekTX6_`Y;9sDk|UYs+JW$nnL9K~Tyd^1!Xn0{TNg!d5c_SD#6 zGMUT}AJ6ufRx3L_U8)Csj|ts7f5@|Q1$x%C`-StvqHxS+SaDWjAO=Vs4wZ{SOPzte zmOAN7jX~6~()aTMBH!kkGQ8f6YF5+RJL7rlt5>sQe9?1<=9zxHb2U$u>JI=L_hZu& zQ}xn8zO~(R-xufiONT<0Rm)frc%tfq=7oEu6^8~UKp$#=XX9;Oyan{ac*oO?9J+-7 zlR{HW&lUwd$G(}6OA}!JDY`+*BRp+Bq^$KE(#(@w3m{KX+n~BKH(mrzoeT*ud)|e7;f3N=g_y z>?o@bcHXfcNPnt(;0aQa-=y&}VquWf^C;{G)!z@J0z=FOv_G7xgI*{=iQ3Q<^c=Vw z_VEPs!QHHTXN?}U$vqE7*X>loX)8_?j)&)CxQ~@Cy#5+gq|LL56L9G4jv->PNHYhT z9*f?-AMc>9AhK>sG{`PdUz9k3>PrS|(vZ+0rJAq)Ldu&vlqe21WOvn=3`E=wHW-T( zrxAYu?Hayf6olxnqwv$NX;B70j7y>K0cM}_(E9+ei{N4Z4PF3-q^rUac$m+k?0Adq>M!Rm_zaIb6=>t zbIc9R0)}hbSjIh$E;NMK!&lu9*Srn@=O|D*1^|EW)|QW0e^dtY6hcea#Pp539dW|~ z62uiGFkK`>`yuThmmx&`5U0olcp;NLJSc3sct45FUI@}&5~TeQt^E+Ks&IxNzC}30 zGj;KzDxcAFlS1RM6dLDv$mfgP$mOao4%mJ2>%83M%;Vh1i7JU3%xvRE0#y#~M5YI+ zzACu6nbjPE>A4^WNT6VPF5e8NRC$~>NT~#oy0gJ-u1C{IFSg58<|y*{dx3(6E6BHhJK+LjVZZ;wry8uzxLr8qhV23$%TLyAy#qcj8WILJ{ zjp1Az*}%52Y4@Yk*|uMT&Tc12*41t-Rv0v?dLEj_UdI9bAW3 z;hbS#8F5(|4n8hB;E5NXZA3|UlrH)KD@-HE4kCx?3gP}a@B-|Au5}OWMtB(MhJd&X z)Cp6(M4e#%%NVZ3MSLo;tZRzLbY{q3$P147n-Qb{@)rpDT9QSo>i%IbkoGR}SRp(=NQ2PEAW9%9tz_(C zo-yRbRXJleZ48^Z_dRp^TT||a>kjy(yYOL@ zg!M9v*tLn_E*_MAxY4#9M~^MzMSD*mSc(_D>33)ghex+C*KUZke(VeEU=BMKo2P*G zRWG)aADd^S9~-Qfwo?W6T|aFwG*0D*u>Y{FE&LGez4lByEM6O@?q+OTO8HTm(;i^2 z@f4nYkEV1%NBr;9>;dN3?ysQY0)#9yR3D8jf}ocjXeI|g1kPOEnUu8Say1g9!&mvK z$O;satW*x{yQ;hf034uzDpoIp`AaVZeYEpFs>yKpS5bILJ|4r?b;5In5uJ=XfAo9Z z1Ge`q8N!0f?f3J=yu2Nx%}V71t?#xtWi8NdFc-B=C4H&%*ar3yDtH@EB zfCYSjSC%ljvlI<;#6gpJJHE`1fC=WbpthKm)Xu}&#L^`hb!{zghG1;3-N=Sw!ODF% zBd(fOHRegYADD{nopxmKsCUNTH{e@Y#YY2rZ0?aW|O_ zSniPI6dk>37nnry@bC_EI2o~72=yFB)|7p~8z;gVWF1Q)i1Gf@P^cG@$5pwMz?=w= zNbywYJP)DErP$+wvTR+eEpU`pVa1u{x+sOzO39BvQbfu2DDLY`A8kop;OMAURv7~tMC4gQm!FS#Fa4@jQCws8oG zWG6WM1+*#)JgaqJ`GE|V@`NVM+#w5~-~#c&$e~C!y0^ish{@m>G%SGcpB>{Lo*hv`vr}wTXXlJMJH^JEW=C%M zKRr9m2s4}U#=~<2+fSXNY)VM(K-doRbYkC~QjR9;E?Rojq*0kC$)s756K!6o>XNZ} zDmKbC%+s0Qg>?jGa0YghB4bD!phEw=I)Hiwo zT!Qf0?1WybaKblrVkM2Naw1~jOlBfF*a#$cAv&eeyqi_zo>;cW za~*v~-D5UCfCx-!Wgz@q138T2EK>WJ&2>)85dVx=PE%ZI02?bh0_KS^z4rL7t*Pi0({5*=F((<73R+o zH{v*K1CH&Y6N>Is?F9PUAgbDZ*0DL1J{ZbS&alxL#p>A;#k2D-0qR~(ftMT-0BXuw@;N~_02jqU!Ag{yARN0mHfRJo-KSVWF`NR~Zp=Lgp#Y<1#cD}Q3Wh`7^SVMH}P+{QJo_i`idhdrEoy~HUYrINMKQxpMm`zo~hD=q8t8I;GE zp@A|SU~vQ-&Sm9OwEmWL&?1}HL{Q)<7Qd@!;6a+~Sl2j}DRxfdI+EvWVAT2>*VU`) z9B|q>&1+>gG*NURBygp2{Yoxab#ld*4H=GeuaB1=;Dd9&2rGUi1J;nn4hfOC3=##d zH2{Po#$`Wr<*`uc(F>vU3@zLGlKc1;ZJ;||!CXK+aO{3&2P$CDZi+Q!BW04s7S3m_ zHCb)E=}9NCLr8htq%GjFN#UmUwdKdH1>aa54+3NVv+Ik|uY6q&WMx$w#ov{Y*goHr zBE9+2&^?{Sr_I(=xYuM;fPEvN7}s{6MPSl#KKIut7e8#R6Wau}qW!}7NOTgrttUA7 zw)CLm6WEbHHWl1M$_3clel}@~Z?^QL<^dO?GiNa~jq8fJvNP&q$|cA^tlx{pLQp2_ zNZk6R%(XtBQT-ldSB!UbPAF7BV5t{p@tLn_+=#9O$|q^%n#sVut}AEdiQ0kE$&P=1 zUB^tVHA*v`Z$mL7G?xW#UeP&NKxfi z!#UF+0fFBEx;!MfKG%|vh>~?~(jQj0yt0EQs&Q7yayZ$wa^T^cLZmrO1y%Hwf{6fpBcPF2o1+%|JkcgNd~0 zXJJ|XUBg@s;s(4LnpUd|ktn%gJVV|Fu*vrIE7?c9(q~I4gTZrjEM(fLHp;CYInQZ9 zcL*8MPU z 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

aV)4!eWvSq=1V?YVpn7= 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 re-Gnz+V}4I4O{*HTkVNf@cHh-mb>43$DPiQ diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 03a3f67..0000000 --- a/docs/README.md +++ /dev/null @@ -1,4 +0,0 @@ -------- -Documentation for the NCSDK is best viewed by pointing your browser here: https://movidius.github.io/ncsdk/ -------- -------- diff --git a/docs/TOC.html b/docs/TOC.html old mode 100644 new mode 100755 diff --git a/docs/assets/css/style.css b/docs/assets/css/style.css deleted file mode 100644 index 2ef3b35..0000000 --- a/docs/assets/css/style.css +++ /dev/null @@ -1,364 +0,0 @@ -/* - generated by rouge http://rouge.jneen.net/ - original base16 by Chris Kempson (https://github.com/chriskempson/base16) -*/ -.highlight table td { - padding: 5px; } - -.highlight table pre { - margin: 0; } - -.highlight, .highlight .w { - color: #d0d0d0; } - -.highlight .err { - color: #151515; - background-color: #ac4142; } - -.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs { - color: #888; } - -.highlight .cp { - color: #f4bf75; } - -.highlight .nt { - color: #f4bf75; } - -.highlight .o, .highlight .ow { - color: #d0d0d0; } - -.highlight .p, .highlight .pi { - color: #d0d0d0; } - -.highlight .gi { - color: #90a959; } - -.highlight .gd { - color: #ac4142; } - -.highlight .gh { - color: #6a9fb5; - font-weight: bold; } - -.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv { - color: #aa759f; } - -.highlight .kc { - color: #d28445; } - -.highlight .kt { - color: #d28445; } - -.highlight .kd { - color: #d28445; } - -.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 { - color: #90a959; } - -.highlight .sr { - color: #75b5aa; } - -.highlight .si { - color: #8f5536; } - -.highlight .se { - color: #8f5536; } - -.highlight .nn { - color: #f4bf75; } - -.highlight .nc { - color: #f4bf75; } - -.highlight .no { - color: #f4bf75; } - -.highlight .na { - color: #6a9fb5; } - -.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx { - color: #90a959; } - -.highlight .ss { - color: #90a959; } - -html { - background: #6C7989; - background: #6C7989 linear_gradient(#6C7989, #434B55) fixed; } - -body { - padding: 50px 0; - margin: 0; - font: 14px/1.5 Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; - color: #555; - font-weight: 300; - background: inline-image("checker.png") fixed; } - -.wrapper { - width: 640px; - margin: 0 auto; - background: #DEDEDE; - border-radius: 8px; - box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px; } - -header, section, footer { - display: block; } - -a { - color: #069; - text-decoration: none; } - -p { - margin: 0 0 20px; - padding: 0; } - -strong { - color: #222; - font-weight: 700; } - -header { - border-radius: 8px 8px 0 0; - background: #C6EAFA; - background: linear_gradient(#DDFBFC, #C6EAFA); - position: relative; - padding: 15px 20px; - border-bottom: 1px solid #B2D2E1; } - header h1 { - margin: 0; - padding: 0; - font-size: 24px; - line-height: 1.2; - color: #069; - text-shadow: rgba(255, 255, 255, 0.9) 0 1px 0; } - header.without-description h1 { - margin: 10px 0; } - header p { - margin: 0; - color: #61778B; - width: 300px; - font-size: 13px; } - header p.view { - display: none; - font-weight: 700; - text-shadow: rgba(255, 255, 255, 0.9) 0 1px 0; - -webkit-font-smoothing: antialiased; } - header p.view a { - color: #06c; } - header p.view small { - font-weight: 400; } - header ul { - margin: 0; - padding: 0; - list-style: none; - position: absolute; - z-index: 1; - right: 20px; - top: 20px; - height: 38px; - padding: 1px 0; - background: #5198DF; - background: linear_gradient(#77B9FB, #3782CD); - border-radius: 5px; - box-shadow: inset rgba(255, 255, 255, 0.45) 0 1px 0, inset rgba(0, 0, 0, 0.2) 0 -1px 0; - width: auto; } - header ul:before { - content: ''; - position: absolute; - z-index: -1; - left: -5px; - top: -4px; - right: -5px; - bottom: -6px; - background: rgba(0, 0, 0, 0.1); - border-radius: 8px; - box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0, inset rgba(255, 255, 255, 0.7) 0 -1px 0; } - header ul li { - width: 79px; - float: left; - border-right: 1px solid #3A7CBE; - height: 38px; } - header ul li.single { - border: none; } - header ul li + li { - width: 78px; - border-left: 1px solid #8BBEF3; } - header ul li + li + li { - border-right: none; - width: 79px; } - header ul a { - line-height: 1; - font-size: 11px; - color: #fff; - color: rgba(255, 255, 255, 0.8); - display: block; - text-align: center; - font-weight: 400; - padding-top: 6px; - height: 40px; - text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0; } - header ul a strong { - font-size: 14px; - display: block; - color: #fff; - -webkit-font-smoothing: antialiased; } - -section { - padding: 15px 20px; - font-size: 15px; - border-top: 1px solid #fff; - background: linear_gradient(#fafafa, #DEDEDE 700px); - border-radius: 0 0 8px 8px; - position: relative; } - -h1, h2, h3, h4, h5, h6 { - color: #222; - padding: 0; - margin: 0 0 20px; - line-height: 1.2; } - -p, ul, ol, table, pre, dl { - margin: 0 0 20px; } - -h1, h2, h3 { - line-height: 1.1; } - -h1 { - font-size: 28px; } - -h2 { - color: #393939; } - -h3, h4, h5, h6 { - color: #494949; } - -blockquote { - margin: 0 -20px 20px; - padding: 15px 20px 1px 40px; - font-style: italic; - background: #ccc; - background: rgba(0, 0, 0, 0.06); - color: #222; } - -img { - max-width: 100%; } - -code, pre { - font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal; - color: #333; - font-size: 12px; - overflow-x: auto; } - -pre { - padding: 20px; - background: #3A3C42; - color: #f8f8f2; - margin: 0 -20px 20px; } - pre code { - color: #f8f8f2; } - li pre { - margin-left: -60px; - padding-left: 60px; } - -table { - width: 100%; - border-collapse: collapse; } - -th, td { - text-align: left; - padding: 5px 10px; - border-bottom: 1px solid #aaa; } - -dt { - color: #222; - font-weight: 700; } - -th { - color: #222; } - -small { - font-size: 11px; } - -hr { - border: 0; - background: #aaa; - height: 1px; - margin: 0 0 20px; } - -footer { - width: 640px; - margin: 0 auto; - padding: 20px 0 0; - color: #ccc; - overflow: hidden; } - footer a { - color: #fff; - font-weight: bold; } - footer p { - float: left; } - footer p + p { - float: right; } - -@media print, screen and (max-width: 740px) { - body { - padding: 0; } - - .wrapper { - border-radius: 0; - box-shadow: none; - width: 100%; } - - footer { - border-radius: 0; - padding: 20px; - width: auto; } - footer p { - float: none; - margin: 0; } - footer p + p { - float: none; } } -@media print, screen and (max-width: 580px) { - header ul { - display: none; } - - header p.view { - display: block; } - - header p { - width: 100%; } } -@media print { - header p.view a small:before { - content: 'at https://github.com/'; } } -header { - background: #0066D7; - color: #00FF00; } - -header ul { - background: #2a2e67; } - -header a { - color: #FFFFFF; } - -ul a { - color: #0066d7; } - -a { - color: #0066d7; } - -ul li ul { - margin: 0 0 0px; } - -h1 { - padding-top: 25px; } - -h2, h3 { - padding-top: 10px; } - -h1:first-of-type { - padding-top: 0px; } - -p { - color: #61778B; } - -.wrapper { - width: 900px; - background: #FAFAFA; } diff --git a/docs/assets/images/checker.png b/docs/assets/images/checker.png deleted file mode 100644 index 7a65b2333db936d13c14599ba346697316e5c17a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 108 zcmeAS@N?(olHy`uVBq!ia0vp^3P3E!$P6UQkMv~$DYgKg5Z4C}9_U53{QLec1t`K) z666;wC1ri*+)N-(*we)^q=GS7Cp{q{;Z1{Ja|<`abO!#^Yu7^`0i_u{UHx3vIVCg! E0JkR|&j0`b diff --git a/docs/assets/js/scale.fix.js b/docs/assets/js/scale.fix.js deleted file mode 100644 index 08716c0..0000000 --- a/docs/assets/js/scale.fix.js +++ /dev/null @@ -1,20 +0,0 @@ -fixScale = function(doc) { - - var addEvent = 'addEventListener', - type = 'gesturestart', - qsa = 'querySelectorAll', - scales = [1, 1], - meta = qsa in doc ? doc[qsa]('meta[name=viewport]') : []; - - function fix() { - meta.content = 'width=device-width,minimum-scale=' + scales[0] + ',maximum-scale=' + scales[1]; - doc.removeEventListener(type, fix, true); - } - - if ((meta = meta[meta.length - 1]) && addEvent in doc) { - fix(); - scales = [.25, 1.6]; - doc[addEvent](type, fix, true); - } - -}; \ No newline at end of file diff --git a/docs/caffe.html b/docs/caffe.html old mode 100644 new mode 100755 diff --git a/docs/compiler_error.html b/docs/compiler_error.html old mode 100644 new mode 100755 diff --git a/docs/config.rb b/docs/config.rb deleted file mode 100644 index 9410f77..0000000 --- a/docs/config.rb +++ /dev/null @@ -1,26 +0,0 @@ -# Require any additional compass plugins here. - -# Set this to the root of your project when deployed: -http_path = "SITE_ROOT" -css_dir = "stylesheets" -sass_dir = "sass" -images_dir = "images" -javascripts_dir = "javascripts" - -# You can select your preferred output style here (can be overridden via the command line): -# output_style = :expanded or :nested or :compact or :compressed - -# To enable relative paths to assets via compass helper functions. Uncomment: -# relative_assets = true - -# To disable debugging comments that display the original location of your selectors. Uncomment: -# line_comments = false - -# If you prefer the indented syntax, you might want to regenerate this -# project again passing --syntax sass, or you can uncomment this: -# preferred_syntax = :sass -# and then run: -# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass -preferred_syntax = :scss - -line_comments = false # by Compass.app diff --git a/docs/configure_network.html b/docs/configure_network.html old mode 100644 new mode 100755 diff --git a/docs/docker.html b/docs/docker.html old mode 100644 new mode 100755 index 619ffb8..b8c8408 --- a/docs/docker.html +++ b/docs/docker.html @@ -528,61 +528,95 @@

Other Operating Systems

These instructions can be done in an Ubuntu virtual machine.

-

Create a Docker container for the NCSDK

+

Non-privileged Docker Containers

+

Versions of the NCSDK prior to 2.08 required that the docker run command was issued with the –privileged flag. This is due to the way the NCS device boots and loads its firmware. +If you are OK with running your docker container with the –privileged flag you can skip this section and follow the instructions in the Privileged Docker Containers section below. +If you want to run as docker in a non-privileged container then follow the instructions in this section.

+ +

There are a few concepts to be aware of when using NCS devices in a non-privileged docker container. In this mode the NCAPI libraries within the docker container must be rebuilt with NO_BOOT=yes NO_RESET=yes flags to prevent the API from rebooting/resetting the NCS devices. The provide docker_cmd.sh script takes care of this for you. Also, since the API isn’t booting the devices and loading the firmware this must be done prior to running an application that uses the devices and prior to starting the docker container. There is a seperate program provided that does this called ncs_boot_devices. +When starting the docker container the USB device name must be passed to the container with the –device flag. The device name is not static, it changes over time so the docker_cmd.sh script also handles this.

+ +

To make it easier to navigate the concepts above the following instructions can be followed.

+ +

1. Create a Docker Image for the NCSDK to run in Non-privileged Mode

+

The provided docker file Dockerfile_NoPreviligeAccess will be used create a docker image named ‘ncsdk’ when you follow the commands below. +You must have already cloned the ncsdk repository and should be in the top level directory named ncsdk. Note if you want to use a specific branch of the repository be sure to do git checkout for the desired branch. +After these commands are successfully executed, the docker image will contain the ncsdk and the NCAPI will have been compiled with the appropriate flags (NO_BOOT=yes and NO_RESET=yes.) within the image.

+
$ cd <NCSDK installation directory>
+$ docker build -t ncsdk -f ./extras/docker/Dockerfile_NoPreviligeAccess .
+
+ +

2. Prepare NCS Devices for Use Within the Non-privileged Container

+

Run the following commands to build and run the ncs_boot_devices program which loads the device firmware.

+
$cd <NCSDK installation path>/extras/docker/ncs_boot_devices
 
-

We have provided a Dockerfile to build an Ubuntu-based Docker image that has the NCSDK installed.

+$ #The path to api src directory is typically "../../../api/src" +$ export MVNC_API_PATH=<path to api src > -

1. Build the Docker image

+$ make ncs_boot_devices -

This command will create an image named ‘ncsdk’.

+$ #Make sure all NCS devices are plugged into the host system at this point +$ #Run the program to boot the devices and load the firmware +$ make run +
-
$ docker build -t ncsdk -f ./extras/docker/Dockerfile https://github.com/movidius/ncsdk.git#ncsdk2
+

3. Run the Non-privileged Docker Container.

+

The provided docker_cmd.sh script will run the docker container for you with appropriate –device parameters.

+
$ #Now the devices in the system have been booted with correct firmware.
+$ #Start the docker container with correct --device parameters
+$ cd <NCSDK installation path>/extras/docker
+$ ./docker_cmd.sh
 
-

This may take some time as the NCSDK is installed and dependencies are built.

+

Privileged Docker Containers

+

The simplest way to use the NCS within a docker container is to do it from a container thats running with the –privileged flag. This is not always desirable however, so if you would rather run in a non-privileged container see the Non-privileged Docker Containers section above.

+ +

1. Create a Docker Image for the NCSDK to Run in Privileged Mode

-

If you have already cloned the ncsdk repo, you can instead execute this build command from within the ncsdk directory in the ncsdk2 branch:

+

We have provided a Dockerfile to build an Ubuntu-based Docker image that has the NCSDK installed. This command will create an image named ‘ncsdk’. +You must have already cloned the ncsdk repository and should be in the top level directory named ncsdk. Note if you want to use a specific branch of the repository be sure to do git checkout for the desired branch.

-
$ docker build -t ncsdk -f ./extras/docker/Dockerfile .
+
$ cd <NCSDK installation directory>
+$ docker build -t ncsdk -f ./extras/docker/Dockerfile .
 
-

2. Create and run a Docker container from the built image

+

2. Create and Run a Privileged Docker container from the Built Image

This command will create a container named ‘ncsdk’.

$ docker run --net=host --privileged -v /dev:/dev --name ncsdk -i -t ncsdk /bin/bash
 
-

The elevated permissions are necessary for the USB access required by the neural compute device. Additional run options can be seen here. See the instructions above if you need to configure your Docker container to run behind a proxy.

+

The elevated permissions required via –privileged are necessary for the USB access required by the neural compute device unless following the non-privileged instructions above.

+ +

Use your NCSDK container

+ +

Starting the container

+

The Docker run command creates a new container instance each time that is used. If you want to use your existing container, use the start command. +(Note: The container is named ‘ncsdk’ when following both the privileged and non-privileged instructions above.)

-

3. Build examples (optional)

+
    +
  • +
    docker start -a -i ncsdk
    +
    +
  • +
+ +

Build NCSDK examples (optional)

You must have a neural compute device connected to a USB port in your host system when running this command. This command is executed inside of your Docker container.

$ make examples
 
-

4. Exit the container

+

Exit the container

This command is executed inside of your Docker container.

$ exit
 
-

Use your NCSDK container

- -

Starting the container

-

The Docker run command creates a new container instance each time that is used. If you want to use your existing container, use the start command. -(Note: We named the container ‘ncsdk’ in the run command above.)

- -
    -
  • -
    docker start -a -i ncsdk
    -
    -
  • -
- -

Other useful Docker commands

+

Other useful Docker commands

These commands are executed from your host terminal, not from inside the Docker container.

@@ -637,6 +671,8 @@

Other useful Docker commands

docker commit CONTAINER_ID [REPOSITORY_NAME[:TAG]]
 
+

Additional run options can be seen here. See the instructions above if you need to configure your Docker container to run behind a proxy.

+
diff --git a/docs/docker_proxy.html b/docs/docker_proxy.html old mode 100644 new mode 100755 diff --git a/docs/fonts/IntelClear-Bold-webfont.eot b/docs/fonts/IntelClear-Bold-webfont.eot old mode 100755 new mode 100644 diff --git a/docs/fonts/IntelClear-Bold-webfont.ttf b/docs/fonts/IntelClear-Bold-webfont.ttf old mode 100755 new mode 100644 diff --git a/docs/fonts/IntelClear-Bold-webfont.woff b/docs/fonts/IntelClear-Bold-webfont.woff old mode 100755 new mode 100644 diff --git a/docs/fonts/IntelClear-Light-webfont.eot b/docs/fonts/IntelClear-Light-webfont.eot old mode 100755 new mode 100644 diff --git a/docs/fonts/IntelClear-Light-webfont.ttf b/docs/fonts/IntelClear-Light-webfont.ttf old mode 100755 new mode 100644 diff --git a/docs/fonts/IntelClear-Light-webfont.woff b/docs/fonts/IntelClear-Light-webfont.woff old mode 100755 new mode 100644 diff --git a/docs/fonts/IntelClear-Regular-webfont.eot b/docs/fonts/IntelClear-Regular-webfont.eot old mode 100755 new mode 100644 diff --git a/docs/fonts/IntelClear-Regular-webfont.ttf b/docs/fonts/IntelClear-Regular-webfont.ttf old mode 100755 new mode 100644 diff --git a/docs/fonts/IntelClear-Regular-webfont.woff b/docs/fonts/IntelClear-Regular-webfont.woff old mode 100755 new mode 100644 diff --git a/docs/fonts/Intelicon.eot b/docs/fonts/Intelicon.eot old mode 100755 new mode 100644 diff --git a/docs/fonts/Intelicon.svg b/docs/fonts/Intelicon.svg old mode 100755 new mode 100644 diff --git a/docs/fonts/Intelicon.ttf b/docs/fonts/Intelicon.ttf old mode 100755 new mode 100644 diff --git a/docs/fonts/Intelicon.woff b/docs/fonts/Intelicon.woff old mode 100755 new mode 100644 diff --git a/docs/fonts/glyphicons-halflings-regular.eot b/docs/fonts/glyphicons-halflings-regular.eot old mode 100755 new mode 100644 diff --git a/docs/fonts/glyphicons-halflings-regular.svg b/docs/fonts/glyphicons-halflings-regular.svg old mode 100755 new mode 100644 diff --git a/docs/fonts/glyphicons-halflings-regular.ttf b/docs/fonts/glyphicons-halflings-regular.ttf old mode 100755 new mode 100644 diff --git a/docs/fonts/glyphicons-halflings-regular.woff b/docs/fonts/glyphicons-halflings-regular.woff old mode 100755 new mode 100644 diff --git a/docs/images/favicon.ico b/docs/images/favicon.ico old mode 100755 new mode 100644 index 91698741b95a5647f4393b975847deccbf2d44a7..1c42e657824a0184c50cd6b33ca205cde9de232e GIT binary patch literal 1150 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 OmbSVc 3.5" - s.add_runtime_dependency "jekyll-seo-tag", "~> 2.0" -end diff --git a/docs/ncapi/c_api_migration.html b/docs/ncapi/c_api_migration.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/c_api/mvncAllocateGraph.html b/docs/ncapi/ncapi1/c_api/mvncAllocateGraph.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/c_api/mvncCloseDevice.html b/docs/ncapi/ncapi1/c_api/mvncCloseDevice.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/c_api/mvncDeallocateGraph.html b/docs/ncapi/ncapi1/c_api/mvncDeallocateGraph.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/c_api/mvncDeviceOptions.html b/docs/ncapi/ncapi1/c_api/mvncDeviceOptions.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/c_api/mvncGetDeviceName.html b/docs/ncapi/ncapi1/c_api/mvncGetDeviceName.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/c_api/mvncGetDeviceOption.html b/docs/ncapi/ncapi1/c_api/mvncGetDeviceOption.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/c_api/mvncGetGlobalOption.html b/docs/ncapi/ncapi1/c_api/mvncGetGlobalOption.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/c_api/mvncGetGraphOption.html b/docs/ncapi/ncapi1/c_api/mvncGetGraphOption.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/c_api/mvncGetResult.html b/docs/ncapi/ncapi1/c_api/mvncGetResult.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/c_api/mvncGlobalOptions.html b/docs/ncapi/ncapi1/c_api/mvncGlobalOptions.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/c_api/mvncGraphOptions.html b/docs/ncapi/ncapi1/c_api/mvncGraphOptions.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/c_api/mvncLoadTensor.html b/docs/ncapi/ncapi1/c_api/mvncLoadTensor.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/c_api/mvncOpenDevice.html b/docs/ncapi/ncapi1/c_api/mvncOpenDevice.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/c_api/mvncSetDeviceOption.html b/docs/ncapi/ncapi1/c_api/mvncSetDeviceOption.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/c_api/mvncSetGlobalOption.html b/docs/ncapi/ncapi1/c_api/mvncSetGlobalOption.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/c_api/mvncSetGraphOption.html b/docs/ncapi/ncapi1/c_api/mvncSetGraphOption.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/c_api/mvncStatus.html b/docs/ncapi/ncapi1/c_api/mvncStatus.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/c_api/readme.html b/docs/ncapi/ncapi1/c_api/readme.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/Device.AllocateGraph.html b/docs/ncapi/ncapi1/py_api/Device.AllocateGraph.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/Device.CloseDevice.html b/docs/ncapi/ncapi1/py_api/Device.CloseDevice.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/Device.GetDeviceOption.html b/docs/ncapi/ncapi1/py_api/Device.GetDeviceOption.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/Device.OpenDevice.html b/docs/ncapi/ncapi1/py_api/Device.OpenDevice.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/Device.SetDeviceOption.html b/docs/ncapi/ncapi1/py_api/Device.SetDeviceOption.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/Device.__init__.html b/docs/ncapi/ncapi1/py_api/Device.__init__.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/Device.html b/docs/ncapi/ncapi1/py_api/Device.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/DeviceOption.html b/docs/ncapi/ncapi1/py_api/DeviceOption.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/EnumerateDevices.html b/docs/ncapi/ncapi1/py_api/EnumerateDevices.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/GetGlobalOption.html b/docs/ncapi/ncapi1/py_api/GetGlobalOption.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/GlobalOption.html b/docs/ncapi/ncapi1/py_api/GlobalOption.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/Graph.DeallocateGraph.html b/docs/ncapi/ncapi1/py_api/Graph.DeallocateGraph.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/Graph.GetGraphOption.html b/docs/ncapi/ncapi1/py_api/Graph.GetGraphOption.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/Graph.GetResult.html b/docs/ncapi/ncapi1/py_api/Graph.GetResult.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/Graph.LoadTensor.html b/docs/ncapi/ncapi1/py_api/Graph.LoadTensor.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/Graph.SetGraphOption.html b/docs/ncapi/ncapi1/py_api/Graph.SetGraphOption.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/Graph.html b/docs/ncapi/ncapi1/py_api/Graph.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/GraphOption.html b/docs/ncapi/ncapi1/py_api/GraphOption.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/SetGlobalOption.html b/docs/ncapi/ncapi1/py_api/SetGlobalOption.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/Status.html b/docs/ncapi/ncapi1/py_api/Status.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/py_api/readme.html b/docs/ncapi/ncapi1/py_api/readme.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi1/readme.html b/docs/ncapi/ncapi1/readme.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/c_api/ncDeviceClose.html b/docs/ncapi/ncapi2/c_api/ncDeviceClose.html old mode 100644 new mode 100755 index 70a66e5..0813c0a --- a/docs/ncapi/ncapi2/c_api/ncDeviceClose.html +++ b/docs/ncapi/ncapi2/c_api/ncDeviceClose.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncDeviceCreate.html b/docs/ncapi/ncapi2/c_api/ncDeviceCreate.html old mode 100644 new mode 100755 index 66c58c9..0671278 --- a/docs/ncapi/ncapi2/c_api/ncDeviceCreate.html +++ b/docs/ncapi/ncapi2/c_api/ncDeviceCreate.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncDeviceDestroy.html b/docs/ncapi/ncapi2/c_api/ncDeviceDestroy.html old mode 100644 new mode 100755 index e4550e8..5bd2aeb --- a/docs/ncapi/ncapi2/c_api/ncDeviceDestroy.html +++ b/docs/ncapi/ncapi2/c_api/ncDeviceDestroy.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncDeviceGetOption.html b/docs/ncapi/ncapi2/c_api/ncDeviceGetOption.html old mode 100644 new mode 100755 index 5d06784..54181e3 --- a/docs/ncapi/ncapi2/c_api/ncDeviceGetOption.html +++ b/docs/ncapi/ncapi2/c_api/ncDeviceGetOption.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncDeviceHandle_t.html b/docs/ncapi/ncapi2/c_api/ncDeviceHandle_t.html old mode 100644 new mode 100755 index c72b412..cf81631 --- a/docs/ncapi/ncapi2/c_api/ncDeviceHandle_t.html +++ b/docs/ncapi/ncapi2/c_api/ncDeviceHandle_t.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncDeviceHwVersion_t.html b/docs/ncapi/ncapi2/c_api/ncDeviceHwVersion_t.html old mode 100644 new mode 100755 index 280c214..c2705c6 --- a/docs/ncapi/ncapi2/c_api/ncDeviceHwVersion_t.html +++ b/docs/ncapi/ncapi2/c_api/ncDeviceHwVersion_t.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncDeviceOpen.html b/docs/ncapi/ncapi2/c_api/ncDeviceOpen.html old mode 100644 new mode 100755 index 195589f..244e41a --- a/docs/ncapi/ncapi2/c_api/ncDeviceOpen.html +++ b/docs/ncapi/ncapi2/c_api/ncDeviceOpen.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncDeviceOption_t.html b/docs/ncapi/ncapi2/c_api/ncDeviceOption_t.html old mode 100644 new mode 100755 index 33f175d..3fbc7bd --- a/docs/ncapi/ncapi2/c_api/ncDeviceOption_t.html +++ b/docs/ncapi/ncapi2/c_api/ncDeviceOption_t.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncDeviceSetOption.html b/docs/ncapi/ncapi2/c_api/ncDeviceSetOption.html old mode 100644 new mode 100755 index 8c490aa..1b20fdf --- a/docs/ncapi/ncapi2/c_api/ncDeviceSetOption.html +++ b/docs/ncapi/ncapi2/c_api/ncDeviceSetOption.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncDeviceState_t.html b/docs/ncapi/ncapi2/c_api/ncDeviceState_t.html old mode 100644 new mode 100755 index e73debc..937f24f --- a/docs/ncapi/ncapi2/c_api/ncDeviceState_t.html +++ b/docs/ncapi/ncapi2/c_api/ncDeviceState_t.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncFifoAllocate.html b/docs/ncapi/ncapi2/c_api/ncFifoAllocate.html old mode 100644 new mode 100755 index d6c9d50..86a6ae5 --- a/docs/ncapi/ncapi2/c_api/ncFifoAllocate.html +++ b/docs/ncapi/ncapi2/c_api/ncFifoAllocate.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncFifoCreate.html b/docs/ncapi/ncapi2/c_api/ncFifoCreate.html old mode 100644 new mode 100755 index 36fe837..89cf5a1 --- a/docs/ncapi/ncapi2/c_api/ncFifoCreate.html +++ b/docs/ncapi/ncapi2/c_api/ncFifoCreate.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncFifoDataType_t.html b/docs/ncapi/ncapi2/c_api/ncFifoDataType_t.html old mode 100644 new mode 100755 index 150ee96..b556afa --- a/docs/ncapi/ncapi2/c_api/ncFifoDataType_t.html +++ b/docs/ncapi/ncapi2/c_api/ncFifoDataType_t.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncFifoDestroy.html b/docs/ncapi/ncapi2/c_api/ncFifoDestroy.html old mode 100644 new mode 100755 index 50b0203..3c650f1 --- a/docs/ncapi/ncapi2/c_api/ncFifoDestroy.html +++ b/docs/ncapi/ncapi2/c_api/ncFifoDestroy.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncFifoGetOption.html b/docs/ncapi/ncapi2/c_api/ncFifoGetOption.html old mode 100644 new mode 100755 index c8f265b..f67a3a9 --- a/docs/ncapi/ncapi2/c_api/ncFifoGetOption.html +++ b/docs/ncapi/ncapi2/c_api/ncFifoGetOption.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncFifoHandle_t.html b/docs/ncapi/ncapi2/c_api/ncFifoHandle_t.html old mode 100644 new mode 100755 index 649b614..f326725 --- a/docs/ncapi/ncapi2/c_api/ncFifoHandle_t.html +++ b/docs/ncapi/ncapi2/c_api/ncFifoHandle_t.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncFifoOption_t.html b/docs/ncapi/ncapi2/c_api/ncFifoOption_t.html old mode 100644 new mode 100755 index 0bdfa79..bf843de --- a/docs/ncapi/ncapi2/c_api/ncFifoOption_t.html +++ b/docs/ncapi/ncapi2/c_api/ncFifoOption_t.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncFifoReadElem.html b/docs/ncapi/ncapi2/c_api/ncFifoReadElem.html old mode 100644 new mode 100755 index bcba571..69f1d13 --- a/docs/ncapi/ncapi2/c_api/ncFifoReadElem.html +++ b/docs/ncapi/ncapi2/c_api/ncFifoReadElem.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncFifoRemoveElem.html b/docs/ncapi/ncapi2/c_api/ncFifoRemoveElem.html old mode 100644 new mode 100755 index ffbc72b..eedc403 --- a/docs/ncapi/ncapi2/c_api/ncFifoRemoveElem.html +++ b/docs/ncapi/ncapi2/c_api/ncFifoRemoveElem.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncFifoSetOption.html b/docs/ncapi/ncapi2/c_api/ncFifoSetOption.html old mode 100644 new mode 100755 index 3fb3126..f44b826 --- a/docs/ncapi/ncapi2/c_api/ncFifoSetOption.html +++ b/docs/ncapi/ncapi2/c_api/ncFifoSetOption.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncFifoState_t.html b/docs/ncapi/ncapi2/c_api/ncFifoState_t.html old mode 100644 new mode 100755 index f6b58f7..ec8b3e8 --- a/docs/ncapi/ncapi2/c_api/ncFifoState_t.html +++ b/docs/ncapi/ncapi2/c_api/ncFifoState_t.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncFifoType_t.html b/docs/ncapi/ncapi2/c_api/ncFifoType_t.html old mode 100644 new mode 100755 index a4c143f..91d93b6 --- a/docs/ncapi/ncapi2/c_api/ncFifoType_t.html +++ b/docs/ncapi/ncapi2/c_api/ncFifoType_t.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncFifoWriteElem.html b/docs/ncapi/ncapi2/c_api/ncFifoWriteElem.html old mode 100644 new mode 100755 index dda5f5b..014adf0 --- a/docs/ncapi/ncapi2/c_api/ncFifoWriteElem.html +++ b/docs/ncapi/ncapi2/c_api/ncFifoWriteElem.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncGlobalGetOption.html b/docs/ncapi/ncapi2/c_api/ncGlobalGetOption.html old mode 100644 new mode 100755 index 52be55f..d922608 --- a/docs/ncapi/ncapi2/c_api/ncGlobalGetOption.html +++ b/docs/ncapi/ncapi2/c_api/ncGlobalGetOption.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncGlobalOption_t.html b/docs/ncapi/ncapi2/c_api/ncGlobalOption_t.html old mode 100644 new mode 100755 index 2519baa..c311d65 --- a/docs/ncapi/ncapi2/c_api/ncGlobalOption_t.html +++ b/docs/ncapi/ncapi2/c_api/ncGlobalOption_t.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncGlobalSetOption.html b/docs/ncapi/ncapi2/c_api/ncGlobalSetOption.html old mode 100644 new mode 100755 index 35256d6..58e232b --- a/docs/ncapi/ncapi2/c_api/ncGlobalSetOption.html +++ b/docs/ncapi/ncapi2/c_api/ncGlobalSetOption.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncGraphAllocate.html b/docs/ncapi/ncapi2/c_api/ncGraphAllocate.html old mode 100644 new mode 100755 index 9e590a0..007a27a --- a/docs/ncapi/ncapi2/c_api/ncGraphAllocate.html +++ b/docs/ncapi/ncapi2/c_api/ncGraphAllocate.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncGraphAllocateWithFifos.html b/docs/ncapi/ncapi2/c_api/ncGraphAllocateWithFifos.html old mode 100644 new mode 100755 index 96c1c2e..de33e44 --- a/docs/ncapi/ncapi2/c_api/ncGraphAllocateWithFifos.html +++ b/docs/ncapi/ncapi2/c_api/ncGraphAllocateWithFifos.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncGraphAllocateWithFifosEx.html b/docs/ncapi/ncapi2/c_api/ncGraphAllocateWithFifosEx.html old mode 100644 new mode 100755 index e680aee..09dd16d --- a/docs/ncapi/ncapi2/c_api/ncGraphAllocateWithFifosEx.html +++ b/docs/ncapi/ncapi2/c_api/ncGraphAllocateWithFifosEx.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncGraphCreate.html b/docs/ncapi/ncapi2/c_api/ncGraphCreate.html old mode 100644 new mode 100755 index 2a1622e..a2598b5 --- a/docs/ncapi/ncapi2/c_api/ncGraphCreate.html +++ b/docs/ncapi/ncapi2/c_api/ncGraphCreate.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncGraphDestroy.html b/docs/ncapi/ncapi2/c_api/ncGraphDestroy.html old mode 100644 new mode 100755 index 70b6cab..139eed6 --- a/docs/ncapi/ncapi2/c_api/ncGraphDestroy.html +++ b/docs/ncapi/ncapi2/c_api/ncGraphDestroy.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncGraphGetOption.html b/docs/ncapi/ncapi2/c_api/ncGraphGetOption.html old mode 100644 new mode 100755 index 6f9e791..852f32a --- a/docs/ncapi/ncapi2/c_api/ncGraphGetOption.html +++ b/docs/ncapi/ncapi2/c_api/ncGraphGetOption.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncGraphHandle_t.html b/docs/ncapi/ncapi2/c_api/ncGraphHandle_t.html old mode 100644 new mode 100755 index d17efd5..52b98eb --- a/docs/ncapi/ncapi2/c_api/ncGraphHandle_t.html +++ b/docs/ncapi/ncapi2/c_api/ncGraphHandle_t.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncGraphOption_t.html b/docs/ncapi/ncapi2/c_api/ncGraphOption_t.html old mode 100644 new mode 100755 index 74c3005..281f2c4 --- a/docs/ncapi/ncapi2/c_api/ncGraphOption_t.html +++ b/docs/ncapi/ncapi2/c_api/ncGraphOption_t.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncGraphQueueInference.html b/docs/ncapi/ncapi2/c_api/ncGraphQueueInference.html old mode 100644 new mode 100755 index fdfa1f9..e11b45a --- a/docs/ncapi/ncapi2/c_api/ncGraphQueueInference.html +++ b/docs/ncapi/ncapi2/c_api/ncGraphQueueInference.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncGraphQueueInferenceWithFifoElem.html b/docs/ncapi/ncapi2/c_api/ncGraphQueueInferenceWithFifoElem.html old mode 100644 new mode 100755 index 19293f4..2f8e832 --- a/docs/ncapi/ncapi2/c_api/ncGraphQueueInferenceWithFifoElem.html +++ b/docs/ncapi/ncapi2/c_api/ncGraphQueueInferenceWithFifoElem.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncGraphSetOption.html b/docs/ncapi/ncapi2/c_api/ncGraphSetOption.html old mode 100644 new mode 100755 index a1e2092..f3901f0 --- a/docs/ncapi/ncapi2/c_api/ncGraphSetOption.html +++ b/docs/ncapi/ncapi2/c_api/ncGraphSetOption.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncGraphState_t.html b/docs/ncapi/ncapi2/c_api/ncGraphState_t.html old mode 100644 new mode 100755 index cdbb2d9..9ec9bd7 --- a/docs/ncapi/ncapi2/c_api/ncGraphState_t.html +++ b/docs/ncapi/ncapi2/c_api/ncGraphState_t.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncLogLevel_t.html b/docs/ncapi/ncapi2/c_api/ncLogLevel_t.html index 5d45033..2817799 100755 --- a/docs/ncapi/ncapi2/c_api/ncLogLevel_t.html +++ b/docs/ncapi/ncapi2/c_api/ncLogLevel_t.html @@ -417,6 +417,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncStatus_t.html b/docs/ncapi/ncapi2/c_api/ncStatus_t.html old mode 100644 new mode 100755 index ffca7db..fb17005 --- a/docs/ncapi/ncapi2/c_api/ncStatus_t.html +++ b/docs/ncapi/ncapi2/c_api/ncStatus_t.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/ncTensorDescriptor_t.html b/docs/ncapi/ncapi2/c_api/ncTensorDescriptor_t.html old mode 100644 new mode 100755 index 519f4b4..42f48de --- a/docs/ncapi/ncapi2/c_api/ncTensorDescriptor_t.html +++ b/docs/ncapi/ncapi2/c_api/ncTensorDescriptor_t.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/c_api/readme.html b/docs/ncapi/ncapi2/c_api/readme.html old mode 100644 new mode 100755 index 53a1cd8..be90bf0 --- a/docs/ncapi/ncapi2/c_api/readme.html +++ b/docs/ncapi/ncapi2/c_api/readme.html @@ -419,6 +419,62 @@ Fifo Functions diff --git a/docs/ncapi/ncapi2/py_api/Device.close.html b/docs/ncapi/ncapi2/py_api/Device.close.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Device.destroy.html b/docs/ncapi/ncapi2/py_api/Device.destroy.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Device.get_option.html b/docs/ncapi/ncapi2/py_api/Device.get_option.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Device.html b/docs/ncapi/ncapi2/py_api/Device.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Device.open.html b/docs/ncapi/ncapi2/py_api/Device.open.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Device.set_option.html b/docs/ncapi/ncapi2/py_api/Device.set_option.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/DeviceHwVersion.html b/docs/ncapi/ncapi2/py_api/DeviceHwVersion.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/DeviceOption.html b/docs/ncapi/ncapi2/py_api/DeviceOption.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/DeviceState.html b/docs/ncapi/ncapi2/py_api/DeviceState.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Fifo.allocate.html b/docs/ncapi/ncapi2/py_api/Fifo.allocate.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Fifo.destroy.html b/docs/ncapi/ncapi2/py_api/Fifo.destroy.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Fifo.get_option.html b/docs/ncapi/ncapi2/py_api/Fifo.get_option.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Fifo.html b/docs/ncapi/ncapi2/py_api/Fifo.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Fifo.read_elem.html b/docs/ncapi/ncapi2/py_api/Fifo.read_elem.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Fifo.remove_elem.html b/docs/ncapi/ncapi2/py_api/Fifo.remove_elem.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Fifo.set_option.html b/docs/ncapi/ncapi2/py_api/Fifo.set_option.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Fifo.write_elem.html b/docs/ncapi/ncapi2/py_api/Fifo.write_elem.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/FifoDataType.html b/docs/ncapi/ncapi2/py_api/FifoDataType.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/FifoOption.html b/docs/ncapi/ncapi2/py_api/FifoOption.html old mode 100644 new mode 100755 index 381290e..21fb437 --- a/docs/ncapi/ncapi2/py_api/FifoOption.html +++ b/docs/ncapi/ncapi2/py_api/FifoOption.html @@ -619,7 +619,7 @@

class FifoOption(enum.Enum)

RO_WRITE_FILL_LEVEL int Unbounded positive int - The number of tensors (Fifo elements0 in the queue for a writable Fifo. + The number of tensors (Fifo elements) in the queue for a writable Fifo. RO_GRAPH_TENSOR_DESCRIPTOR diff --git a/docs/ncapi/ncapi2/py_api/FifoState.html b/docs/ncapi/ncapi2/py_api/FifoState.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/FifoType.html b/docs/ncapi/ncapi2/py_api/FifoType.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/GlobalOption.html b/docs/ncapi/ncapi2/py_api/GlobalOption.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Graph.allocate.html b/docs/ncapi/ncapi2/py_api/Graph.allocate.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Graph.allocate_with_fifos.html b/docs/ncapi/ncapi2/py_api/Graph.allocate_with_fifos.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Graph.destroy.html b/docs/ncapi/ncapi2/py_api/Graph.destroy.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Graph.get_option.html b/docs/ncapi/ncapi2/py_api/Graph.get_option.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Graph.html b/docs/ncapi/ncapi2/py_api/Graph.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Graph.queue_inference.html b/docs/ncapi/ncapi2/py_api/Graph.queue_inference.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Graph.queue_inference_with_fifo_elem.html b/docs/ncapi/ncapi2/py_api/Graph.queue_inference_with_fifo_elem.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Graph.set_option.html b/docs/ncapi/ncapi2/py_api/Graph.set_option.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/GraphOption.html b/docs/ncapi/ncapi2/py_api/GraphOption.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/GraphState.html b/docs/ncapi/ncapi2/py_api/GraphState.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/Status.html b/docs/ncapi/ncapi2/py_api/Status.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/TensorDescriptor.html b/docs/ncapi/ncapi2/py_api/TensorDescriptor.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/enumerate_devices.html b/docs/ncapi/ncapi2/py_api/enumerate_devices.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/global_get_option.html b/docs/ncapi/ncapi2/py_api/global_get_option.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/global_set_option.html b/docs/ncapi/ncapi2/py_api/global_set_option.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/py_api/readme.html b/docs/ncapi/ncapi2/py_api/readme.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/ncapi2/readme.html b/docs/ncapi/ncapi2/readme.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/python_api_migration.html b/docs/ncapi/python_api_migration.html old mode 100644 new mode 100755 diff --git a/docs/ncapi/readme.html b/docs/ncapi/readme.html old mode 100644 new mode 100755 diff --git a/docs/ncs.html b/docs/ncs.html old mode 100644 new mode 100755 diff --git a/docs/release_notes.html b/docs/release_notes.html index 6490771..c5b890e 100644 --- a/docs/release_notes.html +++ b/docs/release_notes.html @@ -496,31 +496,28 @@

============================================================

Movidius Neural Compute SDK Release Notes

-

V2.05.00 2018-06-07

+

V1.12.01 2018-10-05

============================================================

-

As of V2.05.00, SDK has been refactored and contains many new features and structural changes. It is recommended you read the documentation to familiarize with the new features and contents.

-

SDK Notes:

New features:

    -
  1. Tensorflow 1.7 supported. Tensorflow 1.7 is automatically installed on Ubuntu.
  2. +
  3. This release (1.12.01) is functionally identical to 1.12.00, however it has been re-factored so that everything in the public repository is now licensed via the Apache 2.0 open source license terms per the LICENSE file in the root directory. Non open source components may be downloaded during the installation.
  4. +
  5. Improved compiler support for custom networks that use variable batch size via Tensorflow.
  6. +
  7. Improved description on how to use Tensorflow networks that were built for training. Please see “Guidance for Compiling TensorFlow Networks” in the SDK documentation

Networks:

    -
  1. No change
  2. +
  3. Facenet based on inception-resnet-v1 (see erratum #12)

Layers:

-
    -
  1. No change.
  2. -

API Notes:

    -
  1. Apps written with NCAPI v1 are not compatible with this release and need to be migrated to NCAPI v2, refer to Migrating Applications from NCAPI v1 to NCAPI v2 for information about migrating apps to the new API.
  2. +
  3. No change

Network Notes:

@@ -535,20 +532,20 @@

Caffe

  • VGG (Sousmith VGG_A)
  • Alexnet
  • TinyYolo v1
  • -
  • VGG 16 (Configuration D)
  • -
  • Resnet 18
  • +
  • VGG 16
  • Resnet 50
  • +
  • Resnet-18
  • SSD Mobilenet v1
  • -

    Tensorflow r1.6

    +

    Tensorflow r1.3

    1. inception-v1
    2. inception-v2
    3. inception-v3
    4. inception-v4
    5. Inception ResNet v2
    6. -
    7. VGG 16 (Configuration D)
    8. +
    9. VGG 16
    10. Mobilenet_V1_1.0 variants:
      • MobileNet_v1_1.0_224
      • @@ -570,6 +567,7 @@

        Tensorflow r1.6

    11. TinyYolo v2 via Darkflow tranformation
    12. +
    13. Facenet based on inception-resnet-v1 (See erratum #12)

    Firmware Features:

    @@ -607,26 +605,27 @@

    Firmware Features:

    Bug Fixes:

      -
    1. Fixed: Facenet and other network regression due to TensorFlow 1.7 changes.
    2. +
    3. Fixed: Tensorflow FusedBatchNorm doesn’t support fully connected layer inputs
    4. +
    5. Fixed: Mobilenets on Tensforflow 1.4 provide incorrect classification
    6. +
    7. Fixed: Resnet-18 on Caffe providing NaN results

    Errata:

    1. Python 2.7 is fully supported for making user applications, but only the helloworld_py example runs as-is in both python 2.7 and 3.5 due to dependencies on modules.
    2. +
    3. SDK tools for tensorflow on Rasbpian Stretch are not supported for this release, due to lack of an integrated tensorflow installer for Rasbpian in the SDK. TF examples are provided with pre-compiled graph files to allow them to run on Rasperry Pi, however the compile, profile, and check functions will not be available on Raspberry Pi, and ‘make examples’ will generate failures for the tensorflow examples on Raspberry Pi.
    4. Depth-wise convolution may not be supported if channel multiplier > 1.
    5. If working behind proxy, proper proxy settings must be applied for the installer to succeed.
    6. Although improved, the installer is known to take a long time on Raspberry Pi. Date/time must be correct for SDK installation to succeed on Raspberry Pi.
    7. -
    8. Default system virtual memory swap file size is too small to compile AlexNet, and VGG networks on Raspberry Pi.
    9. +
    10. Default system virtual memory swap file size is too small to compile AlexNet on Raspberry Pi. VGG 16 not verified to compile on Pi.
    11. Raspberry Pi users will need to upgrade to Raspbian Stretch for releases after 1.09.
    12. Convolution may fail to find a solution for very large inputs.
    13. -
    14. Depth-wise convolution is tested for 3x3 kernels.
    15. +
    16. Depth convolution is tested for 3x3 kernels.
    17. A TanH layer’s “top” & “bottom” blobs must have different names.  This is different from a ReLU layer, whose “top” & “bottom” should be named the same as its previous layer.
    18. -
    19. On upgrade from previous versions of SDK, the installer will detect if openCV 3.3.0 was installed, for example from http://github.com/movidius/ncappzoo/apps/stream_ty_gn/install-opencv-from_source.sh. For this release, the installer will prompt to uninstall this specific version of openCV. This is required for ssd-caffe to run correctly. After 2.05 installation is complete, openCV 3.3.0 can be re-installed and the ssd-caffe will continue to function.
    20. -
    21. On upgrade from previous versions of SDK, the installer will detect if openCV 3.3.0 was installed, for example from http://github.com/movidius/ncappzoo/apps/stream_ty_gn/install-opencv-from_source.sh. For this release, the installer will prompt to uninstall this specific version of openCV. This is required for ssd-caffe to run correctly. After 2.05 installation is complete, openCV 3.3.0 can be re-installed and the ssd-caffe will continue to function.
    22. -
    23. The MTCNN network in the app zoo is showing unexpected behavior for this release, and is being investigated. To use MTCNN, please use version 1.12.00 of SDK.
    24. +
    25. On upgrade from previous versions of SDK, the installer will detect if openCV 3.3.0 was installed, for example from http://github.com/movidius/ncappzoo/apps/stream_ty_gn/install-opencv-from_source.sh. For this release, the installer will prompt to uninstall this specific version of openCV. This is required for ssd-caffe to run correctly. After 1.11 installation is complete, openCV 3.3.0 can be re-installed and the ssd-caffe will continue to function.
    26. +
    27. Facenet requires L2 Normalization be inserted to be used, please see the support forum for a saver script example.
    28. Although mvNCCheck shows per-pixel error for some metrics for mobilenet_v1_224, classification results are not impacted.
    29. -
    30. Only Ubuntu 16.04 LTS is supported as a host OS for this release. Ubuntu 18.04 is being evaluated.
    31. -
    32. The visualization graph created by mvNCProfile may have an erroneous connection through the data layer.
    33. +
    34. Initial validation has been done on SSD Mobilenet v1 and TinyYolo v2 but more thorough evaluation is underway.
    diff --git a/docs/tensorflow.html b/docs/tensorflow.html old mode 100644 new mode 100755 diff --git a/docs/tf_compile_guidance.html b/docs/tf_compile_guidance.html old mode 100644 new mode 100755 diff --git a/docs/tf_modelzoo.html b/docs/tf_modelzoo.html old mode 100644 new mode 100755 diff --git a/docs/tf_slim.html b/docs/tf_slim.html old mode 100644 new mode 100755 diff --git a/docs/thumbnail.png b/docs/thumbnail.png deleted file mode 100644 index fb5de03e18faef7bf1b813248855d81dd33b50cb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10656 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 - mvNCCompile + mvNCCompile Converts a Caffe/TensorFlow* network and associated weights to an internal Intel® Movidius™ compiled format for use with the Intel® Movidius™ Neural Compute API. - mvNCProfile + mvNCProfile Provides layer-by-layer statistics to evaluate the performance of Caffe/TensorFlow networks on your neural compute device. - mvNCCheck + mvNCCheck Compares the inference results from running the network on your neural compute device vs. Caffe/TensorFlow for network compilation validation. diff --git a/docs/virtualenv.html b/docs/virtualenv.html old mode 100644 new mode 100755 diff --git a/docs/vm_config.html b/docs/vm_config.html old mode 100644 new mode 100755 diff --git a/examples/apps/hello_ncs_cpp/cpp/hello_ncs.cpp b/examples/apps/hello_ncs_cpp/cpp/hello_ncs.cpp index 931ed9d..e05089c 100644 --- a/examples/apps/hello_ncs_cpp/cpp/hello_ncs.cpp +++ b/examples/apps/hello_ncs_cpp/cpp/hello_ncs.cpp @@ -1,18 +1,16 @@ -// Copyright 2017 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) 2017-2018 Intel Corporation. All Rights Reserved +// +// Licensed 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. diff --git a/examples/apps/hello_ncs_py/hello_ncs.py b/examples/apps/hello_ncs_py/hello_ncs.py index b70deac..f33ae2f 100644 --- a/examples/apps/hello_ncs_py/hello_ncs.py +++ b/examples/apps/hello_ncs_py/hello_ncs.py @@ -1,20 +1,18 @@ #!/usr/bin/python3 # -# Copyright 2017 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) 2017-2018 Intel Corporation. All Rights Reserved +# +# Licensed 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. # Python script to open and close a single NCS device diff --git a/examples/apps/multistick_cpp/cpp/multistick.cpp b/examples/apps/multistick_cpp/cpp/multistick.cpp index 889c755..4e6ed4e 100644 --- a/examples/apps/multistick_cpp/cpp/multistick.cpp +++ b/examples/apps/multistick_cpp/cpp/multistick.cpp @@ -1,18 +1,16 @@ -// Copyright 2017 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) 2017-2018 Intel Corporation. All Rights Reserved +// +// Licensed 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. #include #include diff --git a/examples/caffe/AlexNet/cpp/run.cpp b/examples/caffe/AlexNet/cpp/run.cpp index 16fddc9..faa1071 100644 --- a/examples/caffe/AlexNet/cpp/run.cpp +++ b/examples/caffe/AlexNet/cpp/run.cpp @@ -1,18 +1,16 @@ -// Copyright 2017 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) 2017-2018 Intel Corporation. All Rights Reserved +// +// Licensed 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. #include #include diff --git a/examples/caffe/AlexNet/run.py b/examples/caffe/AlexNet/run.py index e948803..22aeba8 100644 --- a/examples/caffe/AlexNet/run.py +++ b/examples/caffe/AlexNet/run.py @@ -1,20 +1,18 @@ #! /usr/bin/env python3 -# Copyright 2017 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) 2017-2018 Intel Corporation. All Rights Reserved +# +# Licensed 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. from mvnc import mvncapi as mvnc import sys diff --git a/examples/caffe/GoogLeNet/cpp/run.cpp b/examples/caffe/GoogLeNet/cpp/run.cpp index 62b23cd..dbb0ccb 100644 --- a/examples/caffe/GoogLeNet/cpp/run.cpp +++ b/examples/caffe/GoogLeNet/cpp/run.cpp @@ -1,18 +1,16 @@ -// Copyright 2017 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) 2017-2018 Intel Corporation. All Rights Reserved +// +// Licensed 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. #include #include diff --git a/examples/caffe/GoogLeNet/run.py b/examples/caffe/GoogLeNet/run.py index b61a3f0..03da3e6 100644 --- a/examples/caffe/GoogLeNet/run.py +++ b/examples/caffe/GoogLeNet/run.py @@ -1,20 +1,18 @@ #! /usr/bin/env python3 -# Copyright 2017 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) 2017-2018 Intel Corporation. All Rights Reserved +# +# Licensed 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. from mvnc import mvncapi as mvnc import sys diff --git a/examples/caffe/SqueezeNet/cpp/run.cpp b/examples/caffe/SqueezeNet/cpp/run.cpp index 16fddc9..faa1071 100644 --- a/examples/caffe/SqueezeNet/cpp/run.cpp +++ b/examples/caffe/SqueezeNet/cpp/run.cpp @@ -1,18 +1,16 @@ -// Copyright 2017 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) 2017-2018 Intel Corporation. All Rights Reserved +// +// Licensed 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. #include #include diff --git a/examples/caffe/SqueezeNet/run.py b/examples/caffe/SqueezeNet/run.py index 9e61940..22aeba8 100644 --- a/examples/caffe/SqueezeNet/run.py +++ b/examples/caffe/SqueezeNet/run.py @@ -1,20 +1,18 @@ #! /usr/bin/env python3 -# Copyright 2017 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) 2017-2018 Intel Corporation. All Rights Reserved +# +# Licensed 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. from mvnc import mvncapi as mvnc import sys diff --git a/examples/tensorflow/inception_v1/run.py b/examples/tensorflow/inception_v1/run.py index 30afa69..ff0199f 100644 --- a/examples/tensorflow/inception_v1/run.py +++ b/examples/tensorflow/inception_v1/run.py @@ -1,20 +1,18 @@ #! /usr/bin/env python3 -# Copyright 2017 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) 2017-2018 Intel Corporation. All Rights Reserved +# +# Licensed 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. from mvnc import mvncapi as mvnc import sys diff --git a/examples/tensorflow/inception_v3/run.py b/examples/tensorflow/inception_v3/run.py index 56758b2..41b9886 100644 --- a/examples/tensorflow/inception_v3/run.py +++ b/examples/tensorflow/inception_v3/run.py @@ -1,20 +1,18 @@ #! /usr/bin/env python3 -# Copyright 2017 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) 2017-2018 Intel Corporation. All Rights Reserved +# +# Licensed 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. from mvnc import mvncapi as mvnc import sys diff --git a/install.sh b/install.sh index 4b164ee..5e61412 100755 --- a/install.sh +++ b/install.sh @@ -3,10 +3,10 @@ # download the file cp ncsdk.conf /tmp -download_filename=NCSDK-1.12.tar.gz +download_filename=NCSDK-1.12.01.01.tar.gz -# ncsdk_link is the url -ncsdk_link=https://software.intel.com/sites/default/files/managed/33/1b/NCSDK-1.12.00.01.tar.gz +# ncsdk_link is the url (set in both install.sh & get_mvcmd.sh) +ncsdk_link=https://downloadmirror.intel.com/28192/eng/NCSDK-1.12.01.01.tar.gz # download the payload from the redirector link # and save it the download_filename no matter what the original filename was @@ -26,6 +26,8 @@ ncsdk_pkg=${ncsdk_archive%%.tar.gz} # /opt/movidius/uninstall-ncsdk.sh #fi +DIR=$(pwd) + # Create Required installation dirs sudo mkdir -p /opt/movidius sudo cp $ncsdk_archive /opt/movidius/ncsdk.tar.gz @@ -36,7 +38,12 @@ sudo tar zxvf ./ncsdk.tar.gz sudo rm -rf NCSDK sudo mv $ncsdk_pkg* NCSDK cd /opt/movidius/NCSDK -cp /tmp/ncsdk.conf . +sudo cp /tmp/ncsdk.conf . + +sudo cp ${DIR}/api/include/mvnc.h . +sudo cp ${DIR}/api/include/mvnc_deprecated.h . +sudo cp ${DIR}/api/python/mvnc/mvncapi.py . +sudo cp ${DIR}/api/python/mvnc/__init__.py . ./install-ncsdk.sh # leave the uninstall script on the target