Skip to content

Commit 43c1bb3

Browse files
committed
Fix remaining copyright headers
1 parent 5ee3929 commit 43c1bb3

File tree

8 files changed

+9
-10
lines changed

8 files changed

+9
-10
lines changed

src/plugins/intel_npu/tools/single-image-test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2018-2026 Intel Corporation
2-
# SPDX-License-Identifier: Apache 2.0
2+
# SPDX-License-Identifier: Apache-2.0
33
#
44

55
set(TARGET_NAME single-image-test)

src/plugins/intel_npu/tools/single-image-test/cmake/standalone.cmake

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#
2-
# Copyright (C) 2018-2026 Intel Corporation.
3-
# SPDX-License-Identifier: Apache 2.0
1+
# Copyright (C) 2018-2026 Intel Corporation
2+
# SPDX-License-Identifier: Apache-2.0
43
#
54

65
set(CMAKE_CXX_STANDARD 17)

src/plugins/intel_npu/tools/single-image-test/image_quality_helper.cpp

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

55
#include "image_quality_helper.hpp"

src/plugins/intel_npu/tools/single-image-test/image_quality_helper.hpp

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

55
//

src/plugins/intel_npu/tools/single-image-test/semantic_segmentation_helpers.cpp

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

55
#include "semantic_segmentation_helpers.hpp"

src/plugins/intel_npu/tools/single-image-test/semantic_segmentation_helpers.hpp

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

55
#pragma once

src/plugins/intel_npu/tools/single-image-test/yolo_helpers.cpp

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

55
#include "yolo_helpers.hpp"

src/plugins/intel_npu/tools/single-image-test/yolo_helpers.hpp

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

55
//

0 commit comments

Comments
 (0)