Skip to content

Commit b5fb648

Browse files
authored
Update copyrights with 2023 year (#560)
1 parent 5a2a732 commit b5fb648

File tree

806 files changed

+806
-806
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

806 files changed

+806
-806
lines changed

CONTRIBUTING.md

+1-1

modules/arm_plugin/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020-2022 Intel Corporation
1+
# Copyright (C) 2020-2023 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33
#
44

modules/arm_plugin/cmake/features.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2022 Intel Corporation
1+
# Copyright (C) 2022-2023 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33
#
44

modules/arm_plugin/scripts/install_build_dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright (C) 2018-2022 Intel Corporation
3+
# Copyright (C) 2018-2023 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

66
set -e

modules/arm_plugin/src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2020-2022 Intel Corporation
1+
# Copyright (C) 2020-2023 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33
#
44

modules/arm_plugin/src/arm_config.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33
//
44

modules/arm_plugin/src/arm_config.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33
//
44

modules/arm_plugin/src/arm_converter/arm_converter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33
//
44

modules/arm_plugin/src/arm_converter/arm_converter.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33
//
44

modules/arm_plugin/src/arm_converter/arm_converter_activation.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_adaptive_pooling.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_arithmetic_unary.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_batch_norm.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_batch_to_space.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_bucketize.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_comparison.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_concat.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44
#include <details/ie_exception.hpp>

modules/arm_plugin/src/arm_converter/arm_converter_conv.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33
//
44

modules/arm_plugin/src/arm_converter/arm_converter_conv_backprop_data.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_convert.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_convert_color_i420.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_convert_color_nv12.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_convert_like.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_ctc_greedy_decoder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_ctc_greedy_decoder_seq_len.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_ctc_loss.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_cumsum.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_depth_to_space.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_detection_output.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33
//
44

modules/arm_plugin/src/arm_converter/arm_converter_eltwise.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_embedding_bag_offset_sum.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_embedding_bag_packed_sum.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_embedding_segments_sum.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_fake_quantize.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44
#include <details/ie_exception.hpp>

modules/arm_plugin/src/arm_converter/arm_converter_fft.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_gather.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_gather_elements.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44
#include <details/ie_exception.hpp>

modules/arm_plugin/src/arm_converter/arm_converter_gather_nd.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_gather_tree.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_group_conv_backprop_data.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44
#include <details/ie_exception.hpp>

modules/arm_plugin/src/arm_converter/arm_converter_interpolate.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_lrn.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_mat_mul.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33
//
44

modules/arm_plugin/src/arm_converter/arm_converter_mvn.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_nms.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_normalize_l2.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_one_hot.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44
#include <details/ie_exception.hpp>

modules/arm_plugin/src/arm_converter/arm_converter_pad.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_pool.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_proposal.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44
#include <details/ie_exception.hpp>

modules/arm_plugin/src/arm_converter/arm_converter_psroi_pool.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_quantize.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44
#include <details/ie_exception.hpp>

modules/arm_plugin/src/arm_converter/arm_converter_reduce_ops.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_region_yolo.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_reorg_yolo.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_reshape.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_rnn_cell.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44
#include "arm_converter/arm_converter.hpp"

modules/arm_plugin/src/arm_converter/arm_converter_roi_align.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44
#include <details/ie_exception.hpp>

modules/arm_plugin/src/arm_converter/arm_converter_roi_pool.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_round.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_scatter_ND_update.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_scatter_elements_update.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_scatter_update.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_select.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44

modules/arm_plugin/src/arm_converter/arm_converter_sequence_ops.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2020-2022 Intel Corporation
1+
// Copyright (C) 2020-2023 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33
//
44

0 commit comments

Comments
 (0)