summaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/allocator_op_example/example.cpp1
-rw-r--r--example/hash_crc32_example/example.cpp3
-rw-r--r--example/option_2_example/example.cpp1
-rw-r--r--example/option_example/example.cpp1
-rw-r--r--example/smart_ptr_example/example.cpp3
5 files changed, 7 insertions, 2 deletions
diff --git a/example/allocator_op_example/example.cpp b/example/allocator_op_example/example.cpp
index ca192ff..7c521fd 100644
--- a/example/allocator_op_example/example.cpp
+++ b/example/allocator_op_example/example.cpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: BSL-1.0
// Copyright 2025-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/example/hash_crc32_example/example.cpp b/example/hash_crc32_example/example.cpp
index 26d046b..e70feff 100644
--- a/example/hash_crc32_example/example.cpp
+++ b/example/hash_crc32_example/example.cpp
@@ -1,4 +1,5 @@
-// Copyright 2025, Amlal El Mahrouss (amlal@nekernel.org)
+// SPDX-License-Identifier: BSL-1.0
+// Copyright 2025-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// Official repository: https://github.com/ocl-foss-org/core
diff --git a/example/option_2_example/example.cpp b/example/option_2_example/example.cpp
index 0ac6dbd..731b9fc 100644
--- a/example/option_2_example/example.cpp
+++ b/example/option_2_example/example.cpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: BSL-1.0
// Copyright 2025-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/example/option_example/example.cpp b/example/option_example/example.cpp
index a87ace6..f3be137 100644
--- a/example/option_example/example.cpp
+++ b/example/option_example/example.cpp
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: BSL-1.0
// Copyright 2025-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
diff --git a/example/smart_ptr_example/example.cpp b/example/smart_ptr_example/example.cpp
index b5b6ad3..1e93f35 100644
--- a/example/smart_ptr_example/example.cpp
+++ b/example/smart_ptr_example/example.cpp
@@ -1,4 +1,5 @@
-// Copyright 2025, Amlal El Mahrouss (amlal@nekernel.org)
+// SPDX-License-Identifier: BSL-1.0
+// Copyright 2025-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// Official repository: https://github.com/ocl-foss-org/core