Skip to content

Commit b4a0db1

Browse files
Update license
1 parent b49b918 commit b4a0db1

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

include/umf/memory_pool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (C) 2023-2024 Intel Corporation
3+
* Copyright (C) 2023-2025 Intel Corporation
44
*
55
* Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
66
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

include/umf/pools/pool_disjoint.h

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
// Copyright (C) 2023-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
1+
/*
2+
*
3+
* Copyright (C) 2023-2025 Intel Corporation
4+
*
5+
* Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
6+
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7+
*
8+
*/
49

510
#pragma once
611
#ifdef __cplusplus

include/umf/providers/provider_os_memory.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
/*
2-
* Copyright (C) 2022-2024 Intel Corporation
2+
*
3+
* Copyright (C) 2022-2025 Intel Corporation
34
*
45
* Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
56
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6-
*/
7+
*
8+
*/
79

810
#ifndef UMF_OS_MEMORY_PROVIDER_H
911
#define UMF_OS_MEMORY_PROVIDER_H

0 commit comments

Comments
 (0)