diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-26 09:26:33 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-26 09:26:33 +0100 |
| commit | f4e71240e54bb95cffc14942f931999098faec0c (patch) | |
| tree | a55609cd705f9faed946e2726e788f6cf16037ce | |
| parent | 4e20290c279bed03452a4a64c230c9aee484d6b7 (diff) | |
chore: update cmake scripts.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | install_ocl.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index df3f9d6..00a1592 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # // ============================================================= // # // Open C++ Libraries. -# // Copyright (C) 2025, Amlal El Mahrouss and OCL Authors, licensed under BSD-3 license. +# // Copyright (C) 2025-2026, Amlal El Mahrouss and OCL Authors, licensed under BSL-1.0 license. # // ============================================================= // cmake_minimum_required(VERSION 3.30) diff --git a/install_ocl.cmake b/install_ocl.cmake index b0fc483..6a1dc98 100644 --- a/install_ocl.cmake +++ b/install_ocl.cmake @@ -1,6 +1,6 @@ # // ============================================================= // # // Open C++ Libraries. -# // Copyright (C) 2025, Amlal El Mahrouss and OCL Authors, licensed under BSD-3 license. +# // Copyright (C) 2025-2026, Amlal El Mahrouss and Ne.org Authors, licensed under BSL-1.0 license. # // ============================================================= // cmake_minimum_required(VERSION 3.30) |
