From 1adce8cb3ff043e0ee8d0a9c916d88c56038f143 Mon Sep 17 00:00:00 2001 From: Alexey Suhov Date: Tue, 21 Jan 2020 17:00:01 +0300 Subject: [PATCH] updated year in copyrights to 2020 --- inference-engine/src/gna_plugin/CMakeLists.txt | 2 +- inference-engine/src/gna_plugin/backend/am_intel_dnn.hpp | 2 +- inference-engine/src/gna_plugin/backend/dnn.cpp | 2 +- inference-engine/src/gna_plugin/backend/dnn.hpp | 2 +- inference-engine/src/gna_plugin/backend/dnn_components.cpp | 2 +- inference-engine/src/gna_plugin/backend/dnn_components.hpp | 2 +- inference-engine/src/gna_plugin/backend/dnn_traits.hpp | 2 +- inference-engine/src/gna_plugin/backend/dnn_types.h | 2 +- inference-engine/src/gna_plugin/backend/make_pwl.cpp | 2 +- inference-engine/src/gna_plugin/backend/make_pwl.hpp | 2 +- inference-engine/src/gna_plugin/connection_details.hpp | 2 +- inference-engine/src/gna_plugin/descriptions/gna_flags.hpp | 2 +- .../src/gna_plugin/descriptions/gna_input_desc.cpp | 2 +- .../src/gna_plugin/descriptions/gna_input_desc.hpp | 2 +- .../src/gna_plugin/descriptions/gna_output_desc.hpp | 2 +- inference-engine/src/gna_plugin/frontend/layer_quantizer.hpp | 2 +- inference-engine/src/gna_plugin/frontend/model_quantizer.hpp | 2 +- inference-engine/src/gna_plugin/frontend/precision_ex.hpp | 2 +- inference-engine/src/gna_plugin/frontend/quantization.cpp | 2 +- inference-engine/src/gna_plugin/frontend/quantization.h | 2 +- .../src/gna_plugin/frontend/quantized_layer_params.hpp | 2 +- inference-engine/src/gna_plugin/frontend/scale_factor_calc.hpp | 2 +- inference-engine/src/gna_plugin/frontend/weights_converter.hpp | 2 +- inference-engine/src/gna_plugin/gna2_model_debug_log.cpp | 3 +-- inference-engine/src/gna_plugin/gna2_model_debug_log.hpp | 2 +- inference-engine/src/gna_plugin/gna2_model_export_helper.cpp | 3 +-- inference-engine/src/gna_plugin/gna2_model_export_helper.hpp | 2 +- inference-engine/src/gna_plugin/gna2_model_helper.cpp | 2 +- inference-engine/src/gna_plugin/gna2_model_helper.hpp | 3 ++- inference-engine/src/gna_plugin/gna_api_wrapper.hpp | 2 +- inference-engine/src/gna_plugin/gna_data_types.hpp | 2 +- inference-engine/src/gna_plugin/gna_device.cpp | 2 +- inference-engine/src/gna_plugin/gna_device.hpp | 2 +- inference-engine/src/gna_plugin/gna_executable_network.hpp | 2 +- inference-engine/src/gna_plugin/gna_fused_iterator.hpp | 2 +- inference-engine/src/gna_plugin/gna_graph_compiler.hpp | 2 +- inference-engine/src/gna_plugin/gna_helper.cpp | 2 +- inference-engine/src/gna_plugin/gna_infer_request.hpp | 2 +- inference-engine/src/gna_plugin/gna_lib_ver_selector.hpp | 2 +- inference-engine/src/gna_plugin/gna_model_serial.cpp | 2 +- inference-engine/src/gna_plugin/gna_model_serial.hpp | 2 +- inference-engine/src/gna_plugin/gna_plugin.cpp | 2 +- inference-engine/src/gna_plugin/gna_plugin.hpp | 2 +- inference-engine/src/gna_plugin/gna_plugin_entry_points.cpp | 2 +- inference-engine/src/gna_plugin/gna_plugin_internal.hpp | 2 +- inference-engine/src/gna_plugin/gna_plugin_log.hpp | 2 +- inference-engine/src/gna_plugin/gna_plugin_policy.hpp | 2 +- inference-engine/src/gna_plugin/gna_plugin_query_api.cpp | 2 +- inference-engine/src/gna_plugin/gna_slope_scale.cpp | 2 +- inference-engine/src/gna_plugin/gna_slope_scale.h | 2 +- inference-engine/src/gna_plugin/gna_upstream_iterator.hpp | 2 +- inference-engine/src/gna_plugin/layers/gna_concat_layer.hpp | 2 +- inference-engine/src/gna_plugin/layers/gna_crop_layer.hpp | 2 +- inference-engine/src/gna_plugin/layers/gna_layer_info.hpp | 2 +- inference-engine/src/gna_plugin/layers/gna_layer_type.cpp | 2 +- inference-engine/src/gna_plugin/layers/gna_layer_type.hpp | 2 +- inference-engine/src/gna_plugin/layers/gna_memory_layer.hpp | 2 +- inference-engine/src/gna_plugin/layers/gna_split_layer.hpp | 2 +- inference-engine/src/gna_plugin/layers/layers_builder.hpp | 2 +- inference-engine/src/gna_plugin/memory/gna_allocator.hpp | 2 +- inference-engine/src/gna_plugin/memory/gna_mem_requests.hpp | 2 +- .../src/gna_plugin/memory/gna_mem_requests_queue.hpp | 2 +- inference-engine/src/gna_plugin/memory/gna_memory.hpp | 2 +- inference-engine/src/gna_plugin/memory/gna_memory_state.hpp | 2 +- inference-engine/src/gna_plugin/memory/gna_memory_util.cpp | 2 +- inference-engine/src/gna_plugin/memory/gna_memory_util.hpp | 2 +- .../src/gna_plugin/memory/ipolymorph_allocator.hpp | 2 +- inference-engine/src/gna_plugin/memory/polymorph_allocator.hpp | 2 +- inference-engine/src/gna_plugin/optimizer/gna_pass_manager.hpp | 2 +- inference-engine/src/gna_plugin/preprocessing.cpp | 2 +- inference-engine/src/gna_plugin/preprocessing.hpp | 2 +- inference-engine/src/gna_plugin/round_float_define.hpp | 2 +- inference-engine/src/gna_plugin/runtime/cnn.h | 2 +- inference-engine/src/gna_plugin/runtime/floatmath.cpp | 2 +- inference-engine/src/gna_plugin/runtime/floatmath.h | 2 +- inference-engine/src/gna_plugin/runtime/pwl.cpp | 2 +- inference-engine/src/gna_plugin/runtime/pwl.h | 2 +- 77 files changed, 78 insertions(+), 79 deletions(-) diff --git a/inference-engine/src/gna_plugin/CMakeLists.txt b/inference-engine/src/gna_plugin/CMakeLists.txt index 78692ac18dddad..61238ecfb97aa9 100644 --- a/inference-engine/src/gna_plugin/CMakeLists.txt +++ b/inference-engine/src/gna_plugin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2019 Intel Corporation +# Copyright (C) 2018-2020 Intel Corporation # SPDX-License-Identifier: Apache-2.0 set(TARGET_NAME "GNAPlugin") diff --git a/inference-engine/src/gna_plugin/backend/am_intel_dnn.hpp b/inference-engine/src/gna_plugin/backend/am_intel_dnn.hpp index bcf971ed487cb3..fd8e347b20d288 100644 --- a/inference-engine/src/gna_plugin/backend/am_intel_dnn.hpp +++ b/inference-engine/src/gna_plugin/backend/am_intel_dnn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/backend/dnn.cpp b/inference-engine/src/gna_plugin/backend/dnn.cpp index 02b685c15b5fc8..6859c962636ec5 100644 --- a/inference-engine/src/gna_plugin/backend/dnn.cpp +++ b/inference-engine/src/gna_plugin/backend/dnn.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/backend/dnn.hpp b/inference-engine/src/gna_plugin/backend/dnn.hpp index 103a4947023e89..aff6217871114a 100644 --- a/inference-engine/src/gna_plugin/backend/dnn.hpp +++ b/inference-engine/src/gna_plugin/backend/dnn.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/backend/dnn_components.cpp b/inference-engine/src/gna_plugin/backend/dnn_components.cpp index c4c4ca2f3842ad..cb34f0057f5842 100644 --- a/inference-engine/src/gna_plugin/backend/dnn_components.cpp +++ b/inference-engine/src/gna_plugin/backend/dnn_components.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/backend/dnn_components.hpp b/inference-engine/src/gna_plugin/backend/dnn_components.hpp index 9b76535e7d8463..8c76b4250666a6 100644 --- a/inference-engine/src/gna_plugin/backend/dnn_components.hpp +++ b/inference-engine/src/gna_plugin/backend/dnn_components.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/backend/dnn_traits.hpp b/inference-engine/src/gna_plugin/backend/dnn_traits.hpp index e9cd89c9bd1b3e..7e874427d613d0 100644 --- a/inference-engine/src/gna_plugin/backend/dnn_traits.hpp +++ b/inference-engine/src/gna_plugin/backend/dnn_traits.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // // dnn_traits.hpp : c++ trait approach to define dnn objects diff --git a/inference-engine/src/gna_plugin/backend/dnn_types.h b/inference-engine/src/gna_plugin/backend/dnn_types.h index 9ccd165fd7f8bb..b7851264d3ed02 100644 --- a/inference-engine/src/gna_plugin/backend/dnn_types.h +++ b/inference-engine/src/gna_plugin/backend/dnn_types.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/backend/make_pwl.cpp b/inference-engine/src/gna_plugin/backend/make_pwl.cpp index ee82500e9e4b99..f2eb32ca403636 100644 --- a/inference-engine/src/gna_plugin/backend/make_pwl.cpp +++ b/inference-engine/src/gna_plugin/backend/make_pwl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/backend/make_pwl.hpp b/inference-engine/src/gna_plugin/backend/make_pwl.hpp index d45950cf4e38e8..c2be6160368151 100644 --- a/inference-engine/src/gna_plugin/backend/make_pwl.hpp +++ b/inference-engine/src/gna_plugin/backend/make_pwl.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/connection_details.hpp b/inference-engine/src/gna_plugin/connection_details.hpp index 34cff3f5cd9006..1c308d5c34f0d6 100644 --- a/inference-engine/src/gna_plugin/connection_details.hpp +++ b/inference-engine/src/gna_plugin/connection_details.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/descriptions/gna_flags.hpp b/inference-engine/src/gna_plugin/descriptions/gna_flags.hpp index 9d2d3d3fe1489e..7536880fe1f5c3 100644 --- a/inference-engine/src/gna_plugin/descriptions/gna_flags.hpp +++ b/inference-engine/src/gna_plugin/descriptions/gna_flags.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/descriptions/gna_input_desc.cpp b/inference-engine/src/gna_plugin/descriptions/gna_input_desc.cpp index ba50be89d3bca4..453028839ab145 100644 --- a/inference-engine/src/gna_plugin/descriptions/gna_input_desc.cpp +++ b/inference-engine/src/gna_plugin/descriptions/gna_input_desc.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/descriptions/gna_input_desc.hpp b/inference-engine/src/gna_plugin/descriptions/gna_input_desc.hpp index 3c9af31b931cd2..7177c919c0e5c5 100644 --- a/inference-engine/src/gna_plugin/descriptions/gna_input_desc.hpp +++ b/inference-engine/src/gna_plugin/descriptions/gna_input_desc.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/descriptions/gna_output_desc.hpp b/inference-engine/src/gna_plugin/descriptions/gna_output_desc.hpp index d4f43a99c1d095..5a5d271ad70d87 100644 --- a/inference-engine/src/gna_plugin/descriptions/gna_output_desc.hpp +++ b/inference-engine/src/gna_plugin/descriptions/gna_output_desc.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/frontend/layer_quantizer.hpp b/inference-engine/src/gna_plugin/frontend/layer_quantizer.hpp index b4e3e07da5f000..8eff77d14ec0b6 100644 --- a/inference-engine/src/gna_plugin/frontend/layer_quantizer.hpp +++ b/inference-engine/src/gna_plugin/frontend/layer_quantizer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/frontend/model_quantizer.hpp b/inference-engine/src/gna_plugin/frontend/model_quantizer.hpp index 777ec5965b356e..0250865a69fec8 100644 --- a/inference-engine/src/gna_plugin/frontend/model_quantizer.hpp +++ b/inference-engine/src/gna_plugin/frontend/model_quantizer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/frontend/precision_ex.hpp b/inference-engine/src/gna_plugin/frontend/precision_ex.hpp index c3782fb95667de..5af1f4bf3c3f40 100644 --- a/inference-engine/src/gna_plugin/frontend/precision_ex.hpp +++ b/inference-engine/src/gna_plugin/frontend/precision_ex.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/frontend/quantization.cpp b/inference-engine/src/gna_plugin/frontend/quantization.cpp index db05ede47984a2..6dffb194e943ae 100644 --- a/inference-engine/src/gna_plugin/frontend/quantization.cpp +++ b/inference-engine/src/gna_plugin/frontend/quantization.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/frontend/quantization.h b/inference-engine/src/gna_plugin/frontend/quantization.h index 9c8ee5bd859857..1fb23b5863d5a1 100644 --- a/inference-engine/src/gna_plugin/frontend/quantization.h +++ b/inference-engine/src/gna_plugin/frontend/quantization.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/frontend/quantized_layer_params.hpp b/inference-engine/src/gna_plugin/frontend/quantized_layer_params.hpp index aaa53c99a10cb0..024d5b81f0b69a 100644 --- a/inference-engine/src/gna_plugin/frontend/quantized_layer_params.hpp +++ b/inference-engine/src/gna_plugin/frontend/quantized_layer_params.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/frontend/scale_factor_calc.hpp b/inference-engine/src/gna_plugin/frontend/scale_factor_calc.hpp index 56128d24869c9e..6cca78b5a42f3a 100644 --- a/inference-engine/src/gna_plugin/frontend/scale_factor_calc.hpp +++ b/inference-engine/src/gna_plugin/frontend/scale_factor_calc.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/frontend/weights_converter.hpp b/inference-engine/src/gna_plugin/frontend/weights_converter.hpp index 6cefbeebe37243..549b8ef9e98aed 100644 --- a/inference-engine/src/gna_plugin/frontend/weights_converter.hpp +++ b/inference-engine/src/gna_plugin/frontend/weights_converter.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna2_model_debug_log.cpp b/inference-engine/src/gna_plugin/gna2_model_debug_log.cpp index 866424de71200a..77fba01133544e 100644 --- a/inference-engine/src/gna_plugin/gna2_model_debug_log.cpp +++ b/inference-engine/src/gna_plugin/gna2_model_debug_log.cpp @@ -1,8 +1,7 @@ -// Copyright (C) 2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // - #include "gna2_model_helper.hpp" #include #include diff --git a/inference-engine/src/gna_plugin/gna2_model_debug_log.hpp b/inference-engine/src/gna_plugin/gna2_model_debug_log.hpp index 4d39cf45ea7c00..f6889b3e115250 100644 --- a/inference-engine/src/gna_plugin/gna2_model_debug_log.hpp +++ b/inference-engine/src/gna_plugin/gna2_model_debug_log.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna2_model_export_helper.cpp b/inference-engine/src/gna_plugin/gna2_model_export_helper.cpp index 39090c8160029e..703878287cedb6 100644 --- a/inference-engine/src/gna_plugin/gna2_model_export_helper.cpp +++ b/inference-engine/src/gna_plugin/gna2_model_export_helper.cpp @@ -1,8 +1,7 @@ -// Copyright (C) 2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // - #if GNA_LIB_VER == 2 #include "gna2_model_export_helper.hpp" #include "gna2_model_helper.hpp" diff --git a/inference-engine/src/gna_plugin/gna2_model_export_helper.hpp b/inference-engine/src/gna_plugin/gna2_model_export_helper.hpp index ede5370a2e4711..fcf3e4b3caf772 100644 --- a/inference-engine/src/gna_plugin/gna2_model_export_helper.hpp +++ b/inference-engine/src/gna_plugin/gna2_model_export_helper.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna2_model_helper.cpp b/inference-engine/src/gna_plugin/gna2_model_helper.cpp index 91ae727d6b8779..926e3c82698c2b 100644 --- a/inference-engine/src/gna_plugin/gna2_model_helper.cpp +++ b/inference-engine/src/gna_plugin/gna2_model_helper.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna2_model_helper.hpp b/inference-engine/src/gna_plugin/gna2_model_helper.hpp index 1ea531b0129221..c8699e39ca5378 100644 --- a/inference-engine/src/gna_plugin/gna2_model_helper.hpp +++ b/inference-engine/src/gna_plugin/gna2_model_helper.hpp @@ -1,6 +1,7 @@ -// Copyright (C) 2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // + #pragma once #if GNA_LIB_VER == 2 diff --git a/inference-engine/src/gna_plugin/gna_api_wrapper.hpp b/inference-engine/src/gna_plugin/gna_api_wrapper.hpp index 607a54182eda71..2b1535ba9e8ff1 100644 --- a/inference-engine/src/gna_plugin/gna_api_wrapper.hpp +++ b/inference-engine/src/gna_plugin/gna_api_wrapper.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_data_types.hpp b/inference-engine/src/gna_plugin/gna_data_types.hpp index bc6caa6bc2bdf2..07df2a8be78153 100644 --- a/inference-engine/src/gna_plugin/gna_data_types.hpp +++ b/inference-engine/src/gna_plugin/gna_data_types.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_device.cpp b/inference-engine/src/gna_plugin/gna_device.cpp index 31b24a58089311..3e7f881911bd6e 100644 --- a/inference-engine/src/gna_plugin/gna_device.cpp +++ b/inference-engine/src/gna_plugin/gna_device.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_device.hpp b/inference-engine/src/gna_plugin/gna_device.hpp index ac6622ef3b4492..de2ed23ca3fccf 100644 --- a/inference-engine/src/gna_plugin/gna_device.hpp +++ b/inference-engine/src/gna_plugin/gna_device.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_executable_network.hpp b/inference-engine/src/gna_plugin/gna_executable_network.hpp index 478343c6dca393..26e87cae00bbb0 100644 --- a/inference-engine/src/gna_plugin/gna_executable_network.hpp +++ b/inference-engine/src/gna_plugin/gna_executable_network.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_fused_iterator.hpp b/inference-engine/src/gna_plugin/gna_fused_iterator.hpp index 30cff28bcd18e2..b18dc5e371e44e 100644 --- a/inference-engine/src/gna_plugin/gna_fused_iterator.hpp +++ b/inference-engine/src/gna_plugin/gna_fused_iterator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_graph_compiler.hpp b/inference-engine/src/gna_plugin/gna_graph_compiler.hpp index f6e38fc4485dfc..d055eae2ebde0d 100644 --- a/inference-engine/src/gna_plugin/gna_graph_compiler.hpp +++ b/inference-engine/src/gna_plugin/gna_graph_compiler.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_helper.cpp b/inference-engine/src/gna_plugin/gna_helper.cpp index 90888460226f40..c1c36da56c6c70 100644 --- a/inference-engine/src/gna_plugin/gna_helper.cpp +++ b/inference-engine/src/gna_plugin/gna_helper.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // // gna_helper.cpp : various GNA-related utility functions diff --git a/inference-engine/src/gna_plugin/gna_infer_request.hpp b/inference-engine/src/gna_plugin/gna_infer_request.hpp index 5fd0f771d46e17..17688f4688a5ce 100644 --- a/inference-engine/src/gna_plugin/gna_infer_request.hpp +++ b/inference-engine/src/gna_plugin/gna_infer_request.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_lib_ver_selector.hpp b/inference-engine/src/gna_plugin/gna_lib_ver_selector.hpp index ca32952c8a706a..6366d2487847c8 100644 --- a/inference-engine/src/gna_plugin/gna_lib_ver_selector.hpp +++ b/inference-engine/src/gna_plugin/gna_lib_ver_selector.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_model_serial.cpp b/inference-engine/src/gna_plugin/gna_model_serial.cpp index 7deda0710eda1d..7c9d678946f45f 100644 --- a/inference-engine/src/gna_plugin/gna_model_serial.cpp +++ b/inference-engine/src/gna_plugin/gna_model_serial.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_model_serial.hpp b/inference-engine/src/gna_plugin/gna_model_serial.hpp index 74bfce29e3d219..27caacee0d04fe 100644 --- a/inference-engine/src/gna_plugin/gna_model_serial.hpp +++ b/inference-engine/src/gna_plugin/gna_model_serial.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_plugin.cpp b/inference-engine/src/gna_plugin/gna_plugin.cpp index d340d0dc809dfb..2bb7179569e053 100644 --- a/inference-engine/src/gna_plugin/gna_plugin.cpp +++ b/inference-engine/src/gna_plugin/gna_plugin.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_plugin.hpp b/inference-engine/src/gna_plugin/gna_plugin.hpp index 2820ed12036b27..df7333c4ce9e8c 100644 --- a/inference-engine/src/gna_plugin/gna_plugin.hpp +++ b/inference-engine/src/gna_plugin/gna_plugin.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_plugin_entry_points.cpp b/inference-engine/src/gna_plugin/gna_plugin_entry_points.cpp index 0ae23fe979aa05..e6c4cc3ad9e2ba 100644 --- a/inference-engine/src/gna_plugin/gna_plugin_entry_points.cpp +++ b/inference-engine/src/gna_plugin/gna_plugin_entry_points.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_plugin_internal.hpp b/inference-engine/src/gna_plugin/gna_plugin_internal.hpp index 8267792be06830..27f52affc6dbe9 100644 --- a/inference-engine/src/gna_plugin/gna_plugin_internal.hpp +++ b/inference-engine/src/gna_plugin/gna_plugin_internal.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_plugin_log.hpp b/inference-engine/src/gna_plugin/gna_plugin_log.hpp index 8b381f35e5db0d..a2b513f59e68f1 100644 --- a/inference-engine/src/gna_plugin/gna_plugin_log.hpp +++ b/inference-engine/src/gna_plugin/gna_plugin_log.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_plugin_policy.hpp b/inference-engine/src/gna_plugin/gna_plugin_policy.hpp index c1cb265bd07b80..38dab44ef2ac07 100644 --- a/inference-engine/src/gna_plugin/gna_plugin_policy.hpp +++ b/inference-engine/src/gna_plugin/gna_plugin_policy.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_plugin_query_api.cpp b/inference-engine/src/gna_plugin/gna_plugin_query_api.cpp index 95968e4a9628bd..b50a69ed196f50 100644 --- a/inference-engine/src/gna_plugin/gna_plugin_query_api.cpp +++ b/inference-engine/src/gna_plugin/gna_plugin_query_api.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_slope_scale.cpp b/inference-engine/src/gna_plugin/gna_slope_scale.cpp index 51079d47496b9f..fbf16450b5f8aa 100644 --- a/inference-engine/src/gna_plugin/gna_slope_scale.cpp +++ b/inference-engine/src/gna_plugin/gna_slope_scale.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_slope_scale.h b/inference-engine/src/gna_plugin/gna_slope_scale.h index 139a406b31f839..a4b9f0eef7d67b 100644 --- a/inference-engine/src/gna_plugin/gna_slope_scale.h +++ b/inference-engine/src/gna_plugin/gna_slope_scale.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/gna_upstream_iterator.hpp b/inference-engine/src/gna_plugin/gna_upstream_iterator.hpp index d673e5420ed6d8..1ded64d1a711ab 100644 --- a/inference-engine/src/gna_plugin/gna_upstream_iterator.hpp +++ b/inference-engine/src/gna_plugin/gna_upstream_iterator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/layers/gna_concat_layer.hpp b/inference-engine/src/gna_plugin/layers/gna_concat_layer.hpp index 22746316dc9412..2731314ee289a2 100644 --- a/inference-engine/src/gna_plugin/layers/gna_concat_layer.hpp +++ b/inference-engine/src/gna_plugin/layers/gna_concat_layer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/layers/gna_crop_layer.hpp b/inference-engine/src/gna_plugin/layers/gna_crop_layer.hpp index 0f0ab7a7ddb94e..4af6278306845d 100644 --- a/inference-engine/src/gna_plugin/layers/gna_crop_layer.hpp +++ b/inference-engine/src/gna_plugin/layers/gna_crop_layer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/layers/gna_layer_info.hpp b/inference-engine/src/gna_plugin/layers/gna_layer_info.hpp index a1b2a5823d940c..52a2990b9bfca6 100644 --- a/inference-engine/src/gna_plugin/layers/gna_layer_info.hpp +++ b/inference-engine/src/gna_plugin/layers/gna_layer_info.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/layers/gna_layer_type.cpp b/inference-engine/src/gna_plugin/layers/gna_layer_type.cpp index 2cd1c5a8498d85..55a6e44247dd79 100644 --- a/inference-engine/src/gna_plugin/layers/gna_layer_type.cpp +++ b/inference-engine/src/gna_plugin/layers/gna_layer_type.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/layers/gna_layer_type.hpp b/inference-engine/src/gna_plugin/layers/gna_layer_type.hpp index 05d06a23d143ff..e7005ab79016c3 100644 --- a/inference-engine/src/gna_plugin/layers/gna_layer_type.hpp +++ b/inference-engine/src/gna_plugin/layers/gna_layer_type.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/layers/gna_memory_layer.hpp b/inference-engine/src/gna_plugin/layers/gna_memory_layer.hpp index eecf2a3b5fcf80..8f30a7718ecd5b 100644 --- a/inference-engine/src/gna_plugin/layers/gna_memory_layer.hpp +++ b/inference-engine/src/gna_plugin/layers/gna_memory_layer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/layers/gna_split_layer.hpp b/inference-engine/src/gna_plugin/layers/gna_split_layer.hpp index b5717b10589fd0..176c29cca26abb 100644 --- a/inference-engine/src/gna_plugin/layers/gna_split_layer.hpp +++ b/inference-engine/src/gna_plugin/layers/gna_split_layer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/layers/layers_builder.hpp b/inference-engine/src/gna_plugin/layers/layers_builder.hpp index c6e30025a49b61..f3ecb4d501d0ed 100644 --- a/inference-engine/src/gna_plugin/layers/layers_builder.hpp +++ b/inference-engine/src/gna_plugin/layers/layers_builder.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/memory/gna_allocator.hpp b/inference-engine/src/gna_plugin/memory/gna_allocator.hpp index 5fa5a3c6672fb5..77d3fe478ae6cf 100644 --- a/inference-engine/src/gna_plugin/memory/gna_allocator.hpp +++ b/inference-engine/src/gna_plugin/memory/gna_allocator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/memory/gna_mem_requests.hpp b/inference-engine/src/gna_plugin/memory/gna_mem_requests.hpp index 7c07f13c00997b..0cfe4193192059 100644 --- a/inference-engine/src/gna_plugin/memory/gna_mem_requests.hpp +++ b/inference-engine/src/gna_plugin/memory/gna_mem_requests.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/memory/gna_mem_requests_queue.hpp b/inference-engine/src/gna_plugin/memory/gna_mem_requests_queue.hpp index c542ab3da38b38..e7f124ad973f31 100644 --- a/inference-engine/src/gna_plugin/memory/gna_mem_requests_queue.hpp +++ b/inference-engine/src/gna_plugin/memory/gna_mem_requests_queue.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/memory/gna_memory.hpp b/inference-engine/src/gna_plugin/memory/gna_memory.hpp index 2dabd204275cce..d4fb57f2fa3226 100644 --- a/inference-engine/src/gna_plugin/memory/gna_memory.hpp +++ b/inference-engine/src/gna_plugin/memory/gna_memory.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/memory/gna_memory_state.hpp b/inference-engine/src/gna_plugin/memory/gna_memory_state.hpp index c2455b22dc9cf7..f432eec3d0ebac 100644 --- a/inference-engine/src/gna_plugin/memory/gna_memory_state.hpp +++ b/inference-engine/src/gna_plugin/memory/gna_memory_state.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/memory/gna_memory_util.cpp b/inference-engine/src/gna_plugin/memory/gna_memory_util.cpp index 5bc8e6c9dd33a9..8a1c96650e3344 100644 --- a/inference-engine/src/gna_plugin/memory/gna_memory_util.cpp +++ b/inference-engine/src/gna_plugin/memory/gna_memory_util.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/memory/gna_memory_util.hpp b/inference-engine/src/gna_plugin/memory/gna_memory_util.hpp index 0c0b4c79107522..15dc1e70807277 100644 --- a/inference-engine/src/gna_plugin/memory/gna_memory_util.hpp +++ b/inference-engine/src/gna_plugin/memory/gna_memory_util.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/memory/ipolymorph_allocator.hpp b/inference-engine/src/gna_plugin/memory/ipolymorph_allocator.hpp index 9423aaa6aecda6..d2f93836b5200a 100644 --- a/inference-engine/src/gna_plugin/memory/ipolymorph_allocator.hpp +++ b/inference-engine/src/gna_plugin/memory/ipolymorph_allocator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/memory/polymorph_allocator.hpp b/inference-engine/src/gna_plugin/memory/polymorph_allocator.hpp index 6656fd55a6b291..3c6eb9fb723874 100644 --- a/inference-engine/src/gna_plugin/memory/polymorph_allocator.hpp +++ b/inference-engine/src/gna_plugin/memory/polymorph_allocator.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/optimizer/gna_pass_manager.hpp b/inference-engine/src/gna_plugin/optimizer/gna_pass_manager.hpp index fc47b1fe4ed442..d4b31d38deeff3 100644 --- a/inference-engine/src/gna_plugin/optimizer/gna_pass_manager.hpp +++ b/inference-engine/src/gna_plugin/optimizer/gna_pass_manager.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/preprocessing.cpp b/inference-engine/src/gna_plugin/preprocessing.cpp index b21c84a7b0ed2b..170167e218bb68 100644 --- a/inference-engine/src/gna_plugin/preprocessing.cpp +++ b/inference-engine/src/gna_plugin/preprocessing.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/preprocessing.hpp b/inference-engine/src/gna_plugin/preprocessing.hpp index b5a2cc271ac930..2889198c209ad8 100644 --- a/inference-engine/src/gna_plugin/preprocessing.hpp +++ b/inference-engine/src/gna_plugin/preprocessing.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/round_float_define.hpp b/inference-engine/src/gna_plugin/round_float_define.hpp index 25c6a8398d6e61..f17259b847b9c1 100644 --- a/inference-engine/src/gna_plugin/round_float_define.hpp +++ b/inference-engine/src/gna_plugin/round_float_define.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/runtime/cnn.h b/inference-engine/src/gna_plugin/runtime/cnn.h index 4761364c958497..3278d66139c05a 100644 --- a/inference-engine/src/gna_plugin/runtime/cnn.h +++ b/inference-engine/src/gna_plugin/runtime/cnn.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/runtime/floatmath.cpp b/inference-engine/src/gna_plugin/runtime/floatmath.cpp index f1d8fa233720ee..9f33e9a91f5045 100644 --- a/inference-engine/src/gna_plugin/runtime/floatmath.cpp +++ b/inference-engine/src/gna_plugin/runtime/floatmath.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // // floatmath.cpp : unoptimized floating point math routines (for reference) diff --git a/inference-engine/src/gna_plugin/runtime/floatmath.h b/inference-engine/src/gna_plugin/runtime/floatmath.h index 93ad896e6391d1..c12a57abe17bbe 100644 --- a/inference-engine/src/gna_plugin/runtime/floatmath.h +++ b/inference-engine/src/gna_plugin/runtime/floatmath.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // diff --git a/inference-engine/src/gna_plugin/runtime/pwl.cpp b/inference-engine/src/gna_plugin/runtime/pwl.cpp index 4be79957752357..e519a15e4836b9 100644 --- a/inference-engine/src/gna_plugin/runtime/pwl.cpp +++ b/inference-engine/src/gna_plugin/runtime/pwl.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // // pwl_design.cpp : simple activation function designer diff --git a/inference-engine/src/gna_plugin/runtime/pwl.h b/inference-engine/src/gna_plugin/runtime/pwl.h index 18eb1c54267425..2ca17b35a72a9d 100644 --- a/inference-engine/src/gna_plugin/runtime/pwl.h +++ b/inference-engine/src/gna_plugin/runtime/pwl.h @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2019 Intel Corporation +// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 //