Skip to content

Commit 140402e

Browse files
committed
Check license V2.3 false test 2
1 parent 8d8653b commit 140402e

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
1+
# Copyright (C) 2022-2024 Intel Corporation
2+
# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
3+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
24

35
cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR)
46
# needed when UMF is used as an external project

src/base_alloc/base_alloc_global.c

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
/*
2-
* Copyright (C) 2024 Intel Corporation
3-
*
4-
* Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
5-
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6-
*/
7-
8-
/* A MT-safe base allocator */
1+
92

103
#include <assert.h>
114
#include <stdio.h>

0 commit comments

Comments
 (0)