Skip to content

Commit 83aaa21

Browse files
committed
Update copyright year \n\n Ticket 133177
1 parent c3998dc commit 83aaa21

File tree

112 files changed

+112
-112
lines changed

Some content is hidden

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

112 files changed

+112
-112
lines changed

examples/cpp/synchronous_api/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2018-2023 Intel Corporation
2+
// Copyright (C) 2018-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/CMakeLists.txt

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

model_api/cpp/adapters/include/adapters/inference_adapter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/adapters/include/adapters/openvino_adapter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/adapters/src/openvino_adapter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/anomaly_model.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2020-2023 Intel Corporation
2+
Copyright (C) 2020-2024 Intel Corporation
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/associative_embedding_decoder.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/classification_model.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/deblurring_model.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/detection_model.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/detection_model_centernet.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/detection_model_ext.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/detection_model_faceboxes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/detection_model_retinaface.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/detection_model_retinaface_pt.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/detection_model_ssd.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/detection_model_yolo.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/detection_model_yolov3_onnx.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2022-2023 Intel Corporation
2+
// Copyright (C) 2022-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/detection_model_yolox.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2022-2023 Intel Corporation
2+
// Copyright (C) 2022-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/hpe_model_associative_embedding.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/hpe_model_openpose.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/image_model.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/input_data.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/instance_segmentation.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/internal_model_data.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/jpeg_restoration_model.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/model_base.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/openpose_decoder.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/results.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/segmentation_model.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/style_transfer_model.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/include/models/super_resolution_model.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/anomaly_model.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2020-2023 Intel Corporation
2+
Copyright (C) 2020-2024 Intel Corporation
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

model_api/cpp/models/src/associative_embedding_decoder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/classification_model.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/deblurring_model.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/detection_model.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/detection_model_centernet.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/detection_model_faceboxes.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/detection_model_retinaface.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/detection_model_retinaface_pt.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/detection_model_ssd.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/detection_model_yolo.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/detection_model_yolov3_onnx.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2022-2023 Intel Corporation
2+
// Copyright (C) 2022-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/detection_model_yolox.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2022-2023 Intel Corporation
2+
// Copyright (C) 2022-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/hpe_model_associative_embedding.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/hpe_model_openpose.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/image_model.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/instance_segmentation.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/jpeg_restoration_model.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/model_base.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/openpose_decoder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/segmentation_model.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2020-2023 Intel Corporation
2+
// Copyright (C) 2020-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/style_transfer_model.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/models/src/super_resolution_model.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2021-2023 Intel Corporation
2+
// Copyright (C) 2021-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/tilers/include/tilers/detection.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2023 Intel Corporation
2+
// Copyright (C) 2023-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

model_api/cpp/tilers/include/tilers/instance_segmentation.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
// Copyright (C) 2023 Intel Corporation
2+
// Copyright (C) 2023-2024 Intel Corporation
33
//
44
// Licensed under the Apache License, Version 2.0 (the "License");
55
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)