Skip to content

Commit 4536200

Browse files
JohnLeFengWovchenaCopilot
authored
Update copyright to 2026 for remain files (openvinotoolkit#3455)
New PR for openvinotoolkit#3211 after rebased. And this PR is trying to update and add copyright for exist files. --------- Co-authored-by: Vladimir Zlobin <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 5416473 commit 4536200

254 files changed

Lines changed: 426 additions & 169 deletions

File tree

Some content is hidden

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

samples/c/text_generation/benchmark_genai_c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2025 Intel Corporation
1+
// Copyright (C) 2025-2026 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44
#include <stdio.h>

samples/c/text_generation/chat_sample_c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2025 Intel Corporation
1+
// Copyright (C) 2025-2026 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44
#include <stdio.h>

samples/c/text_generation/greedy_causal_lm_c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2025 Intel Corporation
1+
// Copyright (C) 2025-2026 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33
#include <stdio.h>
44
#include <stdlib.h>

samples/c/visual_language_chat/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2025 Intel Corporation
1+
# Copyright (C) 2025-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
find_package(OpenVINOGenAI REQUIRED

samples/c/visual_language_chat/load_image.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2025-2026 Intel Corporation
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
#include "load_image.h"
25
#include <stdio.h>
36
#include <stdlib.h>

samples/c/visual_language_chat/load_image.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (C) 2025-2026 Intel Corporation
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
#ifndef LOAD_IMAGE_H
25
#define LOAD_IMAGE_H
36

samples/c/visual_language_chat/vlm_pipeline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2025 Intel Corporation
1+
// Copyright (C) 2025-2026 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44
/**

samples/c/whisper_speech_recognition/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2025 Intel Corporation
1+
# Copyright (C) 2025-2026 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

44
find_package(OpenVINOGenAI REQUIRED

samples/c/whisper_speech_recognition/whisper_speech_recognition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2025 Intel Corporation
1+
// Copyright (C) 2025-2026 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44
#include <stdio.h>

samples/c/whisper_speech_recognition/whisper_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2025 Intel Corporation
1+
// Copyright (C) 2025-2026 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

44
#include "whisper_utils.h"

0 commit comments

Comments
 (0)