Skip to content

Commit ea6ef0d

Browse files
committed
Add and update license to 2025
1 parent 45704ca commit ea6ef0d

Some content is hidden

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

64 files changed

+155
-42
lines changed

examples/cpp/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020-2024 Intel Corporation
2+
* Copyright (C) 2020-2025 Intel Corporation
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

examples/python/asynchronous_api/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright (C) 2020-2024 Intel Corporation
3+
# Copyright (C) 2020-2025 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

examples/python/serving_api/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright (C) 2020-2024 Intel Corporation
3+
# Copyright (C) 2020-2025 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

examples/python/synchronous_api/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright (C) 2020-2024 Intel Corporation
3+
# Copyright (C) 2020-2025 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

examples/python/visual_prompting/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright (C) 2020-2024 Intel Corporation
3+
# Copyright (C) 2020-2025 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

examples/python/zsl_visual_prompting/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright (C) 2020-2024 Intel Corporation
3+
# Copyright (C) 2020-2025 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

src/cpp/include/adapters/inference_adapter.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (C) 2020-2025 Intel Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
#pragma once
27
#include <functional>
38
#include <map>

src/cpp/include/adapters/openvino_adapter.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (C) 2020-2025 Intel Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
#pragma once
27
#include <functional>
38
#include <map>

src/cpp/include/tasks/detection.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (C) 2020-2025 Intel Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
#pragma once
27

38
#include <opencv2/opencv.hpp>

src/cpp/include/tasks/detection/ssd.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (C) 2020-2025 Intel Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
#pragma once
27

38
#include <openvino/openvino.hpp>

0 commit comments

Comments
 (0)