Skip to content

Commit 8396ccc

Browse files
Update license
1 parent 9b437d2 commit 8396ccc

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

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)